@ozen-ui/icons
Version:
A collection of icons
19 lines (18 loc) • 1.92 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagBGIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagBGIcon = (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_5911)" },
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", 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: "#D8D8D8" }),
react_1.default.createElement("mask", { id: "mask0_4218_5911", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" },
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", 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: "white" })),
react_1.default.createElement("g", { mask: "url(#mask0_4218_5911)" },
react_1.default.createElement("rect", { x: "-10.6667", width: "53.3333", height: "32", fill: "#F0F0F0" }),
react_1.default.createElement("rect", { x: "-10.6667", y: "10.6667", width: "53.3333", height: "21.3333", fill: "#00966E" }),
react_1.default.createElement("rect", { x: "-10.6667", y: "21.3333", width: "53.3333", height: "10.6667", fill: "#D62612" }))),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_5911" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagBGIcon.displayName = 'FlagBGIcon';