@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) • 1.31 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 132 24" fill=none id=star-rating-5><path d="M12.955 2.202a1 1 0 0 0-1.909 0L8.925 9H2a1 1 0 0 0-.564 1.825l5.571 3.81-2.13 6.56a1 1 0 0 0 1.54 1.117L12 18.238l5.583 4.074a1 1 0 0 0 1.54-1.117l-2.13-6.56 5.572-3.81A1 1 0 0 0 22.001 9h-6.925l-2.12-6.798Zm27 0a1 1 0 0 0-1.909 0L35.925 9H29a1 1 0 0 0-.564 1.825l5.571 3.81-2.13 6.56a1 1 0 0 0 1.54 1.117L39 18.238l5.583 4.074a1 1 0 0 0 1.54-1.117l-2.13-6.56 5.572-3.81A1 1 0 0 0 49.001 9h-6.925l-2.12-6.798Zm27 0a1 1 0 0 0-1.909 0L62.925 9H56a1 1 0 0 0-.564 1.825l5.571 3.81-2.13 6.56a1 1 0 0 0 1.54 1.117L66 18.238l5.583 4.074a1 1 0 0 0 1.54-1.117l-2.13-6.56 5.572-3.81A1 1 0 0 0 76.001 9h-6.925l-2.12-6.798Zm27 0a1 1 0 0 0-1.909 0L89.925 9H83a1 1 0 0 0-.564 1.825l5.571 3.81-2.13 6.56a1 1 0 0 0 1.54 1.117L93 18.238l5.583 4.074a1 1 0 0 0 1.541-1.117l-2.13-6.56 5.571-3.81A1 1 0 0 0 103.001 9h-6.925l-2.12-6.798Zm27 0a1 1 0 0 0-1.909 0L116.925 9H110a1 1 0 0 0-.564 1.825l5.571 3.81-2.13 6.56a1 1 0 0 0 1.541 1.117L120 18.238l5.583 4.074a1 1 0 0 0 1.541-1.117l-2.131-6.56 5.572-3.81A1 1 0 0 0 130.001 9h-6.925l-2.121-6.798Z" fill=#191919></path></symbol>';
}