@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) • 474 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-ebay-plus-24><path fill-rule=evenodd clip-rule=evenodd d="M12 1a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V2a1 1 0 0 1 1-1ZM1 12a1 1 0 0 1 1-1h8a3 3 0 0 1 3 3v8a1 1 0 1 1-2 0v-8a1 1 0 0 0-1-1H2a1 1 0 0 1-1-1Zm15-1a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6Z"></path></symbol>';
}