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