UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 496 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ShoppingCartOutlined = { name: 'shopping-cart', theme: 'outlined', attrs: { viewBox: '0 0 24 24', }, children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M4 16V4H2V2h3a1 1 0 0 1 1 1v12h12.438l2-8H8V5h13.72a1 1 0 0 1 .97 1.243l-2.5 10a1 1 0 0 1-.97.757H5a1 1 0 0 1-1-1m2 7a2 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 = ShoppingCartOutlined;