@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 1.61 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagGwIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagGwIcon = (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(#FlagGwIcon__a)" },
react_1.default.createElement("path", { fill: "#FFDA44", d: "M16 0c-1.41 0-2.813.185-4.174.551L10.436 16l1.39 15.449c1.361.366 2.765.552 4.174.551 8.836 0 16-7.164 16-16S24.836 0 16 0" }),
react_1.default.createElement("path", { fill: "#6DA544", d: "m10.436 16 1.39 15.449c1.361.366 2.765.552 4.174.551 8.836 0 16-7.164 16-16z" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M0 16c0 6.065 3.374 11.342 8.347 14.053V1.947C3.374 4.66 0 9.936 0 16" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M0 16c0 7.392 5.013 13.612 11.826 15.449V.55C5.013 2.388 0 8.608 0 16" }),
react_1.default.createElement("path", { fill: "#3D3D3D", d: "m6.046 11.826 1.036 3.188h3.353l-2.711 1.97 1.035 3.19-2.711-1.971-2.711 1.97 1.036-3.188-2.71-1.97h3.352z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagGwIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagGwIcon.displayName = 'FlagGwIcon';