@icongo/vv
Version:
Vivid Icons
24 lines • 675 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 VVCup = 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", {
d: "m35 11-3 30H16l-3-30h-3l5-4h18l5 4h-3Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M13 11h22l-.3 3H13.3Zm11 10a4 4 0 1 1-4 4 4 4 0 0 1 4-4Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVCup };