@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 1.9 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagJOIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagJOIcon = (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_6632)" },
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: "M9.73914 10.4348H31.0048C28.7441 4.342 22.8794 0 16 0C11.5816 0 7.58208 1.79119 4.68683 4.68681L9.73914 10.4348Z", fill: "black" }),
react_1.default.createElement("path", { d: "M9.73914 21.566H31.0048C28.7441 27.6588 22.8794 32.0008 16 32.0008C11.5816 32.0008 7.58208 30.2096 4.68683 27.314L9.73914 21.566Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M4.68628 4.68579C-1.56209 10.9342 -1.56209 21.0649 4.68628 27.3133C7.26834 24.7312 9.75166 22.2479 16 15.9995L4.68628 4.68579Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M6.35022 12.5226L7.22828 14.3588L9.21134 13.9005L8.32322 15.7318L9.91791 16.9964L7.93247 17.4438L7.93797 19.4791L6.35022 18.2058L4.76241 19.4791L4.76797 17.4438L2.78253 16.9964L4.37716 15.7318L3.48916 13.9005L5.47209 14.3588L6.35022 12.5226Z", fill: "#F0F0F0" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6632" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagJOIcon.displayName = 'FlagJOIcon';