UNPKG

@ozen-ui/icons

Version:

A collection of icons

24 lines (23 loc) 2.65 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({ 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(#FlagNrIcon__a)" }, react_1.default.createElement("mask", { id: "FlagNrIcon__b", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, react_1.default.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0", clipRule: "evenodd" })), react_1.default.createElement("g", { mask: "url(#FlagNrIcon__b)" }, react_1.default.createElement("path", { fill: "#002B7F", d: "M0 32h32V0H0z" })), react_1.default.createElement("mask", { id: "FlagNrIcon__c", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, react_1.default.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0", clipRule: "evenodd" })), react_1.default.createElement("g", { mask: "url(#FlagNrIcon__c)" }, react_1.default.createElement("path", { fill: "#FFC61E", d: "M-5.333 17.333h64v-2.666h-64z" })), react_1.default.createElement("mask", { id: "FlagNrIcon__d", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, react_1.default.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0", clipRule: "evenodd" })), react_1.default.createElement("g", { mask: "url(#FlagNrIcon__d)" }, react_1.default.createElement("path", { fill: "#fff", d: "m10.667 28-.691-2.757L8 27.285l.782-2.733-2.733.782 2.043-1.976-2.759-.691 2.758-.691L6.048 20l2.733.782L8 18.048l1.976 2.043.69-2.758.691 2.758 1.976-2.043-.782 2.733L15.284 20l-2.042 1.976 2.758.692-2.757.69 2.042 1.976-2.733-.782.782 2.733-1.976-2.042z" }))), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagNrIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagNrIcon.displayName = 'FlagNrIcon';