@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) • 718 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-shopping-event-16><path d="M11.166 1.013a3 3 0 0 1 2.693 2.563l1.108 7.773A3.2 3.2 0 0 1 11.8 15H4.2a3.2 3.2 0 0 1-3.188-3.472l.02-.18 1.109-7.772a3.001 3.001 0 0 1 2.693-2.563L5.112 1h5.777l.277.013ZM5.112 3a1 1 0 0 0-.99.858l-1.109 7.773A1.2 1.2 0 0 0 4.2 13h7.6a1.2 1.2 0 0 0 1.188-1.37l-1.109-7.772A1 1 0 0 0 10.89 3H5.112Zm4.884 2a1 1 0 0 1 1 1c0 1.655-1.34 3-2.996 3a2.999 2.999 0 0 1-2.997-3 1 1 0 0 1 1.995-.103l.01.206A1 1 0 0 0 8 7a.998.998 0 0 0 .996-1 1 1 0 0 1 1-1Z"></path></symbol>';
}