@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) • 472 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-star-filled-24><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.798Z"></path></symbol>';
}