Sha256: facc6d901a14a220b54b3485aeeff19862aafaa5a5b152cca2978a28aed845a6

Contents?: true

Size: 935 Bytes

Versions: 24

Compression:

Stored size: 935 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class VideoOffFill < 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:
                'M17 18.4142L21.1925 22.6067L22.6067 21.1925L2.80769 1.39349L1.39348 2.80771L2.58579 4.00001H2C1.44772 4.00001 1 4.44773 1 5.00001V19C1 19.5523 1.44772 20 2 20H16C16.5523 20 17 19.5523 17 19V18.4142ZM16 4.00001H8.21402L22.7083 18.4943C22.8805 18.4153 23 18.2415 23 18.0397V5.96034C23 5.85776 22.9684 5.75765 22.9096 5.67361C22.7513 5.44739 22.4395 5.39237 22.2133 5.55073L17 9.20001V5.00001C17 4.44773 16.5523 4.00001 16 4.00001Z'
            )
          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/video_off_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/video_off_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/video_off_fill.rb