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