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