Sha256: 9c23f19ba194aa2d66e95987c3120726580c1ea6c3d1faa63b98e81d25ae0c4a

Contents?: true

Size: 910 Bytes

Versions: 24

Compression:

Stored size: 910 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CastFill < 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:
                'M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H15C15 20.3199 14.9478 19.6519 14.8471 19H20V5H4V8.1529C3.34806 8.05223 2.68013 8 2 8V4C2 3.44772 2.44772 3 3 3ZM13 21H11C11 16.0294 6.97056 12 2 12V10C8.07513 10 13 14.9249 13 21ZM9 21H7C7 18.2386 4.76142 16 2 16V14C5.86599 14 9 17.134 9 21ZM5 21H2V18C3.65685 18 5 19.3431 5 21ZM14.373 17C13.093 13.0376 9.9624 9.90704 6 8.627V7H18V17H14.373Z'
            )
          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/cast_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/cast_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/cast_fill.rb