@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) • 509 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 24 24" id=icon-thumb-down-filled-24><path d="M19 5h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-2V5Zm-2-.703C15.682 3.41 13.372 2 12 2H7c-3.5 0-5 7-5 9 0 1.6 0 3 2 3h4c-.5 1-1 3-1 4 0 3.666 1.68 3.972 3.5 3.998a.518.518 0 0 0 .514-.498c.255-4.619 4.027-6.52 5.965-7.49a.1.1 0 0 1 .021-.007V4.297Z"></path></symbol>';
}