Class: PhlexIcons::Remix::FileAiFill

Inherits:
Base
  • Object
show all
Defined in:
lib/phlex-icons/remix/file_ai_fill.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_fill.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.3428 1.99996C13.1216 2.62563 13 3.29855 13 3.99996C13 7.31368 15.6863 9.99997 19 9.99997C19.7014 9.99997 20.3743 9.8784 21 9.6572V21.0078C21 21.5555 20.5552 21.9999 20.0068 22H3.99316C3.44464 21.9999 3.00001 21.55 3 20.9932V7.99997L9.00293 1.99996H13.3428ZM4.5 8.99997H10V3.49996L4.5 8.99997ZM18.5293 0.329292C18.7059 -0.0964932 19.2942 -0.096505 19.4707 0.329292L19.7236 0.940621C20.1556 1.98342 20.9616 2.81613 21.9746 3.2668L22.6924 3.58613C23.1026 3.76896 23.1026 4.36615 22.6924 4.54903L21.9326 4.88692C20.9449 5.3262 20.1534 6.12942 19.7139 7.1379L19.4668 7.70333C19.2864 8.11746 18.7137 8.11746 18.5332 7.70333L18.2871 7.1379C17.8476 6.12926 17.0552 5.32625 16.0674 4.88692L15.3076 4.54903C14.8974 4.36617 14.8974 3.76894 15.3076 3.58613L16.0254 3.2668C17.0385 2.81614 17.8445 1.98343 18.2764 0.940621L18.5293 0.329292Z'
    )
  end
end