Sha256: b526697952692d1943dd362e2189a729cd500bbf8f81382698df1d7b56e5d328

Contents?: true

Size: 734 Bytes

Versions: 24

Compression:

Stored size: 734 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SlideshowFill < 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:
                'M13 21V23H11V21H3C2.44772 21 2 20.5523 2 20V6H22V20C22 20.5523 21.5523 21 21 21H13ZM8 10C6.34315 10 5 11.3431 5 13C5 14.6569 6.34315 16 8 16C9.65685 16 11 14.6569 11 13H8V10ZM13 10V12H19V10H13ZM13 14V16H19V14H13ZM2 3H22V5H2V3Z'
            )
          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/slideshow_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/slideshow_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/slideshow_fill.rb