@ozen-ui/icons
Version:
A collection of icons
20 lines (19 loc) • 2.58 kB
JavaScript
"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({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FlagGdIcon__a)" },
react_1.default.createElement("path", { fill: "#FFDA44", d: "M16 31.173c8.837 0 16-7.163 16-16s-7.163-16-16-16-16 7.164-16 16 7.163 16 16 16" }),
react_1.default.createElement("path", { fill: "#A2001D", d: "M6.982 1.956A15.93 15.93 0 0 1 16-.827a15.93 15.93 0 0 1 9.018 2.783L16 2.652z" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "m16 15.173-1.022-1.022-.271.486z" }),
react_1.default.createElement("path", { fill: "#496E2D", d: "M4.686 3.86c-6.249 6.248-6.249 16.378 0 22.627L16 15.173zM27.314 3.86c6.249 6.248 6.249 16.378 0 22.627L16 15.173z" }),
react_1.default.createElement("path", { fill: "#A2001D", d: "M16 20.739a5.565 5.565 0 1 0 0-11.131 5.565 5.565 0 0 0 0 11.13" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "m16 9.6 1.247 3.84h4.038l-3.267 2.382 1.247 3.84L16 17.29l-3.267 2.373 1.248-3.84-3.265-2.373h4.037z" }),
react_1.default.createElement("path", { fill: "#A2001D", fillRule: "evenodd", d: "M15.995-.827h.01a15.96 15.96 0 0 1 11.308 4.685H4.687A15.96 15.96 0 0 1 15.995-.827m.005 32c-4.418 0-8.418-1.79-11.313-4.684h22.626A15.95 15.95 0 0 1 16 31.173", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "m16 .913.258.797h.838l-.678.493.258.797L16 2.507l-.678.492.258-.797-.679-.493h.839zM12.12.913l.258.797h.838l-.678.493.258.797-.679-.492L11.44 3l.258-.797-.678-.493h.838zM19.88.913l.257.797h.838l-.678.493.258.797-.678-.492-.679.492.258-.797-.678-.493h.838zM16 27.348l.258.797h.838l-.678.492.258.798-.676-.493-.678.493.258-.798-.679-.492h.839zM12.12 27.348l.258.797h.838l-.678.492.258.798-.679-.493-.678.493.258-.798-.678-.492h.838zM19.88 27.348l.257.797h.838l-.678.492.258.798-.678-.493-.679.493.258-.798-.678-.492h.838z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagGdIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagGdIcon.displayName = 'FlagGdIcon';