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