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