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