Icon Library

Updated on

Shipixen comes with an icon library, Lucide Icons.
Icons can be imported from the lucide-react package.

import { Check } from 'lucide-react';

<Check />;

To search for an icon, head over to the Lucide Icons website, and search for the icon you want. Then, click on the icon, and copy the name of the icon so you can import it.