Sha256: 22e763396efca15399d68e28d653e279a3594be9a6ab77b81c7bac612d8c4b74

Contents?: true

Size: 955 Bytes

Versions: 24

Compression:

Stored size: 955 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class GalleryFill < 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:
                'M17.409 19C16.633 16.6012 15.1323 15.1147 13.1434 13.3979C15.0238 11.8971 17.4071 11 20 11V3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918C2.44405 21 2 20.5551 2 20.0066V3.9934C2 3.44476 2.45531 3 2.9918 3H6V1H8V5H4V12C9.22015 12 13.6618 14.4616 15.3127 19H17.409ZM18 1V5H10V3H16V1H18ZM16.5 10C15.6716 10 15 9.32843 15 8.5C15 7.67157 15.6716 7 16.5 7C17.3284 7 18 7.67157 18 8.5C18 9.32843 17.3284 10 16.5 10Z'
            )
          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/gallery_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/gallery_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/gallery_fill.rb