@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.51 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagSEIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagSEIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_4218_7533)" },
react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.864 13.9129H12.5218V0.380444C13.6418 0.133333 14.8053 0 16 0C24.1298 0 30.8418 6.06222 31.864 13.9129ZM8.34843 1.95556V13.9129H0.135986C0.799986 8.73955 3.95554 4.34222 8.34843 1.95556ZM8.34843 18.0871H0.135986C0.809764 23.2604 3.95465 27.6578 8.34932 30.0551V18.0871H8.34843ZM12.5218 31.6196V18.0871H12.5227H31.8649C30.8418 25.9378 24.1289 32 16 32C14.8062 32 13.6418 31.8684 12.5218 31.6196Z", fill: "#0052B4" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7533" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagSEIcon.displayName = 'FlagSEIcon';