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