Class: PhlexIcons::Remix::FileAiLine

Inherits:
Base
  • Object
show all
Defined in:
lib/phlex-icons/remix/file_ai_line.rb

Instance Attribute Summary

Attributes inherited from Base

#attrs

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from PhlexIcons::Remix::Base

Instance Method Details

#view_templateObject



7
8
9
10
11
12
13
14
15
16
17
18
19
# File 'lib/phlex-icons/remix/file_ai_line.rb', line 7

def view_template
  svg(
    **attrs,
    viewbox: '0 0 24 24',
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg'
  ) do |s|
    s.path(
      d:
        'M13 3.99982H11V8.99983C11 9.55212 10.5523 9.99983 10 9.99983H5V19.9999H19V9.99983H21V21.0077C21 21.5553 20.5552 21.9997 20.0068 21.9999H3.99316C3.44464 21.9997 3.00001 21.5498 3 20.993V7.99983L9 2.00275V1.99982H13V3.99982ZM5.8291 7.99983H9V4.83088L5.8291 7.99983ZM19.4707.329338C19.2943-.096459 18.7059-.0964476 18.5293.329338L18.2764.940667C17.8445 1.98348 17.0385 2.81618 16.0254 3.26684L15.3076 3.58618C14.8974 3.76899 14.8975 4.36621 15.3076 4.54907L16.0674 4.88696C17.0552 5.32629 17.8476 6.12931 18.2871 7.13794L18.5332 7.70337C18.7137 8.11751 19.2864 8.11751 19.4668 7.70337L19.7139 7.13794C20.1534 6.12947 20.945 5.32624 21.9326 4.88696L22.6924 4.54907C23.1026 4.3662 23.1027 3.769 22.6924 3.58618L21.9746 3.26684C20.9616 2.81618 20.1556 1.98346 19.7237.940667L19.4707.329338Z'
    )
  end
end