@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) • 447 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 20 20" id=icon-credit-card-20><path d="M17 3a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H3a3 3 0 0 1-2.996-2.846L0 14V6a3 3 0 0 1 3-3h14ZM2 9.5V14l.005.102A1 1 0 0 0 3 15h14a1 1 0 0 0 1-1V9.5H2ZM3 5a1 1 0 0 0-1 1v1h16V6a1 1 0 0 0-1-1H3Z"></path></symbol>';
}