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