diff --git a/src/components/Icons/AddCircleIcon.tsx b/src/components/Icons/AddCircleIcon.tsx index 192c28e75..b26d4bb87 100644 --- a/src/components/Icons/AddCircleIcon.tsx +++ b/src/components/Icons/AddCircleIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const AddCircleIcon: React.FC> = (props) => ( - + -); +) -export default AddCircleIcon; +export default AddCircleIcon diff --git a/src/components/Icons/AddContentIcon.tsx b/src/components/Icons/AddContentIcon.tsx index c16344295..cbfe4354d 100644 --- a/src/components/Icons/AddContentIcon.tsx +++ b/src/components/Icons/AddContentIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const AddContentIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const AddContentIcon: React.FC> = (props) => ( /> -); +) -export default AddContentIcon; +export default AddContentIcon diff --git a/src/components/Icons/AddLinkIcon.tsx b/src/components/Icons/AddLinkIcon.tsx index 47cd32f61..258ac98b3 100644 --- a/src/components/Icons/AddLinkIcon.tsx +++ b/src/components/Icons/AddLinkIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const AddLinkIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const AddLinkIcon: React.FC> = (props) => ( -); +) -export default AddLinkIcon; +export default AddLinkIcon diff --git a/src/components/Icons/AddSourceIcon.tsx b/src/components/Icons/AddSourceIcon.tsx index dd5d09a04..917d106b2 100644 --- a/src/components/Icons/AddSourceIcon.tsx +++ b/src/components/Icons/AddSourceIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const AddSourceIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const AddSourceIcon: React.FC> = (props) => ( /> -); +) -export default AddSourceIcon; +export default AddSourceIcon diff --git a/src/components/Icons/AiPauseIcon.tsx b/src/components/Icons/AiPauseIcon.tsx index 2c8351c5e..93901aaf5 100644 --- a/src/components/Icons/AiPauseIcon.tsx +++ b/src/components/Icons/AiPauseIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const AiPauseIcon: React.FC> = (props) => ( - + -); +) -export default AiPauseIcon; +export default AiPauseIcon diff --git a/src/components/Icons/AiPlayIcon.tsx b/src/components/Icons/AiPlayIcon.tsx index 0796bd62f..0c4816fcd 100644 --- a/src/components/Icons/AiPlayIcon.tsx +++ b/src/components/Icons/AiPlayIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const AiPlayIcon: React.FC> = (props) => ( - + -); +) -export default AiPlayIcon; +export default AiPlayIcon diff --git a/src/components/Icons/AiSummaryIcon.tsx b/src/components/Icons/AiSummaryIcon.tsx index 0c8962933..c6d4d8f57 100644 --- a/src/components/Icons/AiSummaryIcon.tsx +++ b/src/components/Icons/AiSummaryIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const AiSummaryIcon: React.FC> = (props) => ( - + -); +) -export default AiSummaryIcon; +export default AiSummaryIcon diff --git a/src/components/Icons/AndroidIcon.tsx b/src/components/Icons/AndroidIcon.tsx index e1685e149..4cc3c1aaa 100644 --- a/src/components/Icons/AndroidIcon.tsx +++ b/src/components/Icons/AndroidIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const AndroidIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const AndroidIcon: React.FC> = (props) => ( /> -); +) -export default AndroidIcon; +export default AndroidIcon diff --git a/src/components/Icons/ArrowBackIcon.tsx b/src/components/Icons/ArrowBackIcon.tsx index c28b1f95a..de699ea5a 100644 --- a/src/components/Icons/ArrowBackIcon.tsx +++ b/src/components/Icons/ArrowBackIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ArrowBackIcon: React.FC> = (props) => ( - + - + > = (props) => ( -); +) -export default ArrowBackIcon; +export default ArrowBackIcon diff --git a/src/components/Icons/ArrowForwardIcon.tsx b/src/components/Icons/ArrowForwardIcon.tsx index 437c52f31..a4faa4668 100644 --- a/src/components/Icons/ArrowForwardIcon.tsx +++ b/src/components/Icons/ArrowForwardIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ArrowForwardIcon: React.FC> = (props) => ( - + -); +) -export default ArrowForwardIcon; +export default ArrowForwardIcon diff --git a/src/components/Icons/ArrowRight.tsx b/src/components/Icons/ArrowRight.tsx index 5b5540b24..01cf65b10 100644 --- a/src/components/Icons/ArrowRight.tsx +++ b/src/components/Icons/ArrowRight.tsx @@ -1,19 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ArrowRight: React.FC> = (props) => ( - - + + -); +) -export default ArrowRight; +export default ArrowRight diff --git a/src/components/Icons/AudioIcon.tsx b/src/components/Icons/AudioIcon.tsx index ff162e4eb..5ee276937 100644 --- a/src/components/Icons/AudioIcon.tsx +++ b/src/components/Icons/AudioIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const AudioIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const AudioIcon: React.FC> = (props) => ( -); +) -export default AudioIcon; +export default AudioIcon diff --git a/src/components/Icons/BitcoinIcon.tsx b/src/components/Icons/BitcoinIcon.tsx index 54e7a4d7c..af6aa913d 100644 --- a/src/components/Icons/BitcoinIcon.tsx +++ b/src/components/Icons/BitcoinIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const BitcoinIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const BitcoinIcon: React.FC> = (props) => ( /> -); +) -export default BitcoinIcon; +export default BitcoinIcon diff --git a/src/components/Icons/BoostIcon.tsx b/src/components/Icons/BoostIcon.tsx index d3f1e8632..d126786d0 100644 --- a/src/components/Icons/BoostIcon.tsx +++ b/src/components/Icons/BoostIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const BoostIcon: React.FC> = (props) => ( - + > = (props) => ( fill="currentColor" /> -); +) -export default BoostIcon; +export default BoostIcon diff --git a/src/components/Icons/BrowseGalleryIcon.tsx b/src/components/Icons/BrowseGalleryIcon.tsx index f1ab0d784..0b03dd043 100644 --- a/src/components/Icons/BrowseGalleryIcon.tsx +++ b/src/components/Icons/BrowseGalleryIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const BrowseGalleryIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const BrowseGalleryIcon: React.FC> = (props) => ( -); +) -export default BrowseGalleryIcon; +export default BrowseGalleryIcon diff --git a/src/components/Icons/BubbleChartIcon.tsx b/src/components/Icons/BubbleChartIcon.tsx index d64b1bc52..732bc3cbd 100644 --- a/src/components/Icons/BubbleChartIcon.tsx +++ b/src/components/Icons/BubbleChartIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const BubbleChartIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const BubbleChartIcon: React.FC> = (props) => ( -); +) -export default BubbleChartIcon; +export default BubbleChartIcon diff --git a/src/components/Icons/BudgetIcon.tsx b/src/components/Icons/BudgetIcon.tsx index 971d0662d..9726aae49 100644 --- a/src/components/Icons/BudgetIcon.tsx +++ b/src/components/Icons/BudgetIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const BudgetIcon: React.FC> = (props) => ( - + -); +) -export default BudgetIcon; +export default BudgetIcon diff --git a/src/components/Icons/BuildIcon.tsx b/src/components/Icons/BuildIcon.tsx index 035953276..b03ab87ce 100644 --- a/src/components/Icons/BuildIcon.tsx +++ b/src/components/Icons/BuildIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const BuildIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const BuildIcon: React.FC> = (props) => ( /> -); +) -export default BuildIcon; +export default BuildIcon diff --git a/src/components/Icons/CalendarIcon.tsx b/src/components/Icons/CalendarIcon.tsx index dd997b8a0..24a2e48e4 100644 --- a/src/components/Icons/CalendarIcon.tsx +++ b/src/components/Icons/CalendarIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const CalendarIcon: React.FC> = (props) => ( - + -); +) -export default CalendarIcon; +export default CalendarIcon diff --git a/src/components/Icons/CameraCenterIcon.tsx b/src/components/Icons/CameraCenterIcon.tsx index 19dba7b08..26d89b6ea 100644 --- a/src/components/Icons/CameraCenterIcon.tsx +++ b/src/components/Icons/CameraCenterIcon.tsx @@ -1,48 +1,16 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const CameraCenterIcon: React.FC> = (props) => ( - + - - - - - + + + + + -); +) -export default CameraCenterIcon; +export default CameraCenterIcon diff --git a/src/components/Icons/CancelIcon.tsx b/src/components/Icons/CancelIcon.tsx index f454bbb94..2332e36b5 100644 --- a/src/components/Icons/CancelIcon.tsx +++ b/src/components/Icons/CancelIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const CancelIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const CancelIcon: React.FC> = (props) => ( -); +) -export default CancelIcon; +export default CancelIcon diff --git a/src/components/Icons/CheckIcon.tsx b/src/components/Icons/CheckIcon.tsx index 35af77114..cc6a3f3be 100644 --- a/src/components/Icons/CheckIcon.tsx +++ b/src/components/Icons/CheckIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const CheckIcon: React.FC> = (props) => ( - + -); +) -export default CheckIcon; +export default CheckIcon diff --git a/src/components/Icons/CheckedIcon.tsx b/src/components/Icons/CheckedIcon.tsx index 433d7bc5b..9cedbf5b6 100644 --- a/src/components/Icons/CheckedIcon.tsx +++ b/src/components/Icons/CheckedIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const CheckedIcon: React.FC> = (props) => ( - + -); +) -export default CheckedIcon; +export default CheckedIcon diff --git a/src/components/Icons/ChevronDownIcon.tsx b/src/components/Icons/ChevronDownIcon.tsx index f0bd1f764..4bb83d90a 100644 --- a/src/components/Icons/ChevronDownIcon.tsx +++ b/src/components/Icons/ChevronDownIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ChevronDownIcon: React.FC> = (props) => ( - + -); +) -export default ChevronDownIcon; +export default ChevronDownIcon diff --git a/src/components/Icons/ChevronLeftIcon.tsx b/src/components/Icons/ChevronLeftIcon.tsx index a767683f6..c07077a06 100644 --- a/src/components/Icons/ChevronLeftIcon.tsx +++ b/src/components/Icons/ChevronLeftIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ChevronLeftIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const ChevronLeftIcon: React.FC> = (props) => ( -); +) -export default ChevronLeftIcon; +export default ChevronLeftIcon diff --git a/src/components/Icons/ChevronRightIcon.tsx b/src/components/Icons/ChevronRightIcon.tsx index 1d598e860..c91c47406 100644 --- a/src/components/Icons/ChevronRightIcon.tsx +++ b/src/components/Icons/ChevronRightIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ChevronRightIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const ChevronRightIcon: React.FC> = (props) => ( -); +) -export default ChevronRightIcon; +export default ChevronRightIcon diff --git a/src/components/Icons/ChevronUpIcon.tsx b/src/components/Icons/ChevronUpIcon.tsx index 29f18e39c..caae7b57b 100644 --- a/src/components/Icons/ChevronUpIcon.tsx +++ b/src/components/Icons/ChevronUpIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ChevronUpIcon: React.FC> = (props) => ( - + -); +) -export default ChevronUpIcon; +export default ChevronUpIcon diff --git a/src/components/Icons/ChipIcon.tsx b/src/components/Icons/ChipIcon.tsx index 8f267afef..c14505d3b 100644 --- a/src/components/Icons/ChipIcon.tsx +++ b/src/components/Icons/ChipIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ChipIcon: React.FC> = (props) => ( - + > = (props) => ( fill="currentColor" /> -); +) -export default ChipIcon; +export default ChipIcon diff --git a/src/components/Icons/ClearIcon.tsx b/src/components/Icons/ClearIcon.tsx index 2dc514080..9f205b3cc 100644 --- a/src/components/Icons/ClearIcon.tsx +++ b/src/components/Icons/ClearIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ClearIcon: React.FC> = (props) => ( - + > = (props) => ( /> -); +) -export default ClearIcon; +export default ClearIcon diff --git a/src/components/Icons/CloseIcon.tsx b/src/components/Icons/CloseIcon.tsx index 811f68a2b..ee65e7953 100644 --- a/src/components/Icons/CloseIcon.tsx +++ b/src/components/Icons/CloseIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const CloseIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const CloseIcon: React.FC> = (props) => ( -); +) -export default CloseIcon; +export default CloseIcon diff --git a/src/components/Icons/ColorPickerIcon.tsx b/src/components/Icons/ColorPickerIcon.tsx index c457c0678..fe5a7db34 100644 --- a/src/components/Icons/ColorPickerIcon.tsx +++ b/src/components/Icons/ColorPickerIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ColorPickerIcon: React.FC> = (props) => ( - + -); +) -export default ColorPickerIcon; +export default ColorPickerIcon diff --git a/src/components/Icons/CommunitiesIcon.tsx b/src/components/Icons/CommunitiesIcon.tsx index d377cc414..c2d937d70 100644 --- a/src/components/Icons/CommunitiesIcon.tsx +++ b/src/components/Icons/CommunitiesIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const CommunitiesIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const CommunitiesIcon: React.FC> = (props) => ( -); +) -export default CommunitiesIcon; +export default CommunitiesIcon diff --git a/src/components/Icons/CompassIcon.tsx b/src/components/Icons/CompassIcon.tsx index 1a1e2be6c..b3a45a0ae 100644 --- a/src/components/Icons/CompassIcon.tsx +++ b/src/components/Icons/CompassIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const CompassIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const CompassIcon: React.FC> = (props) => ( /> -); +) -export default CompassIcon; +export default CompassIcon diff --git a/src/components/Icons/ConstructionIcon.tsx b/src/components/Icons/ConstructionIcon.tsx index 2ffed3b35..5243466cd 100644 --- a/src/components/Icons/ConstructionIcon.tsx +++ b/src/components/Icons/ConstructionIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ConstructionIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const ConstructionIcon: React.FC> = (props) => ( /> -); +) -export default ConstructionIcon; +export default ConstructionIcon diff --git a/src/components/Icons/ContentIcon.tsx b/src/components/Icons/ContentIcon.tsx index 0b82d19dc..40ae5fb78 100644 --- a/src/components/Icons/ContentIcon.tsx +++ b/src/components/Icons/ContentIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ContentIcon: React.FC> = (props) => ( - + > = (props) => ( stroke-width="2" /> -); +) -export default ContentIcon; +export default ContentIcon diff --git a/src/components/Icons/CopyIcon.tsx b/src/components/Icons/CopyIcon.tsx index a1a27c48d..042a729ae 100644 --- a/src/components/Icons/CopyIcon.tsx +++ b/src/components/Icons/CopyIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const CopyIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const CopyIcon: React.FC> = (props) => ( -); +) -export default CopyIcon; +export default CopyIcon diff --git a/src/components/Icons/CorporationIcon.tsx b/src/components/Icons/CorporationIcon.tsx index 7cabf9fc8..17908a33f 100644 --- a/src/components/Icons/CorporationIcon.tsx +++ b/src/components/Icons/CorporationIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const CorporationIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const CorporationIcon: React.FC> = (props) => ( /> -); +) -export default CorporationIcon; +export default CorporationIcon diff --git a/src/components/Icons/CreateEdgeIcon.tsx b/src/components/Icons/CreateEdgeIcon.tsx index 28cdd3a37..8a637e5fb 100644 --- a/src/components/Icons/CreateEdgeIcon.tsx +++ b/src/components/Icons/CreateEdgeIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const CreateEdgeIcon: React.FC> = (props) => ( - - + + @@ -30,6 +17,6 @@ const CreateEdgeIcon: React.FC> = (props) => ( fill="currentColor" /> -); +) -export default CreateEdgeIcon; +export default CreateEdgeIcon diff --git a/src/components/Icons/DefaultShowIcon.tsx b/src/components/Icons/DefaultShowIcon.tsx index ebbfba920..55592a9cf 100644 --- a/src/components/Icons/DefaultShowIcon.tsx +++ b/src/components/Icons/DefaultShowIcon.tsx @@ -1,33 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const DefaultShowIcon: React.FC> = (props) => ( - - + + - + @@ -38,6 +18,6 @@ const DefaultShowIcon: React.FC> = (props) => ( -); +) -export default DefaultShowIcon; +export default DefaultShowIcon diff --git a/src/components/Icons/DeleteIcon.tsx b/src/components/Icons/DeleteIcon.tsx index 8ce85af04..7332c8b0a 100644 --- a/src/components/Icons/DeleteIcon.tsx +++ b/src/components/Icons/DeleteIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const DeleteIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const DeleteIcon: React.FC> = (props) => ( -); +) -export default DeleteIcon; +export default DeleteIcon diff --git a/src/components/Icons/DeleteNodeIcon.tsx b/src/components/Icons/DeleteNodeIcon.tsx index 9443414bd..e97fd0847 100644 --- a/src/components/Icons/DeleteNodeIcon.tsx +++ b/src/components/Icons/DeleteNodeIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const DeleteNodeIcon: React.FC> = (props) => ( - + > = (props) => ( stroke-linecap="round" /> -); +) -export default DeleteNodeIcon; +export default DeleteNodeIcon diff --git a/src/components/Icons/DesignServicesIcon.tsx b/src/components/Icons/DesignServicesIcon.tsx index 54be26542..16a109e00 100644 --- a/src/components/Icons/DesignServicesIcon.tsx +++ b/src/components/Icons/DesignServicesIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const DesignServicesIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const DesignServicesIcon: React.FC> = (props) => ( /> -); +) -export default DesignServicesIcon; +export default DesignServicesIcon diff --git a/src/components/Icons/DocumentIcon.tsx b/src/components/Icons/DocumentIcon.tsx index 793566e1e..c8b4f78e4 100644 --- a/src/components/Icons/DocumentIcon.tsx +++ b/src/components/Icons/DocumentIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const DocumentIcon: React.FC> = (props) => ( - + -); +) -export default DocumentIcon; +export default DocumentIcon diff --git a/src/components/Icons/DownloadIcon.tsx b/src/components/Icons/DownloadIcon.tsx index 9b2aaa390..7ab7bdf63 100644 --- a/src/components/Icons/DownloadIcon.tsx +++ b/src/components/Icons/DownloadIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const DownloadIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const DownloadIcon: React.FC> = (props) => ( /> -); +) -export default DownloadIcon; +export default DownloadIcon diff --git a/src/components/Icons/EditIcon.tsx b/src/components/Icons/EditIcon.tsx index c3f17705f..fd1bcad5f 100644 --- a/src/components/Icons/EditIcon.tsx +++ b/src/components/Icons/EditIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const EditIcon: React.FC> = (props) => ( - + > = (props) => ( /> -); +) -export default EditIcon; +export default EditIcon diff --git a/src/components/Icons/EditNodeIcon.tsx b/src/components/Icons/EditNodeIcon.tsx index 549ceadbb..f178564fe 100644 --- a/src/components/Icons/EditNodeIcon.tsx +++ b/src/components/Icons/EditNodeIcon.tsx @@ -1,26 +1,15 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const EditNodeIcon: React.FC> = (props) => ( - + - + -); +) -export default EditNodeIcon; +export default EditNodeIcon diff --git a/src/components/Icons/EditTopicIcon.tsx b/src/components/Icons/EditTopicIcon.tsx index 8d188ad9a..b19385581 100644 --- a/src/components/Icons/EditTopicIcon.tsx +++ b/src/components/Icons/EditTopicIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const EditTopicIcon: React.FC> = (props) => ( - + > = (props) => ( fill="currentColor" /> -); +) -export default EditTopicIcon; +export default EditTopicIcon diff --git a/src/components/Icons/EpisodeIcon.tsx b/src/components/Icons/EpisodeIcon.tsx index f93aaa7c1..5767a17f8 100644 --- a/src/components/Icons/EpisodeIcon.tsx +++ b/src/components/Icons/EpisodeIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const EpisodeIcon: React.FC> = (props) => ( - + > = (props) => ( /> -); +) -export default EpisodeIcon; +export default EpisodeIcon diff --git a/src/components/Icons/EventIcon.tsx b/src/components/Icons/EventIcon.tsx index 569b7e27f..4bbd13343 100644 --- a/src/components/Icons/EventIcon.tsx +++ b/src/components/Icons/EventIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const EventIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const EventIcon: React.FC> = (props) => ( /> -); +) -export default EventIcon; +export default EventIcon diff --git a/src/components/Icons/ExitFullScreen.tsx b/src/components/Icons/ExitFullScreen.tsx index 3208e26f3..f6c4636de 100644 --- a/src/components/Icons/ExitFullScreen.tsx +++ b/src/components/Icons/ExitFullScreen.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ExitFullScreen: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const ExitFullScreen: React.FC> = (props) => ( /> -); +) -export default ExitFullScreen; +export default ExitFullScreen diff --git a/src/components/Icons/ExploreIcon.tsx b/src/components/Icons/ExploreIcon.tsx index 43bff526a..78e7e9739 100644 --- a/src/components/Icons/ExploreIcon.tsx +++ b/src/components/Icons/ExploreIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ExploreIcon: React.FC> = (props) => ( - + - + @@ -34,6 +21,6 @@ const ExploreIcon: React.FC> = (props) => ( -); +) -export default ExploreIcon; +export default ExploreIcon diff --git a/src/components/Icons/FamilyHistoryIcon.tsx b/src/components/Icons/FamilyHistoryIcon.tsx index 1cfb44132..7d6921388 100644 --- a/src/components/Icons/FamilyHistoryIcon.tsx +++ b/src/components/Icons/FamilyHistoryIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const FamilyHistoryIcon: React.FC> = (props) => ( - + -); +) -export default FamilyHistoryIcon; +export default FamilyHistoryIcon diff --git a/src/components/Icons/FeedbackIcon.tsx b/src/components/Icons/FeedbackIcon.tsx index d29054e48..9c4c93737 100644 --- a/src/components/Icons/FeedbackIcon.tsx +++ b/src/components/Icons/FeedbackIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const FeedbackIcon: React.FC> = (props) => ( - + > = (props) => ( fill="currentColor" /> -); +) -export default FeedbackIcon; +export default FeedbackIcon diff --git a/src/components/Icons/FilterOffIcon.tsx b/src/components/Icons/FilterOffIcon.tsx index 9da0aecfc..1c3ffe9de 100644 --- a/src/components/Icons/FilterOffIcon.tsx +++ b/src/components/Icons/FilterOffIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const FilterOffIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const FilterOffIcon: React.FC> = (props) => ( -); +) -export default FilterOffIcon; +export default FilterOffIcon diff --git a/src/components/Icons/FingerprintIcon.tsx b/src/components/Icons/FingerprintIcon.tsx index 495b5a997..2118e3e6f 100644 --- a/src/components/Icons/FingerprintIcon.tsx +++ b/src/components/Icons/FingerprintIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const FingerprintIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const FingerprintIcon: React.FC> = (props) => ( /> -); +) -export default FingerprintIcon; +export default FingerprintIcon diff --git a/src/components/Icons/FlipIcon.tsx b/src/components/Icons/FlipIcon.tsx index e4dafd915..1aad3d4f0 100644 --- a/src/components/Icons/FlipIcon.tsx +++ b/src/components/Icons/FlipIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const FlipIcon: React.FC> = (props) => ( - + > = (props) => ( stroke-linejoin="round" /> -); +) -export default FlipIcon; +export default FlipIcon diff --git a/src/components/Icons/FortIcon.tsx b/src/components/Icons/FortIcon.tsx index 675389241..cf1e700b2 100644 --- a/src/components/Icons/FortIcon.tsx +++ b/src/components/Icons/FortIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const FortIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const FortIcon: React.FC> = (props) => ( /> -); +) -export default FortIcon; +export default FortIcon diff --git a/src/components/Icons/FullScreenIcon.tsx b/src/components/Icons/FullScreenIcon.tsx index e79638330..fe35d145a 100644 --- a/src/components/Icons/FullScreenIcon.tsx +++ b/src/components/Icons/FullScreenIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const FullScreenIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const FullScreenIcon: React.FC> = (props) => ( /> -); +) -export default FullScreenIcon; +export default FullScreenIcon diff --git a/src/components/Icons/FunctionIcon.tsx b/src/components/Icons/FunctionIcon.tsx index c28587941..9169435ce 100644 --- a/src/components/Icons/FunctionIcon.tsx +++ b/src/components/Icons/FunctionIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const FunctionIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const FunctionIcon: React.FC> = (props) => ( /> -); +) -export default FunctionIcon; +export default FunctionIcon diff --git a/src/components/Icons/GlobeIcon.tsx b/src/components/Icons/GlobeIcon.tsx index cd4328f3b..0b9b66496 100644 --- a/src/components/Icons/GlobeIcon.tsx +++ b/src/components/Icons/GlobeIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const GlobeIcon: React.FC> = (props) => ( - + -); +) -export default GlobeIcon; +export default GlobeIcon diff --git a/src/components/Icons/GrainIcon.tsx b/src/components/Icons/GrainIcon.tsx index 44aae0800..181764eef 100644 --- a/src/components/Icons/GrainIcon.tsx +++ b/src/components/Icons/GrainIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const GrainIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const GrainIcon: React.FC> = (props) => ( -); +) -export default GrainIcon; +export default GrainIcon diff --git a/src/components/Icons/HandymanIcon.tsx b/src/components/Icons/HandymanIcon.tsx index 3e2e00333..ab749d40b 100644 --- a/src/components/Icons/HandymanIcon.tsx +++ b/src/components/Icons/HandymanIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const HandymanIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const HandymanIcon: React.FC> = (props) => ( /> -); +) -export default HandymanIcon; +export default HandymanIcon diff --git a/src/components/Icons/HardwareIcon.tsx b/src/components/Icons/HardwareIcon.tsx index a7b2259f6..b4f9785f3 100644 --- a/src/components/Icons/HardwareIcon.tsx +++ b/src/components/Icons/HardwareIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const HardwareIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const HardwareIcon: React.FC> = (props) => ( /> -); +) -export default HardwareIcon; +export default HardwareIcon diff --git a/src/components/Icons/HashTag.tsx b/src/components/Icons/HashTag.tsx index 9bd12cba4..304b219ba 100644 --- a/src/components/Icons/HashTag.tsx +++ b/src/components/Icons/HashTag.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const HashTag: React.FC> = (props) => ( - + -); +) -export default HashTag; +export default HashTag diff --git a/src/components/Icons/HashtagIcon.tsx b/src/components/Icons/HashtagIcon.tsx index 8e0af8bd7..235c82638 100644 --- a/src/components/Icons/HashtagIcon.tsx +++ b/src/components/Icons/HashtagIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const HashtagIcon: React.FC> = (props) => ( - + -); +) -export default HashtagIcon; +export default HashtagIcon diff --git a/src/components/Icons/HelpIcon.tsx b/src/components/Icons/HelpIcon.tsx index c472e71cd..0367b3a25 100644 --- a/src/components/Icons/HelpIcon.tsx +++ b/src/components/Icons/HelpIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const HelpIcon: React.FC> = (props) => ( - + -); +) -export default HelpIcon; +export default HelpIcon diff --git a/src/components/Icons/HomeIcon.tsx b/src/components/Icons/HomeIcon.tsx index 52123df7f..aba27f7e0 100644 --- a/src/components/Icons/HomeIcon.tsx +++ b/src/components/Icons/HomeIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const HomeIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const HomeIcon: React.FC> = (props) => ( /> -); +) -export default HomeIcon; +export default HomeIcon diff --git a/src/components/Icons/InfoIcon.tsx b/src/components/Icons/InfoIcon.tsx index 5b3c04961..cd4ae2775 100644 --- a/src/components/Icons/InfoIcon.tsx +++ b/src/components/Icons/InfoIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const InfoIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const InfoIcon: React.FC> = (props) => ( -); +) -export default InfoIcon; +export default InfoIcon diff --git a/src/components/Icons/JoystickIcon.tsx b/src/components/Icons/JoystickIcon.tsx index b61e0d4d4..6d94cf01b 100644 --- a/src/components/Icons/JoystickIcon.tsx +++ b/src/components/Icons/JoystickIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const JoystickIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const JoystickIcon: React.FC> = (props) => ( /> -); +) -export default JoystickIcon; +export default JoystickIcon diff --git a/src/components/Icons/LinkIcon.tsx b/src/components/Icons/LinkIcon.tsx index dda82b644..b07bfb7d2 100644 --- a/src/components/Icons/LinkIcon.tsx +++ b/src/components/Icons/LinkIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const LinkIcon: React.FC> = (props) => ( - + > = (props) => ( /> -); +) -export default LinkIcon; +export default LinkIcon diff --git a/src/components/Icons/MenuIcon.tsx b/src/components/Icons/MenuIcon.tsx index f55bbdcdf..36e65216a 100644 --- a/src/components/Icons/MenuIcon.tsx +++ b/src/components/Icons/MenuIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const MenuIcon: React.FC> = (props) => ( - + > = (props) => ( /> -); +) -export default MenuIcon; +export default MenuIcon diff --git a/src/components/Icons/MergeIcon.tsx b/src/components/Icons/MergeIcon.tsx index e1d3f0c62..298861eda 100644 --- a/src/components/Icons/MergeIcon.tsx +++ b/src/components/Icons/MergeIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const MergeIcon: React.FC> = (props) => ( - + -); +) -export default MergeIcon; +export default MergeIcon diff --git a/src/components/Icons/MoneyIcon.tsx b/src/components/Icons/MoneyIcon.tsx index ee2e891ab..013c86bb3 100644 --- a/src/components/Icons/MoneyIcon.tsx +++ b/src/components/Icons/MoneyIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const MoneyIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const MoneyIcon: React.FC> = (props) => ( /> -); +) -export default MoneyIcon; +export default MoneyIcon diff --git a/src/components/Icons/MuteVolumeIcon.tsx b/src/components/Icons/MuteVolumeIcon.tsx index cc596b77a..a06219046 100644 --- a/src/components/Icons/MuteVolumeIcon.tsx +++ b/src/components/Icons/MuteVolumeIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const MuteVolumeIcon: React.FC> = (props) => ( - + - + @@ -26,16 +13,10 @@ const MuteVolumeIcon: React.FC> = (props) => ( d="M14.0384 20.1095V18.5595C15.4807 18.1005 16.6425 17.2672 17.5239 16.0595C18.4053 14.8518 18.8461 13.4903 18.8461 11.9749C18.8461 10.4595 18.4053 9.09799 17.5239 7.89031C16.6425 6.68261 15.4807 5.84927 14.0384 5.39031V3.84033C15.8999 4.33905 17.4165 5.33841 18.5883 6.83841C19.7601 8.33839 20.346 10.0506 20.346 11.9749C20.346 13.8993 19.7601 15.6114 18.5883 17.1114C17.4165 18.6114 15.8999 19.6108 14.0384 20.1095ZM3.65381 14.4999V9.49993H7.36531L11.6537 5.21153V18.7883L7.36531 14.4999H3.65381ZM14.0384 15.6537V8.29608C14.7127 8.66275 15.2339 9.17909 15.6018 9.84511C15.9698 10.5111 16.1537 11.2294 16.1537 11.9999C16.1537 12.7602 15.9682 13.4675 15.597 14.122C15.2259 14.7765 14.7063 15.2871 14.0384 15.6537Z" fill="currentColor" /> - + -); +) -export default MuteVolumeIcon; +export default MuteVolumeIcon diff --git a/src/components/Icons/NodeCircleIcon.tsx b/src/components/Icons/NodeCircleIcon.tsx index 7b3008247..38acce328 100644 --- a/src/components/Icons/NodeCircleIcon.tsx +++ b/src/components/Icons/NodeCircleIcon.tsx @@ -1,16 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const NodeCircleIcon: React.FC> = (props) => ( - + -); +) -export default NodeCircleIcon; +export default NodeCircleIcon diff --git a/src/components/Icons/NodesIcon.tsx b/src/components/Icons/NodesIcon.tsx index 84b3bcca7..4d121b9bb 100644 --- a/src/components/Icons/NodesIcon.tsx +++ b/src/components/Icons/NodesIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const NodesIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const NodesIcon: React.FC> = (props) => ( -); +) -export default NodesIcon; +export default NodesIcon diff --git a/src/components/Icons/NotesIcon.tsx b/src/components/Icons/NotesIcon.tsx index fdb39f764..904e2fe69 100644 --- a/src/components/Icons/NotesIcon.tsx +++ b/src/components/Icons/NotesIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const NotesIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const NotesIcon: React.FC> = (props) => ( -); +) -export default NotesIcon; +export default NotesIcon diff --git a/src/components/Icons/OrganizationIcon.tsx b/src/components/Icons/OrganizationIcon.tsx index cb14e1b53..f09b3279b 100644 --- a/src/components/Icons/OrganizationIcon.tsx +++ b/src/components/Icons/OrganizationIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const OrganizationIcon: React.FC> = (props) => ( - + -); +) -export default OrganizationIcon; +export default OrganizationIcon diff --git a/src/components/Icons/PauseIcon.tsx b/src/components/Icons/PauseIcon.tsx index 110fcba80..0a81d788f 100644 --- a/src/components/Icons/PauseIcon.tsx +++ b/src/components/Icons/PauseIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const PauseIcon: React.FC> = (props) => ( - + > = (props) => ( /> -); +) -export default PauseIcon; +export default PauseIcon diff --git a/src/components/Icons/PersonAdd.tsx b/src/components/Icons/PersonAdd.tsx index 25c2ecab5..beb79aec8 100644 --- a/src/components/Icons/PersonAdd.tsx +++ b/src/components/Icons/PersonAdd.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const PersonAdd: React.FC> = (props) => ( - + -); +) -export default PersonAdd; +export default PersonAdd diff --git a/src/components/Icons/PersonIcon.tsx b/src/components/Icons/PersonIcon.tsx index c5bf33b58..1cceb993b 100644 --- a/src/components/Icons/PersonIcon.tsx +++ b/src/components/Icons/PersonIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const PersonIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const PersonIcon: React.FC> = (props) => ( /> -); +) -export default PersonIcon; +export default PersonIcon diff --git a/src/components/Icons/PhoneIcon.tsx b/src/components/Icons/PhoneIcon.tsx index 3fcd5f2ff..4775e54c2 100644 --- a/src/components/Icons/PhoneIcon.tsx +++ b/src/components/Icons/PhoneIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const PhoneIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const PhoneIcon: React.FC> = (props) => ( /> -); +) -export default PhoneIcon; +export default PhoneIcon diff --git a/src/components/Icons/PlaceIcon.tsx b/src/components/Icons/PlaceIcon.tsx index 84847faa9..b2a5bde6d 100644 --- a/src/components/Icons/PlaceIcon.tsx +++ b/src/components/Icons/PlaceIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const PlaceIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const PlaceIcon: React.FC> = (props) => ( /> -); +) -export default PlaceIcon; +export default PlaceIcon diff --git a/src/components/Icons/PlayIcon.tsx b/src/components/Icons/PlayIcon.tsx index 93a7f964d..d14f64fe9 100644 --- a/src/components/Icons/PlayIcon.tsx +++ b/src/components/Icons/PlayIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const PlayIcon: React.FC> = (props) => ( - + > = (props) => ( /> -); +) -export default PlayIcon; +export default PlayIcon diff --git a/src/components/Icons/PlusIcon.tsx b/src/components/Icons/PlusIcon.tsx index 0a917cda2..b4fca4edf 100644 --- a/src/components/Icons/PlusIcon.tsx +++ b/src/components/Icons/PlusIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const PlusIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const PlusIcon: React.FC> = (props) => ( /> -); +) -export default PlusIcon; +export default PlusIcon diff --git a/src/components/Icons/PropertyHide.tsx b/src/components/Icons/PropertyHide.tsx index e31b77e2f..7e7d51f40 100644 --- a/src/components/Icons/PropertyHide.tsx +++ b/src/components/Icons/PropertyHide.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const PropertyHide: React.FC> = (props) => ( - + - + @@ -28,6 +15,6 @@ const PropertyHide: React.FC> = (props) => ( -); +) -export default PropertyHide; +export default PropertyHide diff --git a/src/components/Icons/PropertyShow.tsx b/src/components/Icons/PropertyShow.tsx index 758fe75ed..9ca80177c 100644 --- a/src/components/Icons/PropertyShow.tsx +++ b/src/components/Icons/PropertyShow.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const PropertyShow: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const PropertyShow: React.FC> = (props) => ( /> -); +) -export default PropertyShow; +export default PropertyShow diff --git a/src/components/Icons/PublicIcon.tsx b/src/components/Icons/PublicIcon.tsx index 62ddf6ee0..366decdcd 100644 --- a/src/components/Icons/PublicIcon.tsx +++ b/src/components/Icons/PublicIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const PublicIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const PublicIcon: React.FC> = (props) => ( -); +) -export default PublicIcon; +export default PublicIcon diff --git a/src/components/Icons/QrCodeIcon.tsx b/src/components/Icons/QrCodeIcon.tsx index ea1f72ff3..56d2cbcfd 100644 --- a/src/components/Icons/QrCodeIcon.tsx +++ b/src/components/Icons/QrCodeIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const QrCodeIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const QrCodeIcon: React.FC> = (props) => ( /> -); +) -export default QrCodeIcon; +export default QrCodeIcon diff --git a/src/components/Icons/ReloadIcon.tsx b/src/components/Icons/ReloadIcon.tsx index 2d2cbff50..6ec4da05e 100644 --- a/src/components/Icons/ReloadIcon.tsx +++ b/src/components/Icons/ReloadIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ReloadIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const ReloadIcon: React.FC> = (props) => ( /> -); +) -export default ReloadIcon; +export default ReloadIcon diff --git a/src/components/Icons/RobotIcon.tsx b/src/components/Icons/RobotIcon.tsx index 051bc7d13..ef6d50b29 100644 --- a/src/components/Icons/RobotIcon.tsx +++ b/src/components/Icons/RobotIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const RobotIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const RobotIcon: React.FC> = (props) => ( /> -); +) -export default RobotIcon; +export default RobotIcon diff --git a/src/components/Icons/SaveIcon.tsx b/src/components/Icons/SaveIcon.tsx index 47878d4e9..3ccb16760 100644 --- a/src/components/Icons/SaveIcon.tsx +++ b/src/components/Icons/SaveIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const SaveIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const SaveIcon: React.FC> = (props) => ( /> -); +) -export default SaveIcon; +export default SaveIcon diff --git a/src/components/Icons/ScheduleIcon.tsx b/src/components/Icons/ScheduleIcon.tsx index eadc1d6ab..745d7df1e 100644 --- a/src/components/Icons/ScheduleIcon.tsx +++ b/src/components/Icons/ScheduleIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ScheduleIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const ScheduleIcon: React.FC> = (props) => ( -); +) -export default ScheduleIcon; +export default ScheduleIcon diff --git a/src/components/Icons/SchoolIcon.tsx b/src/components/Icons/SchoolIcon.tsx index eb9df1521..5a9789513 100644 --- a/src/components/Icons/SchoolIcon.tsx +++ b/src/components/Icons/SchoolIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const SchoolIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const SchoolIcon: React.FC> = (props) => ( /> -); +) -export default SchoolIcon; +export default SchoolIcon diff --git a/src/components/Icons/SearchFilterCloseIcon.tsx b/src/components/Icons/SearchFilterCloseIcon.tsx index 92a5e6b8a..2370b594e 100644 --- a/src/components/Icons/SearchFilterCloseIcon.tsx +++ b/src/components/Icons/SearchFilterCloseIcon.tsx @@ -1,21 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' -const SearchFilterCloseIcon: React.FC> = ( - props, -) => ( - +const SearchFilterCloseIcon: React.FC> = (props) => ( + -); +) -export default SearchFilterCloseIcon; +export default SearchFilterCloseIcon diff --git a/src/components/Icons/SearchFilterIcon.tsx b/src/components/Icons/SearchFilterIcon.tsx index 8de17bdd1..1f3a611ec 100644 --- a/src/components/Icons/SearchFilterIcon.tsx +++ b/src/components/Icons/SearchFilterIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const SearchFilterIcon: React.FC> = (props) => ( - + -); +) -export default SearchFilterIcon; +export default SearchFilterIcon diff --git a/src/components/Icons/SearchIcon.tsx b/src/components/Icons/SearchIcon.tsx index 44cc69df9..2f02e5dfc 100644 --- a/src/components/Icons/SearchIcon.tsx +++ b/src/components/Icons/SearchIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const SearchIcon: React.FC> = (props) => ( - + > = (props) => ( /> -); +) -export default SearchIcon; +export default SearchIcon diff --git a/src/components/Icons/SensorsIcon.tsx b/src/components/Icons/SensorsIcon.tsx index 34b6dfb94..eb0c3c2f8 100644 --- a/src/components/Icons/SensorsIcon.tsx +++ b/src/components/Icons/SensorsIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const SensorsIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const SensorsIcon: React.FC> = (props) => ( -); +) -export default SensorsIcon; +export default SensorsIcon diff --git a/src/components/Icons/SentimentDataIcon.tsx b/src/components/Icons/SentimentDataIcon.tsx index 959e8d5eb..9e8539470 100644 --- a/src/components/Icons/SentimentDataIcon.tsx +++ b/src/components/Icons/SentimentDataIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const SentimentDataIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const SentimentDataIcon: React.FC> = (props) => ( /> -); +) -export default SentimentDataIcon; +export default SentimentDataIcon diff --git a/src/components/Icons/SettingsIcon.tsx b/src/components/Icons/SettingsIcon.tsx index 863bc6a31..a42abb96e 100644 --- a/src/components/Icons/SettingsIcon.tsx +++ b/src/components/Icons/SettingsIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const SettingsIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const SettingsIcon: React.FC> = (props) => ( /> -); +) -export default SettingsIcon; +export default SettingsIcon diff --git a/src/components/Icons/ShieldPersonIcon.tsx b/src/components/Icons/ShieldPersonIcon.tsx index a19e5c5d5..b870970c9 100644 --- a/src/components/Icons/ShieldPersonIcon.tsx +++ b/src/components/Icons/ShieldPersonIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ShieldPersonIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const ShieldPersonIcon: React.FC> = (props) => ( -); +) -export default ShieldPersonIcon; +export default ShieldPersonIcon diff --git a/src/components/Icons/SortFilterIcon.tsx b/src/components/Icons/SortFilterIcon.tsx index 89a21337c..d097c4dfd 100644 --- a/src/components/Icons/SortFilterIcon.tsx +++ b/src/components/Icons/SortFilterIcon.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const SortFilterIcon: React.FC> = (props) => ( - + -); +) -export default SortFilterIcon; +export default SortFilterIcon diff --git a/src/components/Icons/SoundIcon.tsx b/src/components/Icons/SoundIcon.tsx index ae7ce1a39..ee73b7706 100644 --- a/src/components/Icons/SoundIcon.tsx +++ b/src/components/Icons/SoundIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const SoundIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const SoundIcon: React.FC> = (props) => ( -); +) -export default SoundIcon; +export default SoundIcon diff --git a/src/components/Icons/SourcesIcon.tsx b/src/components/Icons/SourcesIcon.tsx index 98b183356..f10fbcc34 100644 --- a/src/components/Icons/SourcesIcon.tsx +++ b/src/components/Icons/SourcesIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const SourcesIcon: React.FC> = (props) => ( - + > = (props) => ( /> -); +) -export default SourcesIcon; +export default SourcesIcon diff --git a/src/components/Icons/SourcesTableIcon.tsx b/src/components/Icons/SourcesTableIcon.tsx index 591831caa..ed7468412 100644 --- a/src/components/Icons/SourcesTableIcon.tsx +++ b/src/components/Icons/SourcesTableIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const SourcesTableIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const SourcesTableIcon: React.FC> = (props) => ( /> -); +) -export default SourcesTableIcon; +export default SourcesTableIcon diff --git a/src/components/Icons/StackIcon.tsx b/src/components/Icons/StackIcon.tsx index f6cd557b6..195fe5743 100644 --- a/src/components/Icons/StackIcon.tsx +++ b/src/components/Icons/StackIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const StackIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const StackIcon: React.FC> = (props) => ( -); +) -export default StackIcon; +export default StackIcon diff --git a/src/components/Icons/StorageIcon.tsx b/src/components/Icons/StorageIcon.tsx index ddea5961f..802a28903 100644 --- a/src/components/Icons/StorageIcon.tsx +++ b/src/components/Icons/StorageIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const StorageIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const StorageIcon: React.FC> = (props) => ( /> -); +) -export default StorageIcon; +export default StorageIcon diff --git a/src/components/Icons/SucessFeedBackIcon.tsx b/src/components/Icons/SucessFeedBackIcon.tsx index 20f1ed477..0f9aa90f4 100644 --- a/src/components/Icons/SucessFeedBackIcon.tsx +++ b/src/components/Icons/SucessFeedBackIcon.tsx @@ -1,14 +1,8 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const SucessFeedBackIcon: React.FC> = (props) => ( - + > = (props) => ( stroke-linejoin="round" /> -); +) -export default SucessFeedBackIcon; +export default SucessFeedBackIcon diff --git a/src/components/Icons/SumFunctionIcon.tsx b/src/components/Icons/SumFunctionIcon.tsx index 24a6eadcd..921d0a661 100644 --- a/src/components/Icons/SumFunctionIcon.tsx +++ b/src/components/Icons/SumFunctionIcon.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const SumFunctionIcon: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const SumFunctionIcon: React.FC> = (props) => ( /> -); +) -export default SumFunctionIcon; +export default SumFunctionIcon diff --git a/src/components/Icons/ThreeDotsIcons.tsx b/src/components/Icons/ThreeDotsIcons.tsx index 8280e65d5..fc70f8fe3 100644 --- a/src/components/Icons/ThreeDotsIcons.tsx +++ b/src/components/Icons/ThreeDotsIcons.tsx @@ -1,22 +1,9 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const ThreeDotsIcons: React.FC> = (props) => ( - - + + @@ -26,6 +13,6 @@ const ThreeDotsIcons: React.FC> = (props) => ( /> -); +) -export default ThreeDotsIcons; +export default ThreeDotsIcons diff --git a/src/components/Icons/TwitterIcon.tsx b/src/components/Icons/TwitterIcon.tsx index fa5545953..ff0bcb241 100644 --- a/src/components/Icons/TwitterIcon.tsx +++ b/src/components/Icons/TwitterIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const TwitterIcon: React.FC> = (props) => ( - + - + @@ -31,6 +18,6 @@ const TwitterIcon: React.FC> = (props) => ( -); +) -export default TwitterIcon; +export default TwitterIcon diff --git a/src/components/Icons/VideoIcon.tsx b/src/components/Icons/VideoIcon.tsx index 35366d23b..933d22b58 100644 --- a/src/components/Icons/VideoIcon.tsx +++ b/src/components/Icons/VideoIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const VideoIcon: React.FC> = (props) => ( - + - + @@ -31,6 +18,6 @@ const VideoIcon: React.FC> = (props) => ( -); +) -export default VideoIcon; +export default VideoIcon diff --git a/src/components/Icons/VisibilityOff.tsx b/src/components/Icons/VisibilityOff.tsx index d0b2eebf7..973319ceb 100644 --- a/src/components/Icons/VisibilityOff.tsx +++ b/src/components/Icons/VisibilityOff.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const VisibilityOff: React.FC> = (props) => ( - + -); +) -export default VisibilityOff; +export default VisibilityOff diff --git a/src/components/Icons/VisibilityOn.tsx b/src/components/Icons/VisibilityOn.tsx index 3c8dc579a..09453dcbe 100644 --- a/src/components/Icons/VisibilityOn.tsx +++ b/src/components/Icons/VisibilityOn.tsx @@ -1,19 +1,13 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const VisibilityOn: React.FC> = (props) => ( - + -); +) -export default VisibilityOn; +export default VisibilityOn diff --git a/src/components/Icons/VolumeIcon.tsx b/src/components/Icons/VolumeIcon.tsx index 5913138c5..d09427f23 100644 --- a/src/components/Icons/VolumeIcon.tsx +++ b/src/components/Icons/VolumeIcon.tsx @@ -1,23 +1,10 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' const VolumeIcon: React.FC> = (props) => ( - + - + @@ -29,6 +16,6 @@ const VolumeIcon: React.FC> = (props) => ( -); +) -export default VolumeIcon; +export default VolumeIcon diff --git a/src/components/Icons/index.tsx b/src/components/Icons/index.tsx index bcd7c8910..6b3bc4a9d 100644 --- a/src/components/Icons/index.tsx +++ b/src/components/Icons/index.tsx @@ -1,121 +1,121 @@ /* eslint-disable */ -import React from 'react'; +import React from 'react' -import AddCircleIcon from './AddCircleIcon'; -import AddContentIcon from './AddContentIcon'; -import AddLinkIcon from './AddLinkIcon'; -import AddSourceIcon from './AddSourceIcon'; -import AiPauseIcon from './AiPauseIcon'; -import AiPlayIcon from './AiPlayIcon'; -import AiSummaryIcon from './AiSummaryIcon'; -import AndroidIcon from './AndroidIcon'; -import ArrowBackIcon from './ArrowBackIcon'; -import ArrowForwardIcon from './ArrowForwardIcon'; -import ArrowRight from './ArrowRight'; -import AudioIcon from './AudioIcon'; -import BitcoinIcon from './BitcoinIcon'; -import BoostIcon from './BoostIcon'; -import BrowseGalleryIcon from './BrowseGalleryIcon'; -import BubbleChartIcon from './BubbleChartIcon'; -import BudgetIcon from './BudgetIcon'; -import BuildIcon from './BuildIcon'; -import CalendarIcon from './CalendarIcon'; -import CameraCenterIcon from './CameraCenterIcon'; -import CancelIcon from './CancelIcon'; -import CheckIcon from './CheckIcon'; -import CheckedIcon from './CheckedIcon'; -import ChevronDownIcon from './ChevronDownIcon'; -import ChevronLeftIcon from './ChevronLeftIcon'; -import ChevronRightIcon from './ChevronRightIcon'; -import ChevronUpIcon from './ChevronUpIcon'; -import ChipIcon from './ChipIcon'; -import ClearIcon from './ClearIcon'; -import CloseIcon from './CloseIcon'; -import ColorPickerIcon from './ColorPickerIcon'; -import CommunitiesIcon from './CommunitiesIcon'; -import CompassIcon from './CompassIcon'; -import ConstructionIcon from './ConstructionIcon'; -import ContentIcon from './ContentIcon'; -import CopyIcon from './CopyIcon'; -import CorporationIcon from './CorporationIcon'; -import CreateEdgeIcon from './CreateEdgeIcon'; -import DefaultShowIcon from './DefaultShowIcon'; -import DeleteIcon from './DeleteIcon'; -import DeleteNodeIcon from './DeleteNodeIcon'; -import DesignServicesIcon from './DesignServicesIcon'; -import DocumentIcon from './DocumentIcon'; -import DownloadIcon from './DownloadIcon'; -import EditIcon from './EditIcon'; -import EditNodeIcon from './EditNodeIcon'; -import EditTopicIcon from './EditTopicIcon'; -import EpisodeIcon from './EpisodeIcon'; -import EventIcon from './EventIcon'; -import ExitFullScreen from './ExitFullScreen'; -import ExploreIcon from './ExploreIcon'; -import FamilyHistoryIcon from './FamilyHistoryIcon'; -import FeedbackIcon from './FeedbackIcon'; -import FilterOffIcon from './FilterOffIcon'; -import FingerprintIcon from './FingerprintIcon'; -import FlipIcon from './FlipIcon'; -import FortIcon from './FortIcon'; -import FullScreenIcon from './FullScreenIcon'; -import FunctionIcon from './FunctionIcon'; -import GlobeIcon from './GlobeIcon'; -import GrainIcon from './GrainIcon'; -import HandymanIcon from './HandymanIcon'; -import HardwareIcon from './HardwareIcon'; -import HashTag from './HashTag'; -import HashtagIcon from './HashtagIcon'; -import HelpIcon from './HelpIcon'; -import HomeIcon from './HomeIcon'; -import InfoIcon from './InfoIcon'; -import JoystickIcon from './JoystickIcon'; -import LinkIcon from './LinkIcon'; -import MenuIcon from './MenuIcon'; -import MergeIcon from './MergeIcon'; -import MoneyIcon from './MoneyIcon'; -import MuteVolumeIcon from './MuteVolumeIcon'; -import NodeCircleIcon from './NodeCircleIcon'; -import NodesIcon from './NodesIcon'; -import NotesIcon from './NotesIcon'; -import OrganizationIcon from './OrganizationIcon'; -import PauseIcon from './PauseIcon'; -import PersonAdd from './PersonAdd'; -import PersonIcon from './PersonIcon'; -import PhoneIcon from './PhoneIcon'; -import PlaceIcon from './PlaceIcon'; -import PlayIcon from './PlayIcon'; -import PlusIcon from './PlusIcon'; -import PropertyHide from './PropertyHide'; -import PropertyShow from './PropertyShow'; -import PublicIcon from './PublicIcon'; -import QrCodeIcon from './QrCodeIcon'; -import ReloadIcon from './ReloadIcon'; -import RobotIcon from './RobotIcon'; -import SaveIcon from './SaveIcon'; -import ScheduleIcon from './ScheduleIcon'; -import SchoolIcon from './SchoolIcon'; -import SearchFilterCloseIcon from './SearchFilterCloseIcon'; -import SearchFilterIcon from './SearchFilterIcon'; -import SearchIcon from './SearchIcon'; -import SensorsIcon from './SensorsIcon'; -import SentimentDataIcon from './SentimentDataIcon'; -import SettingsIcon from './SettingsIcon'; -import ShieldPersonIcon from './ShieldPersonIcon'; -import SortFilterIcon from './SortFilterIcon'; -import SoundIcon from './SoundIcon'; -import SourcesIcon from './SourcesIcon'; -import SourcesTableIcon from './SourcesTableIcon'; -import StackIcon from './StackIcon'; -import StorageIcon from './StorageIcon'; -import SucessFeedBackIcon from './SucessFeedBackIcon'; -import SumFunctionIcon from './SumFunctionIcon'; -import ThreeDotsIcons from './ThreeDotsIcons'; -import TwitterIcon from './TwitterIcon'; -import VideoIcon from './VideoIcon'; -import VisibilityOff from './VisibilityOff'; -import VisibilityOn from './VisibilityOn'; -import VolumeIcon from './VolumeIcon'; +import AddCircleIcon from './AddCircleIcon' +import AddContentIcon from './AddContentIcon' +import AddLinkIcon from './AddLinkIcon' +import AddSourceIcon from './AddSourceIcon' +import AiPauseIcon from './AiPauseIcon' +import AiPlayIcon from './AiPlayIcon' +import AiSummaryIcon from './AiSummaryIcon' +import AndroidIcon from './AndroidIcon' +import ArrowBackIcon from './ArrowBackIcon' +import ArrowForwardIcon from './ArrowForwardIcon' +import ArrowRight from './ArrowRight' +import AudioIcon from './AudioIcon' +import BitcoinIcon from './BitcoinIcon' +import BoostIcon from './BoostIcon' +import BrowseGalleryIcon from './BrowseGalleryIcon' +import BubbleChartIcon from './BubbleChartIcon' +import BudgetIcon from './BudgetIcon' +import BuildIcon from './BuildIcon' +import CalendarIcon from './CalendarIcon' +import CameraCenterIcon from './CameraCenterIcon' +import CancelIcon from './CancelIcon' +import CheckIcon from './CheckIcon' +import CheckedIcon from './CheckedIcon' +import ChevronDownIcon from './ChevronDownIcon' +import ChevronLeftIcon from './ChevronLeftIcon' +import ChevronRightIcon from './ChevronRightIcon' +import ChevronUpIcon from './ChevronUpIcon' +import ChipIcon from './ChipIcon' +import ClearIcon from './ClearIcon' +import CloseIcon from './CloseIcon' +import ColorPickerIcon from './ColorPickerIcon' +import CommunitiesIcon from './CommunitiesIcon' +import CompassIcon from './CompassIcon' +import ConstructionIcon from './ConstructionIcon' +import ContentIcon from './ContentIcon' +import CopyIcon from './CopyIcon' +import CorporationIcon from './CorporationIcon' +import CreateEdgeIcon from './CreateEdgeIcon' +import DefaultShowIcon from './DefaultShowIcon' +import DeleteIcon from './DeleteIcon' +import DeleteNodeIcon from './DeleteNodeIcon' +import DesignServicesIcon from './DesignServicesIcon' +import DocumentIcon from './DocumentIcon' +import DownloadIcon from './DownloadIcon' +import EditIcon from './EditIcon' +import EditNodeIcon from './EditNodeIcon' +import EditTopicIcon from './EditTopicIcon' +import EpisodeIcon from './EpisodeIcon' +import EventIcon from './EventIcon' +import ExitFullScreen from './ExitFullScreen' +import ExploreIcon from './ExploreIcon' +import FamilyHistoryIcon from './FamilyHistoryIcon' +import FeedbackIcon from './FeedbackIcon' +import FilterOffIcon from './FilterOffIcon' +import FingerprintIcon from './FingerprintIcon' +import FlipIcon from './FlipIcon' +import FortIcon from './FortIcon' +import FullScreenIcon from './FullScreenIcon' +import FunctionIcon from './FunctionIcon' +import GlobeIcon from './GlobeIcon' +import GrainIcon from './GrainIcon' +import HandymanIcon from './HandymanIcon' +import HardwareIcon from './HardwareIcon' +import HashTag from './HashTag' +import HashtagIcon from './HashtagIcon' +import HelpIcon from './HelpIcon' +import HomeIcon from './HomeIcon' +import InfoIcon from './InfoIcon' +import JoystickIcon from './JoystickIcon' +import LinkIcon from './LinkIcon' +import MenuIcon from './MenuIcon' +import MergeIcon from './MergeIcon' +import MoneyIcon from './MoneyIcon' +import MuteVolumeIcon from './MuteVolumeIcon' +import NodeCircleIcon from './NodeCircleIcon' +import NodesIcon from './NodesIcon' +import NotesIcon from './NotesIcon' +import OrganizationIcon from './OrganizationIcon' +import PauseIcon from './PauseIcon' +import PersonAdd from './PersonAdd' +import PersonIcon from './PersonIcon' +import PhoneIcon from './PhoneIcon' +import PlaceIcon from './PlaceIcon' +import PlayIcon from './PlayIcon' +import PlusIcon from './PlusIcon' +import PropertyHide from './PropertyHide' +import PropertyShow from './PropertyShow' +import PublicIcon from './PublicIcon' +import QrCodeIcon from './QrCodeIcon' +import ReloadIcon from './ReloadIcon' +import RobotIcon from './RobotIcon' +import SaveIcon from './SaveIcon' +import ScheduleIcon from './ScheduleIcon' +import SchoolIcon from './SchoolIcon' +import SearchFilterCloseIcon from './SearchFilterCloseIcon' +import SearchFilterIcon from './SearchFilterIcon' +import SearchIcon from './SearchIcon' +import SensorsIcon from './SensorsIcon' +import SentimentDataIcon from './SentimentDataIcon' +import SettingsIcon from './SettingsIcon' +import ShieldPersonIcon from './ShieldPersonIcon' +import SortFilterIcon from './SortFilterIcon' +import SoundIcon from './SoundIcon' +import SourcesIcon from './SourcesIcon' +import SourcesTableIcon from './SourcesTableIcon' +import StackIcon from './StackIcon' +import StorageIcon from './StorageIcon' +import SucessFeedBackIcon from './SucessFeedBackIcon' +import SumFunctionIcon from './SumFunctionIcon' +import ThreeDotsIcons from './ThreeDotsIcons' +import TwitterIcon from './TwitterIcon' +import VideoIcon from './VideoIcon' +import VisibilityOff from './VisibilityOff' +import VisibilityOn from './VisibilityOn' +import VolumeIcon from './VolumeIcon' export const Icons: Record>> = { AddCircleIcon: AddCircleIcon, @@ -233,4 +233,4 @@ export const Icons: Record>> = { VisibilityOff: VisibilityOff, VisibilityOn: VisibilityOn, VolumeIcon: VolumeIcon, -}; +}