@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) • 642 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-shopping-event-24><path d="M16.602 1.005a4 4 0 0 1 3.785 3.544l1.587 14A4 4 0 0 1 17.999 23H6.001l-.223-.006a4.001 4.001 0 0 1-3.771-4.224l.02-.221 1.587-14A4 4 0 0 1 7.4 1.005L7.589 1h8.823l.19.005ZM7.589 3a2 2 0 0 0-1.987 1.774l-1.588 14A2 2 0 0 0 6 21h12a2 2 0 0 0 1.987-2.226l-1.587-14A2 2 0 0 0 16.413 3H7.59ZM15.5 6.5a1 1 0 0 1 1 1 4.5 4.5 0 1 1-9 0 1 1 0 1 1 2 0 2.5 2.5 0 0 0 5 0 1 1 0 0 1 1-1Z"></path></symbol>';
}