@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) • 849 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 16 16" id=icon-trading-card-16><path fill-rule=evenodd d="M4.5 0A2.5 2.5 0 0 0 2 2.5v11A2.5 2.5 0 0 0 4.5 16h7a2.5 2.5 0 0 0 2.5-2.5v-11A2.5 2.5 0 0 0 11.5 0h-7ZM4 2.5a.5.5 0 0 1 .5-.5h1.75v2.25H4V2.5Zm3.75 1.75V2h3.75a.5.5 0 0 1 .5.5v1.75H7.75ZM4 5.75h8v7.75a.5.5 0 0 1-.5.5h-.552c-.085-.782-.28-1.494-.608-2.073a3.126 3.126 0 0 0-.533-.7 2.5 2.5 0 1 0-3.615 0 3.153 3.153 0 0 0-.532.7c-.328.579-.522 1.29-.608 2.073H4.5a.5.5 0 0 1-.5-.5V5.75ZM6.563 14h2.874c-.076-.558-.216-1.006-.402-1.334C8.77 12.2 8.436 12 8 12c-.436 0-.77.2-1.035.667-.186.327-.326.775-.402 1.333ZM8 10.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" clip-rule=evenodd></path></symbol>';
}