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