@icongo/gi
Version:
Game Icons
17 lines • 741 B
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 GIBarStool = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M0 0h512v512H0z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M116 41c-12.3 13.94-19.27 34.56-21.03 55.75C93.3 116.8 96.31 137 101.9 151h308.2c5.6-14 8.6-34.2 6.9-54.25-1.7-21.19-8.7-41.81-21-55.75H116zm13.9 128L90.2 487h29.9l39.7-318h-29.9zm222.3 0 39.7 318h29.9l-39.7-318h-29.9zM149.9 393l-2 16h216.2l-2-16H149.9z"
})]
}));
export { GIBarStool };