@ohu-mobile/icons
Version:
12 lines (11 loc) • 484 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const ShoppingBagOutlined = {
name: 'shopping-bag',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M6.5 2h11a1 1 0 0 1 .8.4L21 6v15a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6l2.7-3.6a1 1 0 0 1 .8-.4M19 8H5v12h14zm-.5-2L17 4H7L5.5 6zM9 10v2a3 3 0 0 0 6 0v-2h2v2a5 5 0 0 1-10 0v-2z"/>',
};
exports.default = ShoppingBagOutlined;