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