@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 2.15 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagGIIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagGIIcon = (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_6411)" },
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 32C22.8794 32 28.7441 27.658 31.0048 21.5652H0.995125C3.25587 27.658 9.1205 32 16 32Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M22.2609 13.2174V11.1304H22.9565V9.7391H21.5652V10.4348H20.1739V9.7391H18.7826V11.1304H19.4782V13.2174H18.0869V8.34792H18.7826V6.95667H17.3913V7.65217H16.6956V6.95667H15.3044V7.65217H14.6087V6.95667H13.2174V8.34792H13.9131V13.2174H12.5217V11.1304H13.2174V9.7391H11.8261V10.4348H10.4348V9.7391H9.0435V11.1304H9.73912V13.2174H8.34781V18.7826H23.6522V13.2174H22.2609Z", fill: "#D80027" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.9131 20.1739C13.9131 19.0213 14.8474 18.0869 16 18.0869C17.1526 18.0869 18.0869 19.0214 18.087 20.1739C18.087 21.0825 17.5061 21.8552 16.6957 22.1417V27.8261H13.2174V25.0435H15.3044V22.1416C14.4939 21.8551 13.9131 21.0824 13.9131 20.1739ZM15.3044 20.1739C15.3044 20.558 15.6158 20.8695 16 20.8695C16.3842 20.8695 16.6956 20.558 16.6956 20.1739C16.6956 19.7897 16.3842 19.4783 16 19.4783C15.6158 19.4783 15.3044 19.7897 15.3044 20.1739Z", fill: "#FFDA44" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6411" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagGIIcon.displayName = 'FlagGIIcon';