@ozen-ui/icons
Version:
A collection of icons
18 lines (17 loc) • 2.05 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagGYIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagGYIcon = (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_6505)" },
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 0C13.1716 0 10.5156 0.735111 8.20889 2.02311V29.9769C10.5156 31.2649 13.1716 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M8.25602 1.99731C7.253 2.55319 6.31251 3.21505 5.45068 3.97154L5.71379 3.74576L17.968 16L5.71379 28.2542L5.45068 28.0284C6.30935 28.7822 7.24891 29.4453 8.25602 30.0018L32 16L8.25602 1.99731Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M6.90402 2.83557C6.41513 3.17335 5.94757 3.53779 5.49957 3.92535L16 16L5.50224 28.0738C5.94966 28.4626 6.41822 28.8264 6.90579 29.1636L29.2622 16L6.90402 2.83557Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M5.7138 3.74579L4.68625 4.68623L14.6089 16L4.68625 27.3138L5.7138 28.2542L17.968 16L5.7138 3.74579Z", fill: "#3D3D3D" }),
react_1.default.createElement("path", { d: "M4.68618 4.68622C-1.56271 10.9351 -1.56271 21.0649 4.68618 27.3138L16 16L4.68618 4.68622Z", fill: "#D80027" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6505" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagGYIcon.displayName = 'FlagGYIcon';