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