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