@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.36 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIKitchenTap = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIKitchenTap = function GIKitchenTap(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 0h512v512H0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M305.3 67.89 73 150.4V199h46v-32.7l191.6-72.54-5.3-25.87zM369.5 169 119 252.5V217H73v222h61.1c-2.5-34.5 8.2-65.6 26.3-92.2 20-29.2 48.5-53.3 78.6-72.7 30-19.4 61.6-34 87.8-43.9 13.1-4.9 24.9-8.7 34.5-11.2 9.7-2.6 16.8-4 22.7-4h55v-46h-69.5zm46.5 85.2c-4 5.2-9.4 12.3-14.5 20.4-10.4 16.1-18.8 36.1-17.2 46.1 1.1 7.3 5.7 16.3 11.9 22.9 6.2 6.6 13.6 10.5 19.8 10.5 6.1 0 13.5-3.9 19.7-10.5 6.2-6.6 10.8-15.6 11.9-22.9 1.6-10-6.8-30-17.1-46.1-5.2-8.1-10.5-15.2-14.5-20.4zM41 457v30h138.5l-10-30H41z"
})]
}));
};
exports.GIKitchenTap = GIKitchenTap;