class Phlex::Icons::Radix::TriangleLeft
def view_template
def view_template svg( **attrs, viewbox: '0 0 15 15', fill: 'none', xmlns: 'http://www.w3.org/2000/svg' ) { |s| s.path(d: 'M9 4L9 11L4.5 7.5L9 4Z', fill: 'currentColor') } end
def view_template svg( **attrs, viewbox: '0 0 15 15', fill: 'none', xmlns: 'http://www.w3.org/2000/svg' ) { |s| s.path(d: 'M9 4L9 11L4.5 7.5L9 4Z', fill: 'currentColor') } end