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