@icongo/sti
Version:
Super Tiny Icons
29 lines (28 loc) • 1.75 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIHumblebundle = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIHumblebundle = function STIHumblebundle(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": "Humble Bundle",
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: "#cc2929",
d: "M333.3 287c4.3 2.4 16.3 8.9 16.2 50.8q0 35.8-24.5 53.6t-71.3 17.7c-33.9 0-59.9-6.6-77.8-19.8s-28.7-39.1-28.8-75c0-27.2 8.3-48.9 24.6-65.1 24.3-22.9 66.4-38.1 67.1-38.4q45.8-17.6 58.8-41.1a31.6 31.6 0 0 0 4.5-16.4c0-5.7-1.4-10-4.5-12.8s-3.5-4.6-1.3-5c4.1.6 17.9 14.6 15.2 31.2a100.9 100.9 0 0 1-11.4 33.8c-5.1 9.2-13.8 20.4-26 33.5-14.8 15.1-29.3 35.1-31.5 38.1-17.8 24.3-11.4 44.2-11.4 44.2 2.1 6.6 8 11.8 18 16-2.6-2.1-9.8-12.1-10-28.7 0-6.9 3.7-16.1 13.5-27.2 5.3-6.9 22.7-19 22.4-19Zm-77.1-133.5c0 10.1 4.7 19.7 14.1 29l-16.9 9.4a82.7 82.7 0 0 1-6.9-34 25.2 25.2 0 0 1 12.6-21.6c2.7-1.3 4-1.3 4-.2s-.8 2.5-2.1 3.9c-3.1 3-4.6 7.5-4.8 13.5ZM244 197.4l-32.2 12.5-107.2-56.1c-4.2-2.1-10.2-8.2-4-18.1s12.6-6.5 15.5-5.1Zm53.6 28 145.3 75.1c5.8 3.2 6.7 8.4 2.4 16.6s-10.1 8.6-13.8 6.9L281 245.8Z"
})]
}));
};
exports.STIHumblebundle = STIHumblebundle;