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