react-icons-kit
Version:
React Icons Kit using various Svg Icon set
29 lines (28 loc) • 813 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.cart = void 0;
var cart = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M6 14.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5c0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M16 14.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5c0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M16 8v-6h-12c0-0.552-0.448-1-1-1h-3v1h2l0.751 6.438c-0.458 0.367-0.751 0.93-0.751 1.562 0 1.105 0.895 2 2 2h12v-1h-12c-0.552 0-1-0.448-1-1 0-0.003 0-0.007 0-0.010l13-1.99z"
}
}]
};
exports.cart = cart;
;