@ozen-ui/icons
Version:
A collection of icons
18 lines (17 loc) • 2.15 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagZAIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagZAIcon = (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_7425)" },
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: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M4.68616 27.3138C-1.56273 21.0649 -1.56273 10.9351 4.68616 4.68622C4.68616 4.68711 13.9128 16 13.9128 16L4.68616 27.3138Z", fill: "#3D3D3D" }),
react_1.default.createElement("path", { d: "M13.9129 16L2.12177 8.03198C1.75454 8.67052 1.43199 9.33374 1.15644 10.0169L7.12622 16L1.15733 21.9822C1.43289 22.6684 1.75644 23.3306 2.12177 23.9662L13.9129 16Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M31.8649 13.9129H13.9129L4.68622 4.68622C3.68813 5.68397 2.82589 6.80892 2.12177 8.032L10.0747 16L2.12177 23.9671C2.82583 25.1905 3.68807 26.3157 4.68622 27.3138L13.9129 18.0871H31.8649C32.0453 16.7016 32.0453 15.2984 31.8649 13.9129Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M6.25777 28.6933C9.05004 30.8428 12.4762 32.0057 16 32C23.392 32 29.6124 26.9866 31.4489 20.1742H14.7769L6.25777 28.6933Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M31.4489 11.8258C29.6124 5.01332 23.392 -1.28352e-05 16 -1.28352e-05C12.4764 -0.00526117 9.05058 1.15795 6.25867 3.30754L14.7769 11.8258H31.4489Z", fill: "#D80027" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7425" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagZAIcon.displayName = 'FlagZAIcon';