@indxsearch/pixl 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +45 -0
- package/components/main-icons/AlignCenterIcon.tsx +14 -0
- package/components/main-icons/AlignJustifyIcon.tsx +14 -0
- package/components/main-icons/AlignLeftIcon.tsx +14 -0
- package/components/main-icons/AlignRightIcon.tsx +14 -0
- package/components/main-icons/AnalyticsIcon.tsx +12 -0
- package/components/main-icons/AnchorIcon.tsx +12 -0
- package/components/main-icons/BarCodeIcon.tsx +29 -0
- package/components/main-icons/BatteryIcon.tsx +17 -0
- package/components/main-icons/BellIcon.tsx +24 -0
- package/components/main-icons/BookIcon.tsx +29 -0
- package/components/main-icons/BoostIcon.tsx +23 -0
- package/components/main-icons/CardIcon.tsx +41 -0
- package/components/main-icons/CheckIcon.tsx +12 -0
- package/components/main-icons/CircleIcon.tsx +23 -0
- package/components/main-icons/ClockIcon.tsx +12 -0
- package/components/main-icons/CloudIcon.tsx +12 -0
- package/components/main-icons/CodeIcon.tsx +21 -0
- package/components/main-icons/CoffeeIcon.tsx +19 -0
- package/components/main-icons/CoinsIcon.tsx +23 -0
- package/components/main-icons/CommentIcon.tsx +12 -0
- package/components/main-icons/ComponentIcon.tsx +20 -0
- package/components/main-icons/ComposeIcon.tsx +12 -0
- package/components/main-icons/CopyIcon.tsx +12 -0
- package/components/main-icons/CoreIcon.tsx +26 -0
- package/components/main-icons/CoverageIcon.tsx +31 -0
- package/components/main-icons/CoverageIndexIcon.tsx +20 -0
- package/components/main-icons/CpuIcon.tsx +12 -0
- package/components/main-icons/CropIcon.tsx +12 -0
- package/components/main-icons/CrystalBallIcon.tsx +31 -0
- package/components/main-icons/CsharpIcon.tsx +27 -0
- package/components/main-icons/DeleteIcon.tsx +19 -0
- package/components/main-icons/DiscoveryIcon.tsx +12 -0
- package/components/main-icons/DivingMaskIcon.tsx +28 -0
- package/components/main-icons/DocumentFieldsIcon.tsx +31 -0
- package/components/main-icons/DocumentOrFileIcon.tsx +12 -0
- package/components/main-icons/DownloadIcon.tsx +19 -0
- package/components/main-icons/DropEmptyIcon.tsx +28 -0
- package/components/main-icons/DropFullIcon.tsx +35 -0
- package/components/main-icons/DropHalfIcon.tsx +31 -0
- package/components/main-icons/DuplicateIcon.tsx +12 -0
- package/components/main-icons/DynamicJsonFieldIcon.tsx +25 -0
- package/components/main-icons/ECommerceIcon.tsx +12 -0
- package/components/main-icons/EmptyIcon.tsx +12 -0
- package/components/main-icons/EqualIcon.tsx +17 -0
- package/components/main-icons/EyeIcon.tsx +19 -0
- package/components/main-icons/FastBackwardIcon.tsx +29 -0
- package/components/main-icons/FastForwardIcon.tsx +29 -0
- package/components/main-icons/FieldIcon.tsx +18 -0
- package/components/main-icons/FieldsIcon.tsx +12 -0
- package/components/main-icons/FilterAltIcon.tsx +25 -0
- package/components/main-icons/FilterIcon.tsx +12 -0
- package/components/main-icons/FlagIcon.tsx +27 -0
- package/components/main-icons/FlowerIcon.tsx +12 -0
- package/components/main-icons/FolderIcon.tsx +12 -0
- package/components/main-icons/FourLeafCloverIcon.tsx +24 -0
- package/components/main-icons/FrostIcon.tsx +25 -0
- package/components/main-icons/GPSMyLocationIcon.tsx +23 -0
- package/components/main-icons/GPSPinIcon.tsx +21 -0
- package/components/main-icons/GitBranchIcon.tsx +19 -0
- package/components/main-icons/GitCommitIcon.tsx +12 -0
- package/components/main-icons/GitMergeIcon.tsx +19 -0
- package/components/main-icons/GitPullRequestIcon.tsx +19 -0
- package/components/main-icons/GlassIcon.tsx +23 -0
- package/components/main-icons/GlassesIcon.tsx +12 -0
- package/components/main-icons/GraphIcon.tsx +18 -0
- package/components/main-icons/GreaterIcon.tsx +16 -0
- package/components/main-icons/GreaterOrEqualIcon.tsx +22 -0
- package/components/main-icons/HeadphonesIcon.tsx +12 -0
- package/components/main-icons/HeartIcon.tsx +12 -0
- package/components/main-icons/HomeIcon.tsx +12 -0
- package/components/main-icons/HourGlassIcon.tsx +12 -0
- package/components/main-icons/IndxIcon.tsx +12 -0
- package/components/main-icons/InstanceIcon.tsx +19 -0
- package/components/main-icons/InternetBrowserIcon.tsx +19 -0
- package/components/main-icons/JsonIcon.tsx +33 -0
- package/components/main-icons/JsonQueryIcon.tsx +27 -0
- package/components/main-icons/JsonResultIcon.tsx +27 -0
- package/components/main-icons/KeyIcon.tsx +12 -0
- package/components/main-icons/LabExperimentIcon.tsx +28 -0
- package/components/main-icons/LayoutAlignBottomIcon.tsx +20 -0
- package/components/main-icons/LayoutAlignLeftIcon.tsx +20 -0
- package/components/main-icons/LayoutAlignRightIcon.tsx +20 -0
- package/components/main-icons/LayoutAlignTopIcon.tsx +20 -0
- package/components/main-icons/LightBulbIcon.tsx +12 -0
- package/components/main-icons/LinearIcon.tsx +26 -0
- package/components/main-icons/LinkIcon.tsx +12 -0
- package/components/main-icons/ListIcon.tsx +29 -0
- package/components/main-icons/LockIcon.tsx +12 -0
- package/components/main-icons/LoginIcon.tsx +19 -0
- package/components/main-icons/LogoutIcon.tsx +19 -0
- package/components/main-icons/LoopIcon.tsx +19 -0
- package/components/main-icons/MailIcon.tsx +43 -0
- package/components/main-icons/MaximizeIcon.tsx +12 -0
- package/components/main-icons/MenuIcon.tsx +13 -0
- package/components/main-icons/MicrophoneIcon.tsx +19 -0
- package/components/main-icons/MinimizeIcon.tsx +12 -0
- package/components/main-icons/MinusIcon.tsx +16 -0
- package/components/main-icons/MoneyIcon.tsx +34 -0
- package/components/main-icons/NestedObjectIcon.tsx +26 -0
- package/components/main-icons/NextIcon.tsx +25 -0
- package/components/main-icons/NodesIcon.tsx +28 -0
- package/components/main-icons/NugetIcon.tsx +29 -0
- package/components/main-icons/OptionsMenuIcon.tsx +14 -0
- package/components/main-icons/PanelAddIcon.tsx +29 -0
- package/components/main-icons/PanelDeleteIcon.tsx +19 -0
- package/components/main-icons/PatternRecognitionIcon.tsx +21 -0
- package/components/main-icons/PauseIcon.tsx +21 -0
- package/components/main-icons/PcIcon.tsx +25 -0
- package/components/main-icons/PercentIcon.tsx +24 -0
- package/components/main-icons/PersonaliseIcon.tsx +12 -0
- package/components/main-icons/PlayIcon.tsx +20 -0
- package/components/main-icons/PlusIcon.tsx +27 -0
- package/components/main-icons/PointLeftIcon.tsx +19 -0
- package/components/main-icons/PointRightIcon.tsx +19 -0
- package/components/main-icons/PointUpIcon.tsx +12 -0
- package/components/main-icons/PowerIcon.tsx +28 -0
- package/components/main-icons/PrevIcon.tsx +25 -0
- package/components/main-icons/PuzzlePieceIcon.tsx +18 -0
- package/components/main-icons/RSSFeedIcon.tsx +23 -0
- package/components/main-icons/RamIcon.tsx +30 -0
- package/components/main-icons/RecorderIcon.tsx +19 -0
- package/components/main-icons/RefreshIcon.tsx +26 -0
- package/components/main-icons/SaveIcon.tsx +31 -0
- package/components/main-icons/SearchIcon.tsx +12 -0
- package/components/main-icons/SearchQueryIcon.tsx +24 -0
- package/components/main-icons/ShieldIcon.tsx +23 -0
- package/components/main-icons/SlidersHorizontalIcon.tsx +19 -0
- package/components/main-icons/SlidersVerticalIcon.tsx +19 -0
- package/components/main-icons/SmallerIcon.tsx +16 -0
- package/components/main-icons/SmallerOrEqualIcon.tsx +22 -0
- package/components/main-icons/SortAscendingIcon.tsx +24 -0
- package/components/main-icons/SortDescendingIcon.tsx +24 -0
- package/components/main-icons/SparkIcon.tsx +28 -0
- package/components/main-icons/SpecialCharactersIcon.tsx +27 -0
- package/components/main-icons/SpectrumFlatIcon.tsx +12 -0
- package/components/main-icons/SpectrumIcon.tsx +12 -0
- package/components/main-icons/SpeedometerIcon.tsx +31 -0
- package/components/main-icons/StatusIcon.tsx +32 -0
- package/components/main-icons/SupportIcon.tsx +34 -0
- package/components/main-icons/TagIcon.tsx +26 -0
- package/components/main-icons/TerminalIcon.tsx +19 -0
- package/components/main-icons/ThumbsUpIcon.tsx +26 -0
- package/components/main-icons/ToolBoxIcon.tsx +41 -0
- package/components/main-icons/TypingIcon.tsx +12 -0
- package/components/main-icons/TypoOrBugIcon.tsx +12 -0
- package/components/main-icons/UpdateIcon.tsx +29 -0
- package/components/main-icons/UserAliasIcon.tsx +23 -0
- package/components/main-icons/UserBookmarkIcon.tsx +34 -0
- package/components/main-icons/UserCheckIcon.tsx +19 -0
- package/components/main-icons/UserGroupIcon.tsx +20 -0
- package/components/main-icons/UserIcon.tsx +19 -0
- package/components/main-icons/UserIdIcon.tsx +31 -0
- package/components/main-icons/UserMinusIcon.tsx +19 -0
- package/components/main-icons/UserPlusIcon.tsx +19 -0
- package/components/main-icons/UserPrivacyIcon.tsx +31 -0
- package/components/main-icons/UserTextIcon.tsx +33 -0
- package/components/main-icons/UserXIcon.tsx +19 -0
- package/components/main-icons/UsersIcon.tsx +12 -0
- package/components/main-icons/VirtualRealityVrHeadsetIcon.tsx +27 -0
- package/components/main-icons/VolumeHighIcon.tsx +35 -0
- package/components/main-icons/VolumeLowIcon.tsx +21 -0
- package/components/main-icons/VolumeMediumIcon.tsx +31 -0
- package/components/main-icons/VolumeMuteIcon.tsx +32 -0
- package/components/main-icons/WarningIcon.tsx +31 -0
- package/components/main-icons/WeightHighIcon.tsx +20 -0
- package/components/main-icons/WeightIcon.tsx +35 -0
- package/components/main-icons/WeightLowIcon.tsx +16 -0
- package/components/main-icons/WeightMediumIcon.tsx +18 -0
- package/components/main-icons/WiFiIcon.tsx +19 -0
- package/components/main-icons/XOrErrorIcon.tsx +12 -0
- package/components/main-icons/ZapIcon.tsx +22 -0
- package/components/main-icons/index.ts +6 -0
- package/components/main-icons/types.ts +5 -0
- package/dist/components/icons/AlignCenterIcon.js +27 -0
- package/dist/components/icons/AlignCenterIcon.js.map +1 -0
- package/dist/components/icons/AlignJustifyIcon.js +27 -0
- package/dist/components/icons/AlignJustifyIcon.js.map +1 -0
- package/dist/components/icons/AlignLeftIcon.js +27 -0
- package/dist/components/icons/AlignLeftIcon.js.map +1 -0
- package/dist/components/icons/AlignRightIcon.js +27 -0
- package/dist/components/icons/AlignRightIcon.js.map +1 -0
- package/dist/components/icons/AnalyticsIcon.js +25 -0
- package/dist/components/icons/AnalyticsIcon.js.map +1 -0
- package/dist/components/icons/AnchorIcon.js +25 -0
- package/dist/components/icons/AnchorIcon.js.map +1 -0
- package/dist/components/icons/BarCodeIcon.js +42 -0
- package/dist/components/icons/BarCodeIcon.js.map +1 -0
- package/dist/components/icons/BatteryIcon.js +30 -0
- package/dist/components/icons/BatteryIcon.js.map +1 -0
- package/dist/components/icons/BellIcon.js +37 -0
- package/dist/components/icons/BellIcon.js.map +1 -0
- package/dist/components/icons/BookIcon.js +42 -0
- package/dist/components/icons/BookIcon.js.map +1 -0
- package/dist/components/icons/BoostIcon.js +36 -0
- package/dist/components/icons/BoostIcon.js.map +1 -0
- package/dist/components/icons/C#Icon.js +41 -0
- package/dist/components/icons/C#Icon.js.map +1 -0
- package/dist/components/icons/CardIcon.js +54 -0
- package/dist/components/icons/CardIcon.js.map +1 -0
- package/dist/components/icons/CheckIcon.js +25 -0
- package/dist/components/icons/CheckIcon.js.map +1 -0
- package/dist/components/icons/CircleIcon.js +36 -0
- package/dist/components/icons/CircleIcon.js.map +1 -0
- package/dist/components/icons/ClockIcon.js +25 -0
- package/dist/components/icons/ClockIcon.js.map +1 -0
- package/dist/components/icons/CloudIcon.js +25 -0
- package/dist/components/icons/CloudIcon.js.map +1 -0
- package/dist/components/icons/CodeIcon.js +34 -0
- package/dist/components/icons/CodeIcon.js.map +1 -0
- package/dist/components/icons/CoffeeIcon.js +32 -0
- package/dist/components/icons/CoffeeIcon.js.map +1 -0
- package/dist/components/icons/CoinsIcon.js +36 -0
- package/dist/components/icons/CoinsIcon.js.map +1 -0
- package/dist/components/icons/CommentIcon.js +25 -0
- package/dist/components/icons/CommentIcon.js.map +1 -0
- package/dist/components/icons/ComponentIcon.js +33 -0
- package/dist/components/icons/ComponentIcon.js.map +1 -0
- package/dist/components/icons/ComposeIcon.js +25 -0
- package/dist/components/icons/ComposeIcon.js.map +1 -0
- package/dist/components/icons/CopyIcon.js +25 -0
- package/dist/components/icons/CopyIcon.js.map +1 -0
- package/dist/components/icons/CoreIcon.js +39 -0
- package/dist/components/icons/CoreIcon.js.map +1 -0
- package/dist/components/icons/CoverageIcon.js +44 -0
- package/dist/components/icons/CoverageIcon.js.map +1 -0
- package/dist/components/icons/CoverageIndexIcon.js +33 -0
- package/dist/components/icons/CoverageIndexIcon.js.map +1 -0
- package/dist/components/icons/CpuIcon.js +25 -0
- package/dist/components/icons/CpuIcon.js.map +1 -0
- package/dist/components/icons/CropIcon.js +25 -0
- package/dist/components/icons/CropIcon.js.map +1 -0
- package/dist/components/icons/CrystalBallIcon.js +44 -0
- package/dist/components/icons/CrystalBallIcon.js.map +1 -0
- package/dist/components/icons/DeleteIcon.js +32 -0
- package/dist/components/icons/DeleteIcon.js.map +1 -0
- package/dist/components/icons/DiscoveryIcon.js +25 -0
- package/dist/components/icons/DiscoveryIcon.js.map +1 -0
- package/dist/components/icons/DivingMaskIcon.js +41 -0
- package/dist/components/icons/DivingMaskIcon.js.map +1 -0
- package/dist/components/icons/DocumentFieldsIcon.js +44 -0
- package/dist/components/icons/DocumentFieldsIcon.js.map +1 -0
- package/dist/components/icons/DocumentOrFileIcon.js +25 -0
- package/dist/components/icons/DocumentOrFileIcon.js.map +1 -0
- package/dist/components/icons/DownloadIcon.js +32 -0
- package/dist/components/icons/DownloadIcon.js.map +1 -0
- package/dist/components/icons/DropEmptyIcon.js +41 -0
- package/dist/components/icons/DropEmptyIcon.js.map +1 -0
- package/dist/components/icons/DropFullIcon.js +48 -0
- package/dist/components/icons/DropFullIcon.js.map +1 -0
- package/dist/components/icons/DropHalfIcon.js +44 -0
- package/dist/components/icons/DropHalfIcon.js.map +1 -0
- package/dist/components/icons/DuplicateIcon.js +25 -0
- package/dist/components/icons/DuplicateIcon.js.map +1 -0
- package/dist/components/icons/DynamicJsonFieldIcon.js +38 -0
- package/dist/components/icons/DynamicJsonFieldIcon.js.map +1 -0
- package/dist/components/icons/ECommerceIcon.js +25 -0
- package/dist/components/icons/ECommerceIcon.js.map +1 -0
- package/dist/components/icons/EmptyIcon.js +25 -0
- package/dist/components/icons/EmptyIcon.js.map +1 -0
- package/dist/components/icons/EqualIcon.js +30 -0
- package/dist/components/icons/EqualIcon.js.map +1 -0
- package/dist/components/icons/EyeIcon.js +32 -0
- package/dist/components/icons/EyeIcon.js.map +1 -0
- package/dist/components/icons/FastBackwardIcon.js +42 -0
- package/dist/components/icons/FastBackwardIcon.js.map +1 -0
- package/dist/components/icons/FastForwardIcon.js +42 -0
- package/dist/components/icons/FastForwardIcon.js.map +1 -0
- package/dist/components/icons/FieldIcon.js +31 -0
- package/dist/components/icons/FieldIcon.js.map +1 -0
- package/dist/components/icons/FieldsIcon.js +25 -0
- package/dist/components/icons/FieldsIcon.js.map +1 -0
- package/dist/components/icons/FilterAltIcon.js +38 -0
- package/dist/components/icons/FilterAltIcon.js.map +1 -0
- package/dist/components/icons/FilterIcon.js +25 -0
- package/dist/components/icons/FilterIcon.js.map +1 -0
- package/dist/components/icons/FlagIcon.js +40 -0
- package/dist/components/icons/FlagIcon.js.map +1 -0
- package/dist/components/icons/FlowerIcon.js +25 -0
- package/dist/components/icons/FlowerIcon.js.map +1 -0
- package/dist/components/icons/FolderIcon.js +25 -0
- package/dist/components/icons/FolderIcon.js.map +1 -0
- package/dist/components/icons/FourLeafCloverIcon.js +37 -0
- package/dist/components/icons/FourLeafCloverIcon.js.map +1 -0
- package/dist/components/icons/FrostIcon.js +38 -0
- package/dist/components/icons/FrostIcon.js.map +1 -0
- package/dist/components/icons/GPSMyLocationIcon.js +36 -0
- package/dist/components/icons/GPSMyLocationIcon.js.map +1 -0
- package/dist/components/icons/GPSPinIcon.js +34 -0
- package/dist/components/icons/GPSPinIcon.js.map +1 -0
- package/dist/components/icons/GitBranchIcon.js +32 -0
- package/dist/components/icons/GitBranchIcon.js.map +1 -0
- package/dist/components/icons/GitCommitIcon.js +25 -0
- package/dist/components/icons/GitCommitIcon.js.map +1 -0
- package/dist/components/icons/GitMergeIcon.js +32 -0
- package/dist/components/icons/GitMergeIcon.js.map +1 -0
- package/dist/components/icons/GitPullRequestIcon.js +32 -0
- package/dist/components/icons/GitPullRequestIcon.js.map +1 -0
- package/dist/components/icons/GlassIcon.js +36 -0
- package/dist/components/icons/GlassIcon.js.map +1 -0
- package/dist/components/icons/GlassesIcon.js +25 -0
- package/dist/components/icons/GlassesIcon.js.map +1 -0
- package/dist/components/icons/GraphIcon.js +31 -0
- package/dist/components/icons/GraphIcon.js.map +1 -0
- package/dist/components/icons/GreaterIcon.js +29 -0
- package/dist/components/icons/GreaterIcon.js.map +1 -0
- package/dist/components/icons/GreaterOrEqualIcon.js +35 -0
- package/dist/components/icons/GreaterOrEqualIcon.js.map +1 -0
- package/dist/components/icons/HeadphonesIcon.js +25 -0
- package/dist/components/icons/HeadphonesIcon.js.map +1 -0
- package/dist/components/icons/HeartIcon.js +25 -0
- package/dist/components/icons/HeartIcon.js.map +1 -0
- package/dist/components/icons/HomeIcon.js +25 -0
- package/dist/components/icons/HomeIcon.js.map +1 -0
- package/dist/components/icons/HourGlassIcon.js +25 -0
- package/dist/components/icons/HourGlassIcon.js.map +1 -0
- package/dist/components/icons/IndxIcon.js +25 -0
- package/dist/components/icons/IndxIcon.js.map +1 -0
- package/dist/components/icons/InstanceIcon.js +32 -0
- package/dist/components/icons/InstanceIcon.js.map +1 -0
- package/dist/components/icons/InternetBrowserIcon.js +32 -0
- package/dist/components/icons/InternetBrowserIcon.js.map +1 -0
- package/dist/components/icons/JSONIcon.js +46 -0
- package/dist/components/icons/JSONIcon.js.map +1 -0
- package/dist/components/icons/JsonQueryIcon.js +40 -0
- package/dist/components/icons/JsonQueryIcon.js.map +1 -0
- package/dist/components/icons/JsonResultIcon.js +40 -0
- package/dist/components/icons/JsonResultIcon.js.map +1 -0
- package/dist/components/icons/KeyIcon.js +25 -0
- package/dist/components/icons/KeyIcon.js.map +1 -0
- package/dist/components/icons/LabExperimentIcon.js +41 -0
- package/dist/components/icons/LabExperimentIcon.js.map +1 -0
- package/dist/components/icons/LayoutAlignBottomIcon.js +33 -0
- package/dist/components/icons/LayoutAlignBottomIcon.js.map +1 -0
- package/dist/components/icons/LayoutAlignLeftIcon.js +33 -0
- package/dist/components/icons/LayoutAlignLeftIcon.js.map +1 -0
- package/dist/components/icons/LayoutAlignRightIcon.js +33 -0
- package/dist/components/icons/LayoutAlignRightIcon.js.map +1 -0
- package/dist/components/icons/LayoutAlignTopIcon.js +33 -0
- package/dist/components/icons/LayoutAlignTopIcon.js.map +1 -0
- package/dist/components/icons/LightBulbIcon.js +25 -0
- package/dist/components/icons/LightBulbIcon.js.map +1 -0
- package/dist/components/icons/LinearIcon.js +39 -0
- package/dist/components/icons/LinearIcon.js.map +1 -0
- package/dist/components/icons/LinkIcon.js +25 -0
- package/dist/components/icons/LinkIcon.js.map +1 -0
- package/dist/components/icons/ListIcon.js +42 -0
- package/dist/components/icons/ListIcon.js.map +1 -0
- package/dist/components/icons/LockIcon.js +25 -0
- package/dist/components/icons/LockIcon.js.map +1 -0
- package/dist/components/icons/LoginIcon.js +32 -0
- package/dist/components/icons/LoginIcon.js.map +1 -0
- package/dist/components/icons/LogoutIcon.js +32 -0
- package/dist/components/icons/LogoutIcon.js.map +1 -0
- package/dist/components/icons/LoopIcon.js +32 -0
- package/dist/components/icons/LoopIcon.js.map +1 -0
- package/dist/components/icons/MailIcon.js +56 -0
- package/dist/components/icons/MailIcon.js.map +1 -0
- package/dist/components/icons/MaximizeIcon.js +25 -0
- package/dist/components/icons/MaximizeIcon.js.map +1 -0
- package/dist/components/icons/MenuIcon.js +26 -0
- package/dist/components/icons/MenuIcon.js.map +1 -0
- package/dist/components/icons/MicrophoneIcon.js +32 -0
- package/dist/components/icons/MicrophoneIcon.js.map +1 -0
- package/dist/components/icons/MinimizeIcon.js +25 -0
- package/dist/components/icons/MinimizeIcon.js.map +1 -0
- package/dist/components/icons/MinusIcon.js +29 -0
- package/dist/components/icons/MinusIcon.js.map +1 -0
- package/dist/components/icons/MoneyIcon.js +47 -0
- package/dist/components/icons/MoneyIcon.js.map +1 -0
- package/dist/components/icons/NestedObjectIcon.js +39 -0
- package/dist/components/icons/NestedObjectIcon.js.map +1 -0
- package/dist/components/icons/NextIcon.js +38 -0
- package/dist/components/icons/NextIcon.js.map +1 -0
- package/dist/components/icons/NodesIcon.js +41 -0
- package/dist/components/icons/NodesIcon.js.map +1 -0
- package/dist/components/icons/NugetIcon.js +42 -0
- package/dist/components/icons/NugetIcon.js.map +1 -0
- package/dist/components/icons/OptionsMenuIcon.js +27 -0
- package/dist/components/icons/OptionsMenuIcon.js.map +1 -0
- package/dist/components/icons/PanelAddIcon.js +42 -0
- package/dist/components/icons/PanelAddIcon.js.map +1 -0
- package/dist/components/icons/PanelDeleteIcon.js +32 -0
- package/dist/components/icons/PanelDeleteIcon.js.map +1 -0
- package/dist/components/icons/PatternRecognitionIcon.js +34 -0
- package/dist/components/icons/PatternRecognitionIcon.js.map +1 -0
- package/dist/components/icons/PauseIcon.js +34 -0
- package/dist/components/icons/PauseIcon.js.map +1 -0
- package/dist/components/icons/PcIcon.js +38 -0
- package/dist/components/icons/PcIcon.js.map +1 -0
- package/dist/components/icons/PercentIcon.js +37 -0
- package/dist/components/icons/PercentIcon.js.map +1 -0
- package/dist/components/icons/PersonaliseIcon.js +25 -0
- package/dist/components/icons/PersonaliseIcon.js.map +1 -0
- package/dist/components/icons/PlayIcon.js +33 -0
- package/dist/components/icons/PlayIcon.js.map +1 -0
- package/dist/components/icons/PlusIcon.js +40 -0
- package/dist/components/icons/PlusIcon.js.map +1 -0
- package/dist/components/icons/PointLeftIcon.js +32 -0
- package/dist/components/icons/PointLeftIcon.js.map +1 -0
- package/dist/components/icons/PointRightIcon.js +32 -0
- package/dist/components/icons/PointRightIcon.js.map +1 -0
- package/dist/components/icons/PointUpIcon.js +25 -0
- package/dist/components/icons/PointUpIcon.js.map +1 -0
- package/dist/components/icons/PowerIcon.js +41 -0
- package/dist/components/icons/PowerIcon.js.map +1 -0
- package/dist/components/icons/PrevIcon.js +38 -0
- package/dist/components/icons/PrevIcon.js.map +1 -0
- package/dist/components/icons/PuzzlePieceIcon.js +31 -0
- package/dist/components/icons/PuzzlePieceIcon.js.map +1 -0
- package/dist/components/icons/RAMIcon.js +43 -0
- package/dist/components/icons/RAMIcon.js.map +1 -0
- package/dist/components/icons/RSSFeedIcon.js +36 -0
- package/dist/components/icons/RSSFeedIcon.js.map +1 -0
- package/dist/components/icons/RecorderIcon.js +32 -0
- package/dist/components/icons/RecorderIcon.js.map +1 -0
- package/dist/components/icons/RefreshIcon.js +39 -0
- package/dist/components/icons/RefreshIcon.js.map +1 -0
- package/dist/components/icons/SaveIcon.js +44 -0
- package/dist/components/icons/SaveIcon.js.map +1 -0
- package/dist/components/icons/SearchIcon.js +25 -0
- package/dist/components/icons/SearchIcon.js.map +1 -0
- package/dist/components/icons/SearchQueryIcon.js +37 -0
- package/dist/components/icons/SearchQueryIcon.js.map +1 -0
- package/dist/components/icons/ShieldIcon.js +36 -0
- package/dist/components/icons/ShieldIcon.js.map +1 -0
- package/dist/components/icons/SlidersHorizontalIcon.js +32 -0
- package/dist/components/icons/SlidersHorizontalIcon.js.map +1 -0
- package/dist/components/icons/SlidersVerticalIcon.js +32 -0
- package/dist/components/icons/SlidersVerticalIcon.js.map +1 -0
- package/dist/components/icons/SmallerIcon.js +29 -0
- package/dist/components/icons/SmallerIcon.js.map +1 -0
- package/dist/components/icons/SmallerOrEqualIcon.js +35 -0
- package/dist/components/icons/SmallerOrEqualIcon.js.map +1 -0
- package/dist/components/icons/SortAscendingIcon.js +37 -0
- package/dist/components/icons/SortAscendingIcon.js.map +1 -0
- package/dist/components/icons/SortDescendingIcon.js +37 -0
- package/dist/components/icons/SortDescendingIcon.js.map +1 -0
- package/dist/components/icons/SparkIcon.js +41 -0
- package/dist/components/icons/SparkIcon.js.map +1 -0
- package/dist/components/icons/SpecialCharactersIcon.js +40 -0
- package/dist/components/icons/SpecialCharactersIcon.js.map +1 -0
- package/dist/components/icons/SpectrumFlatIcon.js +25 -0
- package/dist/components/icons/SpectrumFlatIcon.js.map +1 -0
- package/dist/components/icons/SpectrumIcon.js +25 -0
- package/dist/components/icons/SpectrumIcon.js.map +1 -0
- package/dist/components/icons/SpeedometerIcon.js +44 -0
- package/dist/components/icons/SpeedometerIcon.js.map +1 -0
- package/dist/components/icons/StatusIcon.js +45 -0
- package/dist/components/icons/StatusIcon.js.map +1 -0
- package/dist/components/icons/SupportIcon.js +47 -0
- package/dist/components/icons/SupportIcon.js.map +1 -0
- package/dist/components/icons/TagIcon.js +39 -0
- package/dist/components/icons/TagIcon.js.map +1 -0
- package/dist/components/icons/TerminalIcon.js +32 -0
- package/dist/components/icons/TerminalIcon.js.map +1 -0
- package/dist/components/icons/ThumbsUpIcon.js +39 -0
- package/dist/components/icons/ThumbsUpIcon.js.map +1 -0
- package/dist/components/icons/ToolBoxIcon.js +54 -0
- package/dist/components/icons/ToolBoxIcon.js.map +1 -0
- package/dist/components/icons/TypingIcon.js +25 -0
- package/dist/components/icons/TypingIcon.js.map +1 -0
- package/dist/components/icons/TypoOrBugIcon.js +25 -0
- package/dist/components/icons/TypoOrBugIcon.js.map +1 -0
- package/dist/components/icons/UpdateIcon.js +42 -0
- package/dist/components/icons/UpdateIcon.js.map +1 -0
- package/dist/components/icons/UserAliasIcon.js +36 -0
- package/dist/components/icons/UserAliasIcon.js.map +1 -0
- package/dist/components/icons/UserBookmarkIcon.js +47 -0
- package/dist/components/icons/UserBookmarkIcon.js.map +1 -0
- package/dist/components/icons/UserCheckIcon.js +32 -0
- package/dist/components/icons/UserCheckIcon.js.map +1 -0
- package/dist/components/icons/UserGroupIcon.js +33 -0
- package/dist/components/icons/UserGroupIcon.js.map +1 -0
- package/dist/components/icons/UserIcon.js +32 -0
- package/dist/components/icons/UserIcon.js.map +1 -0
- package/dist/components/icons/UserIdIcon.js +44 -0
- package/dist/components/icons/UserIdIcon.js.map +1 -0
- package/dist/components/icons/UserMinusIcon.js +32 -0
- package/dist/components/icons/UserMinusIcon.js.map +1 -0
- package/dist/components/icons/UserPlusIcon.js +32 -0
- package/dist/components/icons/UserPlusIcon.js.map +1 -0
- package/dist/components/icons/UserPrivacyIcon.js +44 -0
- package/dist/components/icons/UserPrivacyIcon.js.map +1 -0
- package/dist/components/icons/UserTextIcon.js +46 -0
- package/dist/components/icons/UserTextIcon.js.map +1 -0
- package/dist/components/icons/UserXIcon.js +32 -0
- package/dist/components/icons/UserXIcon.js.map +1 -0
- package/dist/components/icons/UsersIcon.js +25 -0
- package/dist/components/icons/UsersIcon.js.map +1 -0
- package/dist/components/icons/VirtualRealityVRHeadsetIcon.js +40 -0
- package/dist/components/icons/VirtualRealityVRHeadsetIcon.js.map +1 -0
- package/dist/components/icons/VolumeHighIcon.js +48 -0
- package/dist/components/icons/VolumeHighIcon.js.map +1 -0
- package/dist/components/icons/VolumeLowIcon.js +34 -0
- package/dist/components/icons/VolumeLowIcon.js.map +1 -0
- package/dist/components/icons/VolumeMediumIcon.js +44 -0
- package/dist/components/icons/VolumeMediumIcon.js.map +1 -0
- package/dist/components/icons/VolumeMuteIcon.js +45 -0
- package/dist/components/icons/VolumeMuteIcon.js.map +1 -0
- package/dist/components/icons/WarningIcon.js +44 -0
- package/dist/components/icons/WarningIcon.js.map +1 -0
- package/dist/components/icons/WeightHighIcon.js +33 -0
- package/dist/components/icons/WeightHighIcon.js.map +1 -0
- package/dist/components/icons/WeightIcon.js +48 -0
- package/dist/components/icons/WeightIcon.js.map +1 -0
- package/dist/components/icons/WeightLowIcon.js +29 -0
- package/dist/components/icons/WeightLowIcon.js.map +1 -0
- package/dist/components/icons/WeightMediumIcon.js +31 -0
- package/dist/components/icons/WeightMediumIcon.js.map +1 -0
- package/dist/components/icons/WiFiIcon.js +32 -0
- package/dist/components/icons/WiFiIcon.js.map +1 -0
- package/dist/components/icons/XOrErrorIcon.js +25 -0
- package/dist/components/icons/XOrErrorIcon.js.map +1 -0
- package/dist/components/icons/ZapIcon.js +35 -0
- package/dist/components/icons/ZapIcon.js.map +1 -0
- package/dist/components/icons/index.js +353 -0
- package/dist/components/icons/index.js.map +1 -0
- package/dist/components/icons/types.js +3 -0
- package/dist/components/icons/types.js.map +1 -0
- package/dist/components/main-icons/AlignCenterIcon.d.ts +4 -0
- package/dist/components/main-icons/AlignCenterIcon.js +5 -0
- package/dist/components/main-icons/AlignJustifyIcon.d.ts +4 -0
- package/dist/components/main-icons/AlignJustifyIcon.js +5 -0
- package/dist/components/main-icons/AlignLeftIcon.d.ts +4 -0
- package/dist/components/main-icons/AlignLeftIcon.js +5 -0
- package/dist/components/main-icons/AlignRightIcon.d.ts +4 -0
- package/dist/components/main-icons/AlignRightIcon.js +5 -0
- package/dist/components/main-icons/AnalyticsIcon.d.ts +4 -0
- package/dist/components/main-icons/AnalyticsIcon.js +5 -0
- package/dist/components/main-icons/AnchorIcon.d.ts +4 -0
- package/dist/components/main-icons/AnchorIcon.js +5 -0
- package/dist/components/main-icons/BarCodeIcon.d.ts +4 -0
- package/dist/components/main-icons/BarCodeIcon.js +5 -0
- package/dist/components/main-icons/BatteryIcon.d.ts +4 -0
- package/dist/components/main-icons/BatteryIcon.js +5 -0
- package/dist/components/main-icons/BellIcon.d.ts +4 -0
- package/dist/components/main-icons/BellIcon.js +5 -0
- package/dist/components/main-icons/BookIcon.d.ts +4 -0
- package/dist/components/main-icons/BookIcon.js +5 -0
- package/dist/components/main-icons/BoostIcon.d.ts +4 -0
- package/dist/components/main-icons/BoostIcon.js +5 -0
- package/dist/components/main-icons/CardIcon.d.ts +4 -0
- package/dist/components/main-icons/CardIcon.js +5 -0
- package/dist/components/main-icons/CheckIcon.d.ts +4 -0
- package/dist/components/main-icons/CheckIcon.js +5 -0
- package/dist/components/main-icons/CircleIcon.d.ts +4 -0
- package/dist/components/main-icons/CircleIcon.js +5 -0
- package/dist/components/main-icons/ClockIcon.d.ts +4 -0
- package/dist/components/main-icons/ClockIcon.js +5 -0
- package/dist/components/main-icons/CloudIcon.d.ts +4 -0
- package/dist/components/main-icons/CloudIcon.js +5 -0
- package/dist/components/main-icons/CodeIcon.d.ts +4 -0
- package/dist/components/main-icons/CodeIcon.js +5 -0
- package/dist/components/main-icons/CoffeeIcon.d.ts +4 -0
- package/dist/components/main-icons/CoffeeIcon.js +5 -0
- package/dist/components/main-icons/CoinsIcon.d.ts +4 -0
- package/dist/components/main-icons/CoinsIcon.js +5 -0
- package/dist/components/main-icons/CommentIcon.d.ts +4 -0
- package/dist/components/main-icons/CommentIcon.js +5 -0
- package/dist/components/main-icons/ComponentIcon.d.ts +4 -0
- package/dist/components/main-icons/ComponentIcon.js +5 -0
- package/dist/components/main-icons/ComposeIcon.d.ts +4 -0
- package/dist/components/main-icons/ComposeIcon.js +5 -0
- package/dist/components/main-icons/CopyIcon.d.ts +4 -0
- package/dist/components/main-icons/CopyIcon.js +5 -0
- package/dist/components/main-icons/CoreIcon.d.ts +4 -0
- package/dist/components/main-icons/CoreIcon.js +5 -0
- package/dist/components/main-icons/CoverageIcon.d.ts +4 -0
- package/dist/components/main-icons/CoverageIcon.js +5 -0
- package/dist/components/main-icons/CoverageIndexIcon.d.ts +4 -0
- package/dist/components/main-icons/CoverageIndexIcon.js +5 -0
- package/dist/components/main-icons/CpuIcon.d.ts +4 -0
- package/dist/components/main-icons/CpuIcon.js +5 -0
- package/dist/components/main-icons/CropIcon.d.ts +4 -0
- package/dist/components/main-icons/CropIcon.js +5 -0
- package/dist/components/main-icons/CrystalBallIcon.d.ts +4 -0
- package/dist/components/main-icons/CrystalBallIcon.js +5 -0
- package/dist/components/main-icons/CsharpIcon.d.ts +4 -0
- package/dist/components/main-icons/CsharpIcon.js +5 -0
- package/dist/components/main-icons/DeleteIcon.d.ts +4 -0
- package/dist/components/main-icons/DeleteIcon.js +5 -0
- package/dist/components/main-icons/DiscoveryIcon.d.ts +4 -0
- package/dist/components/main-icons/DiscoveryIcon.js +5 -0
- package/dist/components/main-icons/DivingMaskIcon.d.ts +4 -0
- package/dist/components/main-icons/DivingMaskIcon.js +5 -0
- package/dist/components/main-icons/DocumentFieldsIcon.d.ts +4 -0
- package/dist/components/main-icons/DocumentFieldsIcon.js +5 -0
- package/dist/components/main-icons/DocumentOrFileIcon.d.ts +4 -0
- package/dist/components/main-icons/DocumentOrFileIcon.js +5 -0
- package/dist/components/main-icons/DownloadIcon.d.ts +4 -0
- package/dist/components/main-icons/DownloadIcon.js +5 -0
- package/dist/components/main-icons/DropEmptyIcon.d.ts +4 -0
- package/dist/components/main-icons/DropEmptyIcon.js +5 -0
- package/dist/components/main-icons/DropFullIcon.d.ts +4 -0
- package/dist/components/main-icons/DropFullIcon.js +5 -0
- package/dist/components/main-icons/DropHalfIcon.d.ts +4 -0
- package/dist/components/main-icons/DropHalfIcon.js +5 -0
- package/dist/components/main-icons/DuplicateIcon.d.ts +4 -0
- package/dist/components/main-icons/DuplicateIcon.js +5 -0
- package/dist/components/main-icons/DynamicJsonFieldIcon.d.ts +4 -0
- package/dist/components/main-icons/DynamicJsonFieldIcon.js +5 -0
- package/dist/components/main-icons/ECommerceIcon.d.ts +4 -0
- package/dist/components/main-icons/ECommerceIcon.js +5 -0
- package/dist/components/main-icons/EmptyIcon.d.ts +4 -0
- package/dist/components/main-icons/EmptyIcon.js +5 -0
- package/dist/components/main-icons/EqualIcon.d.ts +4 -0
- package/dist/components/main-icons/EqualIcon.js +5 -0
- package/dist/components/main-icons/EyeIcon.d.ts +4 -0
- package/dist/components/main-icons/EyeIcon.js +5 -0
- package/dist/components/main-icons/FastBackwardIcon.d.ts +4 -0
- package/dist/components/main-icons/FastBackwardIcon.js +5 -0
- package/dist/components/main-icons/FastForwardIcon.d.ts +4 -0
- package/dist/components/main-icons/FastForwardIcon.js +5 -0
- package/dist/components/main-icons/FieldIcon.d.ts +4 -0
- package/dist/components/main-icons/FieldIcon.js +5 -0
- package/dist/components/main-icons/FieldsIcon.d.ts +4 -0
- package/dist/components/main-icons/FieldsIcon.js +5 -0
- package/dist/components/main-icons/FilterAltIcon.d.ts +4 -0
- package/dist/components/main-icons/FilterAltIcon.js +5 -0
- package/dist/components/main-icons/FilterIcon.d.ts +4 -0
- package/dist/components/main-icons/FilterIcon.js +5 -0
- package/dist/components/main-icons/FlagIcon.d.ts +4 -0
- package/dist/components/main-icons/FlagIcon.js +5 -0
- package/dist/components/main-icons/FlowerIcon.d.ts +4 -0
- package/dist/components/main-icons/FlowerIcon.js +5 -0
- package/dist/components/main-icons/FolderIcon.d.ts +4 -0
- package/dist/components/main-icons/FolderIcon.js +5 -0
- package/dist/components/main-icons/FourLeafCloverIcon.d.ts +4 -0
- package/dist/components/main-icons/FourLeafCloverIcon.js +5 -0
- package/dist/components/main-icons/FrostIcon.d.ts +4 -0
- package/dist/components/main-icons/FrostIcon.js +5 -0
- package/dist/components/main-icons/GPSMyLocationIcon.d.ts +4 -0
- package/dist/components/main-icons/GPSMyLocationIcon.js +5 -0
- package/dist/components/main-icons/GPSPinIcon.d.ts +4 -0
- package/dist/components/main-icons/GPSPinIcon.js +5 -0
- package/dist/components/main-icons/GitBranchIcon.d.ts +4 -0
- package/dist/components/main-icons/GitBranchIcon.js +5 -0
- package/dist/components/main-icons/GitCommitIcon.d.ts +4 -0
- package/dist/components/main-icons/GitCommitIcon.js +5 -0
- package/dist/components/main-icons/GitMergeIcon.d.ts +4 -0
- package/dist/components/main-icons/GitMergeIcon.js +5 -0
- package/dist/components/main-icons/GitPullRequestIcon.d.ts +4 -0
- package/dist/components/main-icons/GitPullRequestIcon.js +5 -0
- package/dist/components/main-icons/GlassIcon.d.ts +4 -0
- package/dist/components/main-icons/GlassIcon.js +5 -0
- package/dist/components/main-icons/GlassesIcon.d.ts +4 -0
- package/dist/components/main-icons/GlassesIcon.js +5 -0
- package/dist/components/main-icons/GraphIcon.d.ts +4 -0
- package/dist/components/main-icons/GraphIcon.js +5 -0
- package/dist/components/main-icons/GreaterIcon.d.ts +4 -0
- package/dist/components/main-icons/GreaterIcon.js +5 -0
- package/dist/components/main-icons/GreaterOrEqualIcon.d.ts +4 -0
- package/dist/components/main-icons/GreaterOrEqualIcon.js +5 -0
- package/dist/components/main-icons/HeadphonesIcon.d.ts +4 -0
- package/dist/components/main-icons/HeadphonesIcon.js +5 -0
- package/dist/components/main-icons/HeartIcon.d.ts +4 -0
- package/dist/components/main-icons/HeartIcon.js +5 -0
- package/dist/components/main-icons/HomeIcon.d.ts +4 -0
- package/dist/components/main-icons/HomeIcon.js +5 -0
- package/dist/components/main-icons/HourGlassIcon.d.ts +4 -0
- package/dist/components/main-icons/HourGlassIcon.js +5 -0
- package/dist/components/main-icons/IndxIcon.d.ts +4 -0
- package/dist/components/main-icons/IndxIcon.js +5 -0
- package/dist/components/main-icons/InstanceIcon.d.ts +4 -0
- package/dist/components/main-icons/InstanceIcon.js +5 -0
- package/dist/components/main-icons/InternetBrowserIcon.d.ts +4 -0
- package/dist/components/main-icons/InternetBrowserIcon.js +5 -0
- package/dist/components/main-icons/JsonIcon.d.ts +4 -0
- package/dist/components/main-icons/JsonIcon.js +5 -0
- package/dist/components/main-icons/JsonQueryIcon.d.ts +4 -0
- package/dist/components/main-icons/JsonQueryIcon.js +5 -0
- package/dist/components/main-icons/JsonResultIcon.d.ts +4 -0
- package/dist/components/main-icons/JsonResultIcon.js +5 -0
- package/dist/components/main-icons/KeyIcon.d.ts +4 -0
- package/dist/components/main-icons/KeyIcon.js +5 -0
- package/dist/components/main-icons/LabExperimentIcon.d.ts +4 -0
- package/dist/components/main-icons/LabExperimentIcon.js +5 -0
- package/dist/components/main-icons/LayoutAlignBottomIcon.d.ts +4 -0
- package/dist/components/main-icons/LayoutAlignBottomIcon.js +5 -0
- package/dist/components/main-icons/LayoutAlignLeftIcon.d.ts +4 -0
- package/dist/components/main-icons/LayoutAlignLeftIcon.js +5 -0
- package/dist/components/main-icons/LayoutAlignRightIcon.d.ts +4 -0
- package/dist/components/main-icons/LayoutAlignRightIcon.js +5 -0
- package/dist/components/main-icons/LayoutAlignTopIcon.d.ts +4 -0
- package/dist/components/main-icons/LayoutAlignTopIcon.js +5 -0
- package/dist/components/main-icons/LightBulbIcon.d.ts +4 -0
- package/dist/components/main-icons/LightBulbIcon.js +5 -0
- package/dist/components/main-icons/LinearIcon.d.ts +4 -0
- package/dist/components/main-icons/LinearIcon.js +5 -0
- package/dist/components/main-icons/LinkIcon.d.ts +4 -0
- package/dist/components/main-icons/LinkIcon.js +5 -0
- package/dist/components/main-icons/ListIcon.d.ts +4 -0
- package/dist/components/main-icons/ListIcon.js +5 -0
- package/dist/components/main-icons/LockIcon.d.ts +4 -0
- package/dist/components/main-icons/LockIcon.js +5 -0
- package/dist/components/main-icons/LoginIcon.d.ts +4 -0
- package/dist/components/main-icons/LoginIcon.js +5 -0
- package/dist/components/main-icons/LogoutIcon.d.ts +4 -0
- package/dist/components/main-icons/LogoutIcon.js +5 -0
- package/dist/components/main-icons/LoopIcon.d.ts +4 -0
- package/dist/components/main-icons/LoopIcon.js +5 -0
- package/dist/components/main-icons/MailIcon.d.ts +4 -0
- package/dist/components/main-icons/MailIcon.js +5 -0
- package/dist/components/main-icons/MaximizeIcon.d.ts +4 -0
- package/dist/components/main-icons/MaximizeIcon.js +5 -0
- package/dist/components/main-icons/MenuIcon.d.ts +4 -0
- package/dist/components/main-icons/MenuIcon.js +5 -0
- package/dist/components/main-icons/MicrophoneIcon.d.ts +4 -0
- package/dist/components/main-icons/MicrophoneIcon.js +5 -0
- package/dist/components/main-icons/MinimizeIcon.d.ts +4 -0
- package/dist/components/main-icons/MinimizeIcon.js +5 -0
- package/dist/components/main-icons/MinusIcon.d.ts +4 -0
- package/dist/components/main-icons/MinusIcon.js +5 -0
- package/dist/components/main-icons/MoneyIcon.d.ts +4 -0
- package/dist/components/main-icons/MoneyIcon.js +5 -0
- package/dist/components/main-icons/NestedObjectIcon.d.ts +4 -0
- package/dist/components/main-icons/NestedObjectIcon.js +5 -0
- package/dist/components/main-icons/NextIcon.d.ts +4 -0
- package/dist/components/main-icons/NextIcon.js +5 -0
- package/dist/components/main-icons/NodesIcon.d.ts +4 -0
- package/dist/components/main-icons/NodesIcon.js +5 -0
- package/dist/components/main-icons/NugetIcon.d.ts +4 -0
- package/dist/components/main-icons/NugetIcon.js +5 -0
- package/dist/components/main-icons/OptionsMenuIcon.d.ts +4 -0
- package/dist/components/main-icons/OptionsMenuIcon.js +5 -0
- package/dist/components/main-icons/PanelAddIcon.d.ts +4 -0
- package/dist/components/main-icons/PanelAddIcon.js +5 -0
- package/dist/components/main-icons/PanelDeleteIcon.d.ts +4 -0
- package/dist/components/main-icons/PanelDeleteIcon.js +5 -0
- package/dist/components/main-icons/PatternRecognitionIcon.d.ts +4 -0
- package/dist/components/main-icons/PatternRecognitionIcon.js +5 -0
- package/dist/components/main-icons/PauseIcon.d.ts +4 -0
- package/dist/components/main-icons/PauseIcon.js +5 -0
- package/dist/components/main-icons/PcIcon.d.ts +4 -0
- package/dist/components/main-icons/PcIcon.js +5 -0
- package/dist/components/main-icons/PercentIcon.d.ts +4 -0
- package/dist/components/main-icons/PercentIcon.js +5 -0
- package/dist/components/main-icons/PersonaliseIcon.d.ts +4 -0
- package/dist/components/main-icons/PersonaliseIcon.js +5 -0
- package/dist/components/main-icons/PlayIcon.d.ts +4 -0
- package/dist/components/main-icons/PlayIcon.js +5 -0
- package/dist/components/main-icons/PlusIcon.d.ts +4 -0
- package/dist/components/main-icons/PlusIcon.js +5 -0
- package/dist/components/main-icons/PointLeftIcon.d.ts +4 -0
- package/dist/components/main-icons/PointLeftIcon.js +5 -0
- package/dist/components/main-icons/PointRightIcon.d.ts +4 -0
- package/dist/components/main-icons/PointRightIcon.js +5 -0
- package/dist/components/main-icons/PointUpIcon.d.ts +4 -0
- package/dist/components/main-icons/PointUpIcon.js +5 -0
- package/dist/components/main-icons/PowerIcon.d.ts +4 -0
- package/dist/components/main-icons/PowerIcon.js +5 -0
- package/dist/components/main-icons/PrevIcon.d.ts +4 -0
- package/dist/components/main-icons/PrevIcon.js +5 -0
- package/dist/components/main-icons/PuzzlePieceIcon.d.ts +4 -0
- package/dist/components/main-icons/PuzzlePieceIcon.js +5 -0
- package/dist/components/main-icons/RSSFeedIcon.d.ts +4 -0
- package/dist/components/main-icons/RSSFeedIcon.js +5 -0
- package/dist/components/main-icons/RamIcon.d.ts +4 -0
- package/dist/components/main-icons/RamIcon.js +5 -0
- package/dist/components/main-icons/RecorderIcon.d.ts +4 -0
- package/dist/components/main-icons/RecorderIcon.js +5 -0
- package/dist/components/main-icons/RefreshIcon.d.ts +4 -0
- package/dist/components/main-icons/RefreshIcon.js +5 -0
- package/dist/components/main-icons/SaveIcon.d.ts +4 -0
- package/dist/components/main-icons/SaveIcon.js +5 -0
- package/dist/components/main-icons/SearchIcon.d.ts +4 -0
- package/dist/components/main-icons/SearchIcon.js +5 -0
- package/dist/components/main-icons/SearchQueryIcon.d.ts +4 -0
- package/dist/components/main-icons/SearchQueryIcon.js +5 -0
- package/dist/components/main-icons/ShieldIcon.d.ts +4 -0
- package/dist/components/main-icons/ShieldIcon.js +5 -0
- package/dist/components/main-icons/SlidersHorizontalIcon.d.ts +4 -0
- package/dist/components/main-icons/SlidersHorizontalIcon.js +5 -0
- package/dist/components/main-icons/SlidersVerticalIcon.d.ts +4 -0
- package/dist/components/main-icons/SlidersVerticalIcon.js +5 -0
- package/dist/components/main-icons/SmallerIcon.d.ts +4 -0
- package/dist/components/main-icons/SmallerIcon.js +5 -0
- package/dist/components/main-icons/SmallerOrEqualIcon.d.ts +4 -0
- package/dist/components/main-icons/SmallerOrEqualIcon.js +5 -0
- package/dist/components/main-icons/SortAscendingIcon.d.ts +4 -0
- package/dist/components/main-icons/SortAscendingIcon.js +5 -0
- package/dist/components/main-icons/SortDescendingIcon.d.ts +4 -0
- package/dist/components/main-icons/SortDescendingIcon.js +5 -0
- package/dist/components/main-icons/SparkIcon.d.ts +4 -0
- package/dist/components/main-icons/SparkIcon.js +5 -0
- package/dist/components/main-icons/SpecialCharactersIcon.d.ts +4 -0
- package/dist/components/main-icons/SpecialCharactersIcon.js +5 -0
- package/dist/components/main-icons/SpectrumFlatIcon.d.ts +4 -0
- package/dist/components/main-icons/SpectrumFlatIcon.js +5 -0
- package/dist/components/main-icons/SpectrumIcon.d.ts +4 -0
- package/dist/components/main-icons/SpectrumIcon.js +5 -0
- package/dist/components/main-icons/SpeedometerIcon.d.ts +4 -0
- package/dist/components/main-icons/SpeedometerIcon.js +5 -0
- package/dist/components/main-icons/StatusIcon.d.ts +4 -0
- package/dist/components/main-icons/StatusIcon.js +5 -0
- package/dist/components/main-icons/SupportIcon.d.ts +4 -0
- package/dist/components/main-icons/SupportIcon.js +5 -0
- package/dist/components/main-icons/TagIcon.d.ts +4 -0
- package/dist/components/main-icons/TagIcon.js +5 -0
- package/dist/components/main-icons/TerminalIcon.d.ts +4 -0
- package/dist/components/main-icons/TerminalIcon.js +5 -0
- package/dist/components/main-icons/ThumbsUpIcon.d.ts +4 -0
- package/dist/components/main-icons/ThumbsUpIcon.js +5 -0
- package/dist/components/main-icons/ToolBoxIcon.d.ts +4 -0
- package/dist/components/main-icons/ToolBoxIcon.js +5 -0
- package/dist/components/main-icons/TypingIcon.d.ts +4 -0
- package/dist/components/main-icons/TypingIcon.js +5 -0
- package/dist/components/main-icons/TypoOrBugIcon.d.ts +4 -0
- package/dist/components/main-icons/TypoOrBugIcon.js +5 -0
- package/dist/components/main-icons/UpdateIcon.d.ts +4 -0
- package/dist/components/main-icons/UpdateIcon.js +5 -0
- package/dist/components/main-icons/UserAliasIcon.d.ts +4 -0
- package/dist/components/main-icons/UserAliasIcon.js +5 -0
- package/dist/components/main-icons/UserBookmarkIcon.d.ts +4 -0
- package/dist/components/main-icons/UserBookmarkIcon.js +5 -0
- package/dist/components/main-icons/UserCheckIcon.d.ts +4 -0
- package/dist/components/main-icons/UserCheckIcon.js +5 -0
- package/dist/components/main-icons/UserGroupIcon.d.ts +4 -0
- package/dist/components/main-icons/UserGroupIcon.js +5 -0
- package/dist/components/main-icons/UserIcon.d.ts +4 -0
- package/dist/components/main-icons/UserIcon.js +5 -0
- package/dist/components/main-icons/UserIdIcon.d.ts +4 -0
- package/dist/components/main-icons/UserIdIcon.js +5 -0
- package/dist/components/main-icons/UserMinusIcon.d.ts +4 -0
- package/dist/components/main-icons/UserMinusIcon.js +5 -0
- package/dist/components/main-icons/UserPlusIcon.d.ts +4 -0
- package/dist/components/main-icons/UserPlusIcon.js +5 -0
- package/dist/components/main-icons/UserPrivacyIcon.d.ts +4 -0
- package/dist/components/main-icons/UserPrivacyIcon.js +5 -0
- package/dist/components/main-icons/UserTextIcon.d.ts +4 -0
- package/dist/components/main-icons/UserTextIcon.js +5 -0
- package/dist/components/main-icons/UserXIcon.d.ts +4 -0
- package/dist/components/main-icons/UserXIcon.js +5 -0
- package/dist/components/main-icons/UsersIcon.d.ts +4 -0
- package/dist/components/main-icons/UsersIcon.js +5 -0
- package/dist/components/main-icons/VirtualRealityVrHeadsetIcon.d.ts +4 -0
- package/dist/components/main-icons/VirtualRealityVrHeadsetIcon.js +5 -0
- package/dist/components/main-icons/VolumeHighIcon.d.ts +4 -0
- package/dist/components/main-icons/VolumeHighIcon.js +5 -0
- package/dist/components/main-icons/VolumeLowIcon.d.ts +4 -0
- package/dist/components/main-icons/VolumeLowIcon.js +5 -0
- package/dist/components/main-icons/VolumeMediumIcon.d.ts +4 -0
- package/dist/components/main-icons/VolumeMediumIcon.js +5 -0
- package/dist/components/main-icons/VolumeMuteIcon.d.ts +4 -0
- package/dist/components/main-icons/VolumeMuteIcon.js +5 -0
- package/dist/components/main-icons/WarningIcon.d.ts +4 -0
- package/dist/components/main-icons/WarningIcon.js +5 -0
- package/dist/components/main-icons/WeightHighIcon.d.ts +4 -0
- package/dist/components/main-icons/WeightHighIcon.js +5 -0
- package/dist/components/main-icons/WeightIcon.d.ts +4 -0
- package/dist/components/main-icons/WeightIcon.js +5 -0
- package/dist/components/main-icons/WeightLowIcon.d.ts +4 -0
- package/dist/components/main-icons/WeightLowIcon.js +5 -0
- package/dist/components/main-icons/WeightMediumIcon.d.ts +4 -0
- package/dist/components/main-icons/WeightMediumIcon.js +5 -0
- package/dist/components/main-icons/WiFiIcon.d.ts +4 -0
- package/dist/components/main-icons/WiFiIcon.js +5 -0
- package/dist/components/main-icons/XOrErrorIcon.d.ts +4 -0
- package/dist/components/main-icons/XOrErrorIcon.js +5 -0
- package/dist/components/main-icons/ZapIcon.d.ts +4 -0
- package/dist/components/main-icons/ZapIcon.js +5 -0
- package/dist/components/main-icons/index.d.ts +6 -0
- package/dist/components/main-icons/index.js +6 -0
- package/dist/components/main-icons/types.d.ts +4 -0
- package/dist/components/main-icons/types.js +1 -0
- package/dist/convert-icons.d.ts +1 -0
- package/dist/convert-icons.js +75 -0
- package/dist/convert-icons.js.map +1 -0
- package/package.json +32 -0
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.FieldsIcon = exports.FieldIcon = exports.FastForwardIcon = exports.FastBackwardIcon = exports.EyeIcon = exports.EqualIcon = exports.EmptyIcon = exports.ECommerceIcon = exports.DynamicJsonFieldIcon = exports.DuplicateIcon = exports.DropHalfIcon = exports.DropFullIcon = exports.DropEmptyIcon = exports.DownloadIcon = exports.DocumentOrFileIcon = exports.DocumentFieldsIcon = exports.DivingMaskIcon = exports.DiscoveryIcon = exports.DeleteIcon = exports.CrystalBallIcon = exports.CropIcon = exports.CpuIcon = exports.CoverageIndexIcon = exports.CoverageIcon = exports.CoreIcon = exports.CopyIcon = exports.ComposeIcon = exports.ComponentIcon = exports.CommentIcon = exports.CoinsIcon = exports.CoffeeIcon = exports.CodeIcon = exports.CloudIcon = exports.ClockIcon = exports.CircleIcon = exports.CheckIcon = exports.CardIcon = exports.#Icon = exports.C = exports.BoostIcon = exports.BookIcon = exports.BellIcon = exports.BatteryIcon = exports.BarCodeIcon = exports.AnchorIcon = exports.AnalyticsIcon = exports.AlignRightIcon = exports.AlignLeftIcon = exports.AlignJustifyIcon = exports.AlignCenterIcon = void 0;
|
|
7
|
+
exports.NestedObjectIcon = exports.MoneyIcon = exports.MinusIcon = exports.MinimizeIcon = exports.MicrophoneIcon = exports.MenuIcon = exports.MaximizeIcon = exports.MailIcon = exports.LoopIcon = exports.LogoutIcon = exports.LoginIcon = exports.LockIcon = exports.ListIcon = exports.LinkIcon = exports.LinearIcon = exports.LightBulbIcon = exports.LayoutAlignTopIcon = exports.LayoutAlignRightIcon = exports.LayoutAlignLeftIcon = exports.LayoutAlignBottomIcon = exports.LabExperimentIcon = exports.KeyIcon = exports.JsonResultIcon = exports.JsonQueryIcon = exports.JSONIcon = exports.InternetBrowserIcon = exports.InstanceIcon = exports.IndxIcon = exports.HourGlassIcon = exports.HomeIcon = exports.HeartIcon = exports.HeadphonesIcon = exports.GreaterOrEqualIcon = exports.GreaterIcon = exports.GraphIcon = exports.GlassesIcon = exports.GlassIcon = exports.GitPullRequestIcon = exports.GitMergeIcon = exports.GitCommitIcon = exports.GitBranchIcon = exports.GPSPinIcon = exports.GPSMyLocationIcon = exports.FrostIcon = exports.FourLeafCloverIcon = exports.FolderIcon = exports.FlowerIcon = exports.FlagIcon = exports.FilterIcon = exports.FilterAltIcon = void 0;
|
|
8
|
+
exports.UserCheckIcon = exports.UserBookmarkIcon = exports.UserAliasIcon = exports.UpdateIcon = exports.TypoOrBugIcon = exports.TypingIcon = exports.ToolBoxIcon = exports.ThumbsUpIcon = exports.TerminalIcon = exports.TagIcon = exports.SupportIcon = exports.StatusIcon = exports.SpeedometerIcon = exports.SpectrumIcon = exports.SpectrumFlatIcon = exports.SpecialCharactersIcon = exports.SparkIcon = exports.SortDescendingIcon = exports.SortAscendingIcon = exports.SmallerOrEqualIcon = exports.SmallerIcon = exports.SlidersVerticalIcon = exports.SlidersHorizontalIcon = exports.ShieldIcon = exports.SearchQueryIcon = exports.SearchIcon = exports.SaveIcon = exports.RefreshIcon = exports.RecorderIcon = exports.RSSFeedIcon = exports.RAMIcon = exports.PuzzlePieceIcon = exports.PrevIcon = exports.PowerIcon = exports.PointUpIcon = exports.PointRightIcon = exports.PointLeftIcon = exports.PlusIcon = exports.PlayIcon = exports.PersonaliseIcon = exports.PercentIcon = exports.PcIcon = exports.PauseIcon = exports.PatternRecognitionIcon = exports.PanelDeleteIcon = exports.PanelAddIcon = exports.OptionsMenuIcon = exports.NugetIcon = exports.NodesIcon = exports.NextIcon = void 0;
|
|
9
|
+
exports.ZapIcon = exports.XOrErrorIcon = exports.WiFiIcon = exports.WeightMediumIcon = exports.WeightLowIcon = exports.WeightIcon = exports.WeightHighIcon = exports.WarningIcon = exports.VolumeMuteIcon = exports.VolumeMediumIcon = exports.VolumeLowIcon = exports.VolumeHighIcon = exports.VirtualRealityVRHeadsetIcon = exports.UsersIcon = exports.UserXIcon = exports.UserTextIcon = exports.UserPrivacyIcon = exports.UserPlusIcon = exports.UserMinusIcon = exports.UserIdIcon = exports.UserIcon = exports.UserGroupIcon = void 0;
|
|
10
|
+
var AlignCenterIcon_1 = require("./AlignCenterIcon");
|
|
11
|
+
Object.defineProperty(exports, "AlignCenterIcon", { enumerable: true, get: function () { return __importDefault(AlignCenterIcon_1).default; } });
|
|
12
|
+
var AlignJustifyIcon_1 = require("./AlignJustifyIcon");
|
|
13
|
+
Object.defineProperty(exports, "AlignJustifyIcon", { enumerable: true, get: function () { return __importDefault(AlignJustifyIcon_1).default; } });
|
|
14
|
+
var AlignLeftIcon_1 = require("./AlignLeftIcon");
|
|
15
|
+
Object.defineProperty(exports, "AlignLeftIcon", { enumerable: true, get: function () { return __importDefault(AlignLeftIcon_1).default; } });
|
|
16
|
+
var AlignRightIcon_1 = require("./AlignRightIcon");
|
|
17
|
+
Object.defineProperty(exports, "AlignRightIcon", { enumerable: true, get: function () { return __importDefault(AlignRightIcon_1).default; } });
|
|
18
|
+
var AnalyticsIcon_1 = require("./AnalyticsIcon");
|
|
19
|
+
Object.defineProperty(exports, "AnalyticsIcon", { enumerable: true, get: function () { return __importDefault(AnalyticsIcon_1).default; } });
|
|
20
|
+
var AnchorIcon_1 = require("./AnchorIcon");
|
|
21
|
+
Object.defineProperty(exports, "AnchorIcon", { enumerable: true, get: function () { return __importDefault(AnchorIcon_1).default; } });
|
|
22
|
+
var BarCodeIcon_1 = require("./BarCodeIcon");
|
|
23
|
+
Object.defineProperty(exports, "BarCodeIcon", { enumerable: true, get: function () { return __importDefault(BarCodeIcon_1).default; } });
|
|
24
|
+
var BatteryIcon_1 = require("./BatteryIcon");
|
|
25
|
+
Object.defineProperty(exports, "BatteryIcon", { enumerable: true, get: function () { return __importDefault(BatteryIcon_1).default; } });
|
|
26
|
+
var BellIcon_1 = require("./BellIcon");
|
|
27
|
+
Object.defineProperty(exports, "BellIcon", { enumerable: true, get: function () { return __importDefault(BellIcon_1).default; } });
|
|
28
|
+
var BookIcon_1 = require("./BookIcon");
|
|
29
|
+
Object.defineProperty(exports, "BookIcon", { enumerable: true, get: function () { return __importDefault(BookIcon_1).default; } });
|
|
30
|
+
var BoostIcon_1 = require("./BoostIcon");
|
|
31
|
+
Object.defineProperty(exports, "BoostIcon", { enumerable: true, get: function () { return __importDefault(BoostIcon_1).default; } });
|
|
32
|
+
var C_Icon_1 = require("./C#Icon");
|
|
33
|
+
Object.defineProperty(exports, "C", { enumerable: true, get: function () { return __importDefault(C_Icon_1).default; } });
|
|
34
|
+
Object.defineProperty(exports, "#Icon", { enumerable: true, get: function () { return C_Icon_1.#Icon; } });
|
|
35
|
+
var CardIcon_1 = require("./CardIcon");
|
|
36
|
+
Object.defineProperty(exports, "CardIcon", { enumerable: true, get: function () { return __importDefault(CardIcon_1).default; } });
|
|
37
|
+
var CheckIcon_1 = require("./CheckIcon");
|
|
38
|
+
Object.defineProperty(exports, "CheckIcon", { enumerable: true, get: function () { return __importDefault(CheckIcon_1).default; } });
|
|
39
|
+
var CircleIcon_1 = require("./CircleIcon");
|
|
40
|
+
Object.defineProperty(exports, "CircleIcon", { enumerable: true, get: function () { return __importDefault(CircleIcon_1).default; } });
|
|
41
|
+
var ClockIcon_1 = require("./ClockIcon");
|
|
42
|
+
Object.defineProperty(exports, "ClockIcon", { enumerable: true, get: function () { return __importDefault(ClockIcon_1).default; } });
|
|
43
|
+
var CloudIcon_1 = require("./CloudIcon");
|
|
44
|
+
Object.defineProperty(exports, "CloudIcon", { enumerable: true, get: function () { return __importDefault(CloudIcon_1).default; } });
|
|
45
|
+
var CodeIcon_1 = require("./CodeIcon");
|
|
46
|
+
Object.defineProperty(exports, "CodeIcon", { enumerable: true, get: function () { return __importDefault(CodeIcon_1).default; } });
|
|
47
|
+
var CoffeeIcon_1 = require("./CoffeeIcon");
|
|
48
|
+
Object.defineProperty(exports, "CoffeeIcon", { enumerable: true, get: function () { return __importDefault(CoffeeIcon_1).default; } });
|
|
49
|
+
var CoinsIcon_1 = require("./CoinsIcon");
|
|
50
|
+
Object.defineProperty(exports, "CoinsIcon", { enumerable: true, get: function () { return __importDefault(CoinsIcon_1).default; } });
|
|
51
|
+
var CommentIcon_1 = require("./CommentIcon");
|
|
52
|
+
Object.defineProperty(exports, "CommentIcon", { enumerable: true, get: function () { return __importDefault(CommentIcon_1).default; } });
|
|
53
|
+
var ComponentIcon_1 = require("./ComponentIcon");
|
|
54
|
+
Object.defineProperty(exports, "ComponentIcon", { enumerable: true, get: function () { return __importDefault(ComponentIcon_1).default; } });
|
|
55
|
+
var ComposeIcon_1 = require("./ComposeIcon");
|
|
56
|
+
Object.defineProperty(exports, "ComposeIcon", { enumerable: true, get: function () { return __importDefault(ComposeIcon_1).default; } });
|
|
57
|
+
var CopyIcon_1 = require("./CopyIcon");
|
|
58
|
+
Object.defineProperty(exports, "CopyIcon", { enumerable: true, get: function () { return __importDefault(CopyIcon_1).default; } });
|
|
59
|
+
var CoreIcon_1 = require("./CoreIcon");
|
|
60
|
+
Object.defineProperty(exports, "CoreIcon", { enumerable: true, get: function () { return __importDefault(CoreIcon_1).default; } });
|
|
61
|
+
var CoverageIcon_1 = require("./CoverageIcon");
|
|
62
|
+
Object.defineProperty(exports, "CoverageIcon", { enumerable: true, get: function () { return __importDefault(CoverageIcon_1).default; } });
|
|
63
|
+
var CoverageIndexIcon_1 = require("./CoverageIndexIcon");
|
|
64
|
+
Object.defineProperty(exports, "CoverageIndexIcon", { enumerable: true, get: function () { return __importDefault(CoverageIndexIcon_1).default; } });
|
|
65
|
+
var CpuIcon_1 = require("./CpuIcon");
|
|
66
|
+
Object.defineProperty(exports, "CpuIcon", { enumerable: true, get: function () { return __importDefault(CpuIcon_1).default; } });
|
|
67
|
+
var CropIcon_1 = require("./CropIcon");
|
|
68
|
+
Object.defineProperty(exports, "CropIcon", { enumerable: true, get: function () { return __importDefault(CropIcon_1).default; } });
|
|
69
|
+
var CrystalBallIcon_1 = require("./CrystalBallIcon");
|
|
70
|
+
Object.defineProperty(exports, "CrystalBallIcon", { enumerable: true, get: function () { return __importDefault(CrystalBallIcon_1).default; } });
|
|
71
|
+
var DeleteIcon_1 = require("./DeleteIcon");
|
|
72
|
+
Object.defineProperty(exports, "DeleteIcon", { enumerable: true, get: function () { return __importDefault(DeleteIcon_1).default; } });
|
|
73
|
+
var DiscoveryIcon_1 = require("./DiscoveryIcon");
|
|
74
|
+
Object.defineProperty(exports, "DiscoveryIcon", { enumerable: true, get: function () { return __importDefault(DiscoveryIcon_1).default; } });
|
|
75
|
+
var DivingMaskIcon_1 = require("./DivingMaskIcon");
|
|
76
|
+
Object.defineProperty(exports, "DivingMaskIcon", { enumerable: true, get: function () { return __importDefault(DivingMaskIcon_1).default; } });
|
|
77
|
+
var DocumentFieldsIcon_1 = require("./DocumentFieldsIcon");
|
|
78
|
+
Object.defineProperty(exports, "DocumentFieldsIcon", { enumerable: true, get: function () { return __importDefault(DocumentFieldsIcon_1).default; } });
|
|
79
|
+
var DocumentOrFileIcon_1 = require("./DocumentOrFileIcon");
|
|
80
|
+
Object.defineProperty(exports, "DocumentOrFileIcon", { enumerable: true, get: function () { return __importDefault(DocumentOrFileIcon_1).default; } });
|
|
81
|
+
var DownloadIcon_1 = require("./DownloadIcon");
|
|
82
|
+
Object.defineProperty(exports, "DownloadIcon", { enumerable: true, get: function () { return __importDefault(DownloadIcon_1).default; } });
|
|
83
|
+
var DropEmptyIcon_1 = require("./DropEmptyIcon");
|
|
84
|
+
Object.defineProperty(exports, "DropEmptyIcon", { enumerable: true, get: function () { return __importDefault(DropEmptyIcon_1).default; } });
|
|
85
|
+
var DropFullIcon_1 = require("./DropFullIcon");
|
|
86
|
+
Object.defineProperty(exports, "DropFullIcon", { enumerable: true, get: function () { return __importDefault(DropFullIcon_1).default; } });
|
|
87
|
+
var DropHalfIcon_1 = require("./DropHalfIcon");
|
|
88
|
+
Object.defineProperty(exports, "DropHalfIcon", { enumerable: true, get: function () { return __importDefault(DropHalfIcon_1).default; } });
|
|
89
|
+
var DuplicateIcon_1 = require("./DuplicateIcon");
|
|
90
|
+
Object.defineProperty(exports, "DuplicateIcon", { enumerable: true, get: function () { return __importDefault(DuplicateIcon_1).default; } });
|
|
91
|
+
var DynamicJsonFieldIcon_1 = require("./DynamicJsonFieldIcon");
|
|
92
|
+
Object.defineProperty(exports, "DynamicJsonFieldIcon", { enumerable: true, get: function () { return __importDefault(DynamicJsonFieldIcon_1).default; } });
|
|
93
|
+
var ECommerceIcon_1 = require("./ECommerceIcon");
|
|
94
|
+
Object.defineProperty(exports, "ECommerceIcon", { enumerable: true, get: function () { return __importDefault(ECommerceIcon_1).default; } });
|
|
95
|
+
var EmptyIcon_1 = require("./EmptyIcon");
|
|
96
|
+
Object.defineProperty(exports, "EmptyIcon", { enumerable: true, get: function () { return __importDefault(EmptyIcon_1).default; } });
|
|
97
|
+
var EqualIcon_1 = require("./EqualIcon");
|
|
98
|
+
Object.defineProperty(exports, "EqualIcon", { enumerable: true, get: function () { return __importDefault(EqualIcon_1).default; } });
|
|
99
|
+
var EyeIcon_1 = require("./EyeIcon");
|
|
100
|
+
Object.defineProperty(exports, "EyeIcon", { enumerable: true, get: function () { return __importDefault(EyeIcon_1).default; } });
|
|
101
|
+
var FastBackwardIcon_1 = require("./FastBackwardIcon");
|
|
102
|
+
Object.defineProperty(exports, "FastBackwardIcon", { enumerable: true, get: function () { return __importDefault(FastBackwardIcon_1).default; } });
|
|
103
|
+
var FastForwardIcon_1 = require("./FastForwardIcon");
|
|
104
|
+
Object.defineProperty(exports, "FastForwardIcon", { enumerable: true, get: function () { return __importDefault(FastForwardIcon_1).default; } });
|
|
105
|
+
var FieldIcon_1 = require("./FieldIcon");
|
|
106
|
+
Object.defineProperty(exports, "FieldIcon", { enumerable: true, get: function () { return __importDefault(FieldIcon_1).default; } });
|
|
107
|
+
var FieldsIcon_1 = require("./FieldsIcon");
|
|
108
|
+
Object.defineProperty(exports, "FieldsIcon", { enumerable: true, get: function () { return __importDefault(FieldsIcon_1).default; } });
|
|
109
|
+
var FilterAltIcon_1 = require("./FilterAltIcon");
|
|
110
|
+
Object.defineProperty(exports, "FilterAltIcon", { enumerable: true, get: function () { return __importDefault(FilterAltIcon_1).default; } });
|
|
111
|
+
var FilterIcon_1 = require("./FilterIcon");
|
|
112
|
+
Object.defineProperty(exports, "FilterIcon", { enumerable: true, get: function () { return __importDefault(FilterIcon_1).default; } });
|
|
113
|
+
var FlagIcon_1 = require("./FlagIcon");
|
|
114
|
+
Object.defineProperty(exports, "FlagIcon", { enumerable: true, get: function () { return __importDefault(FlagIcon_1).default; } });
|
|
115
|
+
var FlowerIcon_1 = require("./FlowerIcon");
|
|
116
|
+
Object.defineProperty(exports, "FlowerIcon", { enumerable: true, get: function () { return __importDefault(FlowerIcon_1).default; } });
|
|
117
|
+
var FolderIcon_1 = require("./FolderIcon");
|
|
118
|
+
Object.defineProperty(exports, "FolderIcon", { enumerable: true, get: function () { return __importDefault(FolderIcon_1).default; } });
|
|
119
|
+
var FourLeafCloverIcon_1 = require("./FourLeafCloverIcon");
|
|
120
|
+
Object.defineProperty(exports, "FourLeafCloverIcon", { enumerable: true, get: function () { return __importDefault(FourLeafCloverIcon_1).default; } });
|
|
121
|
+
var FrostIcon_1 = require("./FrostIcon");
|
|
122
|
+
Object.defineProperty(exports, "FrostIcon", { enumerable: true, get: function () { return __importDefault(FrostIcon_1).default; } });
|
|
123
|
+
var GPSMyLocationIcon_1 = require("./GPSMyLocationIcon");
|
|
124
|
+
Object.defineProperty(exports, "GPSMyLocationIcon", { enumerable: true, get: function () { return __importDefault(GPSMyLocationIcon_1).default; } });
|
|
125
|
+
var GPSPinIcon_1 = require("./GPSPinIcon");
|
|
126
|
+
Object.defineProperty(exports, "GPSPinIcon", { enumerable: true, get: function () { return __importDefault(GPSPinIcon_1).default; } });
|
|
127
|
+
var GitBranchIcon_1 = require("./GitBranchIcon");
|
|
128
|
+
Object.defineProperty(exports, "GitBranchIcon", { enumerable: true, get: function () { return __importDefault(GitBranchIcon_1).default; } });
|
|
129
|
+
var GitCommitIcon_1 = require("./GitCommitIcon");
|
|
130
|
+
Object.defineProperty(exports, "GitCommitIcon", { enumerable: true, get: function () { return __importDefault(GitCommitIcon_1).default; } });
|
|
131
|
+
var GitMergeIcon_1 = require("./GitMergeIcon");
|
|
132
|
+
Object.defineProperty(exports, "GitMergeIcon", { enumerable: true, get: function () { return __importDefault(GitMergeIcon_1).default; } });
|
|
133
|
+
var GitPullRequestIcon_1 = require("./GitPullRequestIcon");
|
|
134
|
+
Object.defineProperty(exports, "GitPullRequestIcon", { enumerable: true, get: function () { return __importDefault(GitPullRequestIcon_1).default; } });
|
|
135
|
+
var GlassIcon_1 = require("./GlassIcon");
|
|
136
|
+
Object.defineProperty(exports, "GlassIcon", { enumerable: true, get: function () { return __importDefault(GlassIcon_1).default; } });
|
|
137
|
+
var GlassesIcon_1 = require("./GlassesIcon");
|
|
138
|
+
Object.defineProperty(exports, "GlassesIcon", { enumerable: true, get: function () { return __importDefault(GlassesIcon_1).default; } });
|
|
139
|
+
var GraphIcon_1 = require("./GraphIcon");
|
|
140
|
+
Object.defineProperty(exports, "GraphIcon", { enumerable: true, get: function () { return __importDefault(GraphIcon_1).default; } });
|
|
141
|
+
var GreaterIcon_1 = require("./GreaterIcon");
|
|
142
|
+
Object.defineProperty(exports, "GreaterIcon", { enumerable: true, get: function () { return __importDefault(GreaterIcon_1).default; } });
|
|
143
|
+
var GreaterOrEqualIcon_1 = require("./GreaterOrEqualIcon");
|
|
144
|
+
Object.defineProperty(exports, "GreaterOrEqualIcon", { enumerable: true, get: function () { return __importDefault(GreaterOrEqualIcon_1).default; } });
|
|
145
|
+
var HeadphonesIcon_1 = require("./HeadphonesIcon");
|
|
146
|
+
Object.defineProperty(exports, "HeadphonesIcon", { enumerable: true, get: function () { return __importDefault(HeadphonesIcon_1).default; } });
|
|
147
|
+
var HeartIcon_1 = require("./HeartIcon");
|
|
148
|
+
Object.defineProperty(exports, "HeartIcon", { enumerable: true, get: function () { return __importDefault(HeartIcon_1).default; } });
|
|
149
|
+
var HomeIcon_1 = require("./HomeIcon");
|
|
150
|
+
Object.defineProperty(exports, "HomeIcon", { enumerable: true, get: function () { return __importDefault(HomeIcon_1).default; } });
|
|
151
|
+
var HourGlassIcon_1 = require("./HourGlassIcon");
|
|
152
|
+
Object.defineProperty(exports, "HourGlassIcon", { enumerable: true, get: function () { return __importDefault(HourGlassIcon_1).default; } });
|
|
153
|
+
var IndxIcon_1 = require("./IndxIcon");
|
|
154
|
+
Object.defineProperty(exports, "IndxIcon", { enumerable: true, get: function () { return __importDefault(IndxIcon_1).default; } });
|
|
155
|
+
var InstanceIcon_1 = require("./InstanceIcon");
|
|
156
|
+
Object.defineProperty(exports, "InstanceIcon", { enumerable: true, get: function () { return __importDefault(InstanceIcon_1).default; } });
|
|
157
|
+
var InternetBrowserIcon_1 = require("./InternetBrowserIcon");
|
|
158
|
+
Object.defineProperty(exports, "InternetBrowserIcon", { enumerable: true, get: function () { return __importDefault(InternetBrowserIcon_1).default; } });
|
|
159
|
+
var JSONIcon_1 = require("./JSONIcon");
|
|
160
|
+
Object.defineProperty(exports, "JSONIcon", { enumerable: true, get: function () { return __importDefault(JSONIcon_1).default; } });
|
|
161
|
+
var JsonQueryIcon_1 = require("./JsonQueryIcon");
|
|
162
|
+
Object.defineProperty(exports, "JsonQueryIcon", { enumerable: true, get: function () { return __importDefault(JsonQueryIcon_1).default; } });
|
|
163
|
+
var JsonResultIcon_1 = require("./JsonResultIcon");
|
|
164
|
+
Object.defineProperty(exports, "JsonResultIcon", { enumerable: true, get: function () { return __importDefault(JsonResultIcon_1).default; } });
|
|
165
|
+
var KeyIcon_1 = require("./KeyIcon");
|
|
166
|
+
Object.defineProperty(exports, "KeyIcon", { enumerable: true, get: function () { return __importDefault(KeyIcon_1).default; } });
|
|
167
|
+
var LabExperimentIcon_1 = require("./LabExperimentIcon");
|
|
168
|
+
Object.defineProperty(exports, "LabExperimentIcon", { enumerable: true, get: function () { return __importDefault(LabExperimentIcon_1).default; } });
|
|
169
|
+
var LayoutAlignBottomIcon_1 = require("./LayoutAlignBottomIcon");
|
|
170
|
+
Object.defineProperty(exports, "LayoutAlignBottomIcon", { enumerable: true, get: function () { return __importDefault(LayoutAlignBottomIcon_1).default; } });
|
|
171
|
+
var LayoutAlignLeftIcon_1 = require("./LayoutAlignLeftIcon");
|
|
172
|
+
Object.defineProperty(exports, "LayoutAlignLeftIcon", { enumerable: true, get: function () { return __importDefault(LayoutAlignLeftIcon_1).default; } });
|
|
173
|
+
var LayoutAlignRightIcon_1 = require("./LayoutAlignRightIcon");
|
|
174
|
+
Object.defineProperty(exports, "LayoutAlignRightIcon", { enumerable: true, get: function () { return __importDefault(LayoutAlignRightIcon_1).default; } });
|
|
175
|
+
var LayoutAlignTopIcon_1 = require("./LayoutAlignTopIcon");
|
|
176
|
+
Object.defineProperty(exports, "LayoutAlignTopIcon", { enumerable: true, get: function () { return __importDefault(LayoutAlignTopIcon_1).default; } });
|
|
177
|
+
var LightBulbIcon_1 = require("./LightBulbIcon");
|
|
178
|
+
Object.defineProperty(exports, "LightBulbIcon", { enumerable: true, get: function () { return __importDefault(LightBulbIcon_1).default; } });
|
|
179
|
+
var LinearIcon_1 = require("./LinearIcon");
|
|
180
|
+
Object.defineProperty(exports, "LinearIcon", { enumerable: true, get: function () { return __importDefault(LinearIcon_1).default; } });
|
|
181
|
+
var LinkIcon_1 = require("./LinkIcon");
|
|
182
|
+
Object.defineProperty(exports, "LinkIcon", { enumerable: true, get: function () { return __importDefault(LinkIcon_1).default; } });
|
|
183
|
+
var ListIcon_1 = require("./ListIcon");
|
|
184
|
+
Object.defineProperty(exports, "ListIcon", { enumerable: true, get: function () { return __importDefault(ListIcon_1).default; } });
|
|
185
|
+
var LockIcon_1 = require("./LockIcon");
|
|
186
|
+
Object.defineProperty(exports, "LockIcon", { enumerable: true, get: function () { return __importDefault(LockIcon_1).default; } });
|
|
187
|
+
var LoginIcon_1 = require("./LoginIcon");
|
|
188
|
+
Object.defineProperty(exports, "LoginIcon", { enumerable: true, get: function () { return __importDefault(LoginIcon_1).default; } });
|
|
189
|
+
var LogoutIcon_1 = require("./LogoutIcon");
|
|
190
|
+
Object.defineProperty(exports, "LogoutIcon", { enumerable: true, get: function () { return __importDefault(LogoutIcon_1).default; } });
|
|
191
|
+
var LoopIcon_1 = require("./LoopIcon");
|
|
192
|
+
Object.defineProperty(exports, "LoopIcon", { enumerable: true, get: function () { return __importDefault(LoopIcon_1).default; } });
|
|
193
|
+
var MailIcon_1 = require("./MailIcon");
|
|
194
|
+
Object.defineProperty(exports, "MailIcon", { enumerable: true, get: function () { return __importDefault(MailIcon_1).default; } });
|
|
195
|
+
var MaximizeIcon_1 = require("./MaximizeIcon");
|
|
196
|
+
Object.defineProperty(exports, "MaximizeIcon", { enumerable: true, get: function () { return __importDefault(MaximizeIcon_1).default; } });
|
|
197
|
+
var MenuIcon_1 = require("./MenuIcon");
|
|
198
|
+
Object.defineProperty(exports, "MenuIcon", { enumerable: true, get: function () { return __importDefault(MenuIcon_1).default; } });
|
|
199
|
+
var MicrophoneIcon_1 = require("./MicrophoneIcon");
|
|
200
|
+
Object.defineProperty(exports, "MicrophoneIcon", { enumerable: true, get: function () { return __importDefault(MicrophoneIcon_1).default; } });
|
|
201
|
+
var MinimizeIcon_1 = require("./MinimizeIcon");
|
|
202
|
+
Object.defineProperty(exports, "MinimizeIcon", { enumerable: true, get: function () { return __importDefault(MinimizeIcon_1).default; } });
|
|
203
|
+
var MinusIcon_1 = require("./MinusIcon");
|
|
204
|
+
Object.defineProperty(exports, "MinusIcon", { enumerable: true, get: function () { return __importDefault(MinusIcon_1).default; } });
|
|
205
|
+
var MoneyIcon_1 = require("./MoneyIcon");
|
|
206
|
+
Object.defineProperty(exports, "MoneyIcon", { enumerable: true, get: function () { return __importDefault(MoneyIcon_1).default; } });
|
|
207
|
+
var NestedObjectIcon_1 = require("./NestedObjectIcon");
|
|
208
|
+
Object.defineProperty(exports, "NestedObjectIcon", { enumerable: true, get: function () { return __importDefault(NestedObjectIcon_1).default; } });
|
|
209
|
+
var NextIcon_1 = require("./NextIcon");
|
|
210
|
+
Object.defineProperty(exports, "NextIcon", { enumerable: true, get: function () { return __importDefault(NextIcon_1).default; } });
|
|
211
|
+
var NodesIcon_1 = require("./NodesIcon");
|
|
212
|
+
Object.defineProperty(exports, "NodesIcon", { enumerable: true, get: function () { return __importDefault(NodesIcon_1).default; } });
|
|
213
|
+
var NugetIcon_1 = require("./NugetIcon");
|
|
214
|
+
Object.defineProperty(exports, "NugetIcon", { enumerable: true, get: function () { return __importDefault(NugetIcon_1).default; } });
|
|
215
|
+
var OptionsMenuIcon_1 = require("./OptionsMenuIcon");
|
|
216
|
+
Object.defineProperty(exports, "OptionsMenuIcon", { enumerable: true, get: function () { return __importDefault(OptionsMenuIcon_1).default; } });
|
|
217
|
+
var PanelAddIcon_1 = require("./PanelAddIcon");
|
|
218
|
+
Object.defineProperty(exports, "PanelAddIcon", { enumerable: true, get: function () { return __importDefault(PanelAddIcon_1).default; } });
|
|
219
|
+
var PanelDeleteIcon_1 = require("./PanelDeleteIcon");
|
|
220
|
+
Object.defineProperty(exports, "PanelDeleteIcon", { enumerable: true, get: function () { return __importDefault(PanelDeleteIcon_1).default; } });
|
|
221
|
+
var PatternRecognitionIcon_1 = require("./PatternRecognitionIcon");
|
|
222
|
+
Object.defineProperty(exports, "PatternRecognitionIcon", { enumerable: true, get: function () { return __importDefault(PatternRecognitionIcon_1).default; } });
|
|
223
|
+
var PauseIcon_1 = require("./PauseIcon");
|
|
224
|
+
Object.defineProperty(exports, "PauseIcon", { enumerable: true, get: function () { return __importDefault(PauseIcon_1).default; } });
|
|
225
|
+
var PcIcon_1 = require("./PcIcon");
|
|
226
|
+
Object.defineProperty(exports, "PcIcon", { enumerable: true, get: function () { return __importDefault(PcIcon_1).default; } });
|
|
227
|
+
var PercentIcon_1 = require("./PercentIcon");
|
|
228
|
+
Object.defineProperty(exports, "PercentIcon", { enumerable: true, get: function () { return __importDefault(PercentIcon_1).default; } });
|
|
229
|
+
var PersonaliseIcon_1 = require("./PersonaliseIcon");
|
|
230
|
+
Object.defineProperty(exports, "PersonaliseIcon", { enumerable: true, get: function () { return __importDefault(PersonaliseIcon_1).default; } });
|
|
231
|
+
var PlayIcon_1 = require("./PlayIcon");
|
|
232
|
+
Object.defineProperty(exports, "PlayIcon", { enumerable: true, get: function () { return __importDefault(PlayIcon_1).default; } });
|
|
233
|
+
var PlusIcon_1 = require("./PlusIcon");
|
|
234
|
+
Object.defineProperty(exports, "PlusIcon", { enumerable: true, get: function () { return __importDefault(PlusIcon_1).default; } });
|
|
235
|
+
var PointLeftIcon_1 = require("./PointLeftIcon");
|
|
236
|
+
Object.defineProperty(exports, "PointLeftIcon", { enumerable: true, get: function () { return __importDefault(PointLeftIcon_1).default; } });
|
|
237
|
+
var PointRightIcon_1 = require("./PointRightIcon");
|
|
238
|
+
Object.defineProperty(exports, "PointRightIcon", { enumerable: true, get: function () { return __importDefault(PointRightIcon_1).default; } });
|
|
239
|
+
var PointUpIcon_1 = require("./PointUpIcon");
|
|
240
|
+
Object.defineProperty(exports, "PointUpIcon", { enumerable: true, get: function () { return __importDefault(PointUpIcon_1).default; } });
|
|
241
|
+
var PowerIcon_1 = require("./PowerIcon");
|
|
242
|
+
Object.defineProperty(exports, "PowerIcon", { enumerable: true, get: function () { return __importDefault(PowerIcon_1).default; } });
|
|
243
|
+
var PrevIcon_1 = require("./PrevIcon");
|
|
244
|
+
Object.defineProperty(exports, "PrevIcon", { enumerable: true, get: function () { return __importDefault(PrevIcon_1).default; } });
|
|
245
|
+
var PuzzlePieceIcon_1 = require("./PuzzlePieceIcon");
|
|
246
|
+
Object.defineProperty(exports, "PuzzlePieceIcon", { enumerable: true, get: function () { return __importDefault(PuzzlePieceIcon_1).default; } });
|
|
247
|
+
var RAMIcon_1 = require("./RAMIcon");
|
|
248
|
+
Object.defineProperty(exports, "RAMIcon", { enumerable: true, get: function () { return __importDefault(RAMIcon_1).default; } });
|
|
249
|
+
var RSSFeedIcon_1 = require("./RSSFeedIcon");
|
|
250
|
+
Object.defineProperty(exports, "RSSFeedIcon", { enumerable: true, get: function () { return __importDefault(RSSFeedIcon_1).default; } });
|
|
251
|
+
var RecorderIcon_1 = require("./RecorderIcon");
|
|
252
|
+
Object.defineProperty(exports, "RecorderIcon", { enumerable: true, get: function () { return __importDefault(RecorderIcon_1).default; } });
|
|
253
|
+
var RefreshIcon_1 = require("./RefreshIcon");
|
|
254
|
+
Object.defineProperty(exports, "RefreshIcon", { enumerable: true, get: function () { return __importDefault(RefreshIcon_1).default; } });
|
|
255
|
+
var SaveIcon_1 = require("./SaveIcon");
|
|
256
|
+
Object.defineProperty(exports, "SaveIcon", { enumerable: true, get: function () { return __importDefault(SaveIcon_1).default; } });
|
|
257
|
+
var SearchIcon_1 = require("./SearchIcon");
|
|
258
|
+
Object.defineProperty(exports, "SearchIcon", { enumerable: true, get: function () { return __importDefault(SearchIcon_1).default; } });
|
|
259
|
+
var SearchQueryIcon_1 = require("./SearchQueryIcon");
|
|
260
|
+
Object.defineProperty(exports, "SearchQueryIcon", { enumerable: true, get: function () { return __importDefault(SearchQueryIcon_1).default; } });
|
|
261
|
+
var ShieldIcon_1 = require("./ShieldIcon");
|
|
262
|
+
Object.defineProperty(exports, "ShieldIcon", { enumerable: true, get: function () { return __importDefault(ShieldIcon_1).default; } });
|
|
263
|
+
var SlidersHorizontalIcon_1 = require("./SlidersHorizontalIcon");
|
|
264
|
+
Object.defineProperty(exports, "SlidersHorizontalIcon", { enumerable: true, get: function () { return __importDefault(SlidersHorizontalIcon_1).default; } });
|
|
265
|
+
var SlidersVerticalIcon_1 = require("./SlidersVerticalIcon");
|
|
266
|
+
Object.defineProperty(exports, "SlidersVerticalIcon", { enumerable: true, get: function () { return __importDefault(SlidersVerticalIcon_1).default; } });
|
|
267
|
+
var SmallerIcon_1 = require("./SmallerIcon");
|
|
268
|
+
Object.defineProperty(exports, "SmallerIcon", { enumerable: true, get: function () { return __importDefault(SmallerIcon_1).default; } });
|
|
269
|
+
var SmallerOrEqualIcon_1 = require("./SmallerOrEqualIcon");
|
|
270
|
+
Object.defineProperty(exports, "SmallerOrEqualIcon", { enumerable: true, get: function () { return __importDefault(SmallerOrEqualIcon_1).default; } });
|
|
271
|
+
var SortAscendingIcon_1 = require("./SortAscendingIcon");
|
|
272
|
+
Object.defineProperty(exports, "SortAscendingIcon", { enumerable: true, get: function () { return __importDefault(SortAscendingIcon_1).default; } });
|
|
273
|
+
var SortDescendingIcon_1 = require("./SortDescendingIcon");
|
|
274
|
+
Object.defineProperty(exports, "SortDescendingIcon", { enumerable: true, get: function () { return __importDefault(SortDescendingIcon_1).default; } });
|
|
275
|
+
var SparkIcon_1 = require("./SparkIcon");
|
|
276
|
+
Object.defineProperty(exports, "SparkIcon", { enumerable: true, get: function () { return __importDefault(SparkIcon_1).default; } });
|
|
277
|
+
var SpecialCharactersIcon_1 = require("./SpecialCharactersIcon");
|
|
278
|
+
Object.defineProperty(exports, "SpecialCharactersIcon", { enumerable: true, get: function () { return __importDefault(SpecialCharactersIcon_1).default; } });
|
|
279
|
+
var SpectrumFlatIcon_1 = require("./SpectrumFlatIcon");
|
|
280
|
+
Object.defineProperty(exports, "SpectrumFlatIcon", { enumerable: true, get: function () { return __importDefault(SpectrumFlatIcon_1).default; } });
|
|
281
|
+
var SpectrumIcon_1 = require("./SpectrumIcon");
|
|
282
|
+
Object.defineProperty(exports, "SpectrumIcon", { enumerable: true, get: function () { return __importDefault(SpectrumIcon_1).default; } });
|
|
283
|
+
var SpeedometerIcon_1 = require("./SpeedometerIcon");
|
|
284
|
+
Object.defineProperty(exports, "SpeedometerIcon", { enumerable: true, get: function () { return __importDefault(SpeedometerIcon_1).default; } });
|
|
285
|
+
var StatusIcon_1 = require("./StatusIcon");
|
|
286
|
+
Object.defineProperty(exports, "StatusIcon", { enumerable: true, get: function () { return __importDefault(StatusIcon_1).default; } });
|
|
287
|
+
var SupportIcon_1 = require("./SupportIcon");
|
|
288
|
+
Object.defineProperty(exports, "SupportIcon", { enumerable: true, get: function () { return __importDefault(SupportIcon_1).default; } });
|
|
289
|
+
var TagIcon_1 = require("./TagIcon");
|
|
290
|
+
Object.defineProperty(exports, "TagIcon", { enumerable: true, get: function () { return __importDefault(TagIcon_1).default; } });
|
|
291
|
+
var TerminalIcon_1 = require("./TerminalIcon");
|
|
292
|
+
Object.defineProperty(exports, "TerminalIcon", { enumerable: true, get: function () { return __importDefault(TerminalIcon_1).default; } });
|
|
293
|
+
var ThumbsUpIcon_1 = require("./ThumbsUpIcon");
|
|
294
|
+
Object.defineProperty(exports, "ThumbsUpIcon", { enumerable: true, get: function () { return __importDefault(ThumbsUpIcon_1).default; } });
|
|
295
|
+
var ToolBoxIcon_1 = require("./ToolBoxIcon");
|
|
296
|
+
Object.defineProperty(exports, "ToolBoxIcon", { enumerable: true, get: function () { return __importDefault(ToolBoxIcon_1).default; } });
|
|
297
|
+
var TypingIcon_1 = require("./TypingIcon");
|
|
298
|
+
Object.defineProperty(exports, "TypingIcon", { enumerable: true, get: function () { return __importDefault(TypingIcon_1).default; } });
|
|
299
|
+
var TypoOrBugIcon_1 = require("./TypoOrBugIcon");
|
|
300
|
+
Object.defineProperty(exports, "TypoOrBugIcon", { enumerable: true, get: function () { return __importDefault(TypoOrBugIcon_1).default; } });
|
|
301
|
+
var UpdateIcon_1 = require("./UpdateIcon");
|
|
302
|
+
Object.defineProperty(exports, "UpdateIcon", { enumerable: true, get: function () { return __importDefault(UpdateIcon_1).default; } });
|
|
303
|
+
var UserAliasIcon_1 = require("./UserAliasIcon");
|
|
304
|
+
Object.defineProperty(exports, "UserAliasIcon", { enumerable: true, get: function () { return __importDefault(UserAliasIcon_1).default; } });
|
|
305
|
+
var UserBookmarkIcon_1 = require("./UserBookmarkIcon");
|
|
306
|
+
Object.defineProperty(exports, "UserBookmarkIcon", { enumerable: true, get: function () { return __importDefault(UserBookmarkIcon_1).default; } });
|
|
307
|
+
var UserCheckIcon_1 = require("./UserCheckIcon");
|
|
308
|
+
Object.defineProperty(exports, "UserCheckIcon", { enumerable: true, get: function () { return __importDefault(UserCheckIcon_1).default; } });
|
|
309
|
+
var UserGroupIcon_1 = require("./UserGroupIcon");
|
|
310
|
+
Object.defineProperty(exports, "UserGroupIcon", { enumerable: true, get: function () { return __importDefault(UserGroupIcon_1).default; } });
|
|
311
|
+
var UserIcon_1 = require("./UserIcon");
|
|
312
|
+
Object.defineProperty(exports, "UserIcon", { enumerable: true, get: function () { return __importDefault(UserIcon_1).default; } });
|
|
313
|
+
var UserIdIcon_1 = require("./UserIdIcon");
|
|
314
|
+
Object.defineProperty(exports, "UserIdIcon", { enumerable: true, get: function () { return __importDefault(UserIdIcon_1).default; } });
|
|
315
|
+
var UserMinusIcon_1 = require("./UserMinusIcon");
|
|
316
|
+
Object.defineProperty(exports, "UserMinusIcon", { enumerable: true, get: function () { return __importDefault(UserMinusIcon_1).default; } });
|
|
317
|
+
var UserPlusIcon_1 = require("./UserPlusIcon");
|
|
318
|
+
Object.defineProperty(exports, "UserPlusIcon", { enumerable: true, get: function () { return __importDefault(UserPlusIcon_1).default; } });
|
|
319
|
+
var UserPrivacyIcon_1 = require("./UserPrivacyIcon");
|
|
320
|
+
Object.defineProperty(exports, "UserPrivacyIcon", { enumerable: true, get: function () { return __importDefault(UserPrivacyIcon_1).default; } });
|
|
321
|
+
var UserTextIcon_1 = require("./UserTextIcon");
|
|
322
|
+
Object.defineProperty(exports, "UserTextIcon", { enumerable: true, get: function () { return __importDefault(UserTextIcon_1).default; } });
|
|
323
|
+
var UserXIcon_1 = require("./UserXIcon");
|
|
324
|
+
Object.defineProperty(exports, "UserXIcon", { enumerable: true, get: function () { return __importDefault(UserXIcon_1).default; } });
|
|
325
|
+
var UsersIcon_1 = require("./UsersIcon");
|
|
326
|
+
Object.defineProperty(exports, "UsersIcon", { enumerable: true, get: function () { return __importDefault(UsersIcon_1).default; } });
|
|
327
|
+
var VirtualRealityVRHeadsetIcon_1 = require("./VirtualRealityVRHeadsetIcon");
|
|
328
|
+
Object.defineProperty(exports, "VirtualRealityVRHeadsetIcon", { enumerable: true, get: function () { return __importDefault(VirtualRealityVRHeadsetIcon_1).default; } });
|
|
329
|
+
var VolumeHighIcon_1 = require("./VolumeHighIcon");
|
|
330
|
+
Object.defineProperty(exports, "VolumeHighIcon", { enumerable: true, get: function () { return __importDefault(VolumeHighIcon_1).default; } });
|
|
331
|
+
var VolumeLowIcon_1 = require("./VolumeLowIcon");
|
|
332
|
+
Object.defineProperty(exports, "VolumeLowIcon", { enumerable: true, get: function () { return __importDefault(VolumeLowIcon_1).default; } });
|
|
333
|
+
var VolumeMediumIcon_1 = require("./VolumeMediumIcon");
|
|
334
|
+
Object.defineProperty(exports, "VolumeMediumIcon", { enumerable: true, get: function () { return __importDefault(VolumeMediumIcon_1).default; } });
|
|
335
|
+
var VolumeMuteIcon_1 = require("./VolumeMuteIcon");
|
|
336
|
+
Object.defineProperty(exports, "VolumeMuteIcon", { enumerable: true, get: function () { return __importDefault(VolumeMuteIcon_1).default; } });
|
|
337
|
+
var WarningIcon_1 = require("./WarningIcon");
|
|
338
|
+
Object.defineProperty(exports, "WarningIcon", { enumerable: true, get: function () { return __importDefault(WarningIcon_1).default; } });
|
|
339
|
+
var WeightHighIcon_1 = require("./WeightHighIcon");
|
|
340
|
+
Object.defineProperty(exports, "WeightHighIcon", { enumerable: true, get: function () { return __importDefault(WeightHighIcon_1).default; } });
|
|
341
|
+
var WeightIcon_1 = require("./WeightIcon");
|
|
342
|
+
Object.defineProperty(exports, "WeightIcon", { enumerable: true, get: function () { return __importDefault(WeightIcon_1).default; } });
|
|
343
|
+
var WeightLowIcon_1 = require("./WeightLowIcon");
|
|
344
|
+
Object.defineProperty(exports, "WeightLowIcon", { enumerable: true, get: function () { return __importDefault(WeightLowIcon_1).default; } });
|
|
345
|
+
var WeightMediumIcon_1 = require("./WeightMediumIcon");
|
|
346
|
+
Object.defineProperty(exports, "WeightMediumIcon", { enumerable: true, get: function () { return __importDefault(WeightMediumIcon_1).default; } });
|
|
347
|
+
var WiFiIcon_1 = require("./WiFiIcon");
|
|
348
|
+
Object.defineProperty(exports, "WiFiIcon", { enumerable: true, get: function () { return __importDefault(WiFiIcon_1).default; } });
|
|
349
|
+
var XOrErrorIcon_1 = require("./XOrErrorIcon");
|
|
350
|
+
Object.defineProperty(exports, "XOrErrorIcon", { enumerable: true, get: function () { return __importDefault(XOrErrorIcon_1).default; } });
|
|
351
|
+
var ZapIcon_1 = require("./ZapIcon");
|
|
352
|
+
Object.defineProperty(exports, "ZapIcon", { enumerable: true, get: function () { return __importDefault(ZapIcon_1).default; } });
|
|
353
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../components/icons/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../components/icons/types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AlignCenterIcon = ({ color = 'currentColor', ...props }) => {
|
|
3
|
+
return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "2", width: "3", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "3", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "5", height: "1" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default AlignCenterIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AlignJustifyIcon = ({ color = 'currentColor', ...props }) => {
|
|
3
|
+
return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "1", width: "5", height: "1" }), _jsx("rect", { x: "1", y: "4", width: "5", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "5", height: "1" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default AlignJustifyIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AlignLeftIcon = ({ color = 'currentColor', ...props }) => {
|
|
3
|
+
return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "1", width: "3", height: "1" }), _jsx("rect", { x: "1", y: "4", width: "3", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "5", height: "1" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default AlignLeftIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AlignRightIcon = ({ color = 'currentColor', ...props }) => {
|
|
3
|
+
return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "3", width: "3", height: "1" }), _jsx("rect", { x: "3", y: "4", width: "3", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "5", height: "1" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default AlignRightIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const AnalyticsIcon = ({ color = 'currentColor', ...props }) => {
|
|
3
|
+
return (_jsx("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3 0H2V5H3V0ZM1 2H0V5H1V2ZM4 3H5V5H4V3ZM7 1H6V5H7V1Z" }) }));
|
|
4
|
+
};
|
|
5
|
+
export default AnalyticsIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const AnchorIcon = ({ color = 'currentColor', ...props }) => {
|
|
3
|
+
return (_jsx("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4 0H3V1H2V2H3V3V4H2V3H1V4H2V5H3H5V4H6V3H5V4H4V3V2H5V1H4V0ZM4 1V2H3V1H4Z" }) }));
|
|
4
|
+
};
|
|
5
|
+
export default AnchorIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const BarCodeIcon = ({ color = 'currentColor', ...props }) => {
|
|
3
|
+
return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 1)" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default BarCodeIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const BatteryIcon = ({ color = 'currentColor', ...props }) => {
|
|
3
|
+
return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { width: "6", height: "1", transform: "matrix(1 0 0 -1 0 1)" }), _jsx("rect", { width: "6", height: "1", transform: "matrix(1 0 0 -1 0 5)" }), _jsx("rect", { width: "3", height: "3", transform: "matrix(1 0 0 -1 0 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 3)" }), _jsx("rect", { width: "2", height: "1", transform: "matrix(1 0 0 -1 5 2)" }), _jsx("rect", { width: "2", height: "1", transform: "matrix(1 0 0 -1 5 4)" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default BatteryIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const BellIcon = ({ color = 'currentColor', ...props }) => {
|
|
3
|
+
return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "2", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "3", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "1", width: "1", height: "1" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default BellIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const BookIcon = ({ color = 'currentColor', ...props }) => {
|
|
3
|
+
return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 1 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 5 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 5 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 1 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 4)" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default BookIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const BoostIcon = ({ color = 'currentColor', ...props }) => {
|
|
3
|
+
return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "1", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "5", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "2", width: "1", height: "1" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default BoostIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const CardIcon = ({ color = 'currentColor', ...props }) => {
|
|
3
|
+
return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 5 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 5 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 1 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 5 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 1 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 5 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 1 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 3)" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default CardIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const CheckIcon = ({ color = 'currentColor', ...props }) => {
|
|
3
|
+
return (_jsx("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7 0H6V1H5V2H4V3H3V4H2V3H1V2H0V3H1V4H2V5H3V4H4V3H5V2H6V1H7V0Z" }) }));
|
|
4
|
+
};
|
|
5
|
+
export default CheckIcon;
|