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