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