@icongo/vv
Version:
Vivid Icons
24 lines • 798 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 VVCart = 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: "M14.58 35.043a3.479 3.479 0 1 1-3.527 3.479 3.5 3.5 0 0 1 3.527-3.479Zm11.771 0a3.479 3.479 0 1 1-3.542 3.479 3.511 3.511 0 0 1 3.542-3.479ZM44 12H14L9 6H4l14 20h12l-2 3H13l-4 4h21Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M16 16h20l-2 2H18Zm3 4h13l-2 2h-9Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVCart };