@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.7 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagCMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagCMIcon = (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_5946)" },
react_1.default.createElement("path", { d: "M22.9564 1.58757C20.7874 0.539453 18.409 -0.00333382 16 1.54057e-05C13.591 -0.00333382 11.2126 0.539453 9.04355 1.58757L7.65333 16L9.04444 30.4125C11.2132 31.4604 13.5913 32.0032 16 32C18.409 32.0034 20.7874 31.4606 22.9564 30.4125L24.3467 16L22.9564 1.58757Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M16 10.4355L17.3813 14.6871H21.8524L18.2347 17.3147L19.616 21.5662L16 18.9378L12.3822 21.5653L13.7636 17.3138L10.1458 14.6862H14.6169L16 10.4355Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M9.04356 1.58844C3.69156 4.176 0 9.65688 0 16C0 22.3431 3.69156 27.824 9.04356 30.4116V1.58844Z", fill: "#007A5E" }),
react_1.default.createElement("path", { d: "M22.9564 1.58844V30.4124C28.3084 27.824 32 22.3431 32 16C32 9.65688 28.3084 4.176 22.9564 1.58844Z", fill: "#FFDA44" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_5946" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagCMIcon.displayName = 'FlagCMIcon';