UNPKG

@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) 422 B
"use strict"; 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-credit-card-24><path d="M20 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h16ZM3 11v6a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-6H3Zm1-5a1 1 0 0 0-1 1v1h18V7a1 1 0 0 0-1-1H4Z"></path></symbol>'; }