@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) • 664 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 24 24" id=icon-cart-add-24><path d="M8 19a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm10 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4ZM4 2a1 1 0 0 1 .975.775l2.641 11.45.054.164a1 1 0 0 0 .92.611h8.805a1 1 0 0 0 .977-.783l1.207-5.434a1 1 0 0 1 1.953.434l-1.208 5.433A3 3 0 0 1 17.395 17H8.591a3 3 0 0 1-2.854-2.075l-.069-.25L3.204 4H1a1 1 0 0 1 0-2h3Zm9.005 1.005a1 1 0 0 1 1 1V6H16a1 1 0 1 1 0 2h-1.995v2.005a1 1 0 1 1-2 0V8H10a1 1 0 0 1 0-2h2.005V4.005a1 1 0 0 1 1-1Z"></path></symbol>';
}