Sha256: 6b57389366fa529d8487e54aa1858505645c85d6b3190ae47ffbf2f12ea7da06

Contents?: true

Size: 962 Bytes

Versions: 24

Compression:

Stored size: 962 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Steering2Fill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13L4.06201 13.001C4.51365 16.6192 7.38163 19.4869 11 19.9381V16C9.34315 16 8 14.6569 8 13ZM19.938 13.001L16 13C16 14.6569 14.6569 16 13 16L13.001 19.938C16.6189 19.4864 19.4864 16.6189 19.938 13.001ZM12 4C7.92037 4 4.55396 7.05371 4.06189 11H8C8 10.4477 8.44772 10 9 10H15C15.5523 10 16 10.4477 16 11H19.9381C19.446 7.05371 16.0796 4 12 4Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/steering_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/steering_2_fill.rb