@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) • 656 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-grade-16><path fill-rule=evenodd clip-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.5Zm8 1.75H7.75V2h3.75a.5.5 0 0 1 .5.5v1.75Zm-8 1.5h8v7.75a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5V5.75Zm6.457 3.457a1 1 0 0 0-1.414-1.414L7.25 9.586l-.293-.293a1 1 0 0 0-1.414 1.414l1 1a1 1 0 0 0 1.414 0l2.5-2.5Z"></path></symbol>';
}