UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 489 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ShoppingCartFilled = { name: 'shopping-cart', theme: 'filled', attrs: { viewBox: '0 0 24 24', }, children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M6 9h13.938l.5-2H8V5h13.72a1 1 0 0 1 .97 1.243l-2.5 10a1 1 0 0 1-.97.757H5a1 1 0 0 1-1-1V4H2V2h3a1 1 0 0 1 1 1zm0 14a2 2 0 1 1 0-4 2 2 0 0 1 0 4m12 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4"/>', }; exports.default = ShoppingCartFilled;