Sha256: 2effc161ade2d0e12a885d5c8da17ff4e1602ef0ab7d573a4e778fcacefaa1da

Contents?: true

Size: 861 Bytes

Versions: 24

Compression:

Stored size: 861 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class PlantFill < 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:
                'M20.998 3V5C20.998 8.86599 17.864 12 13.998 12H12.998V13H17.998V20C17.998 21.1046 17.1026 22 15.998 22H7.99805C6.89348 22 5.99805 21.1046 5.99805 20V13H10.998V10C10.998 6.13401 14.1321 3 17.998 3H20.998ZM5.49805 2C8.02667 2 10.263 3.25136 11.6216 5.1686C10.6026 6.51084 9.99805 8.18482 9.99805 10V11H9.49805C5.35591 11 1.99805 7.64214 1.99805 3.5V2H5.49805Z'
            )
          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/plant_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/plant_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/plant_fill.rb