React component to arrange icons on an arc.
npm i
npm run demo
- navigate to:
localhost:3012
For full example including importing icons look through the demo/
source folder.
<IconArc
icons={icons}
iconWidth={48}
arcStart={0}
arcLength={90}
style={{
left: '-580px',
top: '-520px',
height: '600px'
}}
/>
<IconArc icons={icons} iconWidth={48} />
The SVG icons are from: Feather Icons