2023-01-04 13:05:00 +00:00
|
|
|
// find all feather icons at https://feathericons.com/
|
|
|
|
// github https://github.com/feathericons/feather
|
2023-01-23 23:08:01 +00:00
|
|
|
export * from "react-icons/fi";
|
2023-01-04 13:05:00 +00:00
|
|
|
|
2023-01-23 23:08:01 +00:00
|
|
|
// if feather icon is missing, use "@heroicons/react/outline";
|
|
|
|
export { CollectionIcon } from "@heroicons/react/outline";
|
|
|
|
export { ShieldCheckIcon } from "@heroicons/react/outline";
|
|
|
|
export { BadgeCheckIcon } from "@heroicons/react/outline";
|
|
|
|
export { ClipboardCopyIcon } from "@heroicons/react/outline";
|
|
|
|
export { StarIcon as StarIconSolid } from "@heroicons/react/solid";
|