@icongo/sti
Version:
Super Tiny Icons
62 lines (61 loc) • 2.08 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STITaiga = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STITaiga = function STITaiga(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "taiga.io",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#a295ae",
d: "m393 119-17 119-120 18 17-120z",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#5d6f6d",
d: "m120 393 17-119 119-17-17 120z",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#8cd592",
d: "m120 119 119 17 17 120-120-17z",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#665e74",
d: "m393 392-119-17-17-120 120 17z",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#837193",
d: "m450 255-96 72-96-72 96-72z",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#a2f4ac",
d: "m256 62 72 96-72 96-72-96z",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#7ea685",
d: "m63 256 96-72 96 72-96 72z",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#3c3647",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m256 449-72-96 72-96 72 96z",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m256 210 46 46-46 46-46-46z"
})]
})]
}));
};
exports.STITaiga = STITaiga;