Sha256: e22bdd77ade3bca7c7b5cb910f67768730227b06128774b7c027058873485e9b

Contents?: true

Size: 1.09 KB

Versions: 24

Compression:

Stored size: 1.09 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SnowyLine < 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:
                'M13 16.268L14.9641 15.134L15.9641 16.866L14 18L15.9641 19.134L14.9641 20.866L13 19.732V22H11V19.732L9.0359 20.866L8.0359 19.134L10 18L8.0359 16.866L9.0359 15.134L11 16.268V14H13V16.268ZM17 18V16H17.5C19.433 16 21 14.433 21 12.5C21 10.567 19.433 9 17.5 9C16.5205 9 15.6351 9.40232 14.9998 10.0507C14.9999 10.0338 15 10.0169 15 10C15 6.68629 12.3137 4 9 4C5.68629 4 3 6.68629 3 10C3 12.6124 4.66962 14.8349 7 15.6586V17.748C3.54955 16.8599 1 13.7277 1 10C1 5.58172 4.58172 2 9 2C12.3949 2 15.2959 4.11466 16.4576 7.09864C16.7951 7.0339 17.1436 7 17.5 7C20.5376 7 23 9.46243 23 12.5C23 15.5376 20.5376 18 17.5 18H17Z'
            )
          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/snowy_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/snowy_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/snowy_line.rb