UNPKG

@ozen-ui/icons

Version:

A collection of icons

18 lines (17 loc) 2.76 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagNUIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagNUIcon = (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_7061)" }, react_1.default.createElement("path", { d: "M32 15.6281C32 24.2258 24.8366 31.1957 16 31.1957C7.16344 31.1957 0 24.2258 0 15.6281L16 0.0605469C24.8366 0.0605469 32 7.03038 32 15.6281Z", fill: "#FFDA44" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 12.7567V7.50702H10.4356L16 12.7567ZM13.0667 15.6367H8.35556L7.66222 14.2876L8.35556 9.5481L13.0667 15.6367Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M16 8.18163V0.0605469C7.16344 0.0605469 0 7.03038 0 15.6281H8.35556V11.0443L13.0667 15.6281H15.9733L16.0178 15.5849V12.7568L11.3067 8.17298H16V8.18163Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.31111 3.2346C6.87869 2.81842 7.47244 2.43713 8.08889 2.09298V2.07568H16V6.14055H6.27556V15.6368H2.09778V7.93947C2.64 7.00541 3.28889 6.14055 4 5.34487L4.17778 5.21514L5.91111 6.44325L5.24444 4.45406L6.96889 3.2346H6.31111ZM10.3111 8.18163L16 13.7168V15.6195L8.35556 8.18163H10.3111Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M6.84444 2.87138L6.33778 3.23462L5.27111 4.46273L4 5.34489L2.88 6.71138C3.28172 6.90069 3.72254 6.9983 4.16889 6.99679C5.80444 6.99679 7.12889 5.69949 7.12889 4.11679C7.13045 3.6825 7.03012 3.25359 6.83556 2.86273L6.84444 2.87138Z", fill: "#0052B4" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0578 2.76758L11.4133 3.80542H12.5333L11.6267 4.44542L11.9822 5.48325L11.0756 4.84325L10.1689 5.48325L10.5244 4.44542L9.61778 3.80542H10.7378L11.0578 2.76758ZM3.98222 5.34488L4.16 5.21515L5.89333 6.44325L5.22667 4.45406L6.96 3.22596H6.31111C5.46153 3.85504 4.67841 4.56485 3.97333 5.34488H3.98222ZM4.53333 10.5687L4.17778 9.53082L3.82222 10.5687H2.73778L3.64444 11.2087L3.28889 12.2465L4.19556 11.6065L5.10222 12.2465L4.74667 11.2087L5.65333 10.5687H4.53333Z", fill: "#FFDA44" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_7061" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagNUIcon.displayName = 'FlagNUIcon';