material-extensions / vscode-material-icon-theme

Available on the VSCode Marketplace
https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
MIT License
2.1k stars 633 forks source link

[Icon Request]: favicons folder #2561

Closed marijo-macet closed 2 months ago

marijo-macet commented 2 months ago

Icon Type

Folder names

Graphic ideas

The theme already contains an icon for favicon files (https://github.com/material-extensions/vscode-material-icon-theme/blob/main/icons/favicon.svg). The same icon should also be used for the favicons folder.

Additional context

In order to cover as many devices, operating systems and browsers as possible, web developers have to serve favicons in many different file formats and dimensions (favicon.ico, favicon.svg, apple-touch-icon.png, favicon-192x192.png, favicon-512x512.png, etc.) I usually place favicon.ico in the public folder and the rest of the favicons in a dedicated favicons folder. It would be really cool to have an icon for that folder.

Code of Conduct