UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.84 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagJMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagJMIcon = (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_6615)" }, 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: "#FFDA44" }), react_1.default.createElement("path", { d: "M25.7422 3.30669C22.95 1.15723 19.5238 -0.00567893 16 2.08528e-05C12.4764 -0.00522748 9.05058 1.15798 6.25867 3.30758L16 13.0489L25.7422 3.30669Z", fill: "#6DA544" }), react_1.default.createElement("path", { d: "M3.30669 6.25775C1.15723 9.05002 -0.00567893 12.4762 2.08528e-05 16C-0.00522748 19.5235 1.15798 22.9494 3.30758 25.7413L13.0489 16L3.30669 6.25775Z", fill: "#3D3D3D" }), react_1.default.createElement("path", { d: "M6.25775 28.6933C9.05002 30.8428 12.4762 32.0057 16 32C19.5235 32.0052 22.9494 30.842 25.7413 28.6924L16 18.9511L6.25775 28.6933Z", fill: "#6DA544" }), react_1.default.createElement("path", { d: "M28.6933 25.7422C30.8428 22.95 32.0057 19.5238 32 16C32.0052 12.4764 30.842 9.05058 28.6924 6.25867L18.9511 16L28.6933 25.7422Z", fill: "#3D3D3D" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6615" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagJMIcon.displayName = 'FlagJMIcon';