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