@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) • 643 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-trading-card-edition-24><path fill-rule=evenodd clip-rule=evenodd d="M3 4a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v16a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V4Zm3-1a1 1 0 0 0-1 1v3h3V3H6ZM5 20V9h14v11a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1ZM19 4v3h-9V3h8a1 1 0 0 1 1 1Zm-3 2a1 1 0 1 0 0-2h-3a1 1 0 1 0 0 2h3Zm-3.528 5.118A1 1 0 0 1 13 12v5h.5a1 1 0 1 1 0 2h-3a1 1 0 1 1 0-2h.5v-3.134a1 1 0 0 1-1.055-1.698l1.5-1a1 1 0 0 1 1.027-.05Z"></path></symbol>';
}