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