@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,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SlidersVerticalIcon = ({ 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("g", { "clip-path": "url(#clip0_3376_2781)", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1 0H0V1V2V3H1V4V5H2V4V3H3V2V1V0H2H1ZM1 2V1H2V2H1ZM5 4H4V3V2V1H5V0H6V1H7V2V3V4H6V5H5V4ZM6 2H5V3H6V2Z" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_3376_2781", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default SlidersVerticalIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SmallerIcon = ({ 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 2 3)" }), _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 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 3 4)" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default SmallerIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SmallerOrEqualIcon = ({ 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 2 5)" }), _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 5 2)" }), _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 1 2)" }), _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 6 2)" }), _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 4 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 4)" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default SmallerOrEqualIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SortAscendingIcon = ({ 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 5 2)" }), _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 4 4)" }), _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 6 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 1 5)" }), _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 0 1)" }), _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 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 1)" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default SortAscendingIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SortDescendingIcon = ({ 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 5 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 4)" }), _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 6 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 1 5)" }), _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 0 1)" }), _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 4 1)" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default SortDescendingIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SparkIcon = ({ 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: [_jsxs("g", { "clip-path": "url(#clip0_5884_15096)", children: [_jsx("rect", { x: "1", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "5", width: "1", height: "1" }), _jsx("rect", { y: "2", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "4", width: "1", height: "1" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_5884_15096", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default SparkIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SpecialCharactersIcon = ({ 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: "1", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "2", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "2", 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: "3", width: "1", height: "1" }), _jsx("rect", { x: "4", width: "1", height: "1" }), _jsx("rect", { x: "5", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "4", 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: "4", y: "4", width: "1", height: "1" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default SpecialCharactersIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const SpectrumFlatIcon = ({ 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: "M1 2H0V3H1V2ZM3 2H2V3H3V2ZM4 2H5V3H4V2ZM7 2H6V3H7V2Z" }) }));
|
|
4
|
+
};
|
|
5
|
+
export default SpectrumFlatIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const SpectrumIcon = ({ 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 1H0V4H1V1ZM4 2H5V3H4V2ZM7 1H6V4H7V1Z" }) }));
|
|
4
|
+
};
|
|
5
|
+
export default SpectrumIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SpeedometerIcon = ({ 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: [_jsxs("g", { "clip-path": "url(#clip0_3510_9524)", children: [_jsx("rect", { x: "1", y: "4", width: "1", height: "1" }), _jsx("rect", { y: "2", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "2", width: "1", height: "1" }), _jsx("rect", { x: "3", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "4", width: "1", height: "1" }), _jsx("rect", { y: "3", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "3", 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("defs", { children: _jsx("clipPath", { id: "clip0_3510_9524", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default SpeedometerIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const StatusIcon = ({ 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: [_jsxs("g", { "clip-path": "url(#clip0_7397_28254)", children: [_jsx("rect", { x: "2", y: "2", 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", { y: "3", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "4", width: "1", height: "1" }), _jsx("rect", { y: "2", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "1", width: "1", height: "1" }), _jsx("rect", { y: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", width: "1", height: "1" }), _jsx("rect", { x: "5", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "1", width: "1", height: "1" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_7397_28254", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default StatusIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SupportIcon = ({ 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: [_jsxs("g", { "clip-path": "url(#clip0_5884_15114)", children: [_jsx("rect", { x: "6", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "5", width: "1", height: "1" }), _jsx("rect", { x: "1", width: "1", height: "1" }), _jsx("rect", { x: "4", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", width: "1", height: "1" }), _jsx("rect", { y: "1", width: "1", height: "1" }), _jsx("rect", { y: "2", width: "1", height: "1" }), _jsx("rect", { y: "3", width: "1", height: "1" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_5884_15114", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default SupportIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TagIcon = ({ 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 5 3)" }), _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 4 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 4)" }), _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 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 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 1 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 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 4 2)" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default TagIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TerminalIcon = ({ 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("g", { "clip-path": "url(#clip0_3361_4183)", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1 0H0V5H1H2H3H4H5H6H7V0H6H5H4H3H2H1ZM1 4H2V3H3V2H2V1L1 1L1 2H2V3H1L1 4ZM6 3H5H4V4H5H6V3Z" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_3361_4183", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default TerminalIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ThumbsUpIcon = ({ 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: "1", height: "1" }), _jsx("rect", { x: "2", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "2", width: "1", height: "1" }), _jsx("rect", { y: "4", width: "1", height: "1" }), _jsx("rect", { y: "2", width: "1", height: "1" }), _jsx("rect", { y: "3", width: "1", height: "1" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default ThumbsUpIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ToolBoxIcon = ({ 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: [_jsxs("g", { "clip-path": "url(#clip0_5884_15120)", children: [_jsx("rect", { y: "1", width: "1", height: "1" }), _jsx("rect", { x: "5", width: "1", height: "1" }), _jsx("rect", { x: "1", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", width: "1", height: "1" }), _jsx("rect", { y: "2", width: "1", height: "1" }), _jsx("rect", { y: "4", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "3", width: "1", height: "1" }), _jsx("rect", { y: "3", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "4", width: "1", height: "1" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_5884_15120", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default ToolBoxIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const TypingIcon = ({ 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 0H2V1H3V0ZM1 2H0V3H1V2ZM4 2H5V3H4V2ZM7 2H6V3H7V2ZM2 2H3V3H2V2ZM5 4H4V5H5V4Z" }) }));
|
|
4
|
+
};
|
|
5
|
+
export default TypingIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const TypoOrBugIcon = ({ 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: "M1 0H2H3H4H5H6V1H5H4H3H2H1V0ZM1 4H0V3V2V1H1V2V3V4ZM1 4H2V5H1V4ZM6 4V3V2V1H7V2V3V4H6ZM6 4H5V5H6V4ZM3 2H2V3H3V2ZM5 2H4V3H5V2ZM3 4H4V5H3V4Z" }) }));
|
|
4
|
+
};
|
|
5
|
+
export default TypoOrBugIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const UpdateIcon = ({ 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 5 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(-1 -8.74228e-08 -8.74228e-08 1 2 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(-1 -8.74228e-08 -8.74228e-08 1 1 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(-1 -8.74228e-08 -8.74228e-08 1 1 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(-1 -8.74228e-08 -8.74228e-08 1 3 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(-1 -8.74228e-08 -8.74228e-08 1 1 4)" }), _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 4 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 5 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(-1 -8.74228e-08 -8.74228e-08 1 2 3)" }), _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 3 5)" }), _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 2 5)" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default UpdateIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const UserAliasIcon = ({ 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: "6", y: "2", width: "1", height: "1", transform: "rotate(180 6 2)" }), _jsx("rect", { x: "5", y: "1", width: "1", height: "1", transform: "rotate(180 5 1)" }), _jsx("rect", { x: "7", y: "3", width: "1", height: "1", transform: "rotate(180 7 3)" }), _jsx("rect", { x: "7", y: "2", width: "1", height: "1", transform: "rotate(180 7 2)" }), _jsx("rect", { x: "6", y: "1", width: "1", height: "1", transform: "rotate(180 6 1)" }), _jsx("rect", { x: "7", y: "1", width: "1", height: "1", transform: "rotate(180 7 1)" }), _jsx("rect", { x: "5", y: "3", width: "1", height: "1", transform: "rotate(180 5 3)" }), _jsx("rect", { x: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "3", width: "1", height: "1" }), _jsx("rect", { y: "4", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "1", height: "1" }), _jsx("rect", { y: "2", width: "3", height: "1" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default UserAliasIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const UserBookmarkIcon = ({ 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: [_jsxs("g", { "clip-path": "url(#clip0_5884_15089)", children: [_jsx("rect", { x: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "3", width: "1", height: "1" }), _jsx("rect", { y: "4", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "1", height: "1" }), _jsx("rect", { y: "2", width: "3", height: "1" }), _jsx("rect", { x: "4", y: "1", width: "1", height: "1", transform: "rotate(-90 4 1)" }), _jsx("rect", { x: "6", y: "1", width: "1", height: "1", transform: "rotate(-90 6 1)" }), _jsx("rect", { x: "4", y: "4", width: "1", height: "1", transform: "rotate(-90 4 4)" }), _jsx("rect", { x: "5", y: "1", width: "1", height: "1", transform: "rotate(-90 5 1)" }), _jsx("rect", { x: "6", y: "4", width: "1", height: "1", transform: "rotate(-90 6 4)" }), _jsx("rect", { x: "5", y: "3", width: "1", height: "1", transform: "rotate(-90 5 3)" }), _jsx("rect", { x: "6", y: "3", width: "1", height: "1", transform: "rotate(-90 6 3)" }), _jsx("rect", { x: "4", y: "3", width: "1", height: "1", transform: "rotate(-90 4 3)" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1", transform: "rotate(-90 4 2)" }), _jsx("rect", { x: "5", y: "2", width: "1", height: "1", transform: "rotate(-90 5 2)" }), _jsx("rect", { x: "6", y: "2", width: "1", height: "1", transform: "rotate(-90 6 2)" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_5884_15089", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default UserBookmarkIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const UserCheckIcon = ({ 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("g", { "clip-path": "url(#clip0_3546_7258)", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1 0L2 0V1L1 1L1 0ZM1 4V3H0L0 2L3 2V3H2V4L1 4ZM1 4L1 5H0L0 4H1ZM2 4H3V5H2V4ZM4 2H3L3 1L4 1V2ZM5 2L4 2V3H5V2ZM6 1V2H5V1L6 1ZM6 1L7 1V0L6 0V1Z" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_3546_7258", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default UserCheckIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const UserGroupIcon = ({ 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: "5", y: "1", width: "1", height: "1", transform: "rotate(180 5 1)" }), _jsx("rect", { x: "7", y: "3", width: "1", height: "1", transform: "rotate(180 7 3)" }), _jsx("rect", { x: "7", y: "1", width: "1", height: "1", transform: "rotate(180 7 1)" }), _jsx("rect", { x: "5", y: "3", width: "1", height: "1", transform: "rotate(180 5 3)" }), _jsx("rect", { x: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "3", width: "1", height: "1" }), _jsx("rect", { y: "4", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "1", height: "1" }), _jsx("rect", { y: "2", width: "3", height: "1" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default UserGroupIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const UserIcon = ({ 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("g", { "clip-path": "url(#clip0_3546_7248)", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3 0L4 0V1L3 1V0ZM3 4V3H2V2L5 2V3H4V4L3 4ZM3 4L3 5H2V4H3ZM4 4H5V5H4V4Z" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_3546_7248", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default UserIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const UserIdIcon = ({ 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: [_jsxs("g", { "clip-path": "url(#clip0_5884_15086)", children: [_jsx("rect", { x: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "4", width: "1", height: "1" }), _jsx("rect", { x: "6", width: "1", height: "1" }), _jsx("rect", { x: "5", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "1", width: "1", height: "1" }), _jsx("rect", { y: "4", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "1", height: "1" }), _jsx("rect", { y: "2", width: "3", height: "1" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_5884_15086", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default UserIdIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const UserMinusIcon = ({ 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("g", { "clip-path": "url(#clip0_3546_7254)", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2 0L1 0L1 1L2 1V0ZM2 4V3H3V2L0 2L0 3H1V4H0L0 5H1L1 4L2 4ZM2 4V5H3V4H2ZM5 1L6 1L7 1V2L6 2H5L4 2V1L5 1Z" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_3546_7254", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default UserMinusIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const UserPlusIcon = ({ 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("g", { "clip-path": "url(#clip0_3546_7250)", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2 0L1 0L1 1L2 1V0ZM2 4V3H3V2L0 2L0 3H1V4H0L0 5H1L1 4L2 4ZM2 4V5H3V4H2ZM5 1V0L6 0V1L7 1V2L6 2V3L5 3V2L4 2V1L5 1Z" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_3546_7250", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default UserPlusIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const UserPrivacyIcon = ({ 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: [_jsxs("g", { "clip-path": "url(#clip0_5884_15087)", children: [_jsx("rect", { x: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "4", 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: "6", width: "1", height: "1" }), _jsx("rect", { x: "5", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "1", width: "1", height: "1" }), _jsx("rect", { y: "4", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "1", height: "1" }), _jsx("rect", { y: "2", width: "3", height: "1" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_5884_15087", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default UserPrivacyIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const UserTextIcon = ({ 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: [_jsxs("g", { "clip-path": "url(#clip0_5884_15088)", children: [_jsx("rect", { x: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "3", width: "1", height: "1" }), _jsx("rect", { x: "4", width: "1", height: "1" }), _jsx("rect", { x: "6", width: "1", height: "1" }), _jsx("rect", { x: "5", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "2", width: "1", height: "1" }), _jsx("rect", { y: "4", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "1", height: "1" }), _jsx("rect", { y: "2", width: "3", height: "1" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_5884_15088", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default UserTextIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const UserXIcon = ({ 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("g", { "clip-path": "url(#clip0_3546_7252)", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2 0L1 0L1 1L2 1V0ZM2 4V3H3V2L0 2L0 3H1V4H0L0 5H1L1 4L2 4ZM2 4V5H3V4H2ZM5 1L6 1V2H5V1ZM5 1L4 1V0L5 0V1ZM5 2V3H4V2L5 2ZM6 2L7 2V3H6V2ZM6 1L7 1V0L6 0V1Z" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_3546_7252", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default UserXIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const UsersIcon = ({ 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: "M1 0H2V1H1V0ZM3 2H0V3H1V4H0V5H1V4H2V5H3V4H2V3H3V2ZM7 2H4V3H5V4H4V5H5V4H6V5H7V4H6V3H7V2ZM6 0H5V1H6V0Z" }) }));
|
|
4
|
+
};
|
|
5
|
+
export default UsersIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const VirtualRealityVrHeadsetIcon = ({ 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: "4", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "3", width: "1", height: "1" }), _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 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 2)" }), _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 2 1)" }), _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 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 2)" }), _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 5 1)" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default VirtualRealityVrHeadsetIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const VolumeHighIcon = ({ 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: [_jsxs("g", { "clip-path": "url(#clip0_5884_15110)", children: [_jsx("rect", { y: "2", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "6", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "4", width: "1", height: "1" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_5884_15110", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default VolumeHighIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const VolumeLowIcon = ({ 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", { y: "2", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1" })] }));
|
|
4
|
+
};
|
|
5
|
+
export default VolumeLowIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const VolumeMediumIcon = ({ 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: [_jsxs("g", { "clip-path": "url(#clip0_5884_15109)", children: [_jsx("rect", { y: "2", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "3", width: "1", height: "1" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_5884_15109", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default VolumeMediumIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const VolumeMuteIcon = ({ 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: [_jsxs("g", { "clip-path": "url(#clip0_5884_15107)", children: [_jsx("rect", { y: "2", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "2", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "3", width: "1", height: "1" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_5884_15107", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default VolumeMuteIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const WarningIcon = ({ 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: [_jsxs("g", { "clip-path": "url(#clip0_5715_4073)", children: [_jsx("rect", { x: "3", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "3", width: "1", height: "1" }), _jsx("rect", { y: "3", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "4", width: "1", height: "1" }), _jsx("rect", { y: "2", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "6", y: "1", width: "1", height: "1" }), _jsx("rect", { y: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", width: "1", height: "1" }), _jsx("rect", { x: "5", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "1", width: "1", height: "1" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_5715_4073", children: _jsx("rect", { width: "7", height: "5" }) }) })] }));
|
|
4
|
+
};
|
|
5
|
+
export default WarningIcon;
|