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