Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Azure Icons #623

Open
TenZense opened this issue Nov 16, 2021 · 1 comment
Open

Update Azure Icons #623

TenZense opened this issue Nov 16, 2021 · 1 comment

Comments

@TenZense
Copy link

Hiya !

The Azure icons are missing a couple of core icons such as the NAT object which I happen to be needing. Unfortunately I do not uderstand pull requests so I'm hesitant to try update these myself. As such I would appreciate it if you could see about updating the icons when you get the chance.

The lastest icons can be found here, https://docs.microsoft.com/en-us/azure/architecture/icons/, however they're in SVG format and would need to be converted to png.

Thanks for making such a useful tool.

Al

@rfernandezdo
Copy link

rfernandezdo commented Jan 26, 2022

I have created PR #640 to mitigate this issue, you can create png from to svg with this and inkscape:

find . -type f -name "*.svg" -exec bash -c 'inkscape -h 256 "$0" --export-png "${0%.svg}.png";mv "${0%.svg}.png" "$(echo "${0%.svg}.png" | sed -r 's/[0-9]{5}-icon-service-//')"' {} \;
find . -type f -name "*.svg" -exec bash -c 'rm "$0"' {} \;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants