@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) • 556 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-split-payment-24><path fill-rule=evenodd clip-rule=evenodd d="M8 3a1 1 0 0 0 0-2H2a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0V4.414l7.121 7.122a3 3 0 0 1 .879 2.12V22a1 1 0 1 0 2 0v-8.343a5 5 0 0 0-1.464-3.536L4.414 3H8Zm13 1.414V8a1 1 0 1 0 2 0V2a1 1 0 0 0-1-1h-6a1 1 0 1 0 0 2h3.586l-5.293 5.293a1 1 0 0 0 1.414 1.414L21 4.414Z"></path></symbol>';
}