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