jscharting
Version:
JavaScript charting library
6 lines (5 loc) • 469 B
JavaScript
(function() { const icons = { "linear/software/pathfinder-unite": "M32.5 42.3h4.9v-3h-4.9v3zm-5.9 0h4.9v-3h-4.9v3zm12.8-3h-1v2.9h4v-3.9h-3v1zm0-1.9h3v-4.9h-3v4.9zm0-5.9h3v-4.9h-3v4.9zm2.9-9.8V0H0v42.3h21.7V64H64V21.7H42.3zM61 61H24.7V42.4h1v-3h-1v-1h-3v1H3V3h36.3v18.6h-1v3h1v1h3v-1H61V61zM21.7 25.7h2.9v-1h1v-3h-3.9v4zm0 11.7h3v-4.9h-3v4.9zm0-5.9h3v-4.9h-3v4.9zm4.9-6.9h4.9v-3h-4.9v3zm5.9 0h4.9v-3h-4.9v3z" };
if (JSC) {
JSC.internal.registerIcons(icons);
}
})();