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