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