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