* migrate from react-icons to lucide-react * replace react-icon with lucide-dev: Webhook Icon * add lucide transformer * Fix LinkIcon import * Update yarn.lock to include monorepo deps * Migrated icons in ChargeCardDialog * Port Storybook to new icons as well * Adjust Info & Globe icons size to match react-icons size --------- Co-authored-by: Alex van Andel <me@alexvanandel.com>
4 lines
127 B
TypeScript
4 lines
127 B
TypeScript
// find all lucide icons at https://lucide.dev/
|
|
// github https://github.com/lucide-icons/lucide
|
|
export * from "lucide-react";
|