Sha256: dfe74a6203e77c744ac750fbc001269ebebd08a0d2edba9a545d336084c876ca

Contents?: true

Size: 512 Bytes

Versions: 16

Compression:

Stored size: 512 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class UnsplashFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M8.50098 11V16H15.501V11H21.001V21H3.00098V11H8.50098ZM15.501 3V8H8.50098V3H15.501Z'
            )
          end
        end
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
phlex-icons-1.7.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/unsplash_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/unsplash_fill.rb