You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core icons run through the react-icons package where they are converted from JSON objects (with width, height, & svgPathData properties) into react components.
Workflow detailed breakdown
Src directory contains createIcon function which converts icon data (name, offset, height/width, svgpath) into a react component