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