class Phlex::Icons::Radix::TriangleDown

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: 'M4 6H11L7.5 10.5L4 6Z', fill: 'currentColor') }
end