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