UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.62 kB
"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({ 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_7076)" }, react_1.default.createElement("path", { d: "M22.9564 1.58763C20.8529 0.5705 18.4931 0 15.9999 0C13.5068 0 11.1469 0.5705 9.04344 1.58763L7.65213 16L9.04344 30.4124C11.1469 31.4295 13.5068 32 15.9999 32C18.4931 32 20.8529 31.4295 22.9564 30.4124L24.3478 16L22.9564 1.58763Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M9.0435 1.58856C3.69156 4.17644 0 9.657 0 16.0004C0 22.3437 3.69156 27.8243 9.0435 30.4122V1.58856Z", fill: "#6DA544" }), react_1.default.createElement("path", { d: "M22.9565 1.58856V30.4122C28.3085 27.8243 32 22.3437 32 16.0004C32 9.65706 28.3085 4.17644 22.9565 1.58856Z", fill: "#6DA544" }), react_1.default.createElement("path", { d: "M20.1739 20.8704L16 7.65302L11.826 20.8704H14.9565V24.3486H17.0435V20.8704H20.1739Z", fill: "#6DA544" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_7076" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagNFIcon.displayName = 'FlagNFIcon';