diff --git a/.svgrrc.cjs b/.svgrrc.cjs index ccdfe4a41..097c6862c 100644 --- a/.svgrrc.cjs +++ b/.svgrrc.cjs @@ -1,6 +1,7 @@ // eslint-disable-next-line no-undef module.exports = { prettier: false, + jsxRuntime: "automatic", ref: true, typescript: true, dimensions: false, diff --git a/lib/icons/app/Add.tsx b/lib/icons/app/Add.tsx index 3051234c0..a289915d2 100644 --- a/lib/icons/app/Add.tsx +++ b/lib/icons/app/Add.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgAdd = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Ai.tsx b/lib/icons/app/Ai.tsx index a52d25c69..c8f8843f7 100644 --- a/lib/icons/app/Ai.tsx +++ b/lib/icons/app/Ai.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgAi = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Alert.tsx b/lib/icons/app/Alert.tsx index 89243bb3c..3ecd3d7fa 100644 --- a/lib/icons/app/Alert.tsx +++ b/lib/icons/app/Alert.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgAlert = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/AlertCircle.tsx b/lib/icons/app/AlertCircle.tsx index 2f4b8df94..602c0263c 100644 --- a/lib/icons/app/AlertCircle.tsx +++ b/lib/icons/app/AlertCircle.tsx @@ -1,9 +1,5 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; -const SvgAlertCircle = (props: SVGProps, ref: Ref) => - - - +const SvgAlertCircle = (props: SVGProps, ref: Ref) => ; const ForwardRef = forwardRef(SvgAlertCircle); export default ForwardRef; \ No newline at end of file diff --git a/lib/icons/app/AlertCircleLine.tsx b/lib/icons/app/AlertCircleLine.tsx index c836f19de..4c9be31c5 100644 --- a/lib/icons/app/AlertCircleLine.tsx +++ b/lib/icons/app/AlertCircleLine.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgAlertCircleLine = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Appearance.tsx b/lib/icons/app/Appearance.tsx index 06f6f91ba..f3893b4b9 100644 --- a/lib/icons/app/Appearance.tsx +++ b/lib/icons/app/Appearance.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgAppearance = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Archive.tsx b/lib/icons/app/Archive.tsx index 5c5b02374..a8b15d5b2 100644 --- a/lib/icons/app/Archive.tsx +++ b/lib/icons/app/Archive.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgArchive = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/ArchiveOpen.tsx b/lib/icons/app/ArchiveOpen.tsx index 38074e76c..427ad8d68 100644 --- a/lib/icons/app/ArchiveOpen.tsx +++ b/lib/icons/app/ArchiveOpen.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgArchiveOpen = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/ArrowDown.tsx b/lib/icons/app/ArrowDown.tsx index a1e948c65..f94665d30 100644 --- a/lib/icons/app/ArrowDown.tsx +++ b/lib/icons/app/ArrowDown.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgArrowDown = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/ArrowLeft.tsx b/lib/icons/app/ArrowLeft.tsx index 1d497dc42..cc73f75ac 100644 --- a/lib/icons/app/ArrowLeft.tsx +++ b/lib/icons/app/ArrowLeft.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgArrowLeft = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/ArrowRight.tsx b/lib/icons/app/ArrowRight.tsx index ee4ffe179..0d1525dd5 100644 --- a/lib/icons/app/ArrowRight.tsx +++ b/lib/icons/app/ArrowRight.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgArrowRight = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/ArrowUp.tsx b/lib/icons/app/ArrowUp.tsx index 6bf74125c..0093fa50f 100644 --- a/lib/icons/app/ArrowUp.tsx +++ b/lib/icons/app/ArrowUp.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgArrowUp = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/BarGraph.tsx b/lib/icons/app/BarGraph.tsx index 000d4e814..87b7e9b0f 100644 --- a/lib/icons/app/BarGraph.tsx +++ b/lib/icons/app/BarGraph.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgBarGraph = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Bell.tsx b/lib/icons/app/Bell.tsx index 0ffe0e1fa..fbb5c5be2 100644 --- a/lib/icons/app/Bell.tsx +++ b/lib/icons/app/Bell.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgBell = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/BookOpen.tsx b/lib/icons/app/BookOpen.tsx index dbff22516..eb2b4d931 100644 --- a/lib/icons/app/BookOpen.tsx +++ b/lib/icons/app/BookOpen.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgBookOpen = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Briefcase.tsx b/lib/icons/app/Briefcase.tsx index 7374933d5..9a74a911a 100644 --- a/lib/icons/app/Briefcase.tsx +++ b/lib/icons/app/Briefcase.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgBriefcase = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Building.tsx b/lib/icons/app/Building.tsx index 843f48e8c..c72e0d62f 100644 --- a/lib/icons/app/Building.tsx +++ b/lib/icons/app/Building.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgBuilding = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Calendar.tsx b/lib/icons/app/Calendar.tsx index d3f4993a7..781e46289 100644 --- a/lib/icons/app/Calendar.tsx +++ b/lib/icons/app/Calendar.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgCalendar = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/ChartLine.tsx b/lib/icons/app/ChartLine.tsx index bc4cd443a..0d027dd46 100644 --- a/lib/icons/app/ChartLine.tsx +++ b/lib/icons/app/ChartLine.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgChartLine = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Check.tsx b/lib/icons/app/Check.tsx index 5a103dc43..8a756c259 100644 --- a/lib/icons/app/Check.tsx +++ b/lib/icons/app/Check.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgCheck = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/CheckCircle.tsx b/lib/icons/app/CheckCircle.tsx index 74c8cde57..45fe5ce88 100644 --- a/lib/icons/app/CheckCircle.tsx +++ b/lib/icons/app/CheckCircle.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgCheckCircle = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/CheckCircleLine.tsx b/lib/icons/app/CheckCircleLine.tsx index 05e2a2251..777e3b250 100644 --- a/lib/icons/app/CheckCircleLine.tsx +++ b/lib/icons/app/CheckCircleLine.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgCheckCircleLine = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/ChevronDown.tsx b/lib/icons/app/ChevronDown.tsx index ee33cb1e4..86c95b00d 100644 --- a/lib/icons/app/ChevronDown.tsx +++ b/lib/icons/app/ChevronDown.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgChevronDown = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/ChevronLeft.tsx b/lib/icons/app/ChevronLeft.tsx index 4b9a13f27..b4dd0a230 100644 --- a/lib/icons/app/ChevronLeft.tsx +++ b/lib/icons/app/ChevronLeft.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgChevronLeft = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/ChevronRight.tsx b/lib/icons/app/ChevronRight.tsx index 98f2f9517..955d4ebd6 100644 --- a/lib/icons/app/ChevronRight.tsx +++ b/lib/icons/app/ChevronRight.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgChevronRight = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/ChevronUp.tsx b/lib/icons/app/ChevronUp.tsx index f0898dc01..313b5a7ac 100644 --- a/lib/icons/app/ChevronUp.tsx +++ b/lib/icons/app/ChevronUp.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgChevronUp = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Circle.tsx b/lib/icons/app/Circle.tsx index 5a72e2d06..86b228752 100644 --- a/lib/icons/app/Circle.tsx +++ b/lib/icons/app/Circle.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgCircle = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Clock.tsx b/lib/icons/app/Clock.tsx index 599566e96..fc2bbd4cb 100644 --- a/lib/icons/app/Clock.tsx +++ b/lib/icons/app/Clock.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgClock = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Cmd.tsx b/lib/icons/app/Cmd.tsx index 0707ac8ba..9197325b6 100644 --- a/lib/icons/app/Cmd.tsx +++ b/lib/icons/app/Cmd.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgCmd = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Coffee.tsx b/lib/icons/app/Coffee.tsx index 14e246d73..e2d0f479f 100644 --- a/lib/icons/app/Coffee.tsx +++ b/lib/icons/app/Coffee.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgCoffee = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Comment.tsx b/lib/icons/app/Comment.tsx index bacec9a3c..fbfdaa43c 100644 --- a/lib/icons/app/Comment.tsx +++ b/lib/icons/app/Comment.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgComment = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/CreditCard.tsx b/lib/icons/app/CreditCard.tsx index ac135c3a4..c7e32ee90 100644 --- a/lib/icons/app/CreditCard.tsx +++ b/lib/icons/app/CreditCard.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgCreditCard = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Cross.tsx b/lib/icons/app/Cross.tsx index 4f0cf1cfa..8a1f184eb 100644 --- a/lib/icons/app/Cross.tsx +++ b/lib/icons/app/Cross.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgCross = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/CrossCircle.tsx b/lib/icons/app/CrossCircle.tsx deleted file mode 100644 index 3b629e880..000000000 --- a/lib/icons/app/CrossCircle.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import * as React from "react"; -import type { SVGProps } from "react"; -import { Ref, forwardRef } from "react"; -const SvgCrossCircle = (props: SVGProps, ref: Ref) => - -; - -const ForwardRef = forwardRef(SvgCrossCircle); -export default ForwardRef; \ No newline at end of file diff --git a/lib/icons/app/Delete.tsx b/lib/icons/app/Delete.tsx index 370f027f5..c6da99eb1 100644 --- a/lib/icons/app/Delete.tsx +++ b/lib/icons/app/Delete.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgDelete = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Desktop.tsx b/lib/icons/app/Desktop.tsx index d93674802..af7ffedaf 100644 --- a/lib/icons/app/Desktop.tsx +++ b/lib/icons/app/Desktop.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgDesktop = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/DollarBill.tsx b/lib/icons/app/DollarBill.tsx index 029a1cb6f..f086dd2be 100644 --- a/lib/icons/app/DollarBill.tsx +++ b/lib/icons/app/DollarBill.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgDollarBill = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/DottedCircle.tsx b/lib/icons/app/DottedCircle.tsx index 3a161269c..1c38a4287 100644 --- a/lib/icons/app/DottedCircle.tsx +++ b/lib/icons/app/DottedCircle.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgDottedCircle = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Download.tsx b/lib/icons/app/Download.tsx index fcf378616..b93ea6e7e 100644 --- a/lib/icons/app/Download.tsx +++ b/lib/icons/app/Download.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgDownload = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/DropdownDefault.tsx b/lib/icons/app/DropdownDefault.tsx index aa2a67399..daeb9d6e4 100644 --- a/lib/icons/app/DropdownDefault.tsx +++ b/lib/icons/app/DropdownDefault.tsx @@ -1,6 +1,5 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; -const SvgDropdownDefault = (props: SVGProps, ref: Ref) => ; +const SvgDropdownDefault = (props: SVGProps, ref: Ref) => ; const ForwardRef = forwardRef(SvgDropdownDefault); export default ForwardRef; \ No newline at end of file diff --git a/lib/icons/app/DropdownOpen.tsx b/lib/icons/app/DropdownOpen.tsx index 9990ca951..7955b22f1 100644 --- a/lib/icons/app/DropdownOpen.tsx +++ b/lib/icons/app/DropdownOpen.tsx @@ -1,6 +1,5 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; -const SvgDropdownOpen = (props: SVGProps, ref: Ref) => ; +const SvgDropdownOpen = (props: SVGProps, ref: Ref) => ; const ForwardRef = forwardRef(SvgDropdownOpen); export default ForwardRef; \ No newline at end of file diff --git a/lib/icons/app/Ellipsis.tsx b/lib/icons/app/Ellipsis.tsx index 0b7407be8..e93caf867 100644 --- a/lib/icons/app/Ellipsis.tsx +++ b/lib/icons/app/Ellipsis.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgEllipsis = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/EllipsisHorizontal.tsx b/lib/icons/app/EllipsisHorizontal.tsx index e45ef2280..27140acb8 100644 --- a/lib/icons/app/EllipsisHorizontal.tsx +++ b/lib/icons/app/EllipsisHorizontal.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgEllipsisHorizontal = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Envelope.tsx b/lib/icons/app/Envelope.tsx index 89c4c4f78..d38065af1 100644 --- a/lib/icons/app/Envelope.tsx +++ b/lib/icons/app/Envelope.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgEnvelope = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/EnvelopeOpen.tsx b/lib/icons/app/EnvelopeOpen.tsx index aa1d4e0c4..0a256ced2 100644 --- a/lib/icons/app/EnvelopeOpen.tsx +++ b/lib/icons/app/EnvelopeOpen.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgEnvelopeOpen = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Exit.tsx b/lib/icons/app/Exit.tsx index 46e109d06..70aacd5f9 100644 --- a/lib/icons/app/Exit.tsx +++ b/lib/icons/app/Exit.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgExit = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/ExternalLink.tsx b/lib/icons/app/ExternalLink.tsx index 400731d30..e6f5e882f 100644 --- a/lib/icons/app/ExternalLink.tsx +++ b/lib/icons/app/ExternalLink.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgExternalLink = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/EyeInvisible.tsx b/lib/icons/app/EyeInvisible.tsx index b5768a0d9..93da322b5 100644 --- a/lib/icons/app/EyeInvisible.tsx +++ b/lib/icons/app/EyeInvisible.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgEyeInvisible = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/EyeVisible.tsx b/lib/icons/app/EyeVisible.tsx index 65d3e27be..3abc74459 100644 --- a/lib/icons/app/EyeVisible.tsx +++ b/lib/icons/app/EyeVisible.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgEyeVisible = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/File.tsx b/lib/icons/app/File.tsx index 98b782c0a..1b7077a44 100644 --- a/lib/icons/app/File.tsx +++ b/lib/icons/app/File.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgFile = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Flag.tsx b/lib/icons/app/Flag.tsx index 87cf870dc..1cc42efaf 100644 --- a/lib/icons/app/Flag.tsx +++ b/lib/icons/app/Flag.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgFlag = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Folder.tsx b/lib/icons/app/Folder.tsx index 4b5d02617..1d4f88c55 100644 --- a/lib/icons/app/Folder.tsx +++ b/lib/icons/app/Folder.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgFolder = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Folders.tsx b/lib/icons/app/Folders.tsx index 111cb8e6a..3712074c3 100644 --- a/lib/icons/app/Folders.tsx +++ b/lib/icons/app/Folders.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgFolders = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Graph.tsx b/lib/icons/app/Graph.tsx index 894172394..d966e18c5 100644 --- a/lib/icons/app/Graph.tsx +++ b/lib/icons/app/Graph.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgGraph = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Heart.tsx b/lib/icons/app/Heart.tsx index f9a9b958b..c4605eb33 100644 --- a/lib/icons/app/Heart.tsx +++ b/lib/icons/app/Heart.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgHeart = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/HoldHeart.tsx b/lib/icons/app/HoldHeart.tsx index f777b92c6..05c1bc6f7 100644 --- a/lib/icons/app/HoldHeart.tsx +++ b/lib/icons/app/HoldHeart.tsx @@ -1,6 +1,5 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; -const SvgHoldHeart = (props: SVGProps, ref: Ref) => ; -const ForwardRef = forwardRef(SvgHoldHeart); +const SvgHoldheart = (props: SVGProps, ref: Ref) => ; +const ForwardRef = forwardRef(SvgHoldheart); export default ForwardRef; \ No newline at end of file diff --git a/lib/icons/app/Home.tsx b/lib/icons/app/Home.tsx index 7086db0e1..ed17fc2e7 100644 --- a/lib/icons/app/Home.tsx +++ b/lib/icons/app/Home.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgHome = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Image.tsx b/lib/icons/app/Image.tsx index c2ad62c16..77fb8f478 100644 --- a/lib/icons/app/Image.tsx +++ b/lib/icons/app/Image.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgImage = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/InProgressTask.tsx b/lib/icons/app/InProgressTask.tsx index 8361ad3b3..ac9bb6827 100644 --- a/lib/icons/app/InProgressTask.tsx +++ b/lib/icons/app/InProgressTask.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgInProgressTask = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Inbox.tsx b/lib/icons/app/Inbox.tsx index 0e2714fdb..bca82c863 100644 --- a/lib/icons/app/Inbox.tsx +++ b/lib/icons/app/Inbox.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgInbox = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Info.tsx b/lib/icons/app/Info.tsx index 0ed2e125a..52c856983 100644 --- a/lib/icons/app/Info.tsx +++ b/lib/icons/app/Info.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgInfo = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/InfoCircle.tsx b/lib/icons/app/InfoCircle.tsx index 1494e944d..099fe57a7 100644 --- a/lib/icons/app/InfoCircle.tsx +++ b/lib/icons/app/InfoCircle.tsx @@ -1,9 +1,5 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; -const SvgInfoCircle = (props: SVGProps, ref: Ref) => - -; - +const SvgInfoCircle = (props: SVGProps, ref: Ref) => ; const ForwardRef = forwardRef(SvgInfoCircle); export default ForwardRef; \ No newline at end of file diff --git a/lib/icons/app/InfoCircleLine.tsx b/lib/icons/app/InfoCircleLine.tsx index 46bb01772..74f59c0c5 100644 --- a/lib/icons/app/InfoCircleLine.tsx +++ b/lib/icons/app/InfoCircleLine.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgInfoCircleLine = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/LayersFront.tsx b/lib/icons/app/LayersFront.tsx index f97ab313a..e2ee63f75 100644 --- a/lib/icons/app/LayersFront.tsx +++ b/lib/icons/app/LayersFront.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgLayersFront = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Lightbulb.tsx b/lib/icons/app/Lightbulb.tsx index 7c4a578af..f70d7fa77 100644 --- a/lib/icons/app/Lightbulb.tsx +++ b/lib/icons/app/Lightbulb.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgLightbulb = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/LockLocked.tsx b/lib/icons/app/LockLocked.tsx index 2a2f72b21..185eded6f 100644 --- a/lib/icons/app/LockLocked.tsx +++ b/lib/icons/app/LockLocked.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgLockLocked = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/LockUnlocked.tsx b/lib/icons/app/LockUnlocked.tsx index 1fe57cfd7..0617ac6de 100644 --- a/lib/icons/app/LockUnlocked.tsx +++ b/lib/icons/app/LockUnlocked.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgLockUnlocked = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/LogoAvatar.tsx b/lib/icons/app/LogoAvatar.tsx index 9eb4231a6..a4da42b61 100644 --- a/lib/icons/app/LogoAvatar.tsx +++ b/lib/icons/app/LogoAvatar.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgLogoAvatar = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/LogoEruditai.tsx b/lib/icons/app/LogoEruditai.tsx index 1379507ae..7bb23f0df 100644 --- a/lib/icons/app/LogoEruditai.tsx +++ b/lib/icons/app/LogoEruditai.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgLogoEruditai = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/LogoTravelperk.tsx b/lib/icons/app/LogoTravelperk.tsx index 1bde8b09c..eb16e34c8 100644 --- a/lib/icons/app/LogoTravelperk.tsx +++ b/lib/icons/app/LogoTravelperk.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgLogoTravelperk = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Masonry.tsx b/lib/icons/app/Masonry.tsx index a0200b9ca..d7ebff4df 100644 --- a/lib/icons/app/Masonry.tsx +++ b/lib/icons/app/Masonry.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgMasonry = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Menu.tsx b/lib/icons/app/Menu.tsx index 7028db5d4..7272388f3 100644 --- a/lib/icons/app/Menu.tsx +++ b/lib/icons/app/Menu.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgMenu = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/MessageFrown.tsx b/lib/icons/app/MessageFrown.tsx index 35fc61d74..cbd5d81cf 100644 --- a/lib/icons/app/MessageFrown.tsx +++ b/lib/icons/app/MessageFrown.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgMessageFrown = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/MessageHeart.tsx b/lib/icons/app/MessageHeart.tsx index 2e9d528bb..146b21a2e 100644 --- a/lib/icons/app/MessageHeart.tsx +++ b/lib/icons/app/MessageHeart.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgMessageHeart = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Messages.tsx b/lib/icons/app/Messages.tsx index a525a02e1..448764b77 100644 --- a/lib/icons/app/Messages.tsx +++ b/lib/icons/app/Messages.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgMessages = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Money.tsx b/lib/icons/app/Money.tsx index 4d4520d03..ef024292a 100644 --- a/lib/icons/app/Money.tsx +++ b/lib/icons/app/Money.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgMoney = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/MoneyBag.tsx b/lib/icons/app/MoneyBag.tsx index 9570ec2fb..e3fecda84 100644 --- a/lib/icons/app/MoneyBag.tsx +++ b/lib/icons/app/MoneyBag.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgMoneyBag = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Office.tsx b/lib/icons/app/Office.tsx index 4740c6fbe..d5b2c30fd 100644 --- a/lib/icons/app/Office.tsx +++ b/lib/icons/app/Office.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgOffice = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/PalmTree.tsx b/lib/icons/app/PalmTree.tsx index fcff93c25..f4916ff5b 100644 --- a/lib/icons/app/PalmTree.tsx +++ b/lib/icons/app/PalmTree.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgPalmTree = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/PauseCircle.tsx b/lib/icons/app/PauseCircle.tsx deleted file mode 100644 index 500356b2b..000000000 --- a/lib/icons/app/PauseCircle.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import * as React from "react"; -import type { SVGProps } from "react"; -import { Ref, forwardRef } from "react"; -const SvgPauseCircle = (props: SVGProps, ref: Ref) => - -; - -const ForwardRef = forwardRef(SvgPauseCircle); -export default ForwardRef; \ No newline at end of file diff --git a/lib/icons/app/Pencil.tsx b/lib/icons/app/Pencil.tsx index b8dfb8c84..a4f907040 100644 --- a/lib/icons/app/Pencil.tsx +++ b/lib/icons/app/Pencil.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgPencil = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/People.tsx b/lib/icons/app/People.tsx index 4fe6a00d3..d8d118744 100644 --- a/lib/icons/app/People.tsx +++ b/lib/icons/app/People.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgPeople = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Person.tsx b/lib/icons/app/Person.tsx index d2e1247d9..d3ca91d08 100644 --- a/lib/icons/app/Person.tsx +++ b/lib/icons/app/Person.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgPerson = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Pin.tsx b/lib/icons/app/Pin.tsx index 783b8f6f7..29e54d05a 100644 --- a/lib/icons/app/Pin.tsx +++ b/lib/icons/app/Pin.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgPin = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/PixBrazil.tsx b/lib/icons/app/PixBrazil.tsx index af002026c..c9905075a 100644 --- a/lib/icons/app/PixBrazil.tsx +++ b/lib/icons/app/PixBrazil.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgPixBrazil = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Placeholder.tsx b/lib/icons/app/Placeholder.tsx index 21f60dcfb..fcf706179 100644 --- a/lib/icons/app/Placeholder.tsx +++ b/lib/icons/app/Placeholder.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgPlaceholder = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Question.tsx b/lib/icons/app/Question.tsx index 596970958..fb0734e30 100644 --- a/lib/icons/app/Question.tsx +++ b/lib/icons/app/Question.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgQuestion = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Reaction.tsx b/lib/icons/app/Reaction.tsx index ae9a7d16a..8ba01a352 100644 --- a/lib/icons/app/Reaction.tsx +++ b/lib/icons/app/Reaction.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgReaction = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Receipt.tsx b/lib/icons/app/Receipt.tsx index c71c6b2ae..f7963aa05 100644 --- a/lib/icons/app/Receipt.tsx +++ b/lib/icons/app/Receipt.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgReceipt = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Replace.tsx b/lib/icons/app/Replace.tsx index 2863d3b8a..74f58b2af 100644 --- a/lib/icons/app/Replace.tsx +++ b/lib/icons/app/Replace.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgReplace = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Rocket.tsx b/lib/icons/app/Rocket.tsx index 758e06d93..d2ff89280 100644 --- a/lib/icons/app/Rocket.tsx +++ b/lib/icons/app/Rocket.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgRocket = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Save.tsx b/lib/icons/app/Save.tsx index 48d74e1d7..fbe6206b5 100644 --- a/lib/icons/app/Save.tsx +++ b/lib/icons/app/Save.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgSave = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Schedule.tsx b/lib/icons/app/Schedule.tsx index 821113486..15c8f6ec3 100644 --- a/lib/icons/app/Schedule.tsx +++ b/lib/icons/app/Schedule.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgSchedule = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Search.tsx b/lib/icons/app/Search.tsx index 5267e05bf..1ef8a12bf 100644 --- a/lib/icons/app/Search.tsx +++ b/lib/icons/app/Search.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgSearch = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/SearchPerson.tsx b/lib/icons/app/SearchPerson.tsx index 55fc084eb..8ca0695c7 100644 --- a/lib/icons/app/SearchPerson.tsx +++ b/lib/icons/app/SearchPerson.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgSearchPerson = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Settings.tsx b/lib/icons/app/Settings.tsx index b5c90f11e..556a19eab 100644 --- a/lib/icons/app/Settings.tsx +++ b/lib/icons/app/Settings.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgSettings = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Sliders.tsx b/lib/icons/app/Sliders.tsx index ef6d311b6..343eead70 100644 --- a/lib/icons/app/Sliders.tsx +++ b/lib/icons/app/Sliders.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgSliders = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/SolidPause.tsx b/lib/icons/app/SolidPause.tsx index 32757df0b..7c5cb9632 100644 --- a/lib/icons/app/SolidPause.tsx +++ b/lib/icons/app/SolidPause.tsx @@ -1,6 +1,5 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; -const SvgSolidPause = (props: SVGProps, ref: Ref) => ; +const SvgSolidPause = (props: SVGProps, ref: Ref) => ; const ForwardRef = forwardRef(SvgSolidPause); export default ForwardRef; \ No newline at end of file diff --git a/lib/icons/app/SolidPlay.tsx b/lib/icons/app/SolidPlay.tsx index 0f847b5d1..2a2fc864e 100644 --- a/lib/icons/app/SolidPlay.tsx +++ b/lib/icons/app/SolidPlay.tsx @@ -1,6 +1,5 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; -const SvgSolidPlay = (props: SVGProps, ref: Ref) => ; +const SvgSolidPlay = (props: SVGProps, ref: Ref) => ; const ForwardRef = forwardRef(SvgSolidPlay); export default ForwardRef; \ No newline at end of file diff --git a/lib/icons/app/SolidStop.tsx b/lib/icons/app/SolidStop.tsx index 6f6d81fb6..582632516 100644 --- a/lib/icons/app/SolidStop.tsx +++ b/lib/icons/app/SolidStop.tsx @@ -1,6 +1,5 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; -const SvgSolidStop = (props: SVGProps, ref: Ref) => ; +const SvgSolidStop = (props: SVGProps, ref: Ref) => ; const ForwardRef = forwardRef(SvgSolidStop); export default ForwardRef; \ No newline at end of file diff --git a/lib/icons/app/Sparkles.tsx b/lib/icons/app/Sparkles.tsx index ab06e4080..6b9b013b0 100644 --- a/lib/icons/app/Sparkles.tsx +++ b/lib/icons/app/Sparkles.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgSparkles = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Split.tsx b/lib/icons/app/Split.tsx index b2f74107c..d4cf4c04e 100644 --- a/lib/icons/app/Split.tsx +++ b/lib/icons/app/Split.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgSplit = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Star.tsx b/lib/icons/app/Star.tsx index cf2d38244..be35e1015 100644 --- a/lib/icons/app/Star.tsx +++ b/lib/icons/app/Star.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgStar = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Suitcase.tsx b/lib/icons/app/Suitcase.tsx index 9d242e272..935ef52f7 100644 --- a/lib/icons/app/Suitcase.tsx +++ b/lib/icons/app/Suitcase.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgSuitcase = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Timer.tsx b/lib/icons/app/Timer.tsx index 0df026f9f..6164a9431 100644 --- a/lib/icons/app/Timer.tsx +++ b/lib/icons/app/Timer.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgTimer = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Wallet.tsx b/lib/icons/app/Wallet.tsx index 632347ed1..3b59964fe 100644 --- a/lib/icons/app/Wallet.tsx +++ b/lib/icons/app/Wallet.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgWallet = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/Warning.tsx b/lib/icons/app/Warning.tsx index e1eedd986..2ed836d99 100644 --- a/lib/icons/app/Warning.tsx +++ b/lib/icons/app/Warning.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgWarning = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/app/index.ts b/lib/icons/app/index.ts index 0a50be2c5..caa441a1b 100644 --- a/lib/icons/app/index.ts +++ b/lib/icons/app/index.ts @@ -31,7 +31,6 @@ export { default as Coffee } from './Coffee' export { default as Comment } from './Comment' export { default as CreditCard } from './CreditCard' export { default as Cross } from './Cross' -export { default as CrossCircle } from './CrossCircle' export { default as Delete } from './Delete' export { default as Desktop } from './Desktop' export { default as DollarBill } from './DollarBill' @@ -53,7 +52,7 @@ export { default as Folder } from './Folder' export { default as Folders } from './Folders' export { default as Graph } from './Graph' export { default as Heart } from './Heart' -export { default as HoldHeart } from './HoldHeart' +export { default as Holdheart } from './Holdheart' export { default as Home } from './Home' export { default as Image } from './Image' export { default as InProgressTask } from './InProgressTask' @@ -77,7 +76,6 @@ export { default as MoneyBag } from './MoneyBag' export { default as Money } from './Money' export { default as Office } from './Office' export { default as PalmTree } from './PalmTree' -export { default as PauseCircle } from './PauseCircle' export { default as Pencil } from './Pencil' export { default as People } from './People' export { default as Person } from './Person' @@ -95,13 +93,13 @@ export { default as SearchPerson } from './SearchPerson' export { default as Search } from './Search' export { default as Settings } from './Settings' export { default as Sliders } from './Sliders' +export { default as SolidPause } from './SolidPause' +export { default as SolidPlay } from './SolidPlay' +export { default as SolidStop } from './SolidStop' export { default as Sparkles } from './Sparkles' export { default as Split } from './Split' export { default as Star } from './Star' export { default as Suitcase } from './Suitcase' export { default as Timer } from './Timer' export { default as Wallet } from './Wallet' -export { default as Warning } from './Warning' -export { default as SolidPlay } from './SolidPlay' -export { default as SolidStop } from './SolidStop' -export { default as SolidPause } from './SolidPause' \ No newline at end of file +export { default as Warning } from './Warning' \ No newline at end of file diff --git a/lib/icons/modules/Benefits.tsx b/lib/icons/modules/Benefits.tsx index c5d79340a..c500a9dad 100644 --- a/lib/icons/modules/Benefits.tsx +++ b/lib/icons/modules/Benefits.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgBenefits = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Calendar.tsx b/lib/icons/modules/Calendar.tsx index ea0fb838d..e80047569 100644 --- a/lib/icons/modules/Calendar.tsx +++ b/lib/icons/modules/Calendar.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgCalendar = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/ClockIn.tsx b/lib/icons/modules/ClockIn.tsx index 533bf129c..381b16d26 100644 --- a/lib/icons/modules/ClockIn.tsx +++ b/lib/icons/modules/ClockIn.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgClockIn = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Discover.tsx b/lib/icons/modules/Discover.tsx index 90b38d6f5..a6ac97bc5 100644 --- a/lib/icons/modules/Discover.tsx +++ b/lib/icons/modules/Discover.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgDiscover = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Documents.tsx b/lib/icons/modules/Documents.tsx index 45691f15a..7158cfd0e 100644 --- a/lib/icons/modules/Documents.tsx +++ b/lib/icons/modules/Documents.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgDocuments = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Engagement.tsx b/lib/icons/modules/Engagement.tsx index 727c3cd56..1dc629312 100644 --- a/lib/icons/modules/Engagement.tsx +++ b/lib/icons/modules/Engagement.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgEngagement = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Finance.tsx b/lib/icons/modules/Finance.tsx index 16ebaedb4..325715db5 100644 --- a/lib/icons/modules/Finance.tsx +++ b/lib/icons/modules/Finance.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgFinance = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Goals.tsx b/lib/icons/modules/Goals.tsx index f25ff9ac9..3c6ef6a06 100644 --- a/lib/icons/modules/Goals.tsx +++ b/lib/icons/modules/Goals.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgGoals = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Home.tsx b/lib/icons/modules/Home.tsx index 65ef421b8..28c6b5e00 100644 --- a/lib/icons/modules/Home.tsx +++ b/lib/icons/modules/Home.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgHome = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Inbox.tsx b/lib/icons/modules/Inbox.tsx index d91b95da5..5134b1722 100644 --- a/lib/icons/modules/Inbox.tsx +++ b/lib/icons/modules/Inbox.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgInbox = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Kudos.tsx b/lib/icons/modules/Kudos.tsx index 9052cd7d6..7e2506617 100644 --- a/lib/icons/modules/Kudos.tsx +++ b/lib/icons/modules/Kudos.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgKudos = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/MyDocuments.tsx b/lib/icons/modules/MyDocuments.tsx index 7dbe80021..aa23e8f02 100644 --- a/lib/icons/modules/MyDocuments.tsx +++ b/lib/icons/modules/MyDocuments.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgMyDocuments = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Organization.tsx b/lib/icons/modules/Organization.tsx index 1b78d9392..a78424b35 100644 --- a/lib/icons/modules/Organization.tsx +++ b/lib/icons/modules/Organization.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgOrganization = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Payroll.tsx b/lib/icons/modules/Payroll.tsx index d8d879d45..f118c563e 100644 --- a/lib/icons/modules/Payroll.tsx +++ b/lib/icons/modules/Payroll.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgPayroll = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Performance.tsx b/lib/icons/modules/Performance.tsx index a952720eb..46e56ce3d 100644 --- a/lib/icons/modules/Performance.tsx +++ b/lib/icons/modules/Performance.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgPerformance = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Placeholder.tsx b/lib/icons/modules/Placeholder.tsx deleted file mode 100644 index bd21270b3..000000000 --- a/lib/icons/modules/Placeholder.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import * as React from "react"; -import type { SVGProps } from "react"; -import { Ref, forwardRef } from "react"; -const SvgPlaceholder = (props: SVGProps, ref: Ref) => - -; - -const ForwardRef = forwardRef(SvgPlaceholder); -export default ForwardRef; \ No newline at end of file diff --git a/lib/icons/modules/Profile.tsx b/lib/icons/modules/Profile.tsx index 3049790e9..019fe1974 100644 --- a/lib/icons/modules/Profile.tsx +++ b/lib/icons/modules/Profile.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgProfile = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Projects.tsx b/lib/icons/modules/Projects.tsx index f1875f142..91ea2a3ce 100644 --- a/lib/icons/modules/Projects.tsx +++ b/lib/icons/modules/Projects.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgProjects = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Recruitment.tsx b/lib/icons/modules/Recruitment.tsx index 381865b6d..73551aa70 100644 --- a/lib/icons/modules/Recruitment.tsx +++ b/lib/icons/modules/Recruitment.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgRecruitment = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Reports.tsx b/lib/icons/modules/Reports.tsx index 0fda33125..b72824a73 100644 --- a/lib/icons/modules/Reports.tsx +++ b/lib/icons/modules/Reports.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgReports = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Settings.tsx b/lib/icons/modules/Settings.tsx index e87d22af7..0738f5429 100644 --- a/lib/icons/modules/Settings.tsx +++ b/lib/icons/modules/Settings.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgSettings = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Shifts.tsx b/lib/icons/modules/Shifts.tsx index 88e9c5b05..0e640f787 100644 --- a/lib/icons/modules/Shifts.tsx +++ b/lib/icons/modules/Shifts.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgShifts = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Software.tsx b/lib/icons/modules/Software.tsx index 26e2f09f6..f583c9746 100644 --- a/lib/icons/modules/Software.tsx +++ b/lib/icons/modules/Software.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgSoftware = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Spaces.tsx b/lib/icons/modules/Spaces.tsx index e80e0357b..5fc2683c6 100644 --- a/lib/icons/modules/Spaces.tsx +++ b/lib/icons/modules/Spaces.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgSpaces = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Spending.tsx b/lib/icons/modules/Spending.tsx index 41dc92a00..e730efdea 100644 --- a/lib/icons/modules/Spending.tsx +++ b/lib/icons/modules/Spending.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgSpending = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Tasks.tsx b/lib/icons/modules/Tasks.tsx index 16ffae109..cd3602709 100644 --- a/lib/icons/modules/Tasks.tsx +++ b/lib/icons/modules/Tasks.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgTasks = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/TimeOff.tsx b/lib/icons/modules/TimeOff.tsx index 3d94df723..4b8c86818 100644 --- a/lib/icons/modules/TimeOff.tsx +++ b/lib/icons/modules/TimeOff.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgTimeOff = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/TimeTracking.tsx b/lib/icons/modules/TimeTracking.tsx index bee572aa1..29a80636f 100644 --- a/lib/icons/modules/TimeTracking.tsx +++ b/lib/icons/modules/TimeTracking.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgTimeTracking = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Trainings.tsx b/lib/icons/modules/Trainings.tsx index 052d0d3cb..29ff5b36e 100644 --- a/lib/icons/modules/Trainings.tsx +++ b/lib/icons/modules/Trainings.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgTrainings = (props: SVGProps, ref: Ref) => ; diff --git a/lib/icons/modules/Workflows.tsx b/lib/icons/modules/Workflows.tsx index c3651fda7..0439705c1 100644 --- a/lib/icons/modules/Workflows.tsx +++ b/lib/icons/modules/Workflows.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import type { SVGProps } from "react"; import { Ref, forwardRef } from "react"; const SvgWorkflows = (props: SVGProps, ref: Ref) => ;