@ozen-ui/icons
Version:
A collection of icons
20 lines (19 loc) • 2.82 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagKEIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagKEIcon = (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_6645)" },
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: "M16 0C9.65689 0 4.176 3.69156 1.58755 9.04356H30.4124C27.824 3.69156 22.3431 0 16 0Z", fill: "#3D3D3D" }),
react_1.default.createElement("path", { d: "M16 32C9.65689 32 4.176 28.3084 1.58755 22.9564H30.4124C27.824 28.3084 22.3431 32 16 32Z", fill: "#496E2D" }),
react_1.default.createElement("path", { d: "M31.2444 11.1307H0.755556C0.266667 12.6667 0 14.3111 0 16C0 17.6889 0.266667 19.3333 0.755556 20.8693H31.2444C31.7333 19.3333 32 17.6889 32 16C32 14.3111 31.7333 12.6667 31.2444 11.1307Z", fill: "#A2001D" }),
react_1.default.createElement("path", { d: "M20.9822 7.39558L19.0871 6.52091L16 13.5111L12.9129 6.52002L11.0178 7.39469L14.8507 16L11.0178 24.6062L12.9129 25.4809L16 18.4907L19.0871 25.4818L20.9822 24.6071L17.1493 16L20.9822 7.39558Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M17.2871 8.2187C16.5538 7.4187 16 6.95648 16 6.95648C16 6.95648 15.4462 7.41693 14.7129 8.2187V23.7831C15.4462 24.5832 16 25.0454 16 25.0454C16 25.0454 16.5538 24.5849 17.2871 23.7831V8.2187Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5218 20.7973V11.2027V11.2018C13.2978 9.82934 14.2462 8.704 14.9573 7.95734V24.0418C14.2462 23.2969 13.2969 22.1707 12.5218 20.7973ZM17.0436 7.95834C17.7547 8.70323 18.704 9.82945 19.4791 11.2028V20.8001C18.7031 22.1726 17.7547 23.2979 17.0436 24.0446V7.95834Z", fill: "#A2001D" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1307 16C11.1307 17.7626 11.7369 19.4071 12.5218 20.7973V11.2026C11.7369 12.5929 11.1307 14.2373 11.1307 16ZM20.8693 16C20.8693 17.7626 20.2631 19.4071 19.4782 20.7973V11.2026C20.2631 12.5929 20.8693 14.2373 20.8693 16Z", fill: "black" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6645" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagKEIcon.displayName = 'FlagKEIcon';