@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) • 529 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 20 20" id=icon-thumb-up-filled-20><path fill-rule=evenodd clip-rule=evenodd d="M5 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2V8Zm2-.386v9.317C7.938 17.453 9.128 18 10 18h4c2.917 0 4-5.333 4-7 0-1.333 0-3-1-3h-4c.333-.667 1-2 1-3 0-1.983-.983-2.983-2.95-3a.067.067 0 0 0-.064.049C10.111 5.095 9.229 6.615 7 7.614Z"></path></symbol>';
}