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