NextJSTemplates / startup-nextjs

Startup is free Next.js template for SaaS startups comes with all the essential pages, components, and sections you need to launch a complete business website.
https://nextjstemplates.com/templates/startup
MIT License
1.06k stars 303 forks source link

Generating new icons #17

Closed nikonikolov closed 4 months ago

nikonikolov commented 7 months ago

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 6 months ago

Hey, try https://lineicons.com/icons/ or https://solaricons.com/ we have used icons from both packs Thanks