Generating new icons
nikonikolov opened this issue · 1 comments
nikonikolov commented
I am looking at the svg icons in components/Features/featuresData.tsx
. I want to use different icons, but keep the style. How were these icons generated? The nextjs documentation references Material Design Icons, but the layers
icon available there is definitely different from the one on the template.
Is there an easy way to take an icon from Material Design Icons or Google Symbols and Icons and convert it to the style used in this template? Thanks
Musharofchy commented
Hey, try https://lineicons.com/icons/ or https://solaricons.com/ we have used icons from both packs
Thanks