OwlCyberSecurity - MANAGER
Edit File: SsSouthSudan.js
import * as React from "react"; const SvgSsSouthSudan = (props) => ( <svg xmlns="http://www.w3.org/2000/svg" width={16} height={12} fill="none" {...props} > <mask id="SS_-_South_Sudan_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(#SS_-_South_Sudan_svg__a)"> <path fill="#F7FCFF" fillRule="evenodd" d="M0 0h16v12H0V0Z" clipRule="evenodd" /> <path fill="#272727" fillRule="evenodd" d="M0 0v4h16V0H0Z" clipRule="evenodd" /> <path fill="#4E8B1D" fillRule="evenodd" d="M0 8v4h16V8H0Z" clipRule="evenodd" /> <path fill="#E31D1C" stroke="#F7FCFF" d="M0 3.5h-.5v5h17v-5H0Z" /> <path fill="#3D58DB" fillRule="evenodd" d="m0 0 10 6-10 6V0Z" clipRule="evenodd" /> <path fill="#FECA00" fillRule="evenodd" d="m3.324 7.204-1.01 1.05-.105-1.492L.92 5.968l1.343-.421.22-1.48.93 1.172 1.355-.363-.7 1.387.681 1.339-1.426-.398Z" clipRule="evenodd" /> </g> </svg> ); export default SvgSsSouthSudan;