@icongo/fc
Version:
Flat Color Icons
25 lines • 1.09 kB
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 FCIcons8Cup = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_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__*/_jsxs("g", {
fill: "#81C784",
children: [/*#__PURE__*/_jsx("path", {
d: "M42 14H6v-3c0-2.2 1.8-4 4-4h28c2.2 0 4 1.8 4 4v3z"
}), /*#__PURE__*/_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__*/_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"
})]
}));
export { FCIcons8Cup };