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