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