Skip to content

Commit

Permalink
Process iconset 16.0 2023.04.28 (#60)
Browse files Browse the repository at this point in the history
* update processing script

* update group icons

* update examples

* update examples

* file cleanup

* Process iconset 16.0 2023.04.28

* fix gh-light-mode on images

* update AWSSymbols.md
  • Loading branch information
hakanson authored Jun 19, 2023
1 parent a953d81 commit 3ab6f99
Show file tree
Hide file tree
Showing 2,062 changed files with 26,966 additions and 21,604 deletions.
20 changes: 20 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "http.server 8000",
"type": "shell",
"command": "cd dist && python3 -m http.server 8000"
},
{
"label": "http.server CORS 8000",
"type": "shell",
"command": "cd dist && python3 ../scripts/http_server_cors.py"
},
{
"label": "PlantUML picoweb 8080",
"type": "shell",
"command": "cd scripts && java -jar plantuml-mit-1.2023.7.jar -picoweb"
}
]
}
289 changes: 110 additions & 179 deletions AWSSymbols.md

Large diffs are not rendered by default.

195 changes: 91 additions & 104 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 3ab6f99

Please sign in to comment.