jscharting
Version:
JavaScript charting library
6 lines (5 loc) • 646 B
JavaScript
(function() { const icons = { "weather/tempest-halfmoon": "M57.7 30.9c-.4-8.8-7.8-15.7-17.2-15.7-8.3 0-15.3 5.3-17 12.5h-.9C17.9 27.6 14 32 14 37c0 4.9 3.7 8.6 8.6 8.6H57c4 0 7-3.1 7-7 0-3.6-2.5-7.3-6.3-7.7zm-37.2-7c1.4-3.4 3.7-6.2 6.6-8.4-2-5.3-7.1-9.1-13.1-9.1-1.5 0-3 .3-4.4.7l1.2 1.8c.8 1.2 1.2 2.6 1.2 4 0 4.1-3.3 7.4-7.4 7.4-.8 0-1.6-.1-2.4-.4l-2.1-.8c-.1.4-.1.9-.1 1.3 0 6.5 4.4 11.9 10.4 13.5.5-2.3 1.6-4.3 3.1-6.1 1.9-2.1 4.4-3.5 7-3.9zM43.3 62l3.5 2 6.8-11.9-3.5-2L43.3 62zM39 51.8l-3.7-1.6-3.8 8.8h3.6l-1.8 3 3.5 2 5.2-9h-4.5l1.5-3.2zM18.3 62l3.5 2 6.8-11.9-3.5-2L18.3 62z" };
if (JSC) {
JSC.internal.registerIcons(icons);
}
})();