Sha256: 9ad2c0524da7cabb25fa7bf9d5079946f060ebd54d9e37c29ee550b2cd703974

Contents?: true

Size: 863 Bytes

Versions: 18

Compression:

Stored size: 863 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class VideoDownloadFill < 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:
                'M16 4C16.5523 4 17 4.44772 17 5V9.2L22.2133 5.55071C22.4395 5.39235 22.7513 5.44737 22.9096 5.6736C22.9684 5.75764 23 5.85774 23 5.96033V18.0397C23 18.3158 22.7761 18.5397 22.5 18.5397C22.3974 18.5397 22.2973 18.5081 22.2133 18.4493L17 14.8V19C17 19.5523 16.5523 20 16 20H2C1.44772 20 1 19.5523 1 19V5C1 4.44772 1.44772 4 2 4H16ZM10 8H8V12H5L9 16L13 12H10V8Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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