@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 1.8 kB
JavaScript
"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({ 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(#FlagNaIcon__a)" },
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
react_1.default.createElement("path", { fill: "#A2001D", d: "M4.686 27.314q.992.991 2.139 1.796L29.109 6.826a16 16 0 0 0-1.795-2.139 16 16 0 0 0-2.139-1.795L2.89 25.175c.536.764 1.137 1.48 1.796 2.139z" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M4.686 4.686c-5.048 5.047-6.017 12.63-2.908 18.65L23.336 1.778C17.316-1.331 9.733-.361 4.686 4.686" }),
react_1.default.createElement("path", { fill: "#496E2D", d: "M27.314 27.314c5.049-5.05 6.018-12.629 2.91-18.65L8.663 30.223c6.021 3.108 13.602 2.139 18.649-2.91z" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "m13.218 9.044-1.793.844.955 1.736-1.956-.373-.247 1.966L8.82 11.77l-1.356 1.446-.246-1.966-1.956.373.955-1.736-1.793-.844 1.793-.845-.938-1.735 1.956.373.247-1.967 1.355 1.446 1.357-1.446.247 1.967 1.955-.373-.954 1.736z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagNaIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagNaIcon.displayName = 'FlagNaIcon';