Class: PhlexIcons::Remix::FunctionAiFill

Inherits:
Base
  • Object
show all
Defined in:
lib/phlex-icons/remix/function_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/function_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:
        'M3 4C3 3.44772 3.44772 3 4 3H10C10.5523 3 11 3.44772 11 4V10C11 10.5523 10.5523 11 10 11H4C3.44772 11 3 10.5523 3 10V4ZM3 14C3 13.4477 3.44772 13 4 13H10C10.5523 13 11 13.4477 11 14V20C11 20.5523 10.5523 21 10 21H4C3.44772 21 3 20.5523 3 20V14ZM13 14C13 13.4477 13.4477 13 14 13H20C20.5523 13 21 13.4477 21 14V20C21 20.5523 20.5523 21 20 21H14C13.4477 21 13 20.5523 13 20V14ZM17.7134 10.1276 17.4668 10.6933C17.2864 11.1074 16.7136 11.1074 16.5331 10.6933L16.2866 10.1276C15.8471 9.11898 15.0555 8.31592 14.0677 7.87659L13.308 7.53873C12.8973 7.35604 12.8973 6.75832 13.308 6.57563L14.0252 6.25665C15.0384 5.80602 15.8442 4.97324 16.2761 3.93034L16.5293 3.31904C16.7058 2.893 17.2942 2.893 17.4706 3.31904L17.7238 3.93034C18.1558 4.97324 18.9616 5.80602 19.9748 6.25665L20.6919 6.57563C21.1027 6.75832 21.1027 7.35604 20.6919 7.53873L19.9323 7.87659C18.9445 8.31592 18.1529 9.11898 17.7134 10.1276Z'
    )
  end
end