OwlCyberSecurity - MANAGER
Edit File: PsPalestinianTerritory.js
import * as React from "react"; const SvgPsPalestinianTerritory = (props) => ( <svg xmlns="http://www.w3.org/2000/svg" width={16} height={12} fill="none" {...props} > <mask id="PS_-_Palestinian_Territory_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(#PS_-_Palestinian_Territory_svg__a)" > <path fill="#F7FCFF" d="M0 0h16v12H0V0Z" /> <path fill="#5EAA22" d="M0 0v4h16V0H0Z" /> <path fill="#272727" d="M0 8v4h16V8H0Z" /> <path fill="#E31D1C" d="m0 1 8 5-8 5V1Z" /> </g> </svg> ); export default SvgPsPalestinianTerritory;