Sha256: 5298e39c91047885ba2027304e94bee5f92883c48158874ac95465e1801e24b5

Contents?: true

Size: 1.03 KB

Versions: 16

Compression:

Stored size: 1.03 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class WrenchAdjustableCircleFill < 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:
                'M6.705 8.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'
            )
            s.path(
              d:
                'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m-6.202-4.751 1.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.03 7.03 0 0 1-2.949-2.951M12.496 8a4.5 4.5 0 0 1-1.703 3.526L9.497 8.5l2.959-1.11q.04.3.04.61'
            )
          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_fill.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/wrench_adjustable_circle_fill.rb