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