@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 1.96 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagZMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagZMIcon = (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_7894)" },
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: "#496E2D" }),
react_1.default.createElement("path", { d: "M22.2604 16H16V32C17.8167 32.0015 19.6204 31.6931 21.3333 31.088L22.2604 16Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M26.6667 27.9244C29.9396 24.9956 32 20.7378 32 16H25.7396L26.6667 27.9244Z", fill: "#FF9811" }),
react_1.default.createElement("path", { d: "M21.3333 16V31.088C23.3005 30.3916 25.1123 29.3169 26.6667 27.9244V16H21.3333Z", fill: "#3D3D3D" }),
react_1.default.createElement("path", { d: "M29.5644 10.4355H25.3902C25.3902 9.66754 24.768 9.04443 23.9991 9.04443C23.2302 9.04443 22.608 9.66666 22.608 10.4355H18.4355C18.4355 11.2035 19.1049 11.8267 19.8729 11.8267H19.8267C19.8267 12.5947 20.4489 13.2178 21.2178 13.2178C21.2178 13.9858 21.84 14.6089 22.6089 14.6089H25.3911C26.1591 14.6089 26.7822 13.9867 26.7822 13.2178C27.5502 13.2178 28.1733 12.5955 28.1733 11.8267H28.1271C28.8951 11.8267 29.5644 11.2044 29.5644 10.4355Z", fill: "#FF9811" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7894" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagZMIcon.displayName = 'FlagZMIcon';