Closed Cristhianzl closed 6 days ago
This pull request introduces the lucide-react package and adds a new Icon component in the docs project. The most important changes include updates to the package files and the creation of the new component.
lucide-react
Icon
docs
docs/package-lock.json
0.460.0
docs/package.json
docs/src/components/icon/index.tsx
Thanks @Cristhianzl! I've tagged you here for the Docusasurus version upgrade #4646 - can you review? Thank you
This pull request introduces the
lucide-react
package and adds a newIcon
component in thedocs
project. The most important changes include updates to the package files and the creation of the new component.Package Updates:
docs/package-lock.json
: Addedlucide-react
package with version0.460.0
. [1] [2]docs/package.json
: Addedlucide-react
package with version0.460.0
.New Component:
docs/src/components/icon/index.tsx
: Created a newIcon
component that imports and uses icons from thelucide-react
package.