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