Skip to content

Commit

Permalink
ICONS: mongo, grafana, prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
tandpfun committed Mar 8, 2022
1 parent d4addf2 commit d2c0c73
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ for (const icon of iconsDir) {
icons[name] = String(fs.readFileSync(`./icons/${icon}`));
}

fs.mkdirSync("./dist");
if (!fs.existsSync("./dist")) fs.mkdirSync("./dist");
fs.writeFileSync("./dist/icons.json", JSON.stringify(icons));
10 changes: 10 additions & 0 deletions icons/Grafana-Dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions icons/Grafana-Light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/MongoDB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d2c0c73

Please sign in to comment.