Class: PhlexIcons::Remix::SpeechToTextLine

Inherits:
Base
  • Object
show all
Defined in:
lib/phlex-icons/remix/speech_to_text_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/speech_to_text_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:
        'M18 3C20.2091 3 22 4.79086 22 7V17C22 19.2091 20.2091 21 18 21H6C3.79086 21 2 19.2091 2 17V13.5H4V17C4 18.1046 4.89543 19 6 19H18C19.1046 19 20 18.1046 20 17V7C20 5.89543 19.1046 5 18 5H10V3H18ZM18 11H15V17H13V11H10V9H18V11ZM5.65723 1.34277C7.10494 2.79049 8 4.79086 8 7C8 9.20914 7.10494 11.2095 5.65723 12.6572L4.24219 11.2422C5.32797 10.1564 6 8.65685 6 7C6 5.34315 5.32797 3.8436 4.24219 2.75781L5.65723 1.34277ZM2.82812 4.17188C3.55198 4.89573 4 5.89543 4 7C4 8.10457 3.55198 9.10427 2.82812 9.82812L1.41406 8.41406C1.77599 8.05213 2 7.55228 2 7C2 6.44772 1.77599 5.94787 1.41406 5.58594L2.82812 4.17188Z'
    )
  end
end