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