web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
50 lines (45 loc) • 1.82 kB
JavaScript
"use strict";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
function SvgComponent(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16.001 16.014",
width: "1em",
height: "1em"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M.984 0A1 1 0 000 1.015v4s.007.844.574 1.6C1.022 7.21 1.832 7.734 3 7.928v1.086a1 1 0 00-1 1v5a1 1 0 001 1h2a1 1 0 001-1v-5a1 1 0 00-1-1V7.928c1.168-.195 1.978-.717 2.426-1.314.567-.756.574-1.6.574-1.6v-4a1 1 0 10-2 0v3.5a.5.5 0 01-1 0v-3.5A1 1 0 003.984.001 1 1 0 003 1.014v3.5a.5.5 0 01-1 0v-3.5A1 1 0 00.984.001zM13.97.014a1.002 1.002 0 00-.677.293c-1.736 1.736-2.503 4.161-2.898 6.137C10 8.419 10 10.014 10 10.014a1 1 0 001 1h1v4a1 1 0 001 1h1a1 1 0 001-1v-14a1 1 0 00-1.03-1z",
style: {
lineHeight: "normal",
fontVariantLigatures: "normal",
fontVariantPosition: "normal",
fontVariantCaps: "normal",
fontVariantNumeric: "normal",
fontVariantAlternates: "normal",
fontFeatureSettings: "normal",
textIndent: 0,
textAlign: "start",
textDecorationLine: "none",
textDecorationStyle: "solid",
textDecorationColor: "#000",
textTransform: "none",
textOrientation: "mixed",
shapePadding: 0,
isolation: "auto",
mixBlendMode: "normal"
},
overflow: "visible",
color: "#000",
fontWeight: 400,
fontFamily: "sans-serif",
fill: "#2e3436",
fillRule: "evenodd"
}));
}
var _default = SvgComponent;
exports.default = _default;
//# sourceMappingURL=emoji-food-symbolic.js.map