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