import type { SVGProps } from "react"; const SvgSecurityIcon = (props: SVGProps) => ( ); export default SvgSecurityIcon;