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