@icongo/sti
Version:
Super Tiny Icons
44 lines (43 loc) • 1.78 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIElastic = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIElastic = function STIElastic(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": "elastic",
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: "#ffd00a",
d: "m206.4 217.2 90.1 40.3 90.9-78.1a101.6 99.7 0 0 0-183.5-76l-15.1 76.9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#20b9af",
d: "M113.1 310.8a103.4 101.4 0 0 0-2 19.9 101.9 99.9 0 0 0 186.1 56.2l15-76.7-20-37.5-90.5-40.4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ee5096",
d: "m112.6 157.9 61.7 14.3 13.5-68.9a48.8 47.8 0 0 0-75.2 54.6"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#12a5df",
d: "M107.2 172.3a68.1 66.8 0 0 0-3 125.8l86.6-76.8-15.9-33.3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#90c640",
d: "M313.1 386.9a48.7 47.8 0 0 0 75.1-54.5l-61.7-14.2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#05799f",
d: "m325.6 302.4 67.9 15.6a68.7 67.4 0 0 0 46.8-63.4 68 66.7 0 0 0-43.9-62.3l-88.8 76.4z"
})]
}));
};
exports.STIElastic = STIElastic;