@icongo/fc
Version:
Flat Color Icons
33 lines (32 loc) • 1.52 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCIcons8Cup = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCIcons8Cup = function FCIcons8Cup(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 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4CAF50",
d: "M40 14H8l3.8 28.3c.1 1 1 1.7 2 1.7h20.5c1 0 1.8-.7 2-1.7L40 14z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#81C784",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M42 14H6v-3c0-2.2 1.8-4 4-4h28c2.2 0 4 1.8 4 4v3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M37.2 10H10.8l1.7-4.7c.3-.8 1-1.3 1.9-1.3h19.2c.8 0 1.6.5 1.9 1.3l1.7 4.7z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#E8F5E9",
d: "M28 28.5c1.2-1.1 2-2.7 2-4.5 0-3.3-2.7-6-6-6s-6 2.7-6 6c0 1.8.8 3.4 2 4.5-1.2 1.1-2 2.7-2 4.5 0 3.3 2.7 6 6 6s6-2.7 6-6c0-1.8-.8-3.4-2-4.5zM24 36c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3zm0-9c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z"
})]
}));
};
exports.FCIcons8Cup = FCIcons8Cup;