Sha256: 53e7c51ac6401f684f26f032b6d318ae9b14e46c61f351b07acd3de89b351b93

Contents?: true

Size: 795 Bytes

Versions: 24

Compression:

Stored size: 795 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class MoonFoggyFill < 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:
                'M16 20.3345V18H14V14H3.33238C3.11567 13.2034 3 12.3652 3 11.5C3 6.93954 6.21346 3.1296 10.4996 2.211C10.1765 3.07941 10 4.01909 10 5.00001C10 9.41829 13.5817 13 18 13C19.4531 13 20.8157 12.6126 21.9902 11.9354C21.8178 15.7576 19.3867 18.9916 16 20.3345ZM7 20H14V22H7V20ZM2 16H12V18H2V16Z'
            )
          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/moon_foggy_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/moon_foggy_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/moon_foggy_fill.rb