• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.mdD16-Aug-20251,010 1511

brands.jsonD16-Aug-20259.8 KiB313312

carbon-icons.jsonD16-Aug-202570 KiB1,9011,900

cib-icons.jsonD16-Aug-202525.9 KiB833832

emojis.jsonD16-Aug-202558.7 KiB1,8571,856

fad-icons.jsonD16-Aug-20255.2 KiB158157

healthicons-icons.jsonD16-Aug-202524.4 KiB580579

icomoon-icons.jsonD16-Aug-202515.1 KiB494493

material-design-icon-meta.jsonD16-Aug-2025936.6 KiB11

README.md

1# Dictionary
2
3## About
4This directory contains all dictionary (ie data to be looked up)
5
6  * [material-design meta](./material-design-icon-meta.json) - The material design dictionary
7  * [emojis](./emojis.json) - unicode code point to name emoji mapping (to use as icon)
8  * [Carbon](./carbon-icons.json) - list of [32x32 icon](https://carbon-elements.netlify.app/icons/examples/preview/) name of iconify (ie lowercase) to physical icon name
9  * [fad](./fad-icons.json) - list of [fad svg](https://github.com/fefanto/fontaudio/tree/master/svgs) in iconify form
10  * [icomoon](./icomoon-icons.json) - list of [icomoon svg](https://github.com/Keyamoon/IcoMoon-Free/tree/master/SVG)
11  * [cib](./cib-icons.json) - list of [CoreUI Brands icons](https://github.com/coreui/coreui-icons/tree/master/svg/brand)
12  * [Health Icon](./healthicons-icons.json) - list of [HealthIcon](https://raw.githubusercontent.com/resolvetosavelives/healthicons/main/public/icons/meta-data.json)
13
14The processing is in the `tabulify` repo.
15