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