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) 816 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-trading-card-24><path d="M13 4h3a1 1 0 1 1 0 2h-3a1 1 0 1 1 0-2Z"></path><path fill-rule=evenodd d="M6 1a3 3 0 0 0-3 3v16a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H6Zm0 2a1 1 0 0 0-1 1v3h3V3H6Zm10.946 18H18a1 1 0 0 0 1-1V9H5v11a1 1 0 0 0 1 1h1.054c.157-1.4.65-2.555 1.407-3.412.237-.268.495-.501.77-.701a4 4 0 1 1 5.538 0c.275.2.534.433.77.7.758.858 1.25 2.013 1.407 3.413ZM9.07 21c.14-.943.48-1.625.889-2.088A2.668 2.668 0 0 1 12 18c.78 0 1.503.304 2.04.912.41.463.748 1.145.89 2.088H9.07ZM10 3v4h9V4a1 1 0 0 0-1-1h-8Zm2 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" clip-rule=evenodd></path></symbol>'; }