Sha256: 87fa6bb9e4049f95fe661df47d36a42cd9bbbe8d424aae45e3491ece727779dd

Contents?: true

Size: 742 Bytes

Versions: 24

Compression:

Stored size: 742 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class FireFill < 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 23C7.85786 23 4.5 19.6421 4.5 15.5C4.5 13.3462 5.40786 11.4045 6.86179 10.0366C8.20403 8.77375 11.5 6.49951 11 1.5C17 5.5 20 9.5 14 15.5C15 15.5 16.5 15.5 19 13.0296C19.2697 13.8032 19.5 14.6345 19.5 15.5C19.5 19.6421 16.1421 23 12 23Z'
            )
          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/fire_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/fire_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/fire_fill.rb