@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) • 838 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-add-16><path d="M5.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm6 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM3.023 1.001l.039.002a.998.998 0 0 1 .518.184.997.997 0 0 1 .242.245l.019.028a.99.99 0 0 1 .03.05l.017.032a.994.994 0 0 1 .045.1l.007.017.004.014a.826.826 0 0 1 .02.071l.006.014L5.687 8.62A.5.5 0 0 0 6.17 9h4.6a.5.5 0 0 0 .49-.402l.558-2.794a1 1 0 0 1 1.961.392l-.558 2.794A2.5 2.5 0 0 1 10.77 11h-4.6a2.5 2.5 0 0 1-2.425-1.894L2.22 3H1a1 1 0 0 1 0-2h2l.023.001Zm5.482.249a1 1 0 0 1 1 1V3h.745a1 1 0 0 1 .102 1.995L10.25 5h-.745v.75a1 1 0 1 1-2 0V5H6.75a1 1 0 0 1 0-2h.755v-.75a1 1 0 0 1 1-1Z"></path></symbol>';
}