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