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