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