@ozen-ui/icons
Version:
A collection of icons
22 lines (21 loc) • 2.09 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagREIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagREIcon = (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_7493)" },
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: "#0052B4" }),
react_1.default.createElement("mask", { id: "mask0_4218_7493", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" },
react_1.default.createElement("circle", { cx: "16", cy: "16", r: "16", fill: "#0052B4" })),
react_1.default.createElement("g", { mask: "url(#mask0_4218_7493)" },
react_1.default.createElement("path", { d: "M17.7778 0H14.2222L16 16L17.7778 0Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M32 17.7778V14.2222L16 16L32 17.7778Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M4.94667 2.27998L2.43251 4.79414L15.6318 15.4793L4.94667 2.27998Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M29.5677 4.94664L27.0535 2.43248L16.3683 15.6318L29.5677 4.94664Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M0 14.2222V17.7778L16 16L0 14.2222Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M0 32H32L16 15.1111L0 32Z", fill: "#D80027" }))),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7493" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagREIcon.displayName = 'FlagREIcon';