@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.31 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagNfIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagNfIcon = (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(#FlagNfIcon__a)" },
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M22.956 1.588A15.9 15.9 0 0 0 16 0c-2.493 0-4.853.57-6.957 1.588L7.653 16l1.39 14.412A15.9 15.9 0 0 0 16 32c2.493 0 4.853-.57 6.956-1.588L24.348 16z" }),
react_1.default.createElement("path", { fill: "#6DA544", d: "M9.044 1.589C3.691 4.176 0 9.657 0 16c0 6.344 3.692 11.824 9.044 14.412zM22.957 1.589v28.823C28.307 27.824 32 22.344 32 16c0-6.343-3.692-11.824-9.044-14.411M20.174 20.87 16 7.653 11.826 20.87h3.13v3.479h2.088V20.87z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagNfIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagNfIcon.displayName = 'FlagNfIcon';