@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) • 490 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-ebay-plus-16><path fill-rule=evenodd clip-rule=evenodd d="M8 1a1 1 0 0 1 1 1v2.5a1 1 0 0 1-2 0V2a1 1 0 0 1 1-1Zm2.5 7a1 1 0 0 1 1-1H14a1 1 0 1 1 0 2h-2.5a1 1 0 0 1-1-1ZM2 7a1 1 0 0 0 0 2h4.5a.5.5 0 0 1 .5.5V14a1 1 0 1 0 2 0V9.5A2.5 2.5 0 0 0 6.5 7H2Z"></path></symbol>';
}