Sha256: 38c5519c5df857b9dd4776edee50f75fe3f9742645c21dcc35d8b2c01f611177

Contents?: true

Size: 755 Bytes

Versions: 18

Compression:

Stored size: 755 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class TempColdFill < 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:
                'M8 10.2547V5C8 2.79086 9.79086 1 12 1C14.2091 1 16 2.79086 16 5V10.2547C17.8135 11.5196 19 13.6213 19 16C19 19.866 15.866 23 12 23C8.13401 23 5 19.866 5 16C5 13.6213 6.18652 11.5196 8 10.2547ZM8 16C8 18.2091 9.79086 20 12 20C14.2091 20 16 18.2091 16 16H8Z'
            )
          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/temp_cold_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/temp_cold_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/temp_cold_fill.rb