@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) • 627 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-empty-24><path fill-rule=evenodd d="M12 1.5a1 1 0 0 1 .955.702L15.075 9H22a1 1 0 0 1 .565 1.825l-5.572 3.81 2.13 6.56a1 1 0 0 1-1.54 1.117L12 18.238l-5.582 4.074a1 1 0 0 1-1.541-1.117l2.13-6.56-5.571-3.81A1 1 0 0 1 2 9h6.925l2.121-6.798a1 1 0 0 1 .955-.702Zm0 4.357L10.396 11H5.234l4.138 2.829-1.64 5.047L12 15.762l4.268 3.114-1.64-5.047L18.767 11h-5.161L12 5.857Z" clip-rule=evenodd></path></symbol>';
}