Class: PhlexIcons::Remix::FunctionAiLine
- Defined in:
- lib/phlex-icons/remix/function_ai_line.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Base
Constructor Details
This class inherits a constructor from PhlexIcons::Remix::Base
Instance Method Details
#view_template ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/phlex-icons/remix/function_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: 'M10.0001 13C10.5523 13 11 13.4478 11.0001 14V20C11.0001 20.5523 10.5524 21 10.0001 21H4.00001C3.44772 21 3 20.5523 3 20V14C3.00011 13.4478 3.44778 13 4.00001 13H10.0001ZM20.0002 13C20.5524 13 21.0001 13.4478 21.0002 14V20C21.0002 20.5523 20.5525 21 20.0002 21H14.0001C13.4478 21 13.0001 20.5523 13.0001 20V14C13.0002 13.4478 13.4479 13 14.0001 13H20.0002ZM5.00002 19H9.00006V15H5.00002V19ZM15.0001 19H19.0002V15H15.0001V19ZM16.5294 3.31933C16.7059 2.89329 17.2944 2.89329 17.4708 3.31933L17.7238 3.93066C18.1558 4.97348 18.9617 5.80619 19.9748 6.25683L20.6926 6.57617C21.1027 6.75908 21.1029 7.35627 20.6926 7.53906L19.9328 7.87695C18.945 8.31627 18.1535 9.11932 17.714 10.1279L17.4669 10.6934C17.2865 11.1075 16.7138 11.1075 16.5333 10.6934L16.2872 10.1279C15.8477 9.11929 15.0553 8.31628 14.0675 7.87695L13.3077 7.53906C12.8975 7.35629 12.8976 6.75906 13.3077 6.57617L14.0255 6.25683C15.0386 5.80619 15.8446 4.9735 16.2765 3.93066L16.5294 3.31933ZM10.0001 3C10.5523 3 11 3.4478 11.0001 4V10C11.0001 10.5523 10.5524 11 10.0001 11H4.00001C3.44772 11 3 10.5523 3 10V4C3.00011 3.4478 3.44778 3 4.00001 3H10.0001ZM5.00002 9H9.00006V5H5.00002V9Z' ) end end |