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