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