@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) • 534 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-down-filled-20><path fill-rule=evenodd clip-rule=evenodd d="M15 12h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-2v8Zm-2 .386V3.069C12.062 2.547 10.872 2 10 2H6C3.083 2 2 7.333 2 9c0 1.333 0 3 1 3h4c-.333.667-1 2-1 3 0 1.983.983 2.983 2.95 3 .029 0 .056-.02.064-.049.875-3.046 1.757-4.566 3.986-5.565Z"></path></symbol>';
}