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