OwlCyberSecurity - MANAGER
Edit File: CxChristmasIsland.js
import * as React from "react"; const SvgCxChristmasIsland = (props) => ( <svg xmlns="http://www.w3.org/2000/svg" width={16} height={12} fill="none" {...props} > <mask id="CX_-_Christmas_Island_svg__a" width={16} height={12} x={0} y={0} maskUnits="userSpaceOnUse" style={{ maskType: "luminance", }} > <path fill="#fff" d="M0 0h16v12H0z" /> </mask> <g fillRule="evenodd" clipRule="evenodd" mask="url(#CX_-_Christmas_Island_svg__a)" > <path fill="#5EAA22" d="M0 0h16v12H0V0Z" /> <path fill="#4141DB" d="m0 0 16 12H0V0Z" /> <path fill="#fff" d="m3 4.5-.5.366.067-.616L2 4l.567-.25-.067-.616.5.366.5-.366-.067.616L4 4l-.567.25.067.616L3 4.5ZM2 7.5l-.5.366.067-.616L1 7l.567-.25-.067-.616.5.366.5-.366-.067.616L3 7l-.567.25.067.616L2 7.5ZM4 10.5l-.5.366.067-.616L3 10l.567-.25-.067-.616.5.366.5-.366-.067.616L5 10l-.567.25.067.616L4 10.5ZM4.5 5.75l-.25.183.033-.308L4 5.5l.283-.125-.033-.308.25.183.25-.183-.033.308L5 5.5l-.283.125.033.308-.25-.183Z" /> <path fill="#FECA00" d="M10.78 6.112c-.186-.195 1.496-.653 1.67-1.244.231-.514.077-.931-.796-1.297-.873-.366-1.756-1.074-.741-1.074 1.014 0 1.014.145 1.287.572.273.426.862.518.874 0 0-.883.084-1.002-.63-1.77-.712-.767 1.788.316 1.581 1.631-.206 1.316-.455.892-.297 1.113.158.22 1.108-.465.99.448-.333.526-.992 1.307-3.938 1.621Z" /> <path fill="#FECA00" d="M8 8.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" /> <path fill="#548650" d="M6.476 5.081c.284-.063.672.696 1.372.411.7-.284.846-.828 1.178-.63.333.2.376.679.155.92-.222.24-.598.298-.598.602s-.073 1.39-.217 1.075c-.43-.35-.168-.906-.698-1.075-.531-.17-.853-.163-1.245-.092-.391.071.263-.196.402-.45.282-.272-.478-.67-.349-.761Z" /> </g> </svg> ); export default SvgCxChristmasIsland;