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