UNPKG

react-icons-kit

Version:

React Icons Kit using various Svg Icon set

39 lines (38 loc) 741 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shoppingBag = void 0; var shoppingBag = { "viewBox": "0 0 24 24", "children": [{ "name": "path", "attribs": { "d": "M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z" }, "children": [] }, { "name": "line", "attribs": { "x1": "3", "y1": "6", "x2": "21", "y2": "6" }, "children": [] }, { "name": "path", "attribs": { "d": "M16 10a4 4 0 0 1-8 0" }, "children": [] }], "attribs": { "fill": "none", "stroke": "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" } }; exports.shoppingBag = shoppingBag;