@ozen-ui/icons
Version:
A collection of icons
21 lines (20 loc) • 3.34 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagZWIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagZWIcon = (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_7901)" },
react_1.default.createElement("path", { d: "M15.5676 32C24.1653 32 31.1351 24.8366 31.1351 16C31.1351 7.16344 24.1653 0 15.5676 0C6.96984 0 0 7.16344 0 16C0 24.8366 6.96984 32 15.5676 32Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.4649 4.57777C27.7708 5.89333 28.8605 7.43999 29.6389 9.15555L29.6476 9.16444L15.5676 9.36888L8.9081 9.16444L4.55783 4.69332L15.5676 3.48444L26.4649 4.57777ZM4.56215 27.32L4.55783 27.3155V27.3244L4.56215 27.32ZM4.56215 27.32L4.7308 27.4933L15.5676 28.5333L26.4043 27.5022C27.7189 26.1867 28.8259 24.64 29.6043 22.9244L9.47026 22.2755L4.56215 27.32Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M30.9795 13.7422L12.8605 13.2089L15.5676 16L12.8605 18.7822L30.9708 18.3378C31.0746 17.5822 31.1438 16.8 31.1438 16.0089C31.1438 15.2444 31.0919 14.4978 30.9881 13.7511L30.9795 13.7422Z", fill: "#3D3D3D" }),
react_1.default.createElement("path", { d: "M15.5676 0C11.3297 0 7.47242 1.75111 4.67026 4.57778H26.4649C23.6627 1.75111 19.8054 0 15.5676 0Z", fill: "#6DA544" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.9881 13.7511H13.3795H13.3535L8.89946 9.17334H29.6562C30.3147 10.6245 30.7634 12.1667 30.9881 13.7511ZM29.6043 22.9067H8.86487L13.3189 18.3289H30.9622C30.7367 19.9165 30.2789 21.4598 29.6043 22.9067Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M15.5676 32C19.7795 32 23.6108 30.2844 26.4043 27.4844H4.7308C7.52432 30.2844 11.3557 32 15.5676 32Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M5.56107 3.73334L4.55783 4.68445L15.5676 16L4.55783 27.3156C4.87882 27.6444 5.21355 27.9588 5.56107 28.2578L17.4703 16L5.56107 3.73334Z", fill: "#3D3D3D" }),
react_1.default.createElement("path", { d: "M6.26163 11.8222L7.27352 15.0222H10.5341L7.88758 16.9778L8.89947 20.1778L6.26163 18.2045L3.63244 20.1778L4.64433 16.9778L1.9892 15.0222H5.24974L6.26163 11.8222Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M9.0292 16.2667L6.40001 15.3067L6.19244 13.3689C6.10595 12.8889 5.69082 12.5244 5.19784 12.5244C4.63568 12.5244 4.18595 12.9956 4.18595 13.5644C4.18595 13.6533 4.20325 13.7422 4.22055 13.8311L3.48541 14.5956H4.78271C4.78271 15.9911 3.77082 15.9911 3.77082 17.3867L4.33298 18.7822H7.70595L8.26812 17.3867C8.32866 17.2533 8.3546 17.12 8.3719 16.9778C8.85622 16.7733 9.00325 16.2667 9.00325 16.2667H9.0292Z", fill: "#FFDA44" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7901" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagZWIcon.displayName = 'FlagZWIcon';