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