UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 463 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ShoppingBagFilled = { name: 'shopping-bag', theme: 'filled', 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-.4m12 4L17 4H7L5.5 6zM9 10H7v2a5 5 0 0 0 10 0v-2h-2v2a3 3 0 0 1-6 0z"/>', }; exports.default = ShoppingBagFilled;