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