Sha256: 2befc4d73918fd43b67354ce1e7cf8abc223c9c6e5769e8862a185dd0b6f13cd

Contents?: true

Size: 925 Bytes

Versions: 24

Compression:

Stored size: 925 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CollageFill < 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:
                'M11.1889 13.2642L12.5715 21.106L4.00024 21.1067C3.44795 21.1067 3.00024 20.659 3.00024 20.1067L2.99951 14.709L11.1889 13.2642ZM20.0002 3.10668C20.5525 3.10668 21.0002 3.5544 21.0002 4.10668V20.1067C21.0002 20.659 20.5525 21.1067 20.0002 21.1067L14.6025 21.106L11.4285 3.10596L20.0002 3.10668ZM9.39751 3.10596L10.8416 11.2945L2.99951 12.678L3.00024 4.10668C3.00024 3.5544 3.44795 3.10668 4.00024 3.10668L9.39751 3.10596Z'
            )
          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/collage_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/collage_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/collage_fill.rb