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