@icongo/vv
Version:
Vivid Icons
30 lines • 918 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 VVBag = 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: "M13.394 15h21.212L38 41H10Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "m10 41 .522-4h26.956L38 41H10Zm18-27c0-1.516-.737-5-4-5s-4 3.484-4 5v1h-3l.01-2.951C17.01 9.017 20.053 6 24 6s6.99 3.017 6.99 6.049L31 15h-3v-1Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
}), /*#__PURE__*/_jsx("path", {
d: "m17 15 .009 2h3v-2H17Zm10.989 0v1.989h3L31 15h-3.009Z",
style: {
fill: "#fafafa",
fillRule: "evenodd"
}
})]
}));
export { VVBag };