@ozen-ui/icons
Version:
A collection of icons
18 lines (17 loc) • 2.08 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagINIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagINIcon = (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_6560)" },
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: "M16 0C9.65689 0 4.176 3.69156 1.58755 9.04356H30.4124C27.824 3.69156 22.3431 0 16 0Z", fill: "#FF9811" }),
react_1.default.createElement("path", { d: "M16 32C22.3431 32 27.824 28.3084 30.4124 22.9564H1.58755C4.176 28.3084 9.65689 32 16 32Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M16 21.5654C19.0737 21.5654 21.5653 19.0737 21.5653 16C21.5653 12.9264 19.0737 10.4347 16 10.4347C12.9264 10.4347 10.4347 12.9264 10.4347 16C10.4347 19.0737 12.9264 21.5654 16 21.5654Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M16 19.4782C17.921 19.4782 19.4782 17.921 19.4782 16C19.4782 14.079 17.921 12.5218 16 12.5218C14.079 12.5218 12.5218 14.079 12.5218 16C12.5218 17.921 14.079 19.4782 16 19.4782Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M16 11.7067L17.0729 14.1404L19.7173 13.8524L18.1458 16L19.7164 18.1458L17.072 17.8578L16 20.2933L14.9271 17.8596L12.2827 18.1467L13.8542 16L12.2836 13.8542L14.928 14.1422L16 11.7067Z", fill: "#0052B4" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6560" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagINIcon.displayName = 'FlagINIcon';