OwlCyberSecurity - MANAGER
Edit File: MhMarshallIslands.js
import * as React from "react"; const SvgMhMarshallIslands = (props) => ( <svg xmlns="http://www.w3.org/2000/svg" width={16} height={12} fill="none" {...props} > <mask id="MH_-_Marshall_Islands_svg__a" width={16} height={12} x={0} y={0} maskUnits="userSpaceOnUse" style={{ maskType: "luminance", }} > <rect width={16} height={12} fill="#fff" rx={0} /> </mask> <g mask="url(#MH_-_Marshall_Islands_svg__a)"> <path fill="#3D58DB" fillRule="evenodd" d="M0 0v12h16V0H0Z" clipRule="evenodd" /> <mask id="MH_-_Marshall_Islands_svg__b" width={16} height={12} x={0} y={0} maskUnits="userSpaceOnUse" style={{ maskType: "luminance", }} > <path fill="#fff" fillRule="evenodd" d="M0 0v12h16V0H0Z" clipRule="evenodd" /> </mask> <g mask="url(#MH_-_Marshall_Islands_svg__b)"> <path fill="#F7FCFF" fillRule="evenodd" d="m4 5.5-.409 1.472.004-1.528-.79 1.308.416-1.47-1.114 1.045.797-1.303-1.355.706 1.12-1.04-1.496.315 1.358-.7-1.524-.1 1.496-.307-1.44-.508 1.524.108-1.25-.878 1.438.515-.968-1.183 1.246.884-.612-1.4.961 1.188-.211-1.513.605 1.403L4 1l.204 1.514.605-1.403-.211 1.513.96-1.187-.611 1.4 1.246-.885-.968 1.183 1.439-.515-1.25.878 1.523-.108-1.44.508 1.496.307-1.524.1 1.358.7-1.495-.315L6.45 5.73l-1.355-.706.797 1.303L4.78 5.282l.416 1.47-.79-1.308.003 1.528L4 5.5Z" clipRule="evenodd" /> <path fill="#fff" d="M-.391 12.373 16.629.607v3.836l-17.02 7.93Z" /> <path fill="#E2AE57" d="m-.391 12.373 17.02-14.766v3.836L-.39 12.373Z" /> </g> </g> </svg> ); export default SvgMhMarshallIslands;