@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) • 560 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-down-filled-16><path d="M4 12.01c0 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-.015H14a1 1 0 0 0 1-1.001V4.002a1 1 0 0 0-1-1h-2.98a.054.054 0 0 1-.034-.01C10.771 2.84 8.151 1 7 1H4C1.9 1 1 6.004 1 7.205c0 .96 0 1.802 1.2 1.802H5c-.333.667-1 2.001-1 3.002Z"></path></symbol>';
}