import * as React from "react"; import { SVGProps } from "react"; const SvgShieldSyncOutline = (props: SVGProps) => ( ); export default SvgShieldSyncOutline;