Sha256: f10c8667e6009bae7bc6204c5af81b822b44d8d0baf7075102f75a4804e590b3

Contents?: true

Size: 708 Bytes

Versions: 24

Compression:

Stored size: 708 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class FileWarningLine < 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:
                'M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM11 15H13V17H11V15ZM11 7H13V13H11V7Z'
            )
          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/file_warning_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/file_warning_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/file_warning_line.rb