1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 15:25:22 +02:00

refactor(icons): replace fa icons [EE-4459] (#7907)

refactor(icons): remove fontawesome EE-4459

refactor(icon) replace feather with lucide EE-4472
This commit is contained in:
Ali 2022-11-28 15:00:28 +13:00 committed by GitHub
parent 9dfac98a26
commit d78b762f7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
498 changed files with 2102 additions and 2817 deletions

9
app/assets/ico/vendor/docker-icon.svg vendored Normal file
View file

@ -0,0 +1,9 @@
<!--
This exists because it has 'fill:currentColor' unlike the other docker icon assets
and can directly replace fa-docker.
-->
<svg width="34" height="24" viewBox="0 0 34 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.0332 9.67619H22.2271ZM15.2309 9.67619H18.4249ZM11.5047 9.67619H14.6986ZM7.77848 9.67619H10.8963ZM3.9762 9.67619H7.17011ZM7.77848 6.17809H10.8963ZM11.5047 6.17809H14.6986ZM15.2309 6.17809H18.4249ZM15.2309 2.67999H18.4249Z" fill="currentColor" />
<path d="M19.0332 9.67619H22.2271M15.2309 9.67619H18.4249M11.5047 9.67619H14.6986M7.77848 9.67619H10.8963M3.9762 9.67619H7.17011M7.77848 6.17809H10.8963M11.5047 6.17809H14.6986M15.2309 6.17809H18.4249M15.2309 2.67999H18.4249" stroke="currentColor" stroke-width="2.887" />
<path d="M32.4172 9.82825C32.4172 9.82825 31.0484 8.53548 28.2347 8.99175C27.9305 6.78643 25.5731 5.49365 25.5731 5.49365C25.5731 5.49365 23.3678 8.15525 24.9647 11.121C24.5085 11.3492 23.748 11.6533 22.6073 11.6533H1.69477C1.31454 13.0982 1.31454 22.68 11.8088 22.68C19.3374 22.68 24.9647 19.1819 27.6263 12.794C31.5807 13.0982 32.4172 9.82825 32.4172 9.82825Z" fill="currentColor" />
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,10 @@
<!--
This exists because it has 'fill:currentColor' unlike the other microsoft icon asset
and can directly replace fa-microsoft.
-->
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0H11.406V11.406H0V0Z" fill="currentColor" />
<path d="M12.5984 0H24V11.406H12.5984V0Z" fill="currentColor" />
<path d="M0 12.594H11.406V24H0V12.594Z" fill="currentColor" />
<path d="M12.5984 12.594H24V24H12.5984V12.594Z" fill="currentColor" />
</svg>

After

Width:  |  Height:  |  Size: 500 B

6
app/assets/ico/vendor/nomad-icon.svg vendored Normal file
View file

@ -0,0 +1,6 @@
<!--
This exists because it has 'fill:currentColor' unlike the other nomad icon asset
-->
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.0046 0L1.74048 6V18L11.9954 24L22.2596 18V6L12.0046 0ZM16.5848 13.2046L13.8504 14.8031L10.5435 12.971V16.8L7.44277 18.7924V10.8L9.90689 9.27023L13.3237 11.0977V7.19084L16.5848 5.20763V13.2046Z" fill="currentColor" />
</svg>

After

Width:  |  Height:  |  Size: 425 B