@icongo/sti
Version:
Super Tiny Icons
36 lines • 1.29 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIElastic = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "elastic",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_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__*/_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__*/_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__*/_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__*/_jsx("path", {
fill: "#90c640",
d: "M313.1 386.9a48.7 47.8 0 0 0 75.1-54.5l-61.7-14.2z"
}), /*#__PURE__*/_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"
})]
}));
export { STIElastic };