@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) • 632 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 40 40" id=icon-star-empty-40><path fill-rule=evenodd clip-rule=evenodd d="M20.001 3a1 1 0 0 1 .949.684L24.72 15H37a1 1 0 0 1 .581 1.814l-9.906 7.076 3.777 11.805a1 1 0 0 1-1.558 1.1L20 29.257l-9.894 7.538a1 1 0 0 1-1.558-1.1l3.777-11.805-9.906-7.076A1 1 0 0 1 3 15h12.28l3.772-11.316a1 1 0 0 1 .95-.684Zm0 4.162L16.72 17H6.12l8.554 6.11-3.254 10.17L20 26.743l8.579 6.537-3.255-10.17L33.88 17h-10.6L20 7.162Z"></path></symbol>';
}