import * as React from 'react'; export interface TriangleSmDown24Props extends React.SVGProps { ariaLabel?: string } export default function TriangleSmDown24({ ariaLabel, ...props }: TriangleSmDown24Props) { return ( ); }