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