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