@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) • 721 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-won-16><path fill-rule=evenodd clip-rule=evenodd d="M1.758 1.03a1 1 0 0 1 1.212.727L3.781 5H6.22l.811-3.243a1 1 0 0 1 1.94 0L9.781 5h2.438l.811-3.243a1 1 0 1 1 1.94.485L14.28 5H15a1 1 0 1 1 0 2h-1.22l-.5 2H15a1 1 0 1 1 0 2h-2.22l-.81 3.242a1 1 0 0 1-1.94 0L9.22 11H6.78l-.81 3.242a1 1 0 0 1-1.94 0L3.22 11H1a1 1 0 1 1 0-2h1.72l-.5-2H1a1 1 0 0 1 0-2h.72l-.69-2.758a1 1 0 0 1 .728-1.213ZM5.219 9h-.438l-.5-2H5.72l-.5 2Zm2.062 0H8.72l-.5-2h-.44l-.5 2Zm3.938 0h-.438l-.5-2h1.438l-.5 2Z"></path></symbol>';
}