@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) • 588 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 20 20" id=icon-moon-20><path fill-rule=evenodd clip-rule=evenodd d="M9.458 1.387a1 1 0 0 1 .12 1.025 6.052 6.052 0 0 0 8.008 8.007 1 1 0 0 1 1.398 1.083c-.741 4.258-4.454 7.496-8.925 7.496A9.06 9.06 0 0 1 1 9.94c0-4.47 3.237-8.183 7.496-8.924a1 1 0 0 1 .962.372Zm-2.291 2.11A7.062 7.062 0 0 0 10.059 17a7.062 7.062 0 0 0 6.442-4.168 8.052 8.052 0 0 1-9.334-9.333Z"></path></symbol>';
}