@icongo/sti
Version:
Super Tiny Icons
31 lines (30 loc) • 1.58 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIFoobar2000 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIFoobar2000 = function STIFoobar2000(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": "foobar2000",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#1B1817",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M256 473.5S221 445 186 408c-27.5-29-54-64.5-68-92-31.5-62.5-13-137 59-257l54 74s12-2 25-2.1c13 .1 25 2.1 25 2.1l54-74c72 120 90.5 194.5 59 257-14 27.5-40.5 63-68 92-35 37-70 65.5-70 65.5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M139.8 210.7c-26 0-17.8 38-13.3 49.8 9 24 28 55 67.5 69 35 11.5 41-18 26-50.5-13.5-28.5-39.5-59-71-67a36.9 36.9 0 0 0-9.2-1.3zm232.4 0c-2.7 0-5.8.4-9.2 1.3-31.5 8-57.5 38.5-71 67-15 32.5-9 62 26 50.5 39.5-14 58.5-45 67.5-69 4.5-11.8 12.8-49.8-13.3-49.8zM256 353.2c-3 0-6 1.2-8 3.8l-38 43c-2 2-3 6 0 8 6 3 9 2 13-2l33-35 33 35c4 4 7 5 13 2 3-2 2-6 0-8l-38-43c-2-2.5-5-3.8-8-3.8z"
})]
}));
};
exports.STIFoobar2000 = STIFoobar2000;