refactor: Optimize SVG icons for nodes (#8195)

Running `svgo` to optimize icon size for nodes.
This commit is contained in:
Iván Ovejero
2024-01-02 17:40:08 +01:00
committed by GitHub
parent d01e42a2aa
commit 0ca2759d75
271 changed files with 271 additions and 2746 deletions

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#aecbfa;}.cls-2{fill:#669df6;}.cls-3{fill:#4285f4;}.cls-4{fill:#fff;}</style></defs><title>Icon_24px_CloudStorage_Color</title><g data-name="Product Icons"><rect class="cls-1" x="2" y="4" width="20" height="7"/><rect class="cls-2" x="20" y="4" width="2" height="7"/><polygon class="cls-3" points="22 4 20 4 20 11 22 4"/><rect class="cls-2" x="2" y="4" width="2" height="7"/><rect class="cls-4" x="6" y="7" width="6" height="1"/><rect class="cls-4" x="15" y="6" width="3" height="3" rx="1.5"/><rect class="cls-1" x="2" y="13" width="20" height="7"/><rect class="cls-2" x="20" y="13" width="2" height="7"/><polygon class="cls-3" points="22 13 20 13 20 20 22 13"/><rect class="cls-2" x="2" y="13" width="2" height="7"/><rect class="cls-4" x="6" y="16" width="6" height="1"/><rect class="cls-4" x="15" y="15" width="3" height="3" rx="1.5"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><defs><style>.cls-1{fill:#aecbfa}.cls-2{fill:#669df6}.cls-3{fill:#4285f4}.cls-4{fill:#fff}</style></defs><g data-name="Product Icons"><path d="M2 4h20v7H2z" class="cls-1"/><path d="M20 4h2v7h-2z" class="cls-2"/><path d="M22 4h-2v7z" class="cls-3"/><path d="M2 4h2v7H2z" class="cls-2"/><path d="M6 7h6v1H6z" class="cls-4"/><rect width="3" height="3" x="15" y="6" class="cls-4" rx="1.5"/><path d="M2 13h20v7H2z" class="cls-1"/><path d="M20 13h2v7h-2z" class="cls-2"/><path d="M22 13h-2v7z" class="cls-3"/><path d="M2 13h2v7H2z" class="cls-2"/><path d="M6 16h6v1H6z" class="cls-4"/><rect width="3" height="3" x="15" y="15" class="cls-4" rx="1.5"/></g></svg>

Before

Width:  |  Height:  |  Size: 958 B

After

Width:  |  Height:  |  Size: 717 B