@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) • 536 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 64 64" id=icon-credit-card-64><path fill-rule=evenodd clip-rule=evenodd d="M8 16.5a2.5 2.5 0 0 1 2.5-2.5h43a2.5 2.5 0 0 1 2.5 2.5V20H8v-3.5ZM8 32v15.5a2.5 2.5 0 0 0 2.5 2.5h43a2.5 2.5 0 0 0 2.5-2.5V32H8Zm2.5-23A7.5 7.5 0 0 0 3 16.5v31a7.5 7.5 0 0 0 7.5 7.5h43a7.5 7.5 0 0 0 7.5-7.5v-31A7.5 7.5 0 0 0 53.5 9h-43Z"></path></symbol>';
}