Sha256: f2f031b6d0b3ad664f5007e5404dee0cd93a94e8c9cae890f1ecf71b74960cb2

Contents?: true

Size: 744 Bytes

Versions: 24

Compression:

Stored size: 744 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class HeavyShowersFill < 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 18V23H11V18H9V21H7V17.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 18H17V21H15V18H13Z'
            )
          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/heavy_showers_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/heavy_showers_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/heavy_showers_fill.rb