OwlCyberSecurity - MANAGER
Edit File: EeEstonia.js
import * as React from "react"; const SvgEeEstonia = (props) => ( <svg xmlns="http://www.w3.org/2000/svg" width={16} height={12} fill="none" {...props} > <mask id="EE_-_Estonia_svg__a" width={16} height={12} x={0} y={0} maskUnits="userSpaceOnUse" style={{ maskType: "luminance", }} > <path fill="#fff" d="M0 0h16v12H0z" /> </mask> <g mask="url(#EE_-_Estonia_svg__a)"> <path fill="#F7FCFF" fillRule="evenodd" d="M0 0v12h16V0H0Z" clipRule="evenodd" /> <mask id="EE_-_Estonia_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 fillRule="evenodd" clipRule="evenodd" mask="url(#EE_-_Estonia_svg__b)"> <path fill="#40A8FF" d="M0 0v4h16V0H0Z" /> <path fill="#272727" d="M0 4v4h16V4H0Z" /> </g> </g> </svg> ); export default SvgEeEstonia;