@ebay/ebayui-core
Version:
Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.
8 lines (7 loc) • 638 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 16 16" id=icon-cart-16><path fill-rule=evenodd clip-rule=evenodd d="M2.22 3H1a1 1 0 0 1 0-2h2c.474 0 .876.334.976.78L4.53 4H13c.621 0 1.102.587.98 1.196l-.758 3.795A2.5 2.5 0 0 1 10.77 11H6.171a2.5 2.5 0 0 1-2.425-1.894L2.219 3Zm3.466 5.622L5.031 6h6.75l-.52 2.598a.5.5 0 0 1-.49.402h-4.6a.5.5 0 0 1-.485-.378Z"></path><path d="M5.5 16a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm6 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path></symbol>';
}