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