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