npm i lian-meeting-icons --save
then...
import Icon from "lian-meeting-icons";
<Icon name="wifi" fill={true} width={24} height={24} color="#444" />
- name - string (name of icon)
- fill - boolean (true or false)
- width - number (width of icon)
- height - number (height of icon)
- color - string (color of icon)