@ozen-ui/icons
Version:
A collection of icons
22 lines (21 loc) • 3.15 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagKMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagKMIcon = (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_6063)" },
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: "M32 15.9538H14.6551C11.2115 19.3974 9.12888 22.056 7.00177 24.1822L16.0453 24.9974L30.0791 23.6062C31.3435 21.2706 32.0038 18.6559 32 16V15.9538Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M7.00265 8.30223H30.0284C27.3067 3.35379 22.0444 1.31225e-05 16 1.31225e-05C11.7668 -0.0054136 7.70525 1.6725 4.71021 4.66401L7.00354 8.30135L7.00265 8.30223Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M7.69778 23.6063C6.26045 25.0445 5.704 26.2489 4.664 27.2889C7.56089 30.1992 11.5698 32 16 32C22.0836 32 27.3733 28.6045 30.08 23.6063H7.69778V23.6063Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M4.68618 4.64001C-1.56271 10.8889 -1.56271 21.0187 4.68618 27.2676L16 15.9538L4.68618 4.64001Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M4.22047 15.9538C4.22103 13.6668 5.81253 11.6881 8.04625 11.1974C7.71025 11.1236 7.36181 11.0845 7.0027 11.0845C4.31384 11.0855 2.13434 13.265 2.13336 15.9538C2.13434 18.6427 4.31384 20.8222 7.0027 20.8231C7.36092 20.8231 7.71025 20.7831 8.04625 20.7102C5.81253 20.2195 4.22103 18.2408 4.22047 15.9538Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M7.99293 11.7796L8.25071 12.5769H9.08893L8.41071 13.0694L8.66849 13.8667L7.99027 13.3743L7.31205 13.8667L7.56982 13.0694L6.8916 12.5769H7.73338L7.99293 11.7796Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M7.99293 13.8667L8.25071 14.664H9.08893L8.41071 15.1565L8.66849 15.9538L7.99027 15.4614L7.31205 15.9538L7.56982 15.1565L6.8916 14.664H7.73338L7.99293 13.8667Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M7.99293 15.9538L8.25071 16.7511H9.08893L8.41071 17.2436L8.66849 18.0409L7.99027 17.5485L7.31205 18.0409L7.56982 17.2436L6.8916 16.7511H7.73338L7.99293 15.9538Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M7.99293 18.04L8.25071 18.8374H9.08893L8.41071 19.3298L8.66849 20.1272L7.99027 19.6347L7.31205 20.1272L7.56982 19.3298L6.8916 18.8374H7.73338L7.99293 18.04Z", fill: "#F0F0F0" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6063" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagKMIcon.displayName = 'FlagKMIcon';