Class: PhlexIcons::Radix::BlendingMode
- Defined in:
- lib/phlex-icons/radix/blending_mode.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::Radix::Base
Instance Method Details
#view_template ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/phlex-icons/radix/blending_mode.rb', line 7 def view_template svg( **attrs, viewbox: '0 0 15 15', fill: 'none', xmlns: 'http://www.w3.org/2000/svg' ) do |s| s.path( d: 'M7.5 1.5C10.5 4.25 12 6.5 12 9L11.9941 9.23145C11.8737 11.6092 9.90766 13.5 7.5 13.5C5.01472 13.5 3 11.4853 3 9C3 6.5 4.5 4.25 7.5 1.5ZM7.5 2.87598C5.02773 5.27379 4 7.11234 4 9C4 9.28259 4.03443 9.55712 4.09766 9.82031C5.96219 10.2476 8.63227 7.42971 10.9521 8.30371C10.7246 6.65104 9.6678 4.97848 7.5 2.87598Z', fill: 'currentColor' ) end end |