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