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