UNPKG

@ozen-ui/icons

Version:

A collection of icons

26 lines (25 loc) 3.95 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagGDIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagGDIcon = (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_6437)" }, react_1.default.createElement("path", { d: "M16 31.1733C24.8366 31.1733 32 24.0099 32 15.1733C32 6.33678 24.8366 -0.82666 16 -0.82666C7.16344 -0.82666 0 6.33678 0 15.1733C0 24.0099 7.16344 31.1733 16 31.1733Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M6.98224 1.95556C9.55024 0.200896 12.6551 -0.82666 16 -0.82666C19.3449 -0.82666 22.4498 0.200896 25.0178 1.95556L16 2.65156L6.98224 1.95556Z", fill: "#A2001D" }), react_1.default.createElement("path", { d: "M16 15.1733L14.9778 14.1511L14.7067 14.6365L16 15.1733Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M4.68618 3.85956C-1.56271 10.1084 -1.56271 20.2382 4.68618 26.4871L16 15.1733L4.68618 3.85956Z", fill: "#496E2D" }), react_1.default.createElement("path", { d: "M27.3138 3.85956C33.5627 10.1084 33.5627 20.2382 27.3138 26.4871L16 15.1733L27.3138 3.85956Z", fill: "#496E2D" }), react_1.default.createElement("path", { d: "M16 20.7387C19.0737 20.7387 21.5653 18.247 21.5653 15.1734C21.5653 12.0997 19.0737 9.60803 16 9.60803C12.9264 9.60803 10.4347 12.0997 10.4347 15.1734C10.4347 18.247 12.9264 20.7387 16 20.7387Z", fill: "#A2001D" }), react_1.default.createElement("path", { d: "M16 9.60004L17.2471 13.44H21.2845L18.0178 15.8223L19.2649 19.6623L16 17.2889L12.7333 19.6623L13.9813 15.8223L10.7156 13.4489H14.7529L16 9.60004Z", fill: "#FFDA44" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.9947 -0.826654H16.0054C20.2474 -0.830405 24.3163 0.855246 27.3129 3.85779H4.68713C7.68374 0.855246 11.7526 -0.830405 15.9947 -0.826654ZM16 31.1733C11.5822 31.1733 7.58224 29.3831 4.68713 26.4889H27.3129C24.4178 29.3831 20.4178 31.1733 16 31.1733Z", fill: "#A2001D" }), react_1.default.createElement("path", { d: "M16 0.912903L16.2578 1.71024H17.096L16.4178 2.20268L16.6756 3.00001L16 2.50668L15.3218 2.99913L15.5796 2.20179L14.9013 1.70935H15.7396L16 0.912903Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M12.12 0.912903L12.3778 1.71024H13.216L12.5378 2.20268L12.7956 3.00001L12.1173 2.50757L11.4391 3.00001L11.6969 2.20268L11.0187 1.71024H11.8569L12.12 0.912903Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M19.8791 0.912903L20.1369 1.71024H20.9751L20.2969 2.20268L20.5547 3.00001L19.8765 2.50757L19.1982 3.00001L19.456 2.20268L18.7778 1.71024H19.616L19.8791 0.912903Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M16 27.3476L16.2578 28.1449H17.096L16.4178 28.6374L16.6756 29.4347L16 28.9423L15.3218 29.4347L15.5796 28.6374L14.9013 28.1449H15.7396L16 27.3476Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M12.12 27.3476L12.3778 28.1449H13.216L12.5378 28.6374L12.7956 29.4347L12.1173 28.9423L11.4391 29.4347L11.6969 28.6374L11.0187 28.1449H11.8569L12.12 27.3476Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M19.8791 27.3476L20.1369 28.1449H20.9751L20.2969 28.6374L20.5547 29.4347L19.8765 28.9423L19.1982 29.4347L19.456 28.6374L18.7778 28.1449H19.616L19.8791 27.3476Z", fill: "#FFDA44" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6437" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagGDIcon.displayName = 'FlagGDIcon';