Sha256: fb44ebb27bf07ad6dfdf18bee63f2e170b15c3a88efee131e7a34849658e3f7b

Contents?: true

Size: 989 Bytes

Versions: 16

Compression:

Stored size: 989 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SunFoggyLine < 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 12H10V14H4V12H6C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18V16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12ZM6 20H15V22H6V20ZM2 16H10V18H2V16ZM11 1H13V4H11V1ZM3.51472 4.92893L4.92893 3.51472L7.05025 5.63604L5.63604 7.05025L3.51472 4.92893ZM16.9497 18.364L18.364 16.9497L20.4853 19.0711L19.0711 20.4853L16.9497 18.364ZM19.0711 3.51472L20.4853 4.92893L18.364 7.05025L16.9497 5.63604L19.0711 3.51472ZM23 11V13H20V11H23Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

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