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