jscharting
Version:
JavaScript charting library
6 lines (5 loc) • 525 B
JavaScript
(function() { const icons = { "weather/drizzle": "M56 20.1C55.5 8.7 46 0 34 0 23.4 0 14.4 6.7 12.2 16H11C5 16 0 21.5 0 28c0 6.3 4.7 11 11 11h44c5.1 0 9-3.9 9-9 0-4.5-3.2-9.4-8-9.9zM18 48h4v-4h-4v4zm0 8h4v-4h-4v4zm8 8h4v-4h-4v4zm0-8h4v-4h-4v4zm-8 8h4v-4h-4v4zm8-16h4v-4h-4v4zm-16 8h4v-4h-4v4zm0 8h4v-4h-4v4zm0-16h4v-4h-4v4zm24 0h4v-4h-4v4zm16 16h4v-4h-4v4zm0-8h4v-4h-4v4zm0-8h4v-4h-4v4zm-8 0h4v-4h-4v4zm-8 8h4v-4h-4v4zm0 8h4v-4h-4v4zm8-8h4v-4h-4v4zm0 8h4v-4h-4v4z" };
if (JSC) {
JSC.internal.registerIcons(icons);
}
})();