Replies: 2 comments 1 reply
-
@khanakia Which framework library are you using? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You could use the import { createLucideIcon } from 'lucide-react';
const CustomSocialIcon = createLucideIcon('CustomSocialIcon', [
<path
d="..."
/>
]); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As all the brand icons are appreciated
So how do I create a custom icon component from SVG or simpleicons as everybody is recommending
Thanks
Beta Was this translation helpful? Give feedback.
All reactions