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