@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) • 558 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-thumb-up-filled-16><path d="M12 3.99c0-1.87-.874-2.867-2.623-2.989a.476.476 0 0 0-.482.35c-.93 3.17-1.481 3.71-3.876 5.627a.068.068 0 0 1-.042.015H2a1 1 0 0 0-1 1.001v4.004a1 1 0 0 0 1 1h2.98c.013 0 .024.003.034.01C5.229 13.16 7.849 15 9 15h3c2.1 0 3-5.004 3-6.205 0-.96 0-1.802-1.2-1.802H11c.333-.667 1-2.001 1-3.002Z"></path></symbol>';
}