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