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