Sha256: 33460dd0a2ac65eb755e134ca458bacc54797eaaaa1c3c057ace65cced828a00

Contents?: true

Size: 887 Bytes

Versions: 18

Compression:

Stored size: 887 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class BlazeFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M18.5 9C19.5 10.0606 20 11.3939 20 13C20 16.4664 16.3 17.276 14.5 22C13.8333 21.4254 13.5 20.5921 13.5 19.5C13.5 16.0181 18.5 14.2101 18.5 9ZM14.5 5C15.7 6.23841 16.3 7.57175 16.3 9C16.3 13.9513 10.2552 14.6918 11.5 22C9.83333 20.8392 9 19.1726 9 17C9 13.675 14.5 11 14.5 5ZM10 1C11.3333 2.66667 12 4.16667 12 5.5C12 11.75 3.5 13.7218 8 22C5.38352 21.4203 3.5 19 3.5 16C3.5 9.5 10 8.5 10 1Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-remix-1.8.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/blaze_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/blaze_fill.rb