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