@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) • 586 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-split-payment-16><path fill-rule=evenodd clip-rule=evenodd d="M6 3a1 1 0 1 0 0-2H2a.997.997 0 0 0-1 1v4a1 1 0 1 0 2 0V4.414l3.414 3.414A2 2 0 0 1 7 9.242V14a1 1 0 1 0 2 0V9.242a4 4 0 0 0-1.172-2.828L4.414 3H6Zm4 0a1 1 0 0 1 0-2h4a1 1 0 0 1 .705.29l.004.005A.997.997 0 0 1 15 2v4a1 1 0 1 1-2 0V4.414l-1.793 1.793a1 1 0 0 1-1.414-1.414L11.586 3H10Z"></path></symbol>';
}