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