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