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