PapirusDevelopmentTeam / papirus-icon-theme

Pixel perfect icon theme for Linux
https://git.io/papirus-icon-theme
GNU General Public License v3.0
6.65k stars 423 forks source link

Fork for web icons #1583

Closed buckle2000 closed 5 years ago

buckle2000 commented 5 years ago

Web icons like http://fontawesome.io/ are often freemium; the free version is too limited. Paprius icon is open source and has possibly any icon web developers need.

However, I am not familiar with this project. Can any one explain which icons are placed where? I just need a folder of SVG files named icon-name.svg with no nested folders

I will make a cheatsheet (web page) of all Papirus icons afterwards.

SmartFinn commented 5 years ago

At the moment the project contains 22 888 icons, don't sure that you need all of these. So, can you specify what kind of icons you want to use? Color or monochrome? Social or files and folders?

Btw, if you searching for social icons, I recommend to pay attention to this project https://github.com/edent/SuperTinyIcons

buckle2000 commented 5 years ago

I need a list of names of all the icons. Maybe the user of this library can choose what to include in their projects, but I need all the icons.

SmartFinn commented 5 years ago

@buckle2000 Even all icons of Linux apps in 6 sizes (10 861 icons)? That is nonsense. Only actions, devices, places, and symbolic icons are well optimized for the web.

List of all icons:

find Papirus/ -name '*.svg' -type f

List of all icon names:

find Papirus/ -name '*.svg' -type f -printf '%f\n
buckle2000 commented 5 years ago

Well I can use svgo to optimize svg for us.