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