Sha256: 9d9cb658156113cfa1ae5d1dd7ecff2fb8504a323c60be2c9938514f3255b27f

Contents?: true

Size: 1.01 KB

Versions: 16

Compression:

Stored size: 1.01 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class WrenchAdjustableCircle < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d: 'M12.496 8a4.5 4.5 0 0 1-1.703 3.526L9.497 8.5l2.959-1.11q.04.3.04.61'
            )
            s.path(
              d:
                'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-1 0a7 7 0 1 0-13.202 3.249l1.988-1.657a4.5 4.5 0 0 1 7.537-4.623L7.497 6.5l1 2.5 1.333 3.11c-.56.251-1.18.39-1.833.39a4.5 4.5 0 0 1-1.592-.29L4.747 14.2A7 7 0 0 0 15 8m-8.295.139a.25.25 0 0 0-.288-.376l-1.5.5.159.474.808-.27-.595.894a.25.25 0 0 0 .287.376l.808-.27-.595.894a.25.25 0 0 0 .287.376l1.5-.5-.159-.474-.808.27.596-.894a.25.25 0 0 0-.288-.376l-.808.27z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle.rb