@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.77 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({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FlagNzIcon__a)" },
react_1.default.createElement("path", { fill: "#0052B4", d: "M32 15.628c0 8.597-7.164 15.568-16 15.568S0 24.225 0 15.628C0 15.632 16 .062 16 .061c8.836 0 16 6.97 16 15.567" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 8.183 15.997.061C7.162.062 0 7.03 0 15.628h8.356v-4.573l4.7 4.573h2.908l.043-.041v-2.83L11.29 8.183z" }),
react_1.default.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M2.086 7.937A15.87 15.87 0 0 1 8.094 2.09H16v4.062H6.26v9.475H2.086zm8.23.246L16 13.714v1.914L8.356 8.183zm17.39 3.43.346 1.034h1.117l-.904.64.355 1.034-.904-.64-.904.64.356-1.034-.904-.64h1.117zm-3.475 8.998-.518-1.552-.518 1.552h-1.677l1.357.958-.519 1.551 1.357-.958 1.356.958-.518-1.551 1.357-.958zm-.367-13.734.432 1.293h1.397l-1.13.799.432 1.293-1.13-.8-1.128.8.432-1.293-1.129-.8h1.396zm-3.326 6.243-.518-1.552-.519 1.552h-1.676l1.356.958-.518 1.552 1.357-.958 1.356.958-.518-1.552 1.356-.958z", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagNzIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagNzIcon.displayName = 'FlagNzIcon';