@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 2.18 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagNZIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagNZIcon = (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_7025)" },
react_1.default.createElement("path", { d: "M32 15.6281C32 24.2249 24.8356 31.1957 16 31.1957C7.16444 31.1957 0 24.2249 0 15.6281C0 15.6316 16 0.0622766 16 0.0605469C24.8356 0.0605469 32 7.03136 32 15.6281Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M16 8.18336L15.9973 0.0605469C7.16178 0.0622766 0 7.03136 0 15.6281H8.35556V11.0547L13.056 15.6281H15.9644L16.0071 15.5866V12.7568L11.2889 8.18336H16Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.08623 7.93687C3.514 5.49946 5.58911 3.48043 8.09423 2.09125H16V6.15265H6.26045V15.6281H2.08623V7.93687ZM10.3156 8.18336L16 13.7142V15.6281L8.35556 8.18336H10.3156ZM27.7067 11.6125L28.0516 12.6469H29.1689L28.2649 13.2869L28.6205 14.3213L27.7164 13.6813L26.8125 14.3213L27.168 13.2869L26.264 12.6469H27.3813L27.7067 11.6125ZM24.2311 20.6106L23.7129 19.059L23.1947 20.6106H21.5182L22.8747 21.5689L22.3564 23.1204L23.7129 22.1622L25.0693 23.1204L24.5511 21.5689L25.9076 20.6106H24.2311ZM23.864 6.87654L24.296 8.16952H25.6933L24.5627 8.96865L24.9947 10.2616L23.8658 9.46249L22.7369 10.2616L23.1689 8.96865L22.04 8.16952H23.4356L23.864 6.87654ZM20.5378 13.12L20.0196 11.5684L19.5013 13.12H17.8249L19.1813 14.0783L18.6631 15.6298L20.0196 14.6716L21.376 15.6298L20.8578 14.0783L22.2142 13.12H20.5378Z", fill: "#D80027" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7025" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagNZIcon.displayName = 'FlagNZIcon';