@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.52 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-4><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.798Z" fill=#191919></path><path fill-rule=evenodd clip-rule=evenodd d="M120.001 1.5a1 1 0 0 1 .954.702L123.076 9h6.925a1 1 0 0 1 .564 1.825l-5.572 3.81 2.13 6.56a1 1 0 0 1-1.54 1.117L120 18.238l-5.582 4.074a1.001 1.001 0 0 1-1.541-1.117l2.13-6.56-5.571-3.81A1 1 0 0 1 110 9h6.925l2.121-6.798a1 1 0 0 1 .955-.702ZM120 5.857 118.396 11h-5.162l4.138 2.829-1.639 5.047L120 15.762l4.268 3.114-1.639-5.047L126.766 11h-5.161L120 5.857Z" fill=#707070></path></symbol>';
}