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