Class: PhlexIcons::Huge::DatabaseRestore
- Defined in:
- lib/phlex-icons/huge/database_restore.rb
Instance Attribute Summary
Attributes inherited from Base
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::Huge::Base
Instance Method Details
#stroke ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'lib/phlex-icons/huge/database_restore.rb', line 7 def stroke svg( **attrs, viewbox: '0 0 24 24', fill: 'none', xmlns: 'http://www.w3.org/2000/svg' ) do |s| s.ellipse( cx: '11', cy: '5', rx: '8', ry: '3', stroke: 'currentColor', stroke_width: '1.5' ) s.path( d: 'M6 10.8418C6.60158 11.0226 7.27434 11.1716 8 11.2817', stroke: 'currentColor', stroke_width: '1.5', stroke_linecap: 'round' ) s.path( d: 'M6 17.8418C6.60158 18.0226 7.27434 18.1716 8 18.2817', stroke: 'currentColor', stroke_width: '1.5', stroke_linecap: 'round' ) s.path( d: 'M19.842 13L20.4127 15.3449L19.4647 14.7618C18.7894 14.2569 17.9501 13.9576 17.0404 13.9576C14.809 13.9576 13 15.7579 13 17.9788C13 20.1996 14.809 22 17.0404 22C18.9951 22 20.6256 20.6185 21 18.783', stroke: 'currentColor', stroke_width: '1.5', stroke_linecap: 'round', stroke_linejoin: 'round' ) s.path( d: 'M19 5V10M3 5V19C3 20.6569 6.58172 22 11 22C11.0849 22 11.1694 21.9995 11.2537 21.9985', stroke: 'currentColor', stroke_width: '1.5', stroke_linecap: 'round', stroke_linejoin: 'round' ) s.path( d: 'M3 12C3 13.616 6.40729 14.9336 10.6748 14.9976', stroke: 'currentColor', stroke_width: '1.5', stroke_linecap: 'round' ) end end |