diff --git a/bin/build.js b/bin/build.js
index f8f49c4b..9c28f1f3 100644
--- a/bin/build.js
+++ b/bin/build.js
@@ -59,7 +59,8 @@ icons.forEach((i) => {
strokeWidth: 2,
strokeLinecap: 'round',
strokeLinejoin: 'round',
- rest: '...rest',
+ className: `feather feather-${i}`,
+ rest: '...rest'
};
const element = `
diff --git a/src/icons/activity.js b/src/icons/activity.js
index ed1d9187..87b0d4c3 100644
--- a/src/icons/activity.js
+++ b/src/icons/activity.js
@@ -14,6 +14,7 @@ const Activity = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-activity"
{...rest}
>
diff --git a/src/icons/airplay.js b/src/icons/airplay.js
index 8cdba4ed..08c0d420 100644
--- a/src/icons/airplay.js
+++ b/src/icons/airplay.js
@@ -14,6 +14,7 @@ const Airplay = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-airplay"
{...rest}
>
diff --git a/src/icons/alert-circle.js b/src/icons/alert-circle.js
index 57de0e75..7493f629 100644
--- a/src/icons/alert-circle.js
+++ b/src/icons/alert-circle.js
@@ -14,6 +14,7 @@ const AlertCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-alert-circle"
{...rest}
>
diff --git a/src/icons/alert-octagon.js b/src/icons/alert-octagon.js
index d86f7114..0760d293 100644
--- a/src/icons/alert-octagon.js
+++ b/src/icons/alert-octagon.js
@@ -14,6 +14,7 @@ const AlertOctagon = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-alert-octagon"
{...rest}
>
diff --git a/src/icons/alert-triangle.js b/src/icons/alert-triangle.js
index 5a1c373d..a99d6675 100644
--- a/src/icons/alert-triangle.js
+++ b/src/icons/alert-triangle.js
@@ -14,6 +14,7 @@ const AlertTriangle = forwardRef(({ color = 'currentColor', size = 24, ...rest }
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-alert-triangle"
{...rest}
>
diff --git a/src/icons/align-center.js b/src/icons/align-center.js
index e0dd2cde..0435636c 100644
--- a/src/icons/align-center.js
+++ b/src/icons/align-center.js
@@ -14,6 +14,7 @@ const AlignCenter = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-align-center"
{...rest}
>
diff --git a/src/icons/align-justify.js b/src/icons/align-justify.js
index c638b961..6c096736 100644
--- a/src/icons/align-justify.js
+++ b/src/icons/align-justify.js
@@ -14,6 +14,7 @@ const AlignJustify = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-align-justify"
{...rest}
>
diff --git a/src/icons/align-left.js b/src/icons/align-left.js
index 755c5b1f..21b8aaac 100644
--- a/src/icons/align-left.js
+++ b/src/icons/align-left.js
@@ -14,6 +14,7 @@ const AlignLeft = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-align-left"
{...rest}
>
diff --git a/src/icons/align-right.js b/src/icons/align-right.js
index 13309cd9..81b83f1b 100644
--- a/src/icons/align-right.js
+++ b/src/icons/align-right.js
@@ -14,6 +14,7 @@ const AlignRight = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-align-right"
{...rest}
>
diff --git a/src/icons/anchor.js b/src/icons/anchor.js
index b3006cc5..ceb47157 100644
--- a/src/icons/anchor.js
+++ b/src/icons/anchor.js
@@ -14,6 +14,7 @@ const Anchor = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-anchor"
{...rest}
>
diff --git a/src/icons/aperture.js b/src/icons/aperture.js
index b94cdd1e..44c4f921 100644
--- a/src/icons/aperture.js
+++ b/src/icons/aperture.js
@@ -14,6 +14,7 @@ const Aperture = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-aperture"
{...rest}
>
diff --git a/src/icons/archive.js b/src/icons/archive.js
index 150c633d..f220a7c5 100644
--- a/src/icons/archive.js
+++ b/src/icons/archive.js
@@ -14,6 +14,7 @@ const Archive = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-archive"
{...rest}
>
diff --git a/src/icons/arrow-down-circle.js b/src/icons/arrow-down-circle.js
index 3c7f7a9b..1dd12ad5 100644
--- a/src/icons/arrow-down-circle.js
+++ b/src/icons/arrow-down-circle.js
@@ -14,6 +14,7 @@ const ArrowDownCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-arrow-down-circle"
{...rest}
>
diff --git a/src/icons/arrow-down-left.js b/src/icons/arrow-down-left.js
index 68737b75..fb6f753b 100644
--- a/src/icons/arrow-down-left.js
+++ b/src/icons/arrow-down-left.js
@@ -14,6 +14,7 @@ const ArrowDownLeft = forwardRef(({ color = 'currentColor', size = 24, ...rest }
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-arrow-down-left"
{...rest}
>
diff --git a/src/icons/arrow-down-right.js b/src/icons/arrow-down-right.js
index bc3a89db..10ee0061 100644
--- a/src/icons/arrow-down-right.js
+++ b/src/icons/arrow-down-right.js
@@ -14,6 +14,7 @@ const ArrowDownRight = forwardRef(({ color = 'currentColor', size = 24, ...rest
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-arrow-down-right"
{...rest}
>
diff --git a/src/icons/arrow-down.js b/src/icons/arrow-down.js
index 679a41db..39ae75cc 100644
--- a/src/icons/arrow-down.js
+++ b/src/icons/arrow-down.js
@@ -14,6 +14,7 @@ const ArrowDown = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-arrow-down"
{...rest}
>
diff --git a/src/icons/arrow-left-circle.js b/src/icons/arrow-left-circle.js
index 617e9c08..80fbb763 100644
--- a/src/icons/arrow-left-circle.js
+++ b/src/icons/arrow-left-circle.js
@@ -14,6 +14,7 @@ const ArrowLeftCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-arrow-left-circle"
{...rest}
>
diff --git a/src/icons/arrow-left.js b/src/icons/arrow-left.js
index 2026cf71..b6ba03fb 100644
--- a/src/icons/arrow-left.js
+++ b/src/icons/arrow-left.js
@@ -14,6 +14,7 @@ const ArrowLeft = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-arrow-left"
{...rest}
>
diff --git a/src/icons/arrow-right-circle.js b/src/icons/arrow-right-circle.js
index 0ef0e2d5..4869fa62 100644
--- a/src/icons/arrow-right-circle.js
+++ b/src/icons/arrow-right-circle.js
@@ -14,6 +14,7 @@ const ArrowRightCircle = forwardRef(({ color = 'currentColor', size = 24, ...res
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-arrow-right-circle"
{...rest}
>
diff --git a/src/icons/arrow-right.js b/src/icons/arrow-right.js
index b6183235..72603863 100644
--- a/src/icons/arrow-right.js
+++ b/src/icons/arrow-right.js
@@ -14,6 +14,7 @@ const ArrowRight = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-arrow-right"
{...rest}
>
diff --git a/src/icons/arrow-up-circle.js b/src/icons/arrow-up-circle.js
index 2decd5af..4c8b076a 100644
--- a/src/icons/arrow-up-circle.js
+++ b/src/icons/arrow-up-circle.js
@@ -14,6 +14,7 @@ const ArrowUpCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest }
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-arrow-up-circle"
{...rest}
>
diff --git a/src/icons/arrow-up-left.js b/src/icons/arrow-up-left.js
index bbb91d96..da3b42dc 100644
--- a/src/icons/arrow-up-left.js
+++ b/src/icons/arrow-up-left.js
@@ -14,6 +14,7 @@ const ArrowUpLeft = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-arrow-up-left"
{...rest}
>
diff --git a/src/icons/arrow-up-right.js b/src/icons/arrow-up-right.js
index 2d055686..ae3856a2 100644
--- a/src/icons/arrow-up-right.js
+++ b/src/icons/arrow-up-right.js
@@ -14,6 +14,7 @@ const ArrowUpRight = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-arrow-up-right"
{...rest}
>
diff --git a/src/icons/arrow-up.js b/src/icons/arrow-up.js
index e93e08e6..1b2cc1ce 100644
--- a/src/icons/arrow-up.js
+++ b/src/icons/arrow-up.js
@@ -14,6 +14,7 @@ const ArrowUp = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-arrow-up"
{...rest}
>
diff --git a/src/icons/at-sign.js b/src/icons/at-sign.js
index 2f0e3c40..76b31d8e 100644
--- a/src/icons/at-sign.js
+++ b/src/icons/at-sign.js
@@ -14,6 +14,7 @@ const AtSign = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-at-sign"
{...rest}
>
diff --git a/src/icons/award.js b/src/icons/award.js
index 7a3c6c8e..ab296879 100644
--- a/src/icons/award.js
+++ b/src/icons/award.js
@@ -14,6 +14,7 @@ const Award = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-award"
{...rest}
>
diff --git a/src/icons/bar-chart-2.js b/src/icons/bar-chart-2.js
index 93082281..1f97a6b1 100644
--- a/src/icons/bar-chart-2.js
+++ b/src/icons/bar-chart-2.js
@@ -14,6 +14,7 @@ const BarChart2 = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-bar-chart-2"
{...rest}
>
diff --git a/src/icons/bar-chart.js b/src/icons/bar-chart.js
index cacb58a1..6de31460 100644
--- a/src/icons/bar-chart.js
+++ b/src/icons/bar-chart.js
@@ -14,6 +14,7 @@ const BarChart = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-bar-chart"
{...rest}
>
diff --git a/src/icons/battery-charging.js b/src/icons/battery-charging.js
index 99c3efa6..d347d1c9 100644
--- a/src/icons/battery-charging.js
+++ b/src/icons/battery-charging.js
@@ -14,6 +14,7 @@ const BatteryCharging = forwardRef(({ color = 'currentColor', size = 24, ...rest
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-battery-charging"
{...rest}
>
diff --git a/src/icons/battery.js b/src/icons/battery.js
index 1427cd3d..9b4efa67 100644
--- a/src/icons/battery.js
+++ b/src/icons/battery.js
@@ -14,6 +14,7 @@ const Battery = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-battery"
{...rest}
>
diff --git a/src/icons/bell-off.js b/src/icons/bell-off.js
index 616e0513..c401370d 100644
--- a/src/icons/bell-off.js
+++ b/src/icons/bell-off.js
@@ -14,6 +14,7 @@ const BellOff = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-bell-off"
{...rest}
>
diff --git a/src/icons/bell.js b/src/icons/bell.js
index 92bbb58f..fb6b87dd 100644
--- a/src/icons/bell.js
+++ b/src/icons/bell.js
@@ -14,6 +14,7 @@ const Bell = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-bell"
{...rest}
>
diff --git a/src/icons/bluetooth.js b/src/icons/bluetooth.js
index de35a75b..0a60dbe5 100644
--- a/src/icons/bluetooth.js
+++ b/src/icons/bluetooth.js
@@ -14,6 +14,7 @@ const Bluetooth = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-bluetooth"
{...rest}
>
diff --git a/src/icons/bold.js b/src/icons/bold.js
index 1f99fa00..f1b2f6d8 100644
--- a/src/icons/bold.js
+++ b/src/icons/bold.js
@@ -14,6 +14,7 @@ const Bold = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-bold"
{...rest}
>
diff --git a/src/icons/book-open.js b/src/icons/book-open.js
index d4ddbcc8..e9945653 100644
--- a/src/icons/book-open.js
+++ b/src/icons/book-open.js
@@ -14,6 +14,7 @@ const BookOpen = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-book-open"
{...rest}
>
diff --git a/src/icons/book.js b/src/icons/book.js
index 22b5e8ad..4e487e54 100644
--- a/src/icons/book.js
+++ b/src/icons/book.js
@@ -14,6 +14,7 @@ const Book = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-book"
{...rest}
>
diff --git a/src/icons/bookmark.js b/src/icons/bookmark.js
index 6f456636..89ad1410 100644
--- a/src/icons/bookmark.js
+++ b/src/icons/bookmark.js
@@ -14,6 +14,7 @@ const Bookmark = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-bookmark"
{...rest}
>
diff --git a/src/icons/box.js b/src/icons/box.js
index c4d35946..bb23f685 100644
--- a/src/icons/box.js
+++ b/src/icons/box.js
@@ -14,6 +14,7 @@ const Box = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-box"
{...rest}
>
diff --git a/src/icons/briefcase.js b/src/icons/briefcase.js
index 290b054b..444aad5b 100644
--- a/src/icons/briefcase.js
+++ b/src/icons/briefcase.js
@@ -14,6 +14,7 @@ const Briefcase = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-briefcase"
{...rest}
>
diff --git a/src/icons/calendar.js b/src/icons/calendar.js
index 9f6399fc..b5c1cb5f 100644
--- a/src/icons/calendar.js
+++ b/src/icons/calendar.js
@@ -14,6 +14,7 @@ const Calendar = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-calendar"
{...rest}
>
diff --git a/src/icons/camera-off.js b/src/icons/camera-off.js
index aaa12a1b..9c310586 100644
--- a/src/icons/camera-off.js
+++ b/src/icons/camera-off.js
@@ -14,6 +14,7 @@ const CameraOff = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-camera-off"
{...rest}
>
diff --git a/src/icons/camera.js b/src/icons/camera.js
index 949999c2..865261f7 100644
--- a/src/icons/camera.js
+++ b/src/icons/camera.js
@@ -14,6 +14,7 @@ const Camera = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-camera"
{...rest}
>
diff --git a/src/icons/cast.js b/src/icons/cast.js
index ad07242a..d88d9a0b 100644
--- a/src/icons/cast.js
+++ b/src/icons/cast.js
@@ -14,6 +14,7 @@ const Cast = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-cast"
{...rest}
>
diff --git a/src/icons/check-circle.js b/src/icons/check-circle.js
index 1ffde159..d87df9d4 100644
--- a/src/icons/check-circle.js
+++ b/src/icons/check-circle.js
@@ -14,6 +14,7 @@ const CheckCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-check-circle"
{...rest}
>
diff --git a/src/icons/check-square.js b/src/icons/check-square.js
index 65e14e3c..d6b18f0c 100644
--- a/src/icons/check-square.js
+++ b/src/icons/check-square.js
@@ -14,6 +14,7 @@ const CheckSquare = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-check-square"
{...rest}
>
diff --git a/src/icons/check.js b/src/icons/check.js
index c1e075a8..13a04f11 100644
--- a/src/icons/check.js
+++ b/src/icons/check.js
@@ -14,6 +14,7 @@ const Check = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-check"
{...rest}
>
diff --git a/src/icons/chevron-down.js b/src/icons/chevron-down.js
index ed266b92..7bf1730a 100644
--- a/src/icons/chevron-down.js
+++ b/src/icons/chevron-down.js
@@ -14,6 +14,7 @@ const ChevronDown = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-chevron-down"
{...rest}
>
diff --git a/src/icons/chevron-left.js b/src/icons/chevron-left.js
index e0d21188..e8ff80e9 100644
--- a/src/icons/chevron-left.js
+++ b/src/icons/chevron-left.js
@@ -14,6 +14,7 @@ const ChevronLeft = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-chevron-left"
{...rest}
>
diff --git a/src/icons/chevron-right.js b/src/icons/chevron-right.js
index dea073d8..13d55086 100644
--- a/src/icons/chevron-right.js
+++ b/src/icons/chevron-right.js
@@ -14,6 +14,7 @@ const ChevronRight = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-chevron-right"
{...rest}
>
diff --git a/src/icons/chevron-up.js b/src/icons/chevron-up.js
index 9aefed45..7550f7e9 100644
--- a/src/icons/chevron-up.js
+++ b/src/icons/chevron-up.js
@@ -14,6 +14,7 @@ const ChevronUp = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-chevron-up"
{...rest}
>
diff --git a/src/icons/chevrons-down.js b/src/icons/chevrons-down.js
index 2efedc11..713f4e79 100644
--- a/src/icons/chevrons-down.js
+++ b/src/icons/chevrons-down.js
@@ -14,6 +14,7 @@ const ChevronsDown = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-chevrons-down"
{...rest}
>
diff --git a/src/icons/chevrons-left.js b/src/icons/chevrons-left.js
index 340b3833..ad87ac31 100644
--- a/src/icons/chevrons-left.js
+++ b/src/icons/chevrons-left.js
@@ -14,6 +14,7 @@ const ChevronsLeft = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-chevrons-left"
{...rest}
>
diff --git a/src/icons/chevrons-right.js b/src/icons/chevrons-right.js
index 8643d55f..9a89e8b8 100644
--- a/src/icons/chevrons-right.js
+++ b/src/icons/chevrons-right.js
@@ -14,6 +14,7 @@ const ChevronsRight = forwardRef(({ color = 'currentColor', size = 24, ...rest }
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-chevrons-right"
{...rest}
>
diff --git a/src/icons/chevrons-up.js b/src/icons/chevrons-up.js
index 28ee4c71..8cd19fd8 100644
--- a/src/icons/chevrons-up.js
+++ b/src/icons/chevrons-up.js
@@ -14,6 +14,7 @@ const ChevronsUp = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-chevrons-up"
{...rest}
>
diff --git a/src/icons/chrome.js b/src/icons/chrome.js
index 963e88a8..cf67682b 100644
--- a/src/icons/chrome.js
+++ b/src/icons/chrome.js
@@ -14,6 +14,7 @@ const Chrome = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-chrome"
{...rest}
>
diff --git a/src/icons/circle.js b/src/icons/circle.js
index acea4cfc..be756628 100644
--- a/src/icons/circle.js
+++ b/src/icons/circle.js
@@ -14,6 +14,7 @@ const Circle = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-circle"
{...rest}
>
diff --git a/src/icons/clipboard.js b/src/icons/clipboard.js
index 88d2479a..cb4e3dca 100644
--- a/src/icons/clipboard.js
+++ b/src/icons/clipboard.js
@@ -14,6 +14,7 @@ const Clipboard = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-clipboard"
{...rest}
>
diff --git a/src/icons/clock.js b/src/icons/clock.js
index f2a19dcf..40a9c30a 100644
--- a/src/icons/clock.js
+++ b/src/icons/clock.js
@@ -14,6 +14,7 @@ const Clock = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-clock"
{...rest}
>
diff --git a/src/icons/cloud-drizzle.js b/src/icons/cloud-drizzle.js
index c9f988ff..27f9d6c6 100644
--- a/src/icons/cloud-drizzle.js
+++ b/src/icons/cloud-drizzle.js
@@ -14,6 +14,7 @@ const CloudDrizzle = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-cloud-drizzle"
{...rest}
>
diff --git a/src/icons/cloud-lightning.js b/src/icons/cloud-lightning.js
index 1d602e4a..a8380026 100644
--- a/src/icons/cloud-lightning.js
+++ b/src/icons/cloud-lightning.js
@@ -14,6 +14,7 @@ const CloudLightning = forwardRef(({ color = 'currentColor', size = 24, ...rest
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-cloud-lightning"
{...rest}
>
diff --git a/src/icons/cloud-off.js b/src/icons/cloud-off.js
index 1888fa0c..c299c785 100644
--- a/src/icons/cloud-off.js
+++ b/src/icons/cloud-off.js
@@ -14,6 +14,7 @@ const CloudOff = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-cloud-off"
{...rest}
>
diff --git a/src/icons/cloud-rain.js b/src/icons/cloud-rain.js
index 443641b4..9c1bb25d 100644
--- a/src/icons/cloud-rain.js
+++ b/src/icons/cloud-rain.js
@@ -14,6 +14,7 @@ const CloudRain = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-cloud-rain"
{...rest}
>
diff --git a/src/icons/cloud-snow.js b/src/icons/cloud-snow.js
index e3d71a54..76dac1b7 100644
--- a/src/icons/cloud-snow.js
+++ b/src/icons/cloud-snow.js
@@ -14,6 +14,7 @@ const CloudSnow = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-cloud-snow"
{...rest}
>
diff --git a/src/icons/cloud.js b/src/icons/cloud.js
index d11a6dd3..9e3c3467 100644
--- a/src/icons/cloud.js
+++ b/src/icons/cloud.js
@@ -14,6 +14,7 @@ const Cloud = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-cloud"
{...rest}
>
diff --git a/src/icons/code.js b/src/icons/code.js
index a3d2bac0..dde142e1 100644
--- a/src/icons/code.js
+++ b/src/icons/code.js
@@ -14,6 +14,7 @@ const Code = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-code"
{...rest}
>
diff --git a/src/icons/codepen.js b/src/icons/codepen.js
index dd8f1def..a48b78f4 100644
--- a/src/icons/codepen.js
+++ b/src/icons/codepen.js
@@ -14,6 +14,7 @@ const Codepen = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-codepen"
{...rest}
>
diff --git a/src/icons/codesandbox.js b/src/icons/codesandbox.js
index 01d6119a..00208ba5 100644
--- a/src/icons/codesandbox.js
+++ b/src/icons/codesandbox.js
@@ -14,6 +14,7 @@ const Codesandbox = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-codesandbox"
{...rest}
>
diff --git a/src/icons/coffee.js b/src/icons/coffee.js
index 7a0a287b..a5ead6b0 100644
--- a/src/icons/coffee.js
+++ b/src/icons/coffee.js
@@ -14,6 +14,7 @@ const Coffee = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-coffee"
{...rest}
>
diff --git a/src/icons/columns.js b/src/icons/columns.js
index 4a1acafd..628d1621 100644
--- a/src/icons/columns.js
+++ b/src/icons/columns.js
@@ -14,6 +14,7 @@ const Columns = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-columns"
{...rest}
>
diff --git a/src/icons/command.js b/src/icons/command.js
index 64e00a29..de7f14b1 100644
--- a/src/icons/command.js
+++ b/src/icons/command.js
@@ -14,6 +14,7 @@ const Command = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-command"
{...rest}
>
diff --git a/src/icons/compass.js b/src/icons/compass.js
index d608971d..bbe55d66 100644
--- a/src/icons/compass.js
+++ b/src/icons/compass.js
@@ -14,6 +14,7 @@ const Compass = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-compass"
{...rest}
>
diff --git a/src/icons/copy.js b/src/icons/copy.js
index 428ed7ff..3357d9f0 100644
--- a/src/icons/copy.js
+++ b/src/icons/copy.js
@@ -14,6 +14,7 @@ const Copy = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-copy"
{...rest}
>
diff --git a/src/icons/corner-down-left.js b/src/icons/corner-down-left.js
index 28ab46cc..264345cf 100644
--- a/src/icons/corner-down-left.js
+++ b/src/icons/corner-down-left.js
@@ -14,6 +14,7 @@ const CornerDownLeft = forwardRef(({ color = 'currentColor', size = 24, ...rest
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-corner-down-left"
{...rest}
>
diff --git a/src/icons/corner-down-right.js b/src/icons/corner-down-right.js
index f2ce5690..632b4fa1 100644
--- a/src/icons/corner-down-right.js
+++ b/src/icons/corner-down-right.js
@@ -14,6 +14,7 @@ const CornerDownRight = forwardRef(({ color = 'currentColor', size = 24, ...rest
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-corner-down-right"
{...rest}
>
diff --git a/src/icons/corner-left-down.js b/src/icons/corner-left-down.js
index 5e44e592..feb9af50 100644
--- a/src/icons/corner-left-down.js
+++ b/src/icons/corner-left-down.js
@@ -14,6 +14,7 @@ const CornerLeftDown = forwardRef(({ color = 'currentColor', size = 24, ...rest
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-corner-left-down"
{...rest}
>
diff --git a/src/icons/corner-left-up.js b/src/icons/corner-left-up.js
index 9ea0701c..7005a7c7 100644
--- a/src/icons/corner-left-up.js
+++ b/src/icons/corner-left-up.js
@@ -14,6 +14,7 @@ const CornerLeftUp = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-corner-left-up"
{...rest}
>
diff --git a/src/icons/corner-right-down.js b/src/icons/corner-right-down.js
index 469e9909..9db00240 100644
--- a/src/icons/corner-right-down.js
+++ b/src/icons/corner-right-down.js
@@ -14,6 +14,7 @@ const CornerRightDown = forwardRef(({ color = 'currentColor', size = 24, ...rest
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-corner-right-down"
{...rest}
>
diff --git a/src/icons/corner-right-up.js b/src/icons/corner-right-up.js
index b12ab258..6d574258 100644
--- a/src/icons/corner-right-up.js
+++ b/src/icons/corner-right-up.js
@@ -14,6 +14,7 @@ const CornerRightUp = forwardRef(({ color = 'currentColor', size = 24, ...rest }
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-corner-right-up"
{...rest}
>
diff --git a/src/icons/corner-up-left.js b/src/icons/corner-up-left.js
index bee7efa6..ba2486e0 100644
--- a/src/icons/corner-up-left.js
+++ b/src/icons/corner-up-left.js
@@ -14,6 +14,7 @@ const CornerUpLeft = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-corner-up-left"
{...rest}
>
diff --git a/src/icons/corner-up-right.js b/src/icons/corner-up-right.js
index 2caa42a2..16b113d5 100644
--- a/src/icons/corner-up-right.js
+++ b/src/icons/corner-up-right.js
@@ -14,6 +14,7 @@ const CornerUpRight = forwardRef(({ color = 'currentColor', size = 24, ...rest }
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-corner-up-right"
{...rest}
>
diff --git a/src/icons/cpu.js b/src/icons/cpu.js
index f1fd6dd7..9cd94f58 100644
--- a/src/icons/cpu.js
+++ b/src/icons/cpu.js
@@ -14,6 +14,7 @@ const Cpu = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-cpu"
{...rest}
>
diff --git a/src/icons/credit-card.js b/src/icons/credit-card.js
index 0ef82c96..cabe5873 100644
--- a/src/icons/credit-card.js
+++ b/src/icons/credit-card.js
@@ -14,6 +14,7 @@ const CreditCard = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-credit-card"
{...rest}
>
diff --git a/src/icons/crop.js b/src/icons/crop.js
index be26e004..b7a60aca 100644
--- a/src/icons/crop.js
+++ b/src/icons/crop.js
@@ -14,6 +14,7 @@ const Crop = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-crop"
{...rest}
>
diff --git a/src/icons/crosshair.js b/src/icons/crosshair.js
index 3b893834..4d0cd174 100644
--- a/src/icons/crosshair.js
+++ b/src/icons/crosshair.js
@@ -14,6 +14,7 @@ const Crosshair = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-crosshair"
{...rest}
>
diff --git a/src/icons/database.js b/src/icons/database.js
index 7e248d90..6797fffc 100644
--- a/src/icons/database.js
+++ b/src/icons/database.js
@@ -14,6 +14,7 @@ const Database = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-database"
{...rest}
>
diff --git a/src/icons/delete.js b/src/icons/delete.js
index a02994d6..e4b18dc0 100644
--- a/src/icons/delete.js
+++ b/src/icons/delete.js
@@ -14,6 +14,7 @@ const Delete = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-delete"
{...rest}
>
diff --git a/src/icons/disc.js b/src/icons/disc.js
index fae2b5c2..e16c874e 100644
--- a/src/icons/disc.js
+++ b/src/icons/disc.js
@@ -14,6 +14,7 @@ const Disc = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-disc"
{...rest}
>
diff --git a/src/icons/divide-circle.js b/src/icons/divide-circle.js
index b690c65a..7dfedf52 100644
--- a/src/icons/divide-circle.js
+++ b/src/icons/divide-circle.js
@@ -14,6 +14,7 @@ const DivideCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-divide-circle"
{...rest}
>
diff --git a/src/icons/divide-square.js b/src/icons/divide-square.js
index 52ed598b..7fab3d1a 100644
--- a/src/icons/divide-square.js
+++ b/src/icons/divide-square.js
@@ -14,6 +14,7 @@ const DivideSquare = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-divide-square"
{...rest}
>
diff --git a/src/icons/divide.js b/src/icons/divide.js
index a00c63fc..9ed64678 100644
--- a/src/icons/divide.js
+++ b/src/icons/divide.js
@@ -14,6 +14,7 @@ const Divide = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-divide"
{...rest}
>
diff --git a/src/icons/dollar-sign.js b/src/icons/dollar-sign.js
index a1f4fa65..7aae0075 100644
--- a/src/icons/dollar-sign.js
+++ b/src/icons/dollar-sign.js
@@ -14,6 +14,7 @@ const DollarSign = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-dollar-sign"
{...rest}
>
diff --git a/src/icons/download-cloud.js b/src/icons/download-cloud.js
index 2db09b20..b749ffb3 100644
--- a/src/icons/download-cloud.js
+++ b/src/icons/download-cloud.js
@@ -14,6 +14,7 @@ const DownloadCloud = forwardRef(({ color = 'currentColor', size = 24, ...rest }
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-download-cloud"
{...rest}
>
diff --git a/src/icons/download.js b/src/icons/download.js
index fdb1066d..68159f9f 100644
--- a/src/icons/download.js
+++ b/src/icons/download.js
@@ -14,6 +14,7 @@ const Download = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-download"
{...rest}
>
diff --git a/src/icons/dribbble.js b/src/icons/dribbble.js
index e867dd2e..b74ef167 100644
--- a/src/icons/dribbble.js
+++ b/src/icons/dribbble.js
@@ -14,6 +14,7 @@ const Dribbble = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-dribbble"
{...rest}
>
diff --git a/src/icons/droplet.js b/src/icons/droplet.js
index e32369c8..0d5e5932 100644
--- a/src/icons/droplet.js
+++ b/src/icons/droplet.js
@@ -14,6 +14,7 @@ const Droplet = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-droplet"
{...rest}
>
diff --git a/src/icons/edit-2.js b/src/icons/edit-2.js
index cd9cd002..65faa2c4 100644
--- a/src/icons/edit-2.js
+++ b/src/icons/edit-2.js
@@ -14,6 +14,7 @@ const Edit2 = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-edit-2"
{...rest}
>
diff --git a/src/icons/edit-3.js b/src/icons/edit-3.js
index c28a5ecd..4e0aefe7 100644
--- a/src/icons/edit-3.js
+++ b/src/icons/edit-3.js
@@ -14,6 +14,7 @@ const Edit3 = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-edit-3"
{...rest}
>
diff --git a/src/icons/edit.js b/src/icons/edit.js
index 28579470..c1bd15cd 100644
--- a/src/icons/edit.js
+++ b/src/icons/edit.js
@@ -14,6 +14,7 @@ const Edit = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-edit"
{...rest}
>
diff --git a/src/icons/external-link.js b/src/icons/external-link.js
index 8f894e6e..8fd04a43 100644
--- a/src/icons/external-link.js
+++ b/src/icons/external-link.js
@@ -14,6 +14,7 @@ const ExternalLink = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-external-link"
{...rest}
>
diff --git a/src/icons/eye-off.js b/src/icons/eye-off.js
index 3cf70003..4ce327ff 100644
--- a/src/icons/eye-off.js
+++ b/src/icons/eye-off.js
@@ -14,6 +14,7 @@ const EyeOff = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-eye-off"
{...rest}
>
diff --git a/src/icons/eye.js b/src/icons/eye.js
index 5975969d..5952817b 100644
--- a/src/icons/eye.js
+++ b/src/icons/eye.js
@@ -14,6 +14,7 @@ const Eye = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-eye"
{...rest}
>
diff --git a/src/icons/facebook.js b/src/icons/facebook.js
index e26d38a9..96543b32 100644
--- a/src/icons/facebook.js
+++ b/src/icons/facebook.js
@@ -14,6 +14,7 @@ const Facebook = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-facebook"
{...rest}
>
diff --git a/src/icons/fast-forward.js b/src/icons/fast-forward.js
index 8c4faacf..6f3702ab 100644
--- a/src/icons/fast-forward.js
+++ b/src/icons/fast-forward.js
@@ -14,6 +14,7 @@ const FastForward = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-fast-forward"
{...rest}
>
diff --git a/src/icons/feather.js b/src/icons/feather.js
index ce167bf8..8fb295c7 100644
--- a/src/icons/feather.js
+++ b/src/icons/feather.js
@@ -14,6 +14,7 @@ const Feather = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-feather"
{...rest}
>
diff --git a/src/icons/figma.js b/src/icons/figma.js
index 9bcd6083..f490a843 100644
--- a/src/icons/figma.js
+++ b/src/icons/figma.js
@@ -14,6 +14,7 @@ const Figma = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-figma"
{...rest}
>
diff --git a/src/icons/file-minus.js b/src/icons/file-minus.js
index 873d442f..f53672fa 100644
--- a/src/icons/file-minus.js
+++ b/src/icons/file-minus.js
@@ -14,6 +14,7 @@ const FileMinus = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-file-minus"
{...rest}
>
diff --git a/src/icons/file-plus.js b/src/icons/file-plus.js
index dd95849c..b6e8d47d 100644
--- a/src/icons/file-plus.js
+++ b/src/icons/file-plus.js
@@ -14,6 +14,7 @@ const FilePlus = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-file-plus"
{...rest}
>
diff --git a/src/icons/file-text.js b/src/icons/file-text.js
index 6719c625..d1f03194 100644
--- a/src/icons/file-text.js
+++ b/src/icons/file-text.js
@@ -14,6 +14,7 @@ const FileText = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-file-text"
{...rest}
>
diff --git a/src/icons/file.js b/src/icons/file.js
index 0f215ae7..2cb65d1b 100644
--- a/src/icons/file.js
+++ b/src/icons/file.js
@@ -14,6 +14,7 @@ const File = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-file"
{...rest}
>
diff --git a/src/icons/film.js b/src/icons/film.js
index d9c8ff8d..35cecc0a 100644
--- a/src/icons/film.js
+++ b/src/icons/film.js
@@ -14,6 +14,7 @@ const Film = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-film"
{...rest}
>
diff --git a/src/icons/filter.js b/src/icons/filter.js
index b337d619..f8275df3 100644
--- a/src/icons/filter.js
+++ b/src/icons/filter.js
@@ -14,6 +14,7 @@ const Filter = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-filter"
{...rest}
>
diff --git a/src/icons/flag.js b/src/icons/flag.js
index f80dbc93..9ea73129 100644
--- a/src/icons/flag.js
+++ b/src/icons/flag.js
@@ -14,6 +14,7 @@ const Flag = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-flag"
{...rest}
>
diff --git a/src/icons/folder-minus.js b/src/icons/folder-minus.js
index f25516ac..5a706242 100644
--- a/src/icons/folder-minus.js
+++ b/src/icons/folder-minus.js
@@ -14,6 +14,7 @@ const FolderMinus = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-folder-minus"
{...rest}
>
diff --git a/src/icons/folder-plus.js b/src/icons/folder-plus.js
index 0c99032d..38053c79 100644
--- a/src/icons/folder-plus.js
+++ b/src/icons/folder-plus.js
@@ -14,6 +14,7 @@ const FolderPlus = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-folder-plus"
{...rest}
>
diff --git a/src/icons/folder.js b/src/icons/folder.js
index 757b735f..c5f4a6e0 100644
--- a/src/icons/folder.js
+++ b/src/icons/folder.js
@@ -14,6 +14,7 @@ const Folder = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-folder"
{...rest}
>
diff --git a/src/icons/framer.js b/src/icons/framer.js
index 59961503..4044da75 100644
--- a/src/icons/framer.js
+++ b/src/icons/framer.js
@@ -14,6 +14,7 @@ const Framer = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-framer"
{...rest}
>
diff --git a/src/icons/frown.js b/src/icons/frown.js
index 7589e791..a746f842 100644
--- a/src/icons/frown.js
+++ b/src/icons/frown.js
@@ -14,6 +14,7 @@ const Frown = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-frown"
{...rest}
>
diff --git a/src/icons/gift.js b/src/icons/gift.js
index 76110196..c292f6db 100644
--- a/src/icons/gift.js
+++ b/src/icons/gift.js
@@ -14,6 +14,7 @@ const Gift = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-gift"
{...rest}
>
diff --git a/src/icons/git-branch.js b/src/icons/git-branch.js
index c486b96a..7acb4059 100644
--- a/src/icons/git-branch.js
+++ b/src/icons/git-branch.js
@@ -14,6 +14,7 @@ const GitBranch = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-git-branch"
{...rest}
>
diff --git a/src/icons/git-commit.js b/src/icons/git-commit.js
index d710a8d0..d8a1f7bf 100644
--- a/src/icons/git-commit.js
+++ b/src/icons/git-commit.js
@@ -14,6 +14,7 @@ const GitCommit = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-git-commit"
{...rest}
>
diff --git a/src/icons/git-merge.js b/src/icons/git-merge.js
index 7124b9ab..bd5b2d52 100644
--- a/src/icons/git-merge.js
+++ b/src/icons/git-merge.js
@@ -14,6 +14,7 @@ const GitMerge = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-git-merge"
{...rest}
>
diff --git a/src/icons/git-pull-request.js b/src/icons/git-pull-request.js
index 8f0c3b99..5547abb4 100644
--- a/src/icons/git-pull-request.js
+++ b/src/icons/git-pull-request.js
@@ -14,6 +14,7 @@ const GitPullRequest = forwardRef(({ color = 'currentColor', size = 24, ...rest
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-git-pull-request"
{...rest}
>
diff --git a/src/icons/github.js b/src/icons/github.js
index 7260419a..f1ffc48c 100644
--- a/src/icons/github.js
+++ b/src/icons/github.js
@@ -14,6 +14,7 @@ const GitHub = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-github"
{...rest}
>
diff --git a/src/icons/gitlab.js b/src/icons/gitlab.js
index 7d091da4..7f3e3e31 100644
--- a/src/icons/gitlab.js
+++ b/src/icons/gitlab.js
@@ -14,6 +14,7 @@ const Gitlab = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-gitlab"
{...rest}
>
diff --git a/src/icons/globe.js b/src/icons/globe.js
index f0f398b0..ea739039 100644
--- a/src/icons/globe.js
+++ b/src/icons/globe.js
@@ -14,6 +14,7 @@ const Globe = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-globe"
{...rest}
>
diff --git a/src/icons/grid.js b/src/icons/grid.js
index e184e189..beb28332 100644
--- a/src/icons/grid.js
+++ b/src/icons/grid.js
@@ -14,6 +14,7 @@ const Grid = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-grid"
{...rest}
>
diff --git a/src/icons/hard-drive.js b/src/icons/hard-drive.js
index 354a051b..19e704af 100644
--- a/src/icons/hard-drive.js
+++ b/src/icons/hard-drive.js
@@ -14,6 +14,7 @@ const HardDrive = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-hard-drive"
{...rest}
>
diff --git a/src/icons/hash.js b/src/icons/hash.js
index f9d08a77..c94095d9 100644
--- a/src/icons/hash.js
+++ b/src/icons/hash.js
@@ -14,6 +14,7 @@ const Hash = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-hash"
{...rest}
>
diff --git a/src/icons/headphones.js b/src/icons/headphones.js
index de941ea3..c23f48ff 100644
--- a/src/icons/headphones.js
+++ b/src/icons/headphones.js
@@ -14,6 +14,7 @@ const Headphones = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-headphones"
{...rest}
>
diff --git a/src/icons/heart.js b/src/icons/heart.js
index 284215d1..5c12b998 100644
--- a/src/icons/heart.js
+++ b/src/icons/heart.js
@@ -14,6 +14,7 @@ const Heart = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-heart"
{...rest}
>
diff --git a/src/icons/help-circle.js b/src/icons/help-circle.js
index a76290ec..9fbd1819 100644
--- a/src/icons/help-circle.js
+++ b/src/icons/help-circle.js
@@ -14,6 +14,7 @@ const HelpCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-help-circle"
{...rest}
>
diff --git a/src/icons/hexagon.js b/src/icons/hexagon.js
index 4149ca49..a5b00257 100644
--- a/src/icons/hexagon.js
+++ b/src/icons/hexagon.js
@@ -14,6 +14,7 @@ const Hexagon = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-hexagon"
{...rest}
>
diff --git a/src/icons/home.js b/src/icons/home.js
index 3a0e773d..b654b5bc 100644
--- a/src/icons/home.js
+++ b/src/icons/home.js
@@ -14,6 +14,7 @@ const Home = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-home"
{...rest}
>
diff --git a/src/icons/image.js b/src/icons/image.js
index 28b185d0..cda3951f 100644
--- a/src/icons/image.js
+++ b/src/icons/image.js
@@ -14,6 +14,7 @@ const Image = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-image"
{...rest}
>
diff --git a/src/icons/inbox.js b/src/icons/inbox.js
index 08972cea..7f1fc116 100644
--- a/src/icons/inbox.js
+++ b/src/icons/inbox.js
@@ -14,6 +14,7 @@ const Inbox = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-inbox"
{...rest}
>
diff --git a/src/icons/info.js b/src/icons/info.js
index d1aa2855..604c1fdf 100644
--- a/src/icons/info.js
+++ b/src/icons/info.js
@@ -14,6 +14,7 @@ const Info = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-info"
{...rest}
>
diff --git a/src/icons/instagram.js b/src/icons/instagram.js
index 390bf4e1..f50dacc5 100644
--- a/src/icons/instagram.js
+++ b/src/icons/instagram.js
@@ -14,6 +14,7 @@ const Instagram = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-instagram"
{...rest}
>
diff --git a/src/icons/italic.js b/src/icons/italic.js
index 2ba6c3ed..6fe6cfc8 100644
--- a/src/icons/italic.js
+++ b/src/icons/italic.js
@@ -14,6 +14,7 @@ const Italic = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-italic"
{...rest}
>
diff --git a/src/icons/key.js b/src/icons/key.js
index 772bd154..2ba4b05b 100644
--- a/src/icons/key.js
+++ b/src/icons/key.js
@@ -14,6 +14,7 @@ const Key = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-key"
{...rest}
>
diff --git a/src/icons/layers.js b/src/icons/layers.js
index 015dd706..e732a2c3 100644
--- a/src/icons/layers.js
+++ b/src/icons/layers.js
@@ -14,6 +14,7 @@ const Layers = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-layers"
{...rest}
>
diff --git a/src/icons/layout.js b/src/icons/layout.js
index 691aa4bd..dd0b173c 100644
--- a/src/icons/layout.js
+++ b/src/icons/layout.js
@@ -14,6 +14,7 @@ const Layout = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-layout"
{...rest}
>
diff --git a/src/icons/life-buoy.js b/src/icons/life-buoy.js
index 84215115..2d217e2f 100644
--- a/src/icons/life-buoy.js
+++ b/src/icons/life-buoy.js
@@ -14,6 +14,7 @@ const LifeBuoy = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-life-buoy"
{...rest}
>
diff --git a/src/icons/link-2.js b/src/icons/link-2.js
index 15e75b64..0a8beb4a 100644
--- a/src/icons/link-2.js
+++ b/src/icons/link-2.js
@@ -14,6 +14,7 @@ const Link2 = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-link-2"
{...rest}
>
diff --git a/src/icons/link.js b/src/icons/link.js
index cb8c9894..3fcb0bee 100644
--- a/src/icons/link.js
+++ b/src/icons/link.js
@@ -14,6 +14,7 @@ const Link = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-link"
{...rest}
>
diff --git a/src/icons/linkedin.js b/src/icons/linkedin.js
index e58d8732..a0a91a84 100644
--- a/src/icons/linkedin.js
+++ b/src/icons/linkedin.js
@@ -14,6 +14,7 @@ const Linkedin = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-linkedin"
{...rest}
>
diff --git a/src/icons/list.js b/src/icons/list.js
index 3e82eb6c..d1261633 100644
--- a/src/icons/list.js
+++ b/src/icons/list.js
@@ -14,6 +14,7 @@ const List = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-list"
{...rest}
>
diff --git a/src/icons/loader.js b/src/icons/loader.js
index d292cfe8..9f921730 100644
--- a/src/icons/loader.js
+++ b/src/icons/loader.js
@@ -14,6 +14,7 @@ const Loader = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-loader"
{...rest}
>
diff --git a/src/icons/lock.js b/src/icons/lock.js
index 87790746..983727fe 100644
--- a/src/icons/lock.js
+++ b/src/icons/lock.js
@@ -14,6 +14,7 @@ const Lock = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-lock"
{...rest}
>
diff --git a/src/icons/log-in.js b/src/icons/log-in.js
index 68230b6f..151dc892 100644
--- a/src/icons/log-in.js
+++ b/src/icons/log-in.js
@@ -14,6 +14,7 @@ const LogIn = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-log-in"
{...rest}
>
diff --git a/src/icons/log-out.js b/src/icons/log-out.js
index 85dbaf73..515c2e5d 100644
--- a/src/icons/log-out.js
+++ b/src/icons/log-out.js
@@ -14,6 +14,7 @@ const LogOut = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-log-out"
{...rest}
>
diff --git a/src/icons/mail.js b/src/icons/mail.js
index bc6ddae1..3153a147 100644
--- a/src/icons/mail.js
+++ b/src/icons/mail.js
@@ -14,6 +14,7 @@ const Mail = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-mail"
{...rest}
>
diff --git a/src/icons/map-pin.js b/src/icons/map-pin.js
index 6207d45b..5657cde1 100644
--- a/src/icons/map-pin.js
+++ b/src/icons/map-pin.js
@@ -14,6 +14,7 @@ const MapPin = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-map-pin"
{...rest}
>
diff --git a/src/icons/map.js b/src/icons/map.js
index 614858e6..7365db2d 100644
--- a/src/icons/map.js
+++ b/src/icons/map.js
@@ -14,6 +14,7 @@ const Map = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-map"
{...rest}
>
diff --git a/src/icons/maximize-2.js b/src/icons/maximize-2.js
index 039eb771..b98188d8 100644
--- a/src/icons/maximize-2.js
+++ b/src/icons/maximize-2.js
@@ -14,6 +14,7 @@ const Maximize2 = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-maximize-2"
{...rest}
>
diff --git a/src/icons/maximize.js b/src/icons/maximize.js
index 151c0893..07ab42b0 100644
--- a/src/icons/maximize.js
+++ b/src/icons/maximize.js
@@ -14,6 +14,7 @@ const Maximize = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-maximize"
{...rest}
>
diff --git a/src/icons/meh.js b/src/icons/meh.js
index 253f21ab..a401537c 100644
--- a/src/icons/meh.js
+++ b/src/icons/meh.js
@@ -14,6 +14,7 @@ const Meh = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-meh"
{...rest}
>
diff --git a/src/icons/menu.js b/src/icons/menu.js
index 6d61e7a0..13510ca3 100644
--- a/src/icons/menu.js
+++ b/src/icons/menu.js
@@ -14,6 +14,7 @@ const Menu = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-menu"
{...rest}
>
diff --git a/src/icons/message-circle.js b/src/icons/message-circle.js
index a148d412..dd7ae5f1 100644
--- a/src/icons/message-circle.js
+++ b/src/icons/message-circle.js
@@ -14,6 +14,7 @@ const MessageCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest }
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-message-circle"
{...rest}
>
diff --git a/src/icons/message-square.js b/src/icons/message-square.js
index ccbfdee0..3b6b1bec 100644
--- a/src/icons/message-square.js
+++ b/src/icons/message-square.js
@@ -14,6 +14,7 @@ const MessageSquare = forwardRef(({ color = 'currentColor', size = 24, ...rest }
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-message-square"
{...rest}
>
diff --git a/src/icons/mic-off.js b/src/icons/mic-off.js
index b3768bc6..e46c577e 100644
--- a/src/icons/mic-off.js
+++ b/src/icons/mic-off.js
@@ -14,6 +14,7 @@ const MicOff = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-mic-off"
{...rest}
>
diff --git a/src/icons/mic.js b/src/icons/mic.js
index 930a2000..f0dfc232 100644
--- a/src/icons/mic.js
+++ b/src/icons/mic.js
@@ -14,6 +14,7 @@ const Mic = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-mic"
{...rest}
>
diff --git a/src/icons/minimize-2.js b/src/icons/minimize-2.js
index 32279bb8..ebdefa7c 100644
--- a/src/icons/minimize-2.js
+++ b/src/icons/minimize-2.js
@@ -14,6 +14,7 @@ const Minimize2 = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-minimize-2"
{...rest}
>
diff --git a/src/icons/minimize.js b/src/icons/minimize.js
index bcc4fd0a..8933de72 100644
--- a/src/icons/minimize.js
+++ b/src/icons/minimize.js
@@ -14,6 +14,7 @@ const Minimize = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-minimize"
{...rest}
>
diff --git a/src/icons/minus-circle.js b/src/icons/minus-circle.js
index 5ceabf1a..d5d73bf1 100644
--- a/src/icons/minus-circle.js
+++ b/src/icons/minus-circle.js
@@ -14,6 +14,7 @@ const MinusCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-minus-circle"
{...rest}
>
diff --git a/src/icons/minus-square.js b/src/icons/minus-square.js
index f6c66e8d..a6355f1d 100644
--- a/src/icons/minus-square.js
+++ b/src/icons/minus-square.js
@@ -14,6 +14,7 @@ const MinusSquare = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-minus-square"
{...rest}
>
diff --git a/src/icons/minus.js b/src/icons/minus.js
index 61d3969d..a87e1aa2 100644
--- a/src/icons/minus.js
+++ b/src/icons/minus.js
@@ -14,6 +14,7 @@ const Minus = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-minus"
{...rest}
>
diff --git a/src/icons/monitor.js b/src/icons/monitor.js
index 71a702d4..fc8c0183 100644
--- a/src/icons/monitor.js
+++ b/src/icons/monitor.js
@@ -14,6 +14,7 @@ const Monitor = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-monitor"
{...rest}
>
diff --git a/src/icons/moon.js b/src/icons/moon.js
index c3a1a8aa..0b65de58 100644
--- a/src/icons/moon.js
+++ b/src/icons/moon.js
@@ -14,6 +14,7 @@ const Moon = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-moon"
{...rest}
>
diff --git a/src/icons/more-horizontal.js b/src/icons/more-horizontal.js
index 4dcb480c..006fbffe 100644
--- a/src/icons/more-horizontal.js
+++ b/src/icons/more-horizontal.js
@@ -14,6 +14,7 @@ const MoreHorizontal = forwardRef(({ color = 'currentColor', size = 24, ...rest
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-more-horizontal"
{...rest}
>
diff --git a/src/icons/more-vertical.js b/src/icons/more-vertical.js
index 8d50e567..cb0bcf3d 100644
--- a/src/icons/more-vertical.js
+++ b/src/icons/more-vertical.js
@@ -14,6 +14,7 @@ const MoreVertical = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-more-vertical"
{...rest}
>
diff --git a/src/icons/mouse-pointer.js b/src/icons/mouse-pointer.js
index 24182c06..3e263258 100644
--- a/src/icons/mouse-pointer.js
+++ b/src/icons/mouse-pointer.js
@@ -14,6 +14,7 @@ const MousePointer = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-mouse-pointer"
{...rest}
>
diff --git a/src/icons/move.js b/src/icons/move.js
index b2c32776..e06bc601 100644
--- a/src/icons/move.js
+++ b/src/icons/move.js
@@ -14,6 +14,7 @@ const Move = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-move"
{...rest}
>
diff --git a/src/icons/music.js b/src/icons/music.js
index e9a7d9f5..6e2b220b 100644
--- a/src/icons/music.js
+++ b/src/icons/music.js
@@ -14,6 +14,7 @@ const Music = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-music"
{...rest}
>
diff --git a/src/icons/navigation-2.js b/src/icons/navigation-2.js
index 74757a22..b8b9dc43 100644
--- a/src/icons/navigation-2.js
+++ b/src/icons/navigation-2.js
@@ -14,6 +14,7 @@ const Navigation2 = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-navigation-2"
{...rest}
>
diff --git a/src/icons/navigation.js b/src/icons/navigation.js
index ac7748a3..4f3eafc8 100644
--- a/src/icons/navigation.js
+++ b/src/icons/navigation.js
@@ -14,6 +14,7 @@ const Navigation = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-navigation"
{...rest}
>
diff --git a/src/icons/octagon.js b/src/icons/octagon.js
index 9223fdc6..6fd20d1d 100644
--- a/src/icons/octagon.js
+++ b/src/icons/octagon.js
@@ -14,6 +14,7 @@ const Octagon = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-octagon"
{...rest}
>
diff --git a/src/icons/package.js b/src/icons/package.js
index 0c651919..f2eb88f0 100644
--- a/src/icons/package.js
+++ b/src/icons/package.js
@@ -14,6 +14,7 @@ const Package = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-package"
{...rest}
>
diff --git a/src/icons/paperclip.js b/src/icons/paperclip.js
index f2c715bf..dabfded9 100644
--- a/src/icons/paperclip.js
+++ b/src/icons/paperclip.js
@@ -14,6 +14,7 @@ const Paperclip = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-paperclip"
{...rest}
>
diff --git a/src/icons/pause-circle.js b/src/icons/pause-circle.js
index 489c112b..9508dc84 100644
--- a/src/icons/pause-circle.js
+++ b/src/icons/pause-circle.js
@@ -14,6 +14,7 @@ const PauseCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-pause-circle"
{...rest}
>
diff --git a/src/icons/pause.js b/src/icons/pause.js
index c39b17d0..7a28d582 100644
--- a/src/icons/pause.js
+++ b/src/icons/pause.js
@@ -14,6 +14,7 @@ const Pause = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-pause"
{...rest}
>
diff --git a/src/icons/pen-tool.js b/src/icons/pen-tool.js
index 3a18ecb3..1a84c270 100644
--- a/src/icons/pen-tool.js
+++ b/src/icons/pen-tool.js
@@ -14,6 +14,7 @@ const PenTool = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-pen-tool"
{...rest}
>
diff --git a/src/icons/percent.js b/src/icons/percent.js
index 83bc8eb0..22930118 100644
--- a/src/icons/percent.js
+++ b/src/icons/percent.js
@@ -14,6 +14,7 @@ const Percent = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-percent"
{...rest}
>
diff --git a/src/icons/phone-call.js b/src/icons/phone-call.js
index 8a8c25c3..1fc8bce1 100644
--- a/src/icons/phone-call.js
+++ b/src/icons/phone-call.js
@@ -14,6 +14,7 @@ const PhoneCall = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-phone-call"
{...rest}
>
diff --git a/src/icons/phone-forwarded.js b/src/icons/phone-forwarded.js
index 03329286..0060f023 100644
--- a/src/icons/phone-forwarded.js
+++ b/src/icons/phone-forwarded.js
@@ -14,6 +14,7 @@ const PhoneForwarded = forwardRef(({ color = 'currentColor', size = 24, ...rest
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-phone-forwarded"
{...rest}
>
diff --git a/src/icons/phone-incoming.js b/src/icons/phone-incoming.js
index 0706817c..ca3eec15 100644
--- a/src/icons/phone-incoming.js
+++ b/src/icons/phone-incoming.js
@@ -14,6 +14,7 @@ const PhoneIncoming = forwardRef(({ color = 'currentColor', size = 24, ...rest }
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-phone-incoming"
{...rest}
>
diff --git a/src/icons/phone-missed.js b/src/icons/phone-missed.js
index f71dc65a..2930f5e0 100644
--- a/src/icons/phone-missed.js
+++ b/src/icons/phone-missed.js
@@ -14,6 +14,7 @@ const PhoneMissed = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-phone-missed"
{...rest}
>
diff --git a/src/icons/phone-off.js b/src/icons/phone-off.js
index 051bc52f..4bae9e9d 100644
--- a/src/icons/phone-off.js
+++ b/src/icons/phone-off.js
@@ -14,6 +14,7 @@ const PhoneOff = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-phone-off"
{...rest}
>
diff --git a/src/icons/phone-outgoing.js b/src/icons/phone-outgoing.js
index 143672ff..75dae850 100644
--- a/src/icons/phone-outgoing.js
+++ b/src/icons/phone-outgoing.js
@@ -14,6 +14,7 @@ const PhoneOutgoing = forwardRef(({ color = 'currentColor', size = 24, ...rest }
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-phone-outgoing"
{...rest}
>
diff --git a/src/icons/phone.js b/src/icons/phone.js
index 1907b680..00b326da 100644
--- a/src/icons/phone.js
+++ b/src/icons/phone.js
@@ -14,6 +14,7 @@ const Phone = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-phone"
{...rest}
>
diff --git a/src/icons/pie-chart.js b/src/icons/pie-chart.js
index faaa283d..d678e70d 100644
--- a/src/icons/pie-chart.js
+++ b/src/icons/pie-chart.js
@@ -14,6 +14,7 @@ const PieChart = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-pie-chart"
{...rest}
>
diff --git a/src/icons/play-circle.js b/src/icons/play-circle.js
index 4e42737a..ec41a2d3 100644
--- a/src/icons/play-circle.js
+++ b/src/icons/play-circle.js
@@ -14,6 +14,7 @@ const PlayCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-play-circle"
{...rest}
>
diff --git a/src/icons/play.js b/src/icons/play.js
index 348a565b..7c68d3a7 100644
--- a/src/icons/play.js
+++ b/src/icons/play.js
@@ -14,6 +14,7 @@ const Play = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-play"
{...rest}
>
diff --git a/src/icons/plus-circle.js b/src/icons/plus-circle.js
index 50f2191c..b11e42ae 100644
--- a/src/icons/plus-circle.js
+++ b/src/icons/plus-circle.js
@@ -14,6 +14,7 @@ const PlusCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-plus-circle"
{...rest}
>
diff --git a/src/icons/plus-square.js b/src/icons/plus-square.js
index fe1385e7..50c0e8d3 100644
--- a/src/icons/plus-square.js
+++ b/src/icons/plus-square.js
@@ -14,6 +14,7 @@ const PlusSquare = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-plus-square"
{...rest}
>
diff --git a/src/icons/plus.js b/src/icons/plus.js
index e7230638..140df1c4 100644
--- a/src/icons/plus.js
+++ b/src/icons/plus.js
@@ -14,6 +14,7 @@ const Plus = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-plus"
{...rest}
>
diff --git a/src/icons/pocket.js b/src/icons/pocket.js
index 95661e93..4739a57f 100644
--- a/src/icons/pocket.js
+++ b/src/icons/pocket.js
@@ -14,6 +14,7 @@ const Pocket = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-pocket"
{...rest}
>
diff --git a/src/icons/power.js b/src/icons/power.js
index d1dc0493..30207581 100644
--- a/src/icons/power.js
+++ b/src/icons/power.js
@@ -14,6 +14,7 @@ const Power = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-power"
{...rest}
>
diff --git a/src/icons/printer.js b/src/icons/printer.js
index d427fb4f..146717bd 100644
--- a/src/icons/printer.js
+++ b/src/icons/printer.js
@@ -14,6 +14,7 @@ const Printer = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-printer"
{...rest}
>
diff --git a/src/icons/radio.js b/src/icons/radio.js
index cb61203e..071a53ab 100644
--- a/src/icons/radio.js
+++ b/src/icons/radio.js
@@ -14,6 +14,7 @@ const Radio = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-radio"
{...rest}
>
diff --git a/src/icons/refresh-ccw.js b/src/icons/refresh-ccw.js
index d82b4a33..515cc4f5 100644
--- a/src/icons/refresh-ccw.js
+++ b/src/icons/refresh-ccw.js
@@ -14,6 +14,7 @@ const RefreshCcw = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-refresh-ccw"
{...rest}
>
diff --git a/src/icons/refresh-cw.js b/src/icons/refresh-cw.js
index b990c342..6ab211b4 100644
--- a/src/icons/refresh-cw.js
+++ b/src/icons/refresh-cw.js
@@ -14,6 +14,7 @@ const RefreshCw = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-refresh-cw"
{...rest}
>
diff --git a/src/icons/repeat.js b/src/icons/repeat.js
index 073597c6..6ab725e3 100644
--- a/src/icons/repeat.js
+++ b/src/icons/repeat.js
@@ -14,6 +14,7 @@ const Repeat = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-repeat"
{...rest}
>
diff --git a/src/icons/rewind.js b/src/icons/rewind.js
index 1164287e..e81c7629 100644
--- a/src/icons/rewind.js
+++ b/src/icons/rewind.js
@@ -14,6 +14,7 @@ const Rewind = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-rewind"
{...rest}
>
diff --git a/src/icons/rotate-ccw.js b/src/icons/rotate-ccw.js
index c6ade073..96036d34 100644
--- a/src/icons/rotate-ccw.js
+++ b/src/icons/rotate-ccw.js
@@ -14,6 +14,7 @@ const RotateCcw = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-rotate-ccw"
{...rest}
>
diff --git a/src/icons/rotate-cw.js b/src/icons/rotate-cw.js
index a43a6f55..df220a84 100644
--- a/src/icons/rotate-cw.js
+++ b/src/icons/rotate-cw.js
@@ -14,6 +14,7 @@ const RotateCw = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-rotate-cw"
{...rest}
>
diff --git a/src/icons/rss.js b/src/icons/rss.js
index a5013c66..a5431fda 100644
--- a/src/icons/rss.js
+++ b/src/icons/rss.js
@@ -14,6 +14,7 @@ const Rss = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-rss"
{...rest}
>
diff --git a/src/icons/save.js b/src/icons/save.js
index a6b31ad9..cf450127 100644
--- a/src/icons/save.js
+++ b/src/icons/save.js
@@ -14,6 +14,7 @@ const Save = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-save"
{...rest}
>
diff --git a/src/icons/scissors.js b/src/icons/scissors.js
index b97c0ba0..15705ac9 100644
--- a/src/icons/scissors.js
+++ b/src/icons/scissors.js
@@ -14,6 +14,7 @@ const Scissors = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-scissors"
{...rest}
>
diff --git a/src/icons/search.js b/src/icons/search.js
index 03c8e149..faf65874 100644
--- a/src/icons/search.js
+++ b/src/icons/search.js
@@ -14,6 +14,7 @@ const Search = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-search"
{...rest}
>
diff --git a/src/icons/send.js b/src/icons/send.js
index 3188bd98..424c3d6f 100644
--- a/src/icons/send.js
+++ b/src/icons/send.js
@@ -14,6 +14,7 @@ const Send = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-send"
{...rest}
>
diff --git a/src/icons/server.js b/src/icons/server.js
index 1d961365..e1676b0d 100644
--- a/src/icons/server.js
+++ b/src/icons/server.js
@@ -14,6 +14,7 @@ const Server = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-server"
{...rest}
>
diff --git a/src/icons/settings.js b/src/icons/settings.js
index f9b99f36..438175e3 100644
--- a/src/icons/settings.js
+++ b/src/icons/settings.js
@@ -14,6 +14,7 @@ const Settings = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-settings"
{...rest}
>
diff --git a/src/icons/share-2.js b/src/icons/share-2.js
index fcbd38ca..48b34668 100644
--- a/src/icons/share-2.js
+++ b/src/icons/share-2.js
@@ -14,6 +14,7 @@ const Share2 = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-share-2"
{...rest}
>
diff --git a/src/icons/share.js b/src/icons/share.js
index 5c8bb35c..1c2b38a7 100644
--- a/src/icons/share.js
+++ b/src/icons/share.js
@@ -14,6 +14,7 @@ const Share = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-share"
{...rest}
>
diff --git a/src/icons/shield-off.js b/src/icons/shield-off.js
index e64898ab..e107445f 100644
--- a/src/icons/shield-off.js
+++ b/src/icons/shield-off.js
@@ -14,6 +14,7 @@ const ShieldOff = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-shield-off"
{...rest}
>
diff --git a/src/icons/shield.js b/src/icons/shield.js
index 16dc590c..9224e9fc 100644
--- a/src/icons/shield.js
+++ b/src/icons/shield.js
@@ -14,6 +14,7 @@ const Shield = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-shield"
{...rest}
>
diff --git a/src/icons/shopping-bag.js b/src/icons/shopping-bag.js
index 14a8b49d..ec96a405 100644
--- a/src/icons/shopping-bag.js
+++ b/src/icons/shopping-bag.js
@@ -14,6 +14,7 @@ const ShoppingBag = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-shopping-bag"
{...rest}
>
diff --git a/src/icons/shopping-cart.js b/src/icons/shopping-cart.js
index 39f87c6b..e8169734 100644
--- a/src/icons/shopping-cart.js
+++ b/src/icons/shopping-cart.js
@@ -14,6 +14,7 @@ const ShoppingCart = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-shopping-cart"
{...rest}
>
diff --git a/src/icons/shuffle.js b/src/icons/shuffle.js
index 3fee34f7..fa83def4 100644
--- a/src/icons/shuffle.js
+++ b/src/icons/shuffle.js
@@ -14,6 +14,7 @@ const Shuffle = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-shuffle"
{...rest}
>
diff --git a/src/icons/sidebar.js b/src/icons/sidebar.js
index addd322a..c0c83859 100644
--- a/src/icons/sidebar.js
+++ b/src/icons/sidebar.js
@@ -14,6 +14,7 @@ const Sidebar = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-sidebar"
{...rest}
>
diff --git a/src/icons/skip-back.js b/src/icons/skip-back.js
index ccb6d16f..5335c6d7 100644
--- a/src/icons/skip-back.js
+++ b/src/icons/skip-back.js
@@ -14,6 +14,7 @@ const SkipBack = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-skip-back"
{...rest}
>
diff --git a/src/icons/skip-forward.js b/src/icons/skip-forward.js
index 354d8d33..41a916f9 100644
--- a/src/icons/skip-forward.js
+++ b/src/icons/skip-forward.js
@@ -14,6 +14,7 @@ const SkipForward = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-skip-forward"
{...rest}
>
diff --git a/src/icons/slack.js b/src/icons/slack.js
index 4a357e83..57778c6c 100644
--- a/src/icons/slack.js
+++ b/src/icons/slack.js
@@ -14,6 +14,7 @@ const Slack = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-slack"
{...rest}
>
diff --git a/src/icons/slash.js b/src/icons/slash.js
index 1c9b78cd..fddd1e52 100644
--- a/src/icons/slash.js
+++ b/src/icons/slash.js
@@ -14,6 +14,7 @@ const Slash = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-slash"
{...rest}
>
diff --git a/src/icons/sliders.js b/src/icons/sliders.js
index 70475ee7..ce4332a2 100644
--- a/src/icons/sliders.js
+++ b/src/icons/sliders.js
@@ -14,6 +14,7 @@ const Sliders = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-sliders"
{...rest}
>
diff --git a/src/icons/smartphone.js b/src/icons/smartphone.js
index 6d337fd3..66885b37 100644
--- a/src/icons/smartphone.js
+++ b/src/icons/smartphone.js
@@ -14,6 +14,7 @@ const Smartphone = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-smartphone"
{...rest}
>
diff --git a/src/icons/smile.js b/src/icons/smile.js
index 0352b03c..b68b42c7 100644
--- a/src/icons/smile.js
+++ b/src/icons/smile.js
@@ -14,6 +14,7 @@ const Smile = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-smile"
{...rest}
>
diff --git a/src/icons/speaker.js b/src/icons/speaker.js
index 317a7282..28c1de8d 100644
--- a/src/icons/speaker.js
+++ b/src/icons/speaker.js
@@ -14,6 +14,7 @@ const Speaker = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-speaker"
{...rest}
>
diff --git a/src/icons/square.js b/src/icons/square.js
index c4963054..1ba98280 100644
--- a/src/icons/square.js
+++ b/src/icons/square.js
@@ -14,6 +14,7 @@ const Square = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-square"
{...rest}
>
diff --git a/src/icons/star.js b/src/icons/star.js
index b7f84bea..1c699c88 100644
--- a/src/icons/star.js
+++ b/src/icons/star.js
@@ -14,6 +14,7 @@ const Star = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-star"
{...rest}
>
diff --git a/src/icons/stop-circle.js b/src/icons/stop-circle.js
index 58802d4d..7f251e53 100644
--- a/src/icons/stop-circle.js
+++ b/src/icons/stop-circle.js
@@ -14,6 +14,7 @@ const StopCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-stop-circle"
{...rest}
>
diff --git a/src/icons/sun.js b/src/icons/sun.js
index d05f4bc4..08f0050e 100644
--- a/src/icons/sun.js
+++ b/src/icons/sun.js
@@ -14,6 +14,7 @@ const Sun = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-sun"
{...rest}
>
diff --git a/src/icons/sunrise.js b/src/icons/sunrise.js
index d3265bcf..489f8ee1 100644
--- a/src/icons/sunrise.js
+++ b/src/icons/sunrise.js
@@ -14,6 +14,7 @@ const Sunrise = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-sunrise"
{...rest}
>
diff --git a/src/icons/sunset.js b/src/icons/sunset.js
index 280d30f1..67bc900c 100644
--- a/src/icons/sunset.js
+++ b/src/icons/sunset.js
@@ -14,6 +14,7 @@ const Sunset = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-sunset"
{...rest}
>
diff --git a/src/icons/tablet.js b/src/icons/tablet.js
index e3102721..6576b862 100644
--- a/src/icons/tablet.js
+++ b/src/icons/tablet.js
@@ -14,6 +14,7 @@ const Tablet = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-tablet"
{...rest}
>
diff --git a/src/icons/tag.js b/src/icons/tag.js
index 5572303b..151b56da 100644
--- a/src/icons/tag.js
+++ b/src/icons/tag.js
@@ -14,6 +14,7 @@ const Tag = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-tag"
{...rest}
>
diff --git a/src/icons/target.js b/src/icons/target.js
index 503d4f4d..b66aa44e 100644
--- a/src/icons/target.js
+++ b/src/icons/target.js
@@ -14,6 +14,7 @@ const Target = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-target"
{...rest}
>
diff --git a/src/icons/terminal.js b/src/icons/terminal.js
index caf6c283..8555dcbe 100644
--- a/src/icons/terminal.js
+++ b/src/icons/terminal.js
@@ -14,6 +14,7 @@ const Terminal = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-terminal"
{...rest}
>
diff --git a/src/icons/thermometer.js b/src/icons/thermometer.js
index 1511983c..8b239158 100644
--- a/src/icons/thermometer.js
+++ b/src/icons/thermometer.js
@@ -14,6 +14,7 @@ const Thermometer = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-thermometer"
{...rest}
>
diff --git a/src/icons/thumbs-down.js b/src/icons/thumbs-down.js
index c4e794ce..d13ef8b4 100644
--- a/src/icons/thumbs-down.js
+++ b/src/icons/thumbs-down.js
@@ -14,6 +14,7 @@ const ThumbsDown = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-thumbs-down"
{...rest}
>
diff --git a/src/icons/thumbs-up.js b/src/icons/thumbs-up.js
index 8fb5de8e..d974a1d7 100644
--- a/src/icons/thumbs-up.js
+++ b/src/icons/thumbs-up.js
@@ -14,6 +14,7 @@ const ThumbsUp = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-thumbs-up"
{...rest}
>
diff --git a/src/icons/toggle-left.js b/src/icons/toggle-left.js
index 7b8e6a88..af233103 100644
--- a/src/icons/toggle-left.js
+++ b/src/icons/toggle-left.js
@@ -14,6 +14,7 @@ const ToggleLeft = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-toggle-left"
{...rest}
>
diff --git a/src/icons/toggle-right.js b/src/icons/toggle-right.js
index 60af8dc9..9b8fa482 100644
--- a/src/icons/toggle-right.js
+++ b/src/icons/toggle-right.js
@@ -14,6 +14,7 @@ const ToggleRight = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-toggle-right"
{...rest}
>
diff --git a/src/icons/tool.js b/src/icons/tool.js
index e97ad12f..dcadebca 100644
--- a/src/icons/tool.js
+++ b/src/icons/tool.js
@@ -14,6 +14,7 @@ const Tool = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-tool"
{...rest}
>
diff --git a/src/icons/trash-2.js b/src/icons/trash-2.js
index 9313c094..0968fe0a 100644
--- a/src/icons/trash-2.js
+++ b/src/icons/trash-2.js
@@ -14,6 +14,7 @@ const Trash2 = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-trash-2"
{...rest}
>
diff --git a/src/icons/trash.js b/src/icons/trash.js
index fb049e9a..6db89bb0 100644
--- a/src/icons/trash.js
+++ b/src/icons/trash.js
@@ -14,6 +14,7 @@ const Trash = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-trash"
{...rest}
>
diff --git a/src/icons/trello.js b/src/icons/trello.js
index 73fb289b..477952cb 100644
--- a/src/icons/trello.js
+++ b/src/icons/trello.js
@@ -14,6 +14,7 @@ const Trello = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-trello"
{...rest}
>
diff --git a/src/icons/trending-down.js b/src/icons/trending-down.js
index a3d8e28f..e9a01246 100644
--- a/src/icons/trending-down.js
+++ b/src/icons/trending-down.js
@@ -14,6 +14,7 @@ const TrendingDown = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-trending-down"
{...rest}
>
diff --git a/src/icons/trending-up.js b/src/icons/trending-up.js
index 35e66e59..e84ae82e 100644
--- a/src/icons/trending-up.js
+++ b/src/icons/trending-up.js
@@ -14,6 +14,7 @@ const TrendingUp = forwardRef(({ color = 'currentColor', size = 24, ...rest }, r
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-trending-up"
{...rest}
>
diff --git a/src/icons/triangle.js b/src/icons/triangle.js
index 396e0202..04dd8112 100644
--- a/src/icons/triangle.js
+++ b/src/icons/triangle.js
@@ -14,6 +14,7 @@ const Triangle = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-triangle"
{...rest}
>
diff --git a/src/icons/truck.js b/src/icons/truck.js
index f140ef7a..44ca375b 100644
--- a/src/icons/truck.js
+++ b/src/icons/truck.js
@@ -14,6 +14,7 @@ const Truck = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-truck"
{...rest}
>
diff --git a/src/icons/tv.js b/src/icons/tv.js
index d008b05a..91a6f2c3 100644
--- a/src/icons/tv.js
+++ b/src/icons/tv.js
@@ -14,6 +14,7 @@ const Tv = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) => {
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-tv"
{...rest}
>
diff --git a/src/icons/twitch.js b/src/icons/twitch.js
index 57d41532..534c442d 100644
--- a/src/icons/twitch.js
+++ b/src/icons/twitch.js
@@ -14,6 +14,7 @@ const Twitch = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-twitch"
{...rest}
>
diff --git a/src/icons/twitter.js b/src/icons/twitter.js
index 2828da19..38f11e1a 100644
--- a/src/icons/twitter.js
+++ b/src/icons/twitter.js
@@ -14,6 +14,7 @@ const Twitter = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-twitter"
{...rest}
>
diff --git a/src/icons/type.js b/src/icons/type.js
index e6f9029c..88d4f8f9 100644
--- a/src/icons/type.js
+++ b/src/icons/type.js
@@ -14,6 +14,7 @@ const Type = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-type"
{...rest}
>
diff --git a/src/icons/umbrella.js b/src/icons/umbrella.js
index aae4a4ae..8e42f68a 100644
--- a/src/icons/umbrella.js
+++ b/src/icons/umbrella.js
@@ -14,6 +14,7 @@ const Umbrella = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-umbrella"
{...rest}
>
diff --git a/src/icons/underline.js b/src/icons/underline.js
index 5062088f..84b76e19 100644
--- a/src/icons/underline.js
+++ b/src/icons/underline.js
@@ -14,6 +14,7 @@ const Underline = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-underline"
{...rest}
>
diff --git a/src/icons/unlock.js b/src/icons/unlock.js
index 15df0f6c..e109e32a 100644
--- a/src/icons/unlock.js
+++ b/src/icons/unlock.js
@@ -14,6 +14,7 @@ const Unlock = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-unlock"
{...rest}
>
diff --git a/src/icons/upload-cloud.js b/src/icons/upload-cloud.js
index 655b600c..0754eaa5 100644
--- a/src/icons/upload-cloud.js
+++ b/src/icons/upload-cloud.js
@@ -14,6 +14,7 @@ const UploadCloud = forwardRef(({ color = 'currentColor', size = 24, ...rest },
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-upload-cloud"
{...rest}
>
diff --git a/src/icons/upload.js b/src/icons/upload.js
index 2e027348..199273df 100644
--- a/src/icons/upload.js
+++ b/src/icons/upload.js
@@ -14,6 +14,7 @@ const Upload = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-upload"
{...rest}
>
diff --git a/src/icons/user-check.js b/src/icons/user-check.js
index 2295490d..04b7681a 100644
--- a/src/icons/user-check.js
+++ b/src/icons/user-check.js
@@ -14,6 +14,7 @@ const UserCheck = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-user-check"
{...rest}
>
diff --git a/src/icons/user-minus.js b/src/icons/user-minus.js
index ef725ea8..9041f8e7 100644
--- a/src/icons/user-minus.js
+++ b/src/icons/user-minus.js
@@ -14,6 +14,7 @@ const UserMinus = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-user-minus"
{...rest}
>
diff --git a/src/icons/user-plus.js b/src/icons/user-plus.js
index 8b78e179..d5ec71d9 100644
--- a/src/icons/user-plus.js
+++ b/src/icons/user-plus.js
@@ -14,6 +14,7 @@ const UserPlus = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-user-plus"
{...rest}
>
diff --git a/src/icons/user-x.js b/src/icons/user-x.js
index bd6b35c7..220bb145 100644
--- a/src/icons/user-x.js
+++ b/src/icons/user-x.js
@@ -14,6 +14,7 @@ const UserX = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-user-x"
{...rest}
>
diff --git a/src/icons/user.js b/src/icons/user.js
index f0a1b89a..55a3d7d3 100644
--- a/src/icons/user.js
+++ b/src/icons/user.js
@@ -14,6 +14,7 @@ const User = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-user"
{...rest}
>
diff --git a/src/icons/users.js b/src/icons/users.js
index 2acd351b..2b1a76c1 100644
--- a/src/icons/users.js
+++ b/src/icons/users.js
@@ -14,6 +14,7 @@ const Users = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-users"
{...rest}
>
diff --git a/src/icons/video-off.js b/src/icons/video-off.js
index 14a6d24e..ab4cf056 100644
--- a/src/icons/video-off.js
+++ b/src/icons/video-off.js
@@ -14,6 +14,7 @@ const VideoOff = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-video-off"
{...rest}
>
diff --git a/src/icons/video.js b/src/icons/video.js
index b6001f84..d6637f1c 100644
--- a/src/icons/video.js
+++ b/src/icons/video.js
@@ -14,6 +14,7 @@ const Video = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-video"
{...rest}
>
diff --git a/src/icons/voicemail.js b/src/icons/voicemail.js
index 2e87a05c..03b46cd6 100644
--- a/src/icons/voicemail.js
+++ b/src/icons/voicemail.js
@@ -14,6 +14,7 @@ const Voicemail = forwardRef(({ color = 'currentColor', size = 24, ...rest }, re
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-voicemail"
{...rest}
>
diff --git a/src/icons/volume-1.js b/src/icons/volume-1.js
index d7dde9e0..50279936 100644
--- a/src/icons/volume-1.js
+++ b/src/icons/volume-1.js
@@ -14,6 +14,7 @@ const Volume1 = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-volume-1"
{...rest}
>
diff --git a/src/icons/volume-2.js b/src/icons/volume-2.js
index 39d1d902..5a4e9110 100644
--- a/src/icons/volume-2.js
+++ b/src/icons/volume-2.js
@@ -14,6 +14,7 @@ const Volume2 = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-volume-2"
{...rest}
>
diff --git a/src/icons/volume-x.js b/src/icons/volume-x.js
index 472fda37..42989fed 100644
--- a/src/icons/volume-x.js
+++ b/src/icons/volume-x.js
@@ -14,6 +14,7 @@ const VolumeX = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-volume-x"
{...rest}
>
diff --git a/src/icons/volume.js b/src/icons/volume.js
index 13df574d..85f78146 100644
--- a/src/icons/volume.js
+++ b/src/icons/volume.js
@@ -14,6 +14,7 @@ const Volume = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-volume"
{...rest}
>
diff --git a/src/icons/watch.js b/src/icons/watch.js
index f62a8bb6..8bbb3372 100644
--- a/src/icons/watch.js
+++ b/src/icons/watch.js
@@ -14,6 +14,7 @@ const Watch = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-watch"
{...rest}
>
diff --git a/src/icons/wifi-off.js b/src/icons/wifi-off.js
index 5efc091e..7f1a19be 100644
--- a/src/icons/wifi-off.js
+++ b/src/icons/wifi-off.js
@@ -14,6 +14,7 @@ const WifiOff = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-wifi-off"
{...rest}
>
diff --git a/src/icons/wifi.js b/src/icons/wifi.js
index d6545a92..2334f469 100644
--- a/src/icons/wifi.js
+++ b/src/icons/wifi.js
@@ -14,6 +14,7 @@ const Wifi = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-wifi"
{...rest}
>
diff --git a/src/icons/wind.js b/src/icons/wind.js
index baacc273..06ab063a 100644
--- a/src/icons/wind.js
+++ b/src/icons/wind.js
@@ -14,6 +14,7 @@ const Wind = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-wind"
{...rest}
>
diff --git a/src/icons/x-circle.js b/src/icons/x-circle.js
index d67dbc2e..3acd3e34 100644
--- a/src/icons/x-circle.js
+++ b/src/icons/x-circle.js
@@ -14,6 +14,7 @@ const XCircle = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-x-circle"
{...rest}
>
diff --git a/src/icons/x-octagon.js b/src/icons/x-octagon.js
index fe8e50a4..35ccff36 100644
--- a/src/icons/x-octagon.js
+++ b/src/icons/x-octagon.js
@@ -14,6 +14,7 @@ const XOctagon = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-x-octagon"
{...rest}
>
diff --git a/src/icons/x-square.js b/src/icons/x-square.js
index 0487ec70..4a0f6aa2 100644
--- a/src/icons/x-square.js
+++ b/src/icons/x-square.js
@@ -14,6 +14,7 @@ const XSquare = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-x-square"
{...rest}
>
diff --git a/src/icons/x.js b/src/icons/x.js
index 9e55193d..01cff8cb 100644
--- a/src/icons/x.js
+++ b/src/icons/x.js
@@ -14,6 +14,7 @@ const X = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) => {
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-x"
{...rest}
>
diff --git a/src/icons/youtube.js b/src/icons/youtube.js
index 6e53c85e..52b56be8 100644
--- a/src/icons/youtube.js
+++ b/src/icons/youtube.js
@@ -14,6 +14,7 @@ const Youtube = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-youtube"
{...rest}
>
diff --git a/src/icons/zap-off.js b/src/icons/zap-off.js
index d98fecee..4c3f39d5 100644
--- a/src/icons/zap-off.js
+++ b/src/icons/zap-off.js
@@ -14,6 +14,7 @@ const ZapOff = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-zap-off"
{...rest}
>
diff --git a/src/icons/zap.js b/src/icons/zap.js
index 26458d89..e0cafe92 100644
--- a/src/icons/zap.js
+++ b/src/icons/zap.js
@@ -14,6 +14,7 @@ const Zap = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref) =>
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-zap"
{...rest}
>
diff --git a/src/icons/zoom-in.js b/src/icons/zoom-in.js
index 07427667..2b9f0375 100644
--- a/src/icons/zoom-in.js
+++ b/src/icons/zoom-in.js
@@ -14,6 +14,7 @@ const ZoomIn = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-zoom-in"
{...rest}
>
diff --git a/src/icons/zoom-out.js b/src/icons/zoom-out.js
index 375aed52..e001980b 100644
--- a/src/icons/zoom-out.js
+++ b/src/icons/zoom-out.js
@@ -14,6 +14,7 @@ const ZoomOut = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
+ className="feather feather-zoom-out"
{...rest}
>
diff --git a/src/index.js b/src/index.js
index 7a23fbf0..b3474b4f 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,286 +1,286 @@
-export { default as Activity } from './icons/activity';
-export { default as Airplay } from './icons/airplay';
-export { default as AlertCircle } from './icons/alert-circle';
-export { default as AlertOctagon } from './icons/alert-octagon';
-export { default as AlertTriangle } from './icons/alert-triangle';
-export { default as AlignCenter } from './icons/align-center';
-export { default as AlignJustify } from './icons/align-justify';
-export { default as AlignLeft } from './icons/align-left';
-export { default as AlignRight } from './icons/align-right';
-export { default as Anchor } from './icons/anchor';
-export { default as Aperture } from './icons/aperture';
-export { default as Archive } from './icons/archive';
-export { default as ArrowDownCircle } from './icons/arrow-down-circle';
-export { default as ArrowDownLeft } from './icons/arrow-down-left';
-export { default as ArrowDownRight } from './icons/arrow-down-right';
-export { default as ArrowDown } from './icons/arrow-down';
-export { default as ArrowLeftCircle } from './icons/arrow-left-circle';
-export { default as ArrowLeft } from './icons/arrow-left';
-export { default as ArrowRightCircle } from './icons/arrow-right-circle';
-export { default as ArrowRight } from './icons/arrow-right';
-export { default as ArrowUpCircle } from './icons/arrow-up-circle';
-export { default as ArrowUpLeft } from './icons/arrow-up-left';
-export { default as ArrowUpRight } from './icons/arrow-up-right';
-export { default as ArrowUp } from './icons/arrow-up';
-export { default as AtSign } from './icons/at-sign';
-export { default as Award } from './icons/award';
-export { default as BarChart2 } from './icons/bar-chart-2';
-export { default as BarChart } from './icons/bar-chart';
-export { default as BatteryCharging } from './icons/battery-charging';
-export { default as Battery } from './icons/battery';
-export { default as BellOff } from './icons/bell-off';
-export { default as Bell } from './icons/bell';
-export { default as Bluetooth } from './icons/bluetooth';
-export { default as Bold } from './icons/bold';
-export { default as BookOpen } from './icons/book-open';
-export { default as Book } from './icons/book';
-export { default as Bookmark } from './icons/bookmark';
-export { default as Box } from './icons/box';
-export { default as Briefcase } from './icons/briefcase';
-export { default as Calendar } from './icons/calendar';
-export { default as CameraOff } from './icons/camera-off';
-export { default as Camera } from './icons/camera';
-export { default as Cast } from './icons/cast';
-export { default as CheckCircle } from './icons/check-circle';
-export { default as CheckSquare } from './icons/check-square';
-export { default as Check } from './icons/check';
-export { default as ChevronDown } from './icons/chevron-down';
-export { default as ChevronLeft } from './icons/chevron-left';
-export { default as ChevronRight } from './icons/chevron-right';
-export { default as ChevronUp } from './icons/chevron-up';
-export { default as ChevronsDown } from './icons/chevrons-down';
-export { default as ChevronsLeft } from './icons/chevrons-left';
-export { default as ChevronsRight } from './icons/chevrons-right';
-export { default as ChevronsUp } from './icons/chevrons-up';
-export { default as Chrome } from './icons/chrome';
-export { default as Circle } from './icons/circle';
-export { default as Clipboard } from './icons/clipboard';
-export { default as Clock } from './icons/clock';
-export { default as CloudDrizzle } from './icons/cloud-drizzle';
-export { default as CloudLightning } from './icons/cloud-lightning';
-export { default as CloudOff } from './icons/cloud-off';
-export { default as CloudRain } from './icons/cloud-rain';
-export { default as CloudSnow } from './icons/cloud-snow';
-export { default as Cloud } from './icons/cloud';
-export { default as Code } from './icons/code';
-export { default as Codepen } from './icons/codepen';
-export { default as Codesandbox } from './icons/codesandbox';
-export { default as Coffee } from './icons/coffee';
-export { default as Columns } from './icons/columns';
-export { default as Command } from './icons/command';
-export { default as Compass } from './icons/compass';
-export { default as Copy } from './icons/copy';
-export { default as CornerDownLeft } from './icons/corner-down-left';
-export { default as CornerDownRight } from './icons/corner-down-right';
-export { default as CornerLeftDown } from './icons/corner-left-down';
-export { default as CornerLeftUp } from './icons/corner-left-up';
-export { default as CornerRightDown } from './icons/corner-right-down';
-export { default as CornerRightUp } from './icons/corner-right-up';
-export { default as CornerUpLeft } from './icons/corner-up-left';
-export { default as CornerUpRight } from './icons/corner-up-right';
-export { default as Cpu } from './icons/cpu';
-export { default as CreditCard } from './icons/credit-card';
-export { default as Crop } from './icons/crop';
-export { default as Crosshair } from './icons/crosshair';
-export { default as Database } from './icons/database';
-export { default as Delete } from './icons/delete';
-export { default as Disc } from './icons/disc';
-export { default as DivideCircle } from './icons/divide-circle';
-export { default as DivideSquare } from './icons/divide-square';
-export { default as Divide } from './icons/divide';
-export { default as DollarSign } from './icons/dollar-sign';
-export { default as DownloadCloud } from './icons/download-cloud';
-export { default as Download } from './icons/download';
-export { default as Dribbble } from './icons/dribbble';
-export { default as Droplet } from './icons/droplet';
-export { default as Edit2 } from './icons/edit-2';
-export { default as Edit3 } from './icons/edit-3';
-export { default as Edit } from './icons/edit';
-export { default as ExternalLink } from './icons/external-link';
-export { default as EyeOff } from './icons/eye-off';
-export { default as Eye } from './icons/eye';
-export { default as Facebook } from './icons/facebook';
-export { default as FastForward } from './icons/fast-forward';
-export { default as Feather } from './icons/feather';
-export { default as Figma } from './icons/figma';
-export { default as FileMinus } from './icons/file-minus';
-export { default as FilePlus } from './icons/file-plus';
-export { default as FileText } from './icons/file-text';
-export { default as File } from './icons/file';
-export { default as Film } from './icons/film';
-export { default as Filter } from './icons/filter';
-export { default as Flag } from './icons/flag';
-export { default as FolderMinus } from './icons/folder-minus';
-export { default as FolderPlus } from './icons/folder-plus';
-export { default as Folder } from './icons/folder';
-export { default as Framer } from './icons/framer';
-export { default as Frown } from './icons/frown';
-export { default as Gift } from './icons/gift';
-export { default as GitBranch } from './icons/git-branch';
-export { default as GitCommit } from './icons/git-commit';
-export { default as GitMerge } from './icons/git-merge';
-export { default as GitPullRequest } from './icons/git-pull-request';
-export { default as GitHub } from './icons/github';
-export { default as Gitlab } from './icons/gitlab';
-export { default as Globe } from './icons/globe';
-export { default as Grid } from './icons/grid';
-export { default as HardDrive } from './icons/hard-drive';
-export { default as Hash } from './icons/hash';
-export { default as Headphones } from './icons/headphones';
-export { default as Heart } from './icons/heart';
-export { default as HelpCircle } from './icons/help-circle';
-export { default as Hexagon } from './icons/hexagon';
-export { default as Home } from './icons/home';
-export { default as Image } from './icons/image';
-export { default as Inbox } from './icons/inbox';
-export { default as Info } from './icons/info';
-export { default as Instagram } from './icons/instagram';
-export { default as Italic } from './icons/italic';
-export { default as Key } from './icons/key';
-export { default as Layers } from './icons/layers';
-export { default as Layout } from './icons/layout';
-export { default as LifeBuoy } from './icons/life-buoy';
-export { default as Link2 } from './icons/link-2';
-export { default as Link } from './icons/link';
-export { default as Linkedin } from './icons/linkedin';
-export { default as List } from './icons/list';
-export { default as Loader } from './icons/loader';
-export { default as Lock } from './icons/lock';
-export { default as LogIn } from './icons/log-in';
-export { default as LogOut } from './icons/log-out';
-export { default as Mail } from './icons/mail';
-export { default as MapPin } from './icons/map-pin';
-export { default as Map } from './icons/map';
-export { default as Maximize2 } from './icons/maximize-2';
-export { default as Maximize } from './icons/maximize';
-export { default as Meh } from './icons/meh';
-export { default as Menu } from './icons/menu';
-export { default as MessageCircle } from './icons/message-circle';
-export { default as MessageSquare } from './icons/message-square';
-export { default as MicOff } from './icons/mic-off';
-export { default as Mic } from './icons/mic';
-export { default as Minimize2 } from './icons/minimize-2';
-export { default as Minimize } from './icons/minimize';
-export { default as MinusCircle } from './icons/minus-circle';
-export { default as MinusSquare } from './icons/minus-square';
-export { default as Minus } from './icons/minus';
-export { default as Monitor } from './icons/monitor';
-export { default as Moon } from './icons/moon';
-export { default as MoreHorizontal } from './icons/more-horizontal';
-export { default as MoreVertical } from './icons/more-vertical';
-export { default as MousePointer } from './icons/mouse-pointer';
-export { default as Move } from './icons/move';
-export { default as Music } from './icons/music';
-export { default as Navigation2 } from './icons/navigation-2';
-export { default as Navigation } from './icons/navigation';
-export { default as Octagon } from './icons/octagon';
-export { default as Package } from './icons/package';
-export { default as Paperclip } from './icons/paperclip';
-export { default as PauseCircle } from './icons/pause-circle';
-export { default as Pause } from './icons/pause';
-export { default as PenTool } from './icons/pen-tool';
-export { default as Percent } from './icons/percent';
-export { default as PhoneCall } from './icons/phone-call';
-export { default as PhoneForwarded } from './icons/phone-forwarded';
-export { default as PhoneIncoming } from './icons/phone-incoming';
-export { default as PhoneMissed } from './icons/phone-missed';
-export { default as PhoneOff } from './icons/phone-off';
-export { default as PhoneOutgoing } from './icons/phone-outgoing';
-export { default as Phone } from './icons/phone';
-export { default as PieChart } from './icons/pie-chart';
-export { default as PlayCircle } from './icons/play-circle';
-export { default as Play } from './icons/play';
-export { default as PlusCircle } from './icons/plus-circle';
-export { default as PlusSquare } from './icons/plus-square';
-export { default as Plus } from './icons/plus';
-export { default as Pocket } from './icons/pocket';
-export { default as Power } from './icons/power';
-export { default as Printer } from './icons/printer';
-export { default as Radio } from './icons/radio';
-export { default as RefreshCcw } from './icons/refresh-ccw';
-export { default as RefreshCw } from './icons/refresh-cw';
-export { default as Repeat } from './icons/repeat';
-export { default as Rewind } from './icons/rewind';
-export { default as RotateCcw } from './icons/rotate-ccw';
-export { default as RotateCw } from './icons/rotate-cw';
-export { default as Rss } from './icons/rss';
-export { default as Save } from './icons/save';
-export { default as Scissors } from './icons/scissors';
-export { default as Search } from './icons/search';
-export { default as Send } from './icons/send';
-export { default as Server } from './icons/server';
-export { default as Settings } from './icons/settings';
-export { default as Share2 } from './icons/share-2';
-export { default as Share } from './icons/share';
-export { default as ShieldOff } from './icons/shield-off';
-export { default as Shield } from './icons/shield';
-export { default as ShoppingBag } from './icons/shopping-bag';
-export { default as ShoppingCart } from './icons/shopping-cart';
-export { default as Shuffle } from './icons/shuffle';
-export { default as Sidebar } from './icons/sidebar';
-export { default as SkipBack } from './icons/skip-back';
-export { default as SkipForward } from './icons/skip-forward';
-export { default as Slack } from './icons/slack';
-export { default as Slash } from './icons/slash';
-export { default as Sliders } from './icons/sliders';
-export { default as Smartphone } from './icons/smartphone';
-export { default as Smile } from './icons/smile';
-export { default as Speaker } from './icons/speaker';
-export { default as Square } from './icons/square';
-export { default as Star } from './icons/star';
-export { default as StopCircle } from './icons/stop-circle';
-export { default as Sun } from './icons/sun';
-export { default as Sunrise } from './icons/sunrise';
-export { default as Sunset } from './icons/sunset';
-export { default as Tablet } from './icons/tablet';
-export { default as Tag } from './icons/tag';
-export { default as Target } from './icons/target';
-export { default as Terminal } from './icons/terminal';
-export { default as Thermometer } from './icons/thermometer';
-export { default as ThumbsDown } from './icons/thumbs-down';
-export { default as ThumbsUp } from './icons/thumbs-up';
-export { default as ToggleLeft } from './icons/toggle-left';
-export { default as ToggleRight } from './icons/toggle-right';
-export { default as Tool } from './icons/tool';
-export { default as Trash2 } from './icons/trash-2';
-export { default as Trash } from './icons/trash';
-export { default as Trello } from './icons/trello';
-export { default as TrendingDown } from './icons/trending-down';
-export { default as TrendingUp } from './icons/trending-up';
-export { default as Triangle } from './icons/triangle';
-export { default as Truck } from './icons/truck';
-export { default as Tv } from './icons/tv';
-export { default as Twitch } from './icons/twitch';
-export { default as Twitter } from './icons/twitter';
-export { default as Type } from './icons/type';
-export { default as Umbrella } from './icons/umbrella';
-export { default as Underline } from './icons/underline';
-export { default as Unlock } from './icons/unlock';
-export { default as UploadCloud } from './icons/upload-cloud';
-export { default as Upload } from './icons/upload';
-export { default as UserCheck } from './icons/user-check';
-export { default as UserMinus } from './icons/user-minus';
-export { default as UserPlus } from './icons/user-plus';
-export { default as UserX } from './icons/user-x';
-export { default as User } from './icons/user';
-export { default as Users } from './icons/users';
-export { default as VideoOff } from './icons/video-off';
-export { default as Video } from './icons/video';
-export { default as Voicemail } from './icons/voicemail';
-export { default as Volume1 } from './icons/volume-1';
-export { default as Volume2 } from './icons/volume-2';
-export { default as VolumeX } from './icons/volume-x';
-export { default as Volume } from './icons/volume';
-export { default as Watch } from './icons/watch';
-export { default as WifiOff } from './icons/wifi-off';
-export { default as Wifi } from './icons/wifi';
-export { default as Wind } from './icons/wind';
-export { default as XCircle } from './icons/x-circle';
-export { default as XOctagon } from './icons/x-octagon';
-export { default as XSquare } from './icons/x-square';
-export { default as X } from './icons/x';
-export { default as Youtube } from './icons/youtube';
-export { default as ZapOff } from './icons/zap-off';
-export { default as Zap } from './icons/zap';
-export { default as ZoomIn } from './icons/zoom-in';
-export { default as ZoomOut } from './icons/zoom-out';
+export { default as Activity } from './icons/activity';
+export { default as Airplay } from './icons/airplay';
+export { default as AlertCircle } from './icons/alert-circle';
+export { default as AlertOctagon } from './icons/alert-octagon';
+export { default as AlertTriangle } from './icons/alert-triangle';
+export { default as AlignCenter } from './icons/align-center';
+export { default as AlignJustify } from './icons/align-justify';
+export { default as AlignLeft } from './icons/align-left';
+export { default as AlignRight } from './icons/align-right';
+export { default as Anchor } from './icons/anchor';
+export { default as Aperture } from './icons/aperture';
+export { default as Archive } from './icons/archive';
+export { default as ArrowDownCircle } from './icons/arrow-down-circle';
+export { default as ArrowDownLeft } from './icons/arrow-down-left';
+export { default as ArrowDownRight } from './icons/arrow-down-right';
+export { default as ArrowDown } from './icons/arrow-down';
+export { default as ArrowLeftCircle } from './icons/arrow-left-circle';
+export { default as ArrowLeft } from './icons/arrow-left';
+export { default as ArrowRightCircle } from './icons/arrow-right-circle';
+export { default as ArrowRight } from './icons/arrow-right';
+export { default as ArrowUpCircle } from './icons/arrow-up-circle';
+export { default as ArrowUpLeft } from './icons/arrow-up-left';
+export { default as ArrowUpRight } from './icons/arrow-up-right';
+export { default as ArrowUp } from './icons/arrow-up';
+export { default as AtSign } from './icons/at-sign';
+export { default as Award } from './icons/award';
+export { default as BarChart2 } from './icons/bar-chart-2';
+export { default as BarChart } from './icons/bar-chart';
+export { default as BatteryCharging } from './icons/battery-charging';
+export { default as Battery } from './icons/battery';
+export { default as BellOff } from './icons/bell-off';
+export { default as Bell } from './icons/bell';
+export { default as Bluetooth } from './icons/bluetooth';
+export { default as Bold } from './icons/bold';
+export { default as BookOpen } from './icons/book-open';
+export { default as Book } from './icons/book';
+export { default as Bookmark } from './icons/bookmark';
+export { default as Box } from './icons/box';
+export { default as Briefcase } from './icons/briefcase';
+export { default as Calendar } from './icons/calendar';
+export { default as CameraOff } from './icons/camera-off';
+export { default as Camera } from './icons/camera';
+export { default as Cast } from './icons/cast';
+export { default as CheckCircle } from './icons/check-circle';
+export { default as CheckSquare } from './icons/check-square';
+export { default as Check } from './icons/check';
+export { default as ChevronDown } from './icons/chevron-down';
+export { default as ChevronLeft } from './icons/chevron-left';
+export { default as ChevronRight } from './icons/chevron-right';
+export { default as ChevronUp } from './icons/chevron-up';
+export { default as ChevronsDown } from './icons/chevrons-down';
+export { default as ChevronsLeft } from './icons/chevrons-left';
+export { default as ChevronsRight } from './icons/chevrons-right';
+export { default as ChevronsUp } from './icons/chevrons-up';
+export { default as Chrome } from './icons/chrome';
+export { default as Circle } from './icons/circle';
+export { default as Clipboard } from './icons/clipboard';
+export { default as Clock } from './icons/clock';
+export { default as CloudDrizzle } from './icons/cloud-drizzle';
+export { default as CloudLightning } from './icons/cloud-lightning';
+export { default as CloudOff } from './icons/cloud-off';
+export { default as CloudRain } from './icons/cloud-rain';
+export { default as CloudSnow } from './icons/cloud-snow';
+export { default as Cloud } from './icons/cloud';
+export { default as Code } from './icons/code';
+export { default as Codepen } from './icons/codepen';
+export { default as Codesandbox } from './icons/codesandbox';
+export { default as Coffee } from './icons/coffee';
+export { default as Columns } from './icons/columns';
+export { default as Command } from './icons/command';
+export { default as Compass } from './icons/compass';
+export { default as Copy } from './icons/copy';
+export { default as CornerDownLeft } from './icons/corner-down-left';
+export { default as CornerDownRight } from './icons/corner-down-right';
+export { default as CornerLeftDown } from './icons/corner-left-down';
+export { default as CornerLeftUp } from './icons/corner-left-up';
+export { default as CornerRightDown } from './icons/corner-right-down';
+export { default as CornerRightUp } from './icons/corner-right-up';
+export { default as CornerUpLeft } from './icons/corner-up-left';
+export { default as CornerUpRight } from './icons/corner-up-right';
+export { default as Cpu } from './icons/cpu';
+export { default as CreditCard } from './icons/credit-card';
+export { default as Crop } from './icons/crop';
+export { default as Crosshair } from './icons/crosshair';
+export { default as Database } from './icons/database';
+export { default as Delete } from './icons/delete';
+export { default as Disc } from './icons/disc';
+export { default as DivideCircle } from './icons/divide-circle';
+export { default as DivideSquare } from './icons/divide-square';
+export { default as Divide } from './icons/divide';
+export { default as DollarSign } from './icons/dollar-sign';
+export { default as DownloadCloud } from './icons/download-cloud';
+export { default as Download } from './icons/download';
+export { default as Dribbble } from './icons/dribbble';
+export { default as Droplet } from './icons/droplet';
+export { default as Edit2 } from './icons/edit-2';
+export { default as Edit3 } from './icons/edit-3';
+export { default as Edit } from './icons/edit';
+export { default as ExternalLink } from './icons/external-link';
+export { default as EyeOff } from './icons/eye-off';
+export { default as Eye } from './icons/eye';
+export { default as Facebook } from './icons/facebook';
+export { default as FastForward } from './icons/fast-forward';
+export { default as Feather } from './icons/feather';
+export { default as Figma } from './icons/figma';
+export { default as FileMinus } from './icons/file-minus';
+export { default as FilePlus } from './icons/file-plus';
+export { default as FileText } from './icons/file-text';
+export { default as File } from './icons/file';
+export { default as Film } from './icons/film';
+export { default as Filter } from './icons/filter';
+export { default as Flag } from './icons/flag';
+export { default as FolderMinus } from './icons/folder-minus';
+export { default as FolderPlus } from './icons/folder-plus';
+export { default as Folder } from './icons/folder';
+export { default as Framer } from './icons/framer';
+export { default as Frown } from './icons/frown';
+export { default as Gift } from './icons/gift';
+export { default as GitBranch } from './icons/git-branch';
+export { default as GitCommit } from './icons/git-commit';
+export { default as GitMerge } from './icons/git-merge';
+export { default as GitPullRequest } from './icons/git-pull-request';
+export { default as GitHub } from './icons/github';
+export { default as Gitlab } from './icons/gitlab';
+export { default as Globe } from './icons/globe';
+export { default as Grid } from './icons/grid';
+export { default as HardDrive } from './icons/hard-drive';
+export { default as Hash } from './icons/hash';
+export { default as Headphones } from './icons/headphones';
+export { default as Heart } from './icons/heart';
+export { default as HelpCircle } from './icons/help-circle';
+export { default as Hexagon } from './icons/hexagon';
+export { default as Home } from './icons/home';
+export { default as Image } from './icons/image';
+export { default as Inbox } from './icons/inbox';
+export { default as Info } from './icons/info';
+export { default as Instagram } from './icons/instagram';
+export { default as Italic } from './icons/italic';
+export { default as Key } from './icons/key';
+export { default as Layers } from './icons/layers';
+export { default as Layout } from './icons/layout';
+export { default as LifeBuoy } from './icons/life-buoy';
+export { default as Link2 } from './icons/link-2';
+export { default as Link } from './icons/link';
+export { default as Linkedin } from './icons/linkedin';
+export { default as List } from './icons/list';
+export { default as Loader } from './icons/loader';
+export { default as Lock } from './icons/lock';
+export { default as LogIn } from './icons/log-in';
+export { default as LogOut } from './icons/log-out';
+export { default as Mail } from './icons/mail';
+export { default as MapPin } from './icons/map-pin';
+export { default as Map } from './icons/map';
+export { default as Maximize2 } from './icons/maximize-2';
+export { default as Maximize } from './icons/maximize';
+export { default as Meh } from './icons/meh';
+export { default as Menu } from './icons/menu';
+export { default as MessageCircle } from './icons/message-circle';
+export { default as MessageSquare } from './icons/message-square';
+export { default as MicOff } from './icons/mic-off';
+export { default as Mic } from './icons/mic';
+export { default as Minimize2 } from './icons/minimize-2';
+export { default as Minimize } from './icons/minimize';
+export { default as MinusCircle } from './icons/minus-circle';
+export { default as MinusSquare } from './icons/minus-square';
+export { default as Minus } from './icons/minus';
+export { default as Monitor } from './icons/monitor';
+export { default as Moon } from './icons/moon';
+export { default as MoreHorizontal } from './icons/more-horizontal';
+export { default as MoreVertical } from './icons/more-vertical';
+export { default as MousePointer } from './icons/mouse-pointer';
+export { default as Move } from './icons/move';
+export { default as Music } from './icons/music';
+export { default as Navigation2 } from './icons/navigation-2';
+export { default as Navigation } from './icons/navigation';
+export { default as Octagon } from './icons/octagon';
+export { default as Package } from './icons/package';
+export { default as Paperclip } from './icons/paperclip';
+export { default as PauseCircle } from './icons/pause-circle';
+export { default as Pause } from './icons/pause';
+export { default as PenTool } from './icons/pen-tool';
+export { default as Percent } from './icons/percent';
+export { default as PhoneCall } from './icons/phone-call';
+export { default as PhoneForwarded } from './icons/phone-forwarded';
+export { default as PhoneIncoming } from './icons/phone-incoming';
+export { default as PhoneMissed } from './icons/phone-missed';
+export { default as PhoneOff } from './icons/phone-off';
+export { default as PhoneOutgoing } from './icons/phone-outgoing';
+export { default as Phone } from './icons/phone';
+export { default as PieChart } from './icons/pie-chart';
+export { default as PlayCircle } from './icons/play-circle';
+export { default as Play } from './icons/play';
+export { default as PlusCircle } from './icons/plus-circle';
+export { default as PlusSquare } from './icons/plus-square';
+export { default as Plus } from './icons/plus';
+export { default as Pocket } from './icons/pocket';
+export { default as Power } from './icons/power';
+export { default as Printer } from './icons/printer';
+export { default as Radio } from './icons/radio';
+export { default as RefreshCcw } from './icons/refresh-ccw';
+export { default as RefreshCw } from './icons/refresh-cw';
+export { default as Repeat } from './icons/repeat';
+export { default as Rewind } from './icons/rewind';
+export { default as RotateCcw } from './icons/rotate-ccw';
+export { default as RotateCw } from './icons/rotate-cw';
+export { default as Rss } from './icons/rss';
+export { default as Save } from './icons/save';
+export { default as Scissors } from './icons/scissors';
+export { default as Search } from './icons/search';
+export { default as Send } from './icons/send';
+export { default as Server } from './icons/server';
+export { default as Settings } from './icons/settings';
+export { default as Share2 } from './icons/share-2';
+export { default as Share } from './icons/share';
+export { default as ShieldOff } from './icons/shield-off';
+export { default as Shield } from './icons/shield';
+export { default as ShoppingBag } from './icons/shopping-bag';
+export { default as ShoppingCart } from './icons/shopping-cart';
+export { default as Shuffle } from './icons/shuffle';
+export { default as Sidebar } from './icons/sidebar';
+export { default as SkipBack } from './icons/skip-back';
+export { default as SkipForward } from './icons/skip-forward';
+export { default as Slack } from './icons/slack';
+export { default as Slash } from './icons/slash';
+export { default as Sliders } from './icons/sliders';
+export { default as Smartphone } from './icons/smartphone';
+export { default as Smile } from './icons/smile';
+export { default as Speaker } from './icons/speaker';
+export { default as Square } from './icons/square';
+export { default as Star } from './icons/star';
+export { default as StopCircle } from './icons/stop-circle';
+export { default as Sun } from './icons/sun';
+export { default as Sunrise } from './icons/sunrise';
+export { default as Sunset } from './icons/sunset';
+export { default as Tablet } from './icons/tablet';
+export { default as Tag } from './icons/tag';
+export { default as Target } from './icons/target';
+export { default as Terminal } from './icons/terminal';
+export { default as Thermometer } from './icons/thermometer';
+export { default as ThumbsDown } from './icons/thumbs-down';
+export { default as ThumbsUp } from './icons/thumbs-up';
+export { default as ToggleLeft } from './icons/toggle-left';
+export { default as ToggleRight } from './icons/toggle-right';
+export { default as Tool } from './icons/tool';
+export { default as Trash2 } from './icons/trash-2';
+export { default as Trash } from './icons/trash';
+export { default as Trello } from './icons/trello';
+export { default as TrendingDown } from './icons/trending-down';
+export { default as TrendingUp } from './icons/trending-up';
+export { default as Triangle } from './icons/triangle';
+export { default as Truck } from './icons/truck';
+export { default as Tv } from './icons/tv';
+export { default as Twitch } from './icons/twitch';
+export { default as Twitter } from './icons/twitter';
+export { default as Type } from './icons/type';
+export { default as Umbrella } from './icons/umbrella';
+export { default as Underline } from './icons/underline';
+export { default as Unlock } from './icons/unlock';
+export { default as UploadCloud } from './icons/upload-cloud';
+export { default as Upload } from './icons/upload';
+export { default as UserCheck } from './icons/user-check';
+export { default as UserMinus } from './icons/user-minus';
+export { default as UserPlus } from './icons/user-plus';
+export { default as UserX } from './icons/user-x';
+export { default as User } from './icons/user';
+export { default as Users } from './icons/users';
+export { default as VideoOff } from './icons/video-off';
+export { default as Video } from './icons/video';
+export { default as Voicemail } from './icons/voicemail';
+export { default as Volume1 } from './icons/volume-1';
+export { default as Volume2 } from './icons/volume-2';
+export { default as VolumeX } from './icons/volume-x';
+export { default as Volume } from './icons/volume';
+export { default as Watch } from './icons/watch';
+export { default as WifiOff } from './icons/wifi-off';
+export { default as Wifi } from './icons/wifi';
+export { default as Wind } from './icons/wind';
+export { default as XCircle } from './icons/x-circle';
+export { default as XOctagon } from './icons/x-octagon';
+export { default as XSquare } from './icons/x-square';
+export { default as X } from './icons/x';
+export { default as Youtube } from './icons/youtube';
+export { default as ZapOff } from './icons/zap-off';
+export { default as Zap } from './icons/zap';
+export { default as ZoomIn } from './icons/zoom-in';
+export { default as ZoomOut } from './icons/zoom-out';