UNPKG

@ozen-ui/icons

Version:

A collection of icons

24 lines (23 loc) 2.95 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagNRIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagNRIcon = (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_7000)" }, react_1.default.createElement("mask", { id: "mask0_4218_7000", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" }, react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 0C7.16444 0 0 7.16444 0 16C0 24.8356 7.16444 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "white" })), react_1.default.createElement("g", { mask: "url(#mask0_4218_7000)" }, react_1.default.createElement("path", { d: "M0 32H32V0H0V32Z", fill: "#002B7F" })), react_1.default.createElement("mask", { id: "mask1_4218_7000", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" }, react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 0C7.16444 0 0 7.16444 0 16C0 24.8356 7.16444 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "white" })), react_1.default.createElement("g", { mask: "url(#mask1_4218_7000)" }, react_1.default.createElement("path", { d: "M-5.33334 17.3334H58.6667V14.6667H-5.33334V17.3334Z", fill: "#FFC61E" })), react_1.default.createElement("mask", { id: "mask2_4218_7000", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" }, react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 0C7.16444 0 0 7.16444 0 16C0 24.8356 7.16444 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "white" })), react_1.default.createElement("g", { mask: "url(#mask2_4218_7000)" }, react_1.default.createElement("path", { d: "M10.6667 28L9.97601 25.2426L8.00001 27.2853L8.78223 24.552L6.0489 25.3342L8.09157 23.3582L5.33334 22.6666L8.09068 21.976L6.04801 20L8.78134 20.7822L8.00001 18.048L9.97601 20.0906L10.6667 17.3333L11.3573 20.0906L13.3333 18.048L12.5511 20.7813L15.2845 19.9991L13.2418 21.9751L16 22.6666L13.2427 23.3573L15.2853 25.3333L12.552 24.5511L13.3342 27.2844L11.3582 25.2418L10.6667 28Z", fill: "white" }))), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_7000" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagNRIcon.displayName = 'FlagNRIcon';