Sha256: a6a928e87d360cb7276bae3eb5d20bef5309745883a4e36d32cb55ae648ab18d

Contents?: true

Size: 978 Bytes

Versions: 24

Compression:

Stored size: 978 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class TyphoonFill < 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:
                'M17.6544 1.70001L14.8716 4.23315C16.147 4.62331 17.3453 5.28102 18.3612 6.20626C21.8744 9.40606 21.8744 14.594 18.3612 17.7938C15.7696 20.1542 11.7644 21.6563 6.3456 22.3L9.12838 19.7669C7.85304 19.3767 6.65466 18.719 5.6388 17.7938C2.1256 14.594 2.1048 9.42501 5.6388 6.20626C8.2304 3.84585 12.2356 2.34376 17.6544 1.70001ZM12 8.00001C9.51472 8.00001 7.5 9.79087 7.5 12C7.5 14.2092 9.51472 16 12 16C14.4853 16 16.5 14.2092 16.5 12C16.5 9.79087 14.4853 8.00001 12 8.00001Z'
            )
          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/typhoon_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/typhoon_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/typhoon_fill.rb