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