Skip to content

Commit

Permalink
chore: icon updates
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Aug 20, 2024
1 parent b1302be commit 8f7bd47
Show file tree
Hide file tree
Showing 103 changed files with 249 additions and 3,883 deletions.
4 changes: 0 additions & 4 deletions .svgoignore

This file was deleted.

1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
%.svg:
rsvg-convert $@ -h 32 -a -f svg -o svg/output/$(shell basename $@)
svgo -i svg/output/$(shell basename $@) -o svg --config svgo.config.mjs
mv svg/output/$(shell basename $@) svg/$(shell basename $@)
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"homepage": "https://github.com/flanksource/flanksource-icons#readme",
"version": "1.0.1",
"scripts": {
"build": "git submodule update --init --recursive && npm install && npm run svg",
"svg": "bash make.sh",
"prepublishOnly": "npm run svg",
"svgo": "rm -rf svg/output; svgo -i svg/*.svg -o svg/output --exclude d365.svg --config svgo.config.mjs",
"svgo": "bash svgo.sh",
"svg-resize": "cd svg && bash resize.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
50 changes: 50 additions & 0 deletions svg/.rgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
add-badge.svg
add-shield.svg
argo.svg
azure-aci.svg
azure-app-service.svg
azure-application-gateway.svg
azure-enterprise-app.svg
azure-group.svg
azure-key-vaults.svg
azure-managed-identity.svg
azure-route-table.svg
azure-subscription.svg
azure-user.svg
azure-vpn.svg
badge-wait.svg
canary-checker.svg
cert-manager.svg
cilium.svg
config-db.svg
containerd.svg
containerdPull.svg
containerdPush.svg
crossplane.svg
csi.svg
d365.svg
datapower-monitoring.svg
datapower-routing.svg
dotnet.svg
editorconfig.svg
gcp-repos.svg
grafana.svg
ini.svg
jira.svg
js.svg
kubescape.svg
memchache.svg
mission-control*.svg
php.svg
pushbullet.svg
python.svg
redhat.svg
redhat.svg
remove-badge.svg
remove-shield.svg
sqlserver.svg
sys.svg
teams.svg
xml.svg
*.png
*.sh
1 change: 0 additions & 1 deletion svg/add-badge.svg

This file was deleted.

2 changes: 1 addition & 1 deletion svg/add-shield.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 1 addition & 66 deletions svg/argo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion svg/aws-audit-manager.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion svg/aws-ec2-auto-scaling.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file removed svg/aws-ec2-x2idn.svg
Empty file.
4 changes: 3 additions & 1 deletion svg/aws-ecr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion svg/aws-ecs.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 8f7bd47

Please sign in to comment.