Closed syuilo closed 1 year ago
Material iconsとか https://material.io/resources/icons/
Our icons are free for everyone to use. Available under Apache license version 2.0.
以前使ってみたことあるけど、Material Icons のほうが語彙が少なかった
Syuilo Icon Font🧐
それ中身 Material Icons だよ
おっと失礼
Why not https://forkaweso.me/ (License: SIL OFL 1.1, Open Font License) ?
Or :
あと重め
これってアイコンのレンダリング負荷の話?あるいはレンダリングのみに限らないライブラリの動作コストとか、アセットサイズのことを指している?
アセットサイズ
Tree Shakingしてるしほかのライブラリにしたとしても減るかしら?
あと重め
これってアイコンのレンダリング負荷の話?あるいはレンダリングのみに限らないライブラリの動作コストとか、アセットサイズのことを指している?
どっちもかな ひとつひとつがVueのコンポートになっているから多少なりともレンダリングコストが発生するし、バグか知らんけどTreeShakingとかCodeSplittingが何故か効かない(DynamicImportでしか読み込まれないファイル内であるアイコンをImportしていても、アイコンだけ何故かメインのバンドルに含まれる)
後これは気持ちの問題だけどできれば完全にオープンソースなもの使いたい
MaterialIcons使う方向で進めている
やっぱり https://github.com/tabler/tabler-icons が良さそう
やっていくか
Thoughts on https://phosphoricons.com/ ? (+ https://github.com/phosphor-icons/phosphor-vue)
Thoughts on https://phosphoricons.com/ ? (+ https://github.com/phosphor-icons/phosphor-vue)
cool
I think an issue we should also consider is that it will be confusing if the look of the icons changes. In some places this might be okay because there is also text next to the icon, but in some places (e.g. Top Menu in Classic UI) there is just the icon.
I am not sure if it is really necessary (and also worth the big effort) to switch icon sets.
Phosphor has (almost) all the icons that Misskey currently uses, so I don't think it's too big of an issue
My concern is more that the icons will just look different not whether the icon set has icons with the same name.
Take for example the "follow requests" button. It currently looks like this:
I'm not sure what Phosphor icon you would want to replace it with, because I could not find a similar icon. Maybe user-circle-gear
?
But as you can see, the icons are quite different. If I am looking in my menu bar and looking for a specific icon because I know what it used to look like, I will be confused because I can not find it.
I'm not sure what Phosphor icon you would want to replace it with, because I could not find a similar icon. Maybe user-circle-gear?
More likely user-gear
or user-list
, but I get where you're coming from. I still think it's a good idea to switch away from FA, but maybe polling the community about some ideas would be good
I prefer tabler icons for the way the corners are represented.
My concern is more that the icons will just look different not whether the icon set has icons with the same name.
Conversely, there are cases where Fontawesome does not have appropriate icons, but Tabler/Phosphor icons do. (e.g. icon for webhook)
Summary