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