UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 2.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagNAIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagNAIcon = (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_6993)" }, react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M4.68622 27.3138C5.34571 27.9734 6.0613 28.5745 6.82489 29.1102L29.1093 6.82576C28.5822 6.07465 27.984 5.3591 27.3138 4.6871C26.6436 4.0151 25.9271 3.41776 25.1751 2.89154L2.88889 25.1751C3.42461 25.9387 4.02568 26.6543 4.68533 27.3138H4.68622Z", fill: "#A2001D" }), react_1.default.createElement("path", { d: "M4.6863 4.6863C-0.361701 9.73341 -1.33059 17.3156 1.77785 23.3361L23.3361 1.77786C17.3156 -1.33059 9.73341 -0.360807 4.6863 4.6863Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M27.3138 27.3138C32.3627 22.2649 33.3316 14.6854 30.2231 8.66492L8.664 30.2223C14.6853 33.3298 22.2658 32.3609 27.3129 27.3129L27.3138 27.3138Z", fill: "#496E2D" }), react_1.default.createElement("path", { d: "M13.2178 9.04357L11.4249 9.88802L12.3796 11.624L10.424 11.2507L10.1769 13.2169L8.82134 11.7707L7.4649 13.2169L7.21867 11.2507L5.26312 11.624L6.21779 9.88802L4.4249 9.04357L6.21779 8.19913L5.28001 6.46402L7.23556 6.83735L7.48267 4.87024L8.83823 6.31646L10.1947 4.87024L10.4418 6.83735L12.3973 6.46402L11.4427 8.20002L13.2178 9.04357Z", fill: "#FFDA44" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6993" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagNAIcon.displayName = 'FlagNAIcon';