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