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