@skunkworksai/ui-kit 0.1.18

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.
Files changed (274) hide show
  1. package/AGENTS.md +250 -0
  2. package/README.md +429 -0
  3. package/dist/assets/Service-applets-apps/audience-measurement.png +0 -0
  4. package/dist/assets/Service-applets-apps/coatro-app.png +0 -0
  5. package/dist/assets/Service-applets-apps/content-effectiveness.png +0 -0
  6. package/dist/assets/Service-applets-apps/hop-tracking.png +0 -0
  7. package/dist/assets/Service-applets-apps/index.ts +13 -0
  8. package/dist/assets/Service-applets-apps/journeys-app.png +0 -0
  9. package/dist/assets/Service-applets-apps/people-counting.png +0 -0
  10. package/dist/assets/Service-applets-apps/petra.png +0 -0
  11. package/dist/assets/Service-applets-apps/sam-generic.png +0 -0
  12. package/dist/assets/Service-applets-apps/sami-for-environment.png +0 -0
  13. package/dist/assets/Service-applets-apps/shelf-engagement.png +0 -0
  14. package/dist/assets/Service-applets-apps/traffic-management.png +0 -0
  15. package/dist/assets/Service-applets-apps/viana.png +0 -0
  16. package/dist/assets/Service-applets-apps/zone-engagement.png +0 -0
  17. package/dist/assets/icons/Dashboard-active.svg +29 -0
  18. package/dist/assets/icons/Dashboard.svg +25 -0
  19. package/dist/assets/icons/DashboardActiveIcon.tsx +35 -0
  20. package/dist/assets/icons/DashboardIcon.tsx +31 -0
  21. package/dist/assets/icons/Devices-active.svg +27 -0
  22. package/dist/assets/icons/Devices.svg +20 -0
  23. package/dist/assets/icons/DevicesActiveIcon.tsx +33 -0
  24. package/dist/assets/icons/DevicesIcon.tsx +26 -0
  25. package/dist/assets/icons/Installer-active.svg +29 -0
  26. package/dist/assets/icons/Installer.svg +17 -0
  27. package/dist/assets/icons/InstallerActiveIcon.tsx +35 -0
  28. package/dist/assets/icons/InstallerIcon.tsx +23 -0
  29. package/dist/assets/icons/Manifest-active.svg +49 -0
  30. package/dist/assets/icons/Manifest.svg +49 -0
  31. package/dist/assets/icons/ManifestActiveIcon.tsx +55 -0
  32. package/dist/assets/icons/ManifestIcon.tsx +55 -0
  33. package/dist/assets/icons/Sensor-active.svg +15 -0
  34. package/dist/assets/icons/Sensor.svg +11 -0
  35. package/dist/assets/icons/SensorActiveIcon.tsx +21 -0
  36. package/dist/assets/icons/SensorIcon.tsx +17 -0
  37. package/dist/assets/icons/Site-active.svg +14 -0
  38. package/dist/assets/icons/Site.svg +10 -0
  39. package/dist/assets/icons/SiteActiveIcon.tsx +20 -0
  40. package/dist/assets/icons/SiteIcon.tsx +16 -0
  41. package/dist/assets/icons/X-ray-active.svg +199 -0
  42. package/dist/assets/icons/X-ray.svg +47 -0
  43. package/dist/assets/icons/XrayActiveIcon.tsx +205 -0
  44. package/dist/assets/icons/XrayIcon.tsx +53 -0
  45. package/dist/assets/icons/index.ts +14 -0
  46. package/dist/assets/logos/DarkLogo.tsx +28 -0
  47. package/dist/assets/logos/DarkSymbol.tsx +9 -0
  48. package/dist/assets/logos/PrimaryLogo.tsx +28 -0
  49. package/dist/assets/logos/PrimarySymbol.tsx +9 -0
  50. package/dist/assets/logos/WhiteLogo.tsx +28 -0
  51. package/dist/assets/logos/WhiteSymbol.tsx +9 -0
  52. package/dist/assets/logos/dark_logo.svg +22 -0
  53. package/dist/assets/logos/dark_symbol.svg +3 -0
  54. package/dist/assets/logos/index.ts +6 -0
  55. package/dist/assets/logos/primary-logo.svg +22 -0
  56. package/dist/assets/logos/primary_logo.svg +22 -0
  57. package/dist/assets/logos/primary_symbol.svg +3 -0
  58. package/dist/assets/logos/white_symbol.svg +3 -0
  59. package/dist/index.cjs +160 -0
  60. package/dist/index.cjs.map +1 -0
  61. package/dist/index.js +45276 -0
  62. package/dist/index.js.map +1 -0
  63. package/dist/tokens-source.css +121 -0
  64. package/dist/types/assets/Service-applets-apps/index.d.ts +13 -0
  65. package/dist/types/assets/icons/DashboardActiveIcon.d.ts +2 -0
  66. package/dist/types/assets/icons/DashboardIcon.d.ts +2 -0
  67. package/dist/types/assets/icons/DevicesActiveIcon.d.ts +2 -0
  68. package/dist/types/assets/icons/DevicesIcon.d.ts +2 -0
  69. package/dist/types/assets/icons/InstallerActiveIcon.d.ts +2 -0
  70. package/dist/types/assets/icons/InstallerIcon.d.ts +2 -0
  71. package/dist/types/assets/icons/ManifestActiveIcon.d.ts +2 -0
  72. package/dist/types/assets/icons/ManifestIcon.d.ts +2 -0
  73. package/dist/types/assets/icons/SensorActiveIcon.d.ts +2 -0
  74. package/dist/types/assets/icons/SensorIcon.d.ts +2 -0
  75. package/dist/types/assets/icons/SiteActiveIcon.d.ts +2 -0
  76. package/dist/types/assets/icons/SiteIcon.d.ts +2 -0
  77. package/dist/types/assets/icons/XrayActiveIcon.d.ts +2 -0
  78. package/dist/types/assets/icons/XrayIcon.d.ts +2 -0
  79. package/dist/types/assets/icons/index.d.ts +14 -0
  80. package/dist/types/assets/logos/DarkLogo.d.ts +2 -0
  81. package/dist/types/assets/logos/DarkSymbol.d.ts +2 -0
  82. package/dist/types/assets/logos/PrimaryLogo.d.ts +2 -0
  83. package/dist/types/assets/logos/PrimarySymbol.d.ts +2 -0
  84. package/dist/types/assets/logos/WhiteLogo.d.ts +2 -0
  85. package/dist/types/assets/logos/WhiteSymbol.d.ts +2 -0
  86. package/dist/types/assets/logos/index.d.ts +6 -0
  87. package/dist/types/components/blocks/AppBentoMenu.d.ts +31 -0
  88. package/dist/types/components/blocks/AppDashboard.d.ts +121 -0
  89. package/dist/types/components/blocks/AppHeader.d.ts +198 -0
  90. package/dist/types/components/blocks/AppLocationTreeFilter.d.ts +44 -0
  91. package/dist/types/components/blocks/AppNotificationsMenu.d.ts +50 -0
  92. package/dist/types/components/blocks/AppPageTitle.d.ts +86 -0
  93. package/dist/types/components/blocks/AppProfile.d.ts +53 -0
  94. package/dist/types/components/blocks/TableManager.d.ts +194 -0
  95. package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundDots.d.ts +14 -0
  96. package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundWave.d.ts +14 -0
  97. package/dist/types/components/blocks/backgrounds/index.d.ts +3 -0
  98. package/dist/types/components/blocks/backgrounds/types.d.ts +13 -0
  99. package/dist/types/components/blocks/index.d.ts +9 -0
  100. package/dist/types/components/primitives/AppAccordion.d.ts +22 -0
  101. package/dist/types/components/primitives/AppAlert.d.ts +33 -0
  102. package/dist/types/components/primitives/AppAlertDialog.d.ts +79 -0
  103. package/dist/types/components/primitives/AppAspectRatio.d.ts +7 -0
  104. package/dist/types/components/primitives/AppAvatar.d.ts +17 -0
  105. package/dist/types/components/primitives/AppBadge.d.ts +9 -0
  106. package/dist/types/components/primitives/AppBreadcrumb.d.ts +45 -0
  107. package/dist/types/components/primitives/AppButton.d.ts +24 -0
  108. package/dist/types/components/primitives/AppButtonGroup.d.ts +10 -0
  109. package/dist/types/components/primitives/AppCalendar.d.ts +51 -0
  110. package/dist/types/components/primitives/AppCard.d.ts +41 -0
  111. package/dist/types/components/primitives/AppCarousel.d.ts +26 -0
  112. package/dist/types/components/primitives/AppChart.d.ts +27 -0
  113. package/dist/types/components/primitives/AppCheckbox.d.ts +9 -0
  114. package/dist/types/components/primitives/AppCollapsible.d.ts +20 -0
  115. package/dist/types/components/primitives/AppCombobox.d.ts +37 -0
  116. package/dist/types/components/primitives/AppCommand.d.ts +47 -0
  117. package/dist/types/components/primitives/AppContextMenu.d.ts +82 -0
  118. package/dist/types/components/primitives/AppDataTable.d.ts +23 -0
  119. package/dist/types/components/primitives/AppDatePicker.d.ts +26 -0
  120. package/dist/types/components/primitives/AppDialog.d.ts +40 -0
  121. package/dist/types/components/primitives/AppDrawer.d.ts +58 -0
  122. package/dist/types/components/primitives/AppDropdownMenu.d.ts +85 -0
  123. package/dist/types/components/primitives/AppEmpty.d.ts +35 -0
  124. package/dist/types/components/primitives/AppField.d.ts +65 -0
  125. package/dist/types/components/primitives/AppForm.d.ts +58 -0
  126. package/dist/types/components/primitives/AppHoverCard.d.ts +19 -0
  127. package/dist/types/components/primitives/AppInput.d.ts +21 -0
  128. package/dist/types/components/primitives/AppKbd.d.ts +18 -0
  129. package/dist/types/components/primitives/AppLabel.d.ts +8 -0
  130. package/dist/types/components/primitives/AppMenubar.d.ts +83 -0
  131. package/dist/types/components/primitives/AppNavigationMenu.d.ts +51 -0
  132. package/dist/types/components/primitives/AppPagination.d.ts +46 -0
  133. package/dist/types/components/primitives/AppPopover.d.ts +20 -0
  134. package/dist/types/components/primitives/AppProgress.d.ts +9 -0
  135. package/dist/types/components/primitives/AppRadioGroup.d.ts +15 -0
  136. package/dist/types/components/primitives/AppScrollArea.d.ts +12 -0
  137. package/dist/types/components/primitives/AppScrollText.d.ts +7 -0
  138. package/dist/types/components/primitives/AppSelect.d.ts +46 -0
  139. package/dist/types/components/primitives/AppSeparator.d.ts +8 -0
  140. package/dist/types/components/primitives/AppSheet.d.ts +32 -0
  141. package/dist/types/components/primitives/AppSidebar.d.ts +59 -0
  142. package/dist/types/components/primitives/AppSkeleton.d.ts +6 -0
  143. package/dist/types/components/primitives/AppSpinner.d.ts +13 -0
  144. package/dist/types/components/primitives/AppSwitch.d.ts +8 -0
  145. package/dist/types/components/primitives/AppTable.d.ts +53 -0
  146. package/dist/types/components/primitives/AppTabs.d.ts +10 -0
  147. package/dist/types/components/primitives/AppTextarea.d.ts +9 -0
  148. package/dist/types/components/primitives/AppThemeProvider.d.ts +46 -0
  149. package/dist/types/components/primitives/AppToaster.d.ts +7 -0
  150. package/dist/types/components/primitives/AppToggle.d.ts +9 -0
  151. package/dist/types/components/primitives/AppToggleGroup.d.ts +18 -0
  152. package/dist/types/components/primitives/AppTooltip.d.ts +26 -0
  153. package/dist/types/components/primitives/AppTypography.d.ts +80 -0
  154. package/dist/types/components/primitives/index.d.ts +57 -0
  155. package/dist/types/components/ui/accordion.d.ts +7 -0
  156. package/dist/types/components/ui/alert-dialog.d.ts +20 -0
  157. package/dist/types/components/ui/alert.d.ts +8 -0
  158. package/dist/types/components/ui/aspect-ratio.d.ts +4 -0
  159. package/dist/types/components/ui/avatar.d.ts +6 -0
  160. package/dist/types/components/ui/badge.d.ts +9 -0
  161. package/dist/types/components/ui/breadcrumb.d.ts +19 -0
  162. package/dist/types/components/ui/button.d.ts +13 -0
  163. package/dist/types/components/ui/calendar.d.ts +8 -0
  164. package/dist/types/components/ui/card.d.ts +11 -0
  165. package/dist/types/components/ui/carousel.d.ts +28 -0
  166. package/dist/types/components/ui/chart.d.ts +48 -0
  167. package/dist/types/components/ui/checkbox.d.ts +4 -0
  168. package/dist/types/components/ui/collapsible.d.ts +6 -0
  169. package/dist/types/components/ui/combobox.d.ts +83 -0
  170. package/dist/types/components/ui/command.d.ts +82 -0
  171. package/dist/types/components/ui/context-menu.d.ts +27 -0
  172. package/dist/types/components/ui/dialog.d.ts +19 -0
  173. package/dist/types/components/ui/drawer.d.ts +23 -0
  174. package/dist/types/components/ui/dropdown-menu.d.ts +27 -0
  175. package/dist/types/components/ui/empty.d.ts +14 -0
  176. package/dist/types/components/ui/field.d.ts +40 -0
  177. package/dist/types/components/ui/form.d.ts +22 -0
  178. package/dist/types/components/ui/hover-card.d.ts +6 -0
  179. package/dist/types/components/ui/input.d.ts +3 -0
  180. package/dist/types/components/ui/kbd.d.ts +4 -0
  181. package/dist/types/components/ui/label.d.ts +4 -0
  182. package/dist/types/components/ui/menubar.d.ts +30 -0
  183. package/dist/types/components/ui/navigation-menu.d.ts +12 -0
  184. package/dist/types/components/ui/pagination.d.ts +28 -0
  185. package/dist/types/components/ui/popover.d.ts +6 -0
  186. package/dist/types/components/ui/progress.d.ts +4 -0
  187. package/dist/types/components/ui/radio-group.d.ts +5 -0
  188. package/dist/types/components/ui/scroll-area.d.ts +5 -0
  189. package/dist/types/components/ui/scroll-text.d.ts +6 -0
  190. package/dist/types/components/ui/select.d.ts +13 -0
  191. package/dist/types/components/ui/separator.d.ts +4 -0
  192. package/dist/types/components/ui/sheet.d.ts +25 -0
  193. package/dist/types/components/ui/sidebar.d.ts +69 -0
  194. package/dist/types/components/ui/skeleton.d.ts +2 -0
  195. package/dist/types/components/ui/sonner.d.ts +2 -0
  196. package/dist/types/components/ui/switch.d.ts +4 -0
  197. package/dist/types/components/ui/table.d.ts +10 -0
  198. package/dist/types/components/ui/tabs.d.ts +19 -0
  199. package/dist/types/components/ui/textarea.d.ts +5 -0
  200. package/dist/types/components/ui/toggle-group.d.ts +15 -0
  201. package/dist/types/components/ui/toggle.d.ts +12 -0
  202. package/dist/types/components/ui/tooltip.d.ts +7 -0
  203. package/dist/types/hooks/use-mobile.d.ts +13 -0
  204. package/dist/types/hooks/use-page-title.d.ts +23 -0
  205. package/dist/types/index.d.ts +2 -0
  206. package/dist/types/lib/utils.d.ts +2 -0
  207. package/dist/ui-kit.css +1 -0
  208. package/package.json +117 -0
  209. package/rules/accordion.md +60 -0
  210. package/rules/alert-dialog.md +62 -0
  211. package/rules/alert.md +61 -0
  212. package/rules/aspect-ratio.md +47 -0
  213. package/rules/avatar.md +52 -0
  214. package/rules/badge.md +55 -0
  215. package/rules/bento-menu.md +86 -0
  216. package/rules/breadcrumb.md +80 -0
  217. package/rules/button-group.md +58 -0
  218. package/rules/button.md +66 -0
  219. package/rules/calendar.md +97 -0
  220. package/rules/card.md +84 -0
  221. package/rules/carousel.md +113 -0
  222. package/rules/chart.md +125 -0
  223. package/rules/checkbox.md +49 -0
  224. package/rules/collapsible.md +57 -0
  225. package/rules/combobox.md +133 -0
  226. package/rules/command.md +73 -0
  227. package/rules/context-menu.md +65 -0
  228. package/rules/dashboard.md +368 -0
  229. package/rules/data-table.md +91 -0
  230. package/rules/date-picker.md +65 -0
  231. package/rules/dialog.md +60 -0
  232. package/rules/drawer.md +65 -0
  233. package/rules/dropdown-menu.md +72 -0
  234. package/rules/empty.md +110 -0
  235. package/rules/field.md +149 -0
  236. package/rules/form.md +60 -0
  237. package/rules/header.md +245 -0
  238. package/rules/hover-card.md +53 -0
  239. package/rules/icons.md +141 -0
  240. package/rules/input.md +66 -0
  241. package/rules/kbd.md +58 -0
  242. package/rules/label.md +30 -0
  243. package/rules/location-tree-filter.md +165 -0
  244. package/rules/logo.md +58 -0
  245. package/rules/menubar.md +75 -0
  246. package/rules/navigation-menu.md +68 -0
  247. package/rules/notifications-menu.md +137 -0
  248. package/rules/pagetitle.md +160 -0
  249. package/rules/pagination.md +71 -0
  250. package/rules/popover.md +48 -0
  251. package/rules/profile.md +125 -0
  252. package/rules/progress.md +41 -0
  253. package/rules/radio-group.md +44 -0
  254. package/rules/scroll-area.md +32 -0
  255. package/rules/scroll-text.md +40 -0
  256. package/rules/select.md +86 -0
  257. package/rules/separator.md +43 -0
  258. package/rules/sheet.md +76 -0
  259. package/rules/sidebar.md +442 -0
  260. package/rules/skeleton.md +46 -0
  261. package/rules/spinner.md +43 -0
  262. package/rules/switch.md +46 -0
  263. package/rules/table-manager.md +306 -0
  264. package/rules/table.md +177 -0
  265. package/rules/tabs.md +82 -0
  266. package/rules/text.md +3 -0
  267. package/rules/textarea.md +38 -0
  268. package/rules/toaster.md +58 -0
  269. package/rules/toggle-group.md +50 -0
  270. package/rules/toggle.md +40 -0
  271. package/rules/tokens.md +88 -0
  272. package/rules/tooltip.md +78 -0
  273. package/rules/typography.md +81 -0
  274. package/scripts/scaffold.mjs +28 -0
@@ -0,0 +1,55 @@
1
+ import type { SVGProps } from "react"
2
+
3
+ export function ManifestIcon({ width = 24, height = 24, ...props }: SVGProps<SVGSVGElement>) {
4
+ return (
5
+ <svg width={width} height={height} viewBox="0 0 24 24" fill="none" {...props}>
6
+ <rect x="22" y="2" width="20" height="18" rx="1" transform="rotate(90 22 2)" fill="url(#paint0_linear_8261_14759)" fillOpacity="0.6"/>
7
+ <rect x="10" y="8" width="2" height="8" rx="1" transform="rotate(90 10 8)" fill="url(#paint1_linear_8261_14759)"/>
8
+ <rect x="15" y="8" width="2" height="3" rx="1" transform="rotate(90 15 8)" fill="url(#paint2_linear_8261_14759)"/>
9
+ <rect x="8" y="12" width="2" height="3" rx="1" transform="rotate(90 8 12)" fill="url(#paint3_linear_8261_14759)"/>
10
+ <rect x="13" y="12" width="2" height="3" rx="1" transform="rotate(90 13 12)" fill="url(#paint4_linear_8261_14759)"/>
11
+ <rect x="20" y="12" width="2" height="5" rx="1" transform="rotate(90 20 12)" fill="url(#paint5_linear_8261_14759)"/>
12
+ <rect x="7" y="16" width="2" height="5" rx="1" transform="rotate(90 7 16)" fill="url(#paint6_linear_8261_14759)"/>
13
+ <rect x="12" y="16" width="2" height="3" rx="1" transform="rotate(90 12 16)" fill="url(#paint7_linear_8261_14759)"/>
14
+ <rect x="17" y="16" width="2" height="3" rx="1" transform="rotate(90 17 16)" fill="url(#paint8_linear_8261_14759)"/>
15
+ <defs>
16
+ <linearGradient id="paint0_linear_8261_14759" x1="21.4737" y1="11" x2="41.6519" y2="1.74142" gradientUnits="userSpaceOnUse">
17
+ <stop stopColor="#50A5FF" stopOpacity="0.5"/>
18
+ <stop offset="1" stopColor="#50A5FF"/>
19
+ </linearGradient>
20
+ <linearGradient id="paint1_linear_8261_14759" x1="10" y1="15.5" x2="12" y2="8.5" gradientUnits="userSpaceOnUse">
21
+ <stop stopColor="white"/>
22
+ <stop offset="1" stopColor="#E3ECFB"/>
23
+ </linearGradient>
24
+ <linearGradient id="paint2_linear_8261_14759" x1="15" y1="10.8125" x2="15.3008" y2="8.00544" gradientUnits="userSpaceOnUse">
25
+ <stop stopColor="white"/>
26
+ <stop offset="1" stopColor="#E3ECFB"/>
27
+ </linearGradient>
28
+ <linearGradient id="paint3_linear_8261_14759" x1="8" y1="14.8125" x2="8.30076" y2="12.0054" gradientUnits="userSpaceOnUse">
29
+ <stop stopColor="white"/>
30
+ <stop offset="1" stopColor="#E3ECFB"/>
31
+ </linearGradient>
32
+ <linearGradient id="paint4_linear_8261_14759" x1="13" y1="14.8125" x2="13.3008" y2="12.0054" gradientUnits="userSpaceOnUse">
33
+ <stop stopColor="white"/>
34
+ <stop offset="1" stopColor="#E3ECFB"/>
35
+ </linearGradient>
36
+ <linearGradient id="paint5_linear_8261_14759" x1="20" y1="16.6875" x2="20.8189" y2="12.1016" gradientUnits="userSpaceOnUse">
37
+ <stop stopColor="white"/>
38
+ <stop offset="1" stopColor="#E3ECFB"/>
39
+ </linearGradient>
40
+ <linearGradient id="paint6_linear_8261_14759" x1="7" y1="20.6875" x2="7.81891" y2="16.1016" gradientUnits="userSpaceOnUse">
41
+ <stop stopColor="white"/>
42
+ <stop offset="1" stopColor="#E3ECFB"/>
43
+ </linearGradient>
44
+ <linearGradient id="paint7_linear_8261_14759" x1="12" y1="18.8125" x2="12.3008" y2="16.0054" gradientUnits="userSpaceOnUse">
45
+ <stop stopColor="white"/>
46
+ <stop offset="1" stopColor="#E3ECFB"/>
47
+ </linearGradient>
48
+ <linearGradient id="paint8_linear_8261_14759" x1="17" y1="18.8125" x2="17.3008" y2="16.0054" gradientUnits="userSpaceOnUse">
49
+ <stop stopColor="white"/>
50
+ <stop offset="1" stopColor="#E3ECFB"/>
51
+ </linearGradient>
52
+ </defs>
53
+ </svg>
54
+ )
55
+ }
@@ -0,0 +1,15 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 2C16.4183 2 20 5.58172 20 10C20 14.0795 16.9462 17.4433 13 17.9355V23H11V17.9355C7.05384 17.4433 4 14.0795 4 10C4 5.58172 7.58172 2 12 2Z" fill="url(#paint0_linear_8260_14649)"/>
3
+ <path d="M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z" fill="white" fill-opacity="0.3" stroke="url(#paint1_linear_8260_14649)" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <rect x="16" y="21" width="2" height="8" rx="1" transform="rotate(90 16 21)" fill="#E3ECFB"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_8260_14649" x1="12" y1="2" x2="12" y2="23" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="white"/>
8
+ <stop offset="1" stop-color="#E3ECFB"/>
9
+ </linearGradient>
10
+ <linearGradient id="paint1_linear_8260_14649" x1="12" y1="7" x2="12" y2="13" gradientUnits="userSpaceOnUse">
11
+ <stop stop-color="#60A5FA"/>
12
+ <stop offset="1" stop-color="#4345E0"/>
13
+ </linearGradient>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 2C16.4183 2 20 5.58172 20 10C20 14.0795 16.9462 17.4433 13 17.9355V23H11V17.9355C7.05384 17.4433 4 14.0795 4 10C4 5.58172 7.58172 2 12 2Z" fill="url(#paint0_linear_8260_14657)" fill-opacity="0.6"/>
3
+ <path d="M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z" fill="white" fill-opacity="0.3" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <rect x="16" y="21" width="2" height="8" rx="1" transform="rotate(90 16 21)" fill="#DBEAFE"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_8260_14657" x1="12" y1="2" x2="12" y2="23" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#50A5FF" stop-opacity="0.5"/>
8
+ <stop offset="1" stop-color="#50A5FF"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,21 @@
1
+ import type { SVGProps } from "react"
2
+
3
+ export function SensorActiveIcon({ width = 24, height = 24, ...props }: SVGProps<SVGSVGElement>) {
4
+ return (
5
+ <svg width={width} height={height} viewBox="0 0 24 24" fill="none" {...props}>
6
+ <path d="M12 2C16.4183 2 20 5.58172 20 10C20 14.0795 16.9462 17.4433 13 17.9355V23H11V17.9355C7.05384 17.4433 4 14.0795 4 10C4 5.58172 7.58172 2 12 2Z" fill="url(#paint0_linear_8260_14649)"/>
7
+ <path d="M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z" fill="white" fillOpacity="0.3" stroke="url(#paint1_linear_8260_14649)" strokeLinecap="round" strokeLinejoin="round"/>
8
+ <rect x="16" y="21" width="2" height="8" rx="1" transform="rotate(90 16 21)" fill="#E3ECFB"/>
9
+ <defs>
10
+ <linearGradient id="paint0_linear_8260_14649" x1="12" y1="2" x2="12" y2="23" gradientUnits="userSpaceOnUse">
11
+ <stop stopColor="white"/>
12
+ <stop offset="1" stopColor="#E3ECFB"/>
13
+ </linearGradient>
14
+ <linearGradient id="paint1_linear_8260_14649" x1="12" y1="7" x2="12" y2="13" gradientUnits="userSpaceOnUse">
15
+ <stop stopColor="#60A5FA"/>
16
+ <stop offset="1" stopColor="#4345E0"/>
17
+ </linearGradient>
18
+ </defs>
19
+ </svg>
20
+ )
21
+ }
@@ -0,0 +1,17 @@
1
+ import type { SVGProps } from "react"
2
+
3
+ export function SensorIcon({ width = 24, height = 24, ...props }: SVGProps<SVGSVGElement>) {
4
+ return (
5
+ <svg width={width} height={height} viewBox="0 0 24 24" fill="none" {...props}>
6
+ <path d="M12 2C16.4183 2 20 5.58172 20 10C20 14.0795 16.9462 17.4433 13 17.9355V23H11V17.9355C7.05384 17.4433 4 14.0795 4 10C4 5.58172 7.58172 2 12 2Z" fill="url(#paint0_linear_8260_14657)" fillOpacity="0.6"/>
7
+ <path d="M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z" fill="white" fillOpacity="0.3" stroke="white" strokeLinecap="round" strokeLinejoin="round"/>
8
+ <rect x="16" y="21" width="2" height="8" rx="1" transform="rotate(90 16 21)" fill="#DBEAFE"/>
9
+ <defs>
10
+ <linearGradient id="paint0_linear_8260_14657" x1="12" y1="2" x2="12" y2="23" gradientUnits="userSpaceOnUse">
11
+ <stop stopColor="#50A5FF" stopOpacity="0.5"/>
12
+ <stop offset="1" stopColor="#50A5FF"/>
13
+ </linearGradient>
14
+ </defs>
15
+ </svg>
16
+ )
17
+ }
@@ -0,0 +1,14 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.5599 20.8207C12.2247 21.0598 11.7753 21.0598 11.4401 20.8207C6.61138 17.3773 1.48557 10.2971 6.6667 5.18128C8.08118 3.78463 9.99963 3 12 3C14.0004 3 15.9188 3.78463 17.3333 5.18128C22.5144 10.2971 17.3886 17.3773 12.5599 20.8207Z" fill="url(#paint0_linear_8260_14644)"/>
3
+ <path d="M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z" fill="white" fill-opacity="0.3" stroke="url(#paint1_linear_8260_14644)" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <defs>
5
+ <linearGradient id="paint0_linear_8260_14644" x1="12" y1="3" x2="12" y2="21" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="white"/>
7
+ <stop offset="1" stop-color="#E3ECFB"/>
8
+ </linearGradient>
9
+ <linearGradient id="paint1_linear_8260_14644" x1="12" y1="7" x2="12" y2="13" gradientUnits="userSpaceOnUse">
10
+ <stop stop-color="#60A5FA"/>
11
+ <stop offset="1" stop-color="#4345E0"/>
12
+ </linearGradient>
13
+ </defs>
14
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.5599 20.8207C12.2247 21.0598 11.7753 21.0598 11.4401 20.8207C6.61138 17.3773 1.48557 10.2971 6.6667 5.18128C8.08118 3.78463 9.99963 3 12 3C14.0004 3 15.9188 3.78463 17.3333 5.18128C22.5144 10.2971 17.3886 17.3773 12.5599 20.8207Z" fill="url(#paint0_linear_8260_14630)" fill-opacity="0.6"/>
3
+ <path d="M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z" fill="white" fill-opacity="0.3" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <defs>
5
+ <linearGradient id="paint0_linear_8260_14630" x1="12" y1="3" x2="12" y2="21" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#50A5FF" stop-opacity="0.5"/>
7
+ <stop offset="1" stop-color="#50A5FF"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,20 @@
1
+ import type { SVGProps } from "react"
2
+
3
+ export function SiteActiveIcon({ width = 24, height = 24, ...props }: SVGProps<SVGSVGElement>) {
4
+ return (
5
+ <svg width={width} height={height} viewBox="0 0 24 24" fill="none" {...props}>
6
+ <path d="M12.5599 20.8207C12.2247 21.0598 11.7753 21.0598 11.4401 20.8207C6.61138 17.3773 1.48557 10.2971 6.6667 5.18128C8.08118 3.78463 9.99963 3 12 3C14.0004 3 15.9188 3.78463 17.3333 5.18128C22.5144 10.2971 17.3886 17.3773 12.5599 20.8207Z" fill="url(#paint0_linear_8260_14644)"/>
7
+ <path d="M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z" fill="white" fillOpacity="0.3" stroke="url(#paint1_linear_8260_14644)" strokeLinecap="round" strokeLinejoin="round"/>
8
+ <defs>
9
+ <linearGradient id="paint0_linear_8260_14644" x1="12" y1="3" x2="12" y2="21" gradientUnits="userSpaceOnUse">
10
+ <stop stopColor="white"/>
11
+ <stop offset="1" stopColor="#E3ECFB"/>
12
+ </linearGradient>
13
+ <linearGradient id="paint1_linear_8260_14644" x1="12" y1="7" x2="12" y2="13" gradientUnits="userSpaceOnUse">
14
+ <stop stopColor="#60A5FA"/>
15
+ <stop offset="1" stopColor="#4345E0"/>
16
+ </linearGradient>
17
+ </defs>
18
+ </svg>
19
+ )
20
+ }
@@ -0,0 +1,16 @@
1
+ import type { SVGProps } from "react"
2
+
3
+ export function SiteIcon({ width = 24, height = 24, ...props }: SVGProps<SVGSVGElement>) {
4
+ return (
5
+ <svg width={width} height={height} viewBox="0 0 24 24" fill="none" {...props}>
6
+ <path d="M12.5599 20.8207C12.2247 21.0598 11.7753 21.0598 11.4401 20.8207C6.61138 17.3773 1.48557 10.2971 6.6667 5.18128C8.08118 3.78463 9.99963 3 12 3C14.0004 3 15.9188 3.78463 17.3333 5.18128C22.5144 10.2971 17.3886 17.3773 12.5599 20.8207Z" fill="url(#paint0_linear_8260_14630)" fillOpacity="0.6"/>
7
+ <path d="M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z" fill="white" fillOpacity="0.3" stroke="white" strokeLinecap="round" strokeLinejoin="round"/>
8
+ <defs>
9
+ <linearGradient id="paint0_linear_8260_14630" x1="12" y1="3" x2="12" y2="21" gradientUnits="userSpaceOnUse">
10
+ <stop stopColor="#50A5FF" stopOpacity="0.5"/>
11
+ <stop offset="1" stopColor="#50A5FF"/>
12
+ </linearGradient>
13
+ </defs>
14
+ </svg>
15
+ )
16
+ }
@@ -0,0 +1,199 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4142 13.4142L6.41416 20.4142C5.63311 21.1953 4.36678 21.1953 3.58573 20.4142C2.80468 19.6332 2.80468 18.3668 3.58573 17.5858L9.17152 12L3.58573 6.41421C2.80468 5.63316 2.80468 4.36683 3.58573 3.58579C4.36678 2.80474 5.63311 2.80474 6.41416 3.58579L14.8284 12L13.4142 13.4142Z" fill="url(#paint0_linear_8261_14715)"/>
3
+ <path d="M15.48 10.96C15.7451 10.96 15.96 10.7451 15.96 10.48C15.96 10.2149 15.7451 10 15.48 10C15.2149 10 15 10.2149 15 10.48C15 10.7451 15.2149 10.96 15.48 10.96Z" fill="url(#paint1_linear_8261_14715)"/>
4
+ <path d="M16.48 9.96C16.7451 9.96 16.96 9.7451 16.96 9.48C16.96 9.2149 16.7451 9 16.48 9C16.2149 9 16 9.2149 16 9.48C16 9.7451 16.2149 9.96 16.48 9.96Z" fill="url(#paint2_linear_8261_14715)"/>
5
+ <path d="M17.48 8.96C17.7451 8.96 17.96 8.7451 17.96 8.48C17.96 8.2149 17.7451 8 17.48 8C17.2149 8 17 8.2149 17 8.48C17 8.7451 17.2149 8.96 17.48 8.96Z" fill="url(#paint3_linear_8261_14715)"/>
6
+ <path d="M18.48 7.96C18.7451 7.96 18.96 7.7451 18.96 7.48C18.96 7.2149 18.7451 7 18.48 7C18.2149 7 18 7.2149 18 7.48C18 7.7451 18.2149 7.96 18.48 7.96Z" fill="url(#paint4_linear_8261_14715)"/>
7
+ <path d="M19.48 6.96C19.7451 6.96 19.96 6.7451 19.96 6.48C19.96 6.2149 19.7451 6 19.48 6C19.2149 6 19 6.2149 19 6.48C19 6.7451 19.2149 6.96 19.48 6.96Z" fill="url(#paint5_linear_8261_14715)"/>
8
+ <path d="M20.48 5.96C20.7451 5.96 20.96 5.7451 20.96 5.48C20.96 5.2149 20.7451 5 20.48 5C20.2149 5 20 5.2149 20 5.48C20 5.7451 20.2149 5.96 20.48 5.96Z" fill="url(#paint6_linear_8261_14715)"/>
9
+ <path d="M14.48 9.96C14.7451 9.96 14.96 9.7451 14.96 9.48C14.96 9.2149 14.7451 9 14.48 9C14.2149 9 14 9.2149 14 9.48C14 9.7451 14.2149 9.96 14.48 9.96Z" fill="url(#paint7_linear_8261_14715)"/>
10
+ <path d="M15.48 8.96C15.7451 8.96 15.96 8.7451 15.96 8.48C15.96 8.2149 15.7451 8 15.48 8C15.2149 8 15 8.2149 15 8.48C15 8.7451 15.2149 8.96 15.48 8.96Z" fill="url(#paint8_linear_8261_14715)"/>
11
+ <path d="M16.48 7.96C16.7451 7.96 16.96 7.7451 16.96 7.48C16.96 7.2149 16.7451 7 16.48 7C16.2149 7 16 7.2149 16 7.48C16 7.7451 16.2149 7.96 16.48 7.96Z" fill="url(#paint9_linear_8261_14715)"/>
12
+ <path d="M17.48 6.96C17.7451 6.96 17.96 6.7451 17.96 6.48C17.96 6.2149 17.7451 6 17.48 6C17.2149 6 17 6.2149 17 6.48C17 6.7451 17.2149 6.96 17.48 6.96Z" fill="url(#paint10_linear_8261_14715)"/>
13
+ <path d="M18.48 5.96C18.7451 5.96 18.96 5.7451 18.96 5.48C18.96 5.2149 18.7451 5 18.48 5C18.2149 5 18 5.2149 18 5.48C18 5.7451 18.2149 5.96 18.48 5.96Z" fill="url(#paint11_linear_8261_14715)"/>
14
+ <path d="M19.48 4.96C19.7451 4.96 19.96 4.7451 19.96 4.48C19.96 4.2149 19.7451 4 19.48 4C19.2149 4 19 4.2149 19 4.48C19 4.7451 19.2149 4.96 19.48 4.96Z" fill="url(#paint12_linear_8261_14715)"/>
15
+ <path d="M20.48 3.96C20.7451 3.96 20.96 3.7451 20.96 3.48C20.96 3.2149 20.7451 3 20.48 3C20.2149 3 20 3.2149 20 3.48C20 3.7451 20.2149 3.96 20.48 3.96Z" fill="url(#paint13_linear_8261_14715)"/>
16
+ <path d="M13.48 8.96C13.7451 8.96 13.96 8.7451 13.96 8.48C13.96 8.2149 13.7451 8 13.48 8C13.2149 8 13 8.2149 13 8.48C13 8.7451 13.2149 8.96 13.48 8.96Z" fill="url(#paint14_linear_8261_14715)"/>
17
+ <path d="M14.48 7.96C14.7451 7.96 14.96 7.7451 14.96 7.48C14.96 7.2149 14.7451 7 14.48 7C14.2149 7 14 7.2149 14 7.48C14 7.7451 14.2149 7.96 14.48 7.96Z" fill="url(#paint15_linear_8261_14715)"/>
18
+ <path d="M15.48 6.96C15.7451 6.96 15.96 6.7451 15.96 6.48C15.96 6.2149 15.7451 6 15.48 6C15.2149 6 15 6.2149 15 6.48C15 6.7451 15.2149 6.96 15.48 6.96Z" fill="url(#paint16_linear_8261_14715)"/>
19
+ <path d="M16.48 5.96C16.7451 5.96 16.96 5.7451 16.96 5.48C16.96 5.2149 16.7451 5 16.48 5C16.2149 5 16 5.2149 16 5.48C16 5.7451 16.2149 5.96 16.48 5.96Z" fill="url(#paint17_linear_8261_14715)"/>
20
+ <path d="M17.48 4.96C17.7451 4.96 17.96 4.7451 17.96 4.48C17.96 4.2149 17.7451 4 17.48 4C17.2149 4 17 4.2149 17 4.48C17 4.7451 17.2149 4.96 17.48 4.96Z" fill="url(#paint18_linear_8261_14715)"/>
21
+ <path d="M18.48 3.96C18.7451 3.96 18.96 3.7451 18.96 3.48C18.96 3.2149 18.7451 3 18.48 3C18.2149 3 18 3.2149 18 3.48C18 3.7451 18.2149 3.96 18.48 3.96Z" fill="url(#paint19_linear_8261_14715)"/>
22
+ <path d="M13 15.48C13 15.7451 13.2149 15.96 13.48 15.96C13.7451 15.96 13.96 15.7451 13.96 15.48C13.96 15.2149 13.7451 15 13.48 15C13.2149 15 13 15.2149 13 15.48Z" fill="url(#paint20_linear_8261_14715)"/>
23
+ <path d="M14 16.48C14 16.7451 14.2149 16.96 14.48 16.96C14.7451 16.96 14.96 16.7451 14.96 16.48C14.96 16.2149 14.7451 16 14.48 16C14.2149 16 14 16.2149 14 16.48Z" fill="url(#paint21_linear_8261_14715)"/>
24
+ <path d="M15 17.48C15 17.7451 15.2149 17.96 15.48 17.96C15.7451 17.96 15.96 17.7451 15.96 17.48C15.96 17.2149 15.7451 17 15.48 17C15.2149 17 15 17.2149 15 17.48Z" fill="url(#paint22_linear_8261_14715)"/>
25
+ <path d="M16 18.48C16 18.7451 16.2149 18.96 16.48 18.96C16.7451 18.96 16.96 18.7451 16.96 18.48C16.96 18.2149 16.7451 18 16.48 18C16.2149 18 16 18.2149 16 18.48Z" fill="url(#paint23_linear_8261_14715)"/>
26
+ <path d="M17 19.48C17 19.7451 17.2149 19.96 17.48 19.96C17.7451 19.96 17.96 19.7451 17.96 19.48C17.96 19.2149 17.7451 19 17.48 19C17.2149 19 17 19.2149 17 19.48Z" fill="url(#paint24_linear_8261_14715)"/>
27
+ <path d="M18 20.48C18 20.7451 18.2149 20.96 18.48 20.96C18.7451 20.96 18.96 20.7451 18.96 20.48C18.96 20.2149 18.7451 20 18.48 20C18.2149 20 18 20.2149 18 20.48Z" fill="url(#paint25_linear_8261_14715)"/>
28
+ <path d="M14 14.48C14 14.7451 14.2149 14.96 14.48 14.96C14.7451 14.96 14.96 14.7451 14.96 14.48C14.96 14.2149 14.7451 14 14.48 14C14.2149 14 14 14.2149 14 14.48Z" fill="url(#paint26_linear_8261_14715)"/>
29
+ <path d="M15 15.48C15 15.7451 15.2149 15.96 15.48 15.96C15.7451 15.96 15.96 15.7451 15.96 15.48C15.96 15.2149 15.7451 15 15.48 15C15.2149 15 15 15.2149 15 15.48Z" fill="url(#paint27_linear_8261_14715)"/>
30
+ <path d="M16 16.48C16 16.7451 16.2149 16.96 16.48 16.96C16.7451 16.96 16.96 16.7451 16.96 16.48C16.96 16.2149 16.7451 16 16.48 16C16.2149 16 16 16.2149 16 16.48Z" fill="url(#paint28_linear_8261_14715)"/>
31
+ <path d="M17 17.48C17 17.7451 17.2149 17.96 17.48 17.96C17.7451 17.96 17.96 17.7451 17.96 17.48C17.96 17.2149 17.7451 17 17.48 17C17.2149 17 17 17.2149 17 17.48Z" fill="url(#paint29_linear_8261_14715)"/>
32
+ <path d="M18 18.48C18 18.7451 18.2149 18.96 18.48 18.96C18.7451 18.96 18.96 18.7451 18.96 18.48C18.96 18.2149 18.7451 18 18.48 18C18.2149 18 18 18.2149 18 18.48Z" fill="url(#paint30_linear_8261_14715)"/>
33
+ <path d="M19 19.48C19 19.7451 19.2149 19.96 19.48 19.96C19.7451 19.96 19.96 19.7451 19.96 19.48C19.96 19.2149 19.7451 19 19.48 19C19.2149 19 19 19.2149 19 19.48Z" fill="url(#paint31_linear_8261_14715)"/>
34
+ <path d="M20 20.48C20 20.7451 20.2149 20.96 20.48 20.96C20.7451 20.96 20.96 20.7451 20.96 20.48C20.96 20.2149 20.7451 20 20.48 20C20.2149 20 20 20.2149 20 20.48Z" fill="url(#paint32_linear_8261_14715)"/>
35
+ <path d="M15 13.48C15 13.7451 15.2149 13.96 15.48 13.96C15.7451 13.96 15.96 13.7451 15.96 13.48C15.96 13.2149 15.7451 13 15.48 13C15.2149 13 15 13.2149 15 13.48Z" fill="url(#paint33_linear_8261_14715)"/>
36
+ <path d="M16 14.48C16 14.7451 16.2149 14.96 16.48 14.96C16.7451 14.96 16.96 14.7451 16.96 14.48C16.96 14.2149 16.7451 14 16.48 14C16.2149 14 16 14.2149 16 14.48Z" fill="url(#paint34_linear_8261_14715)"/>
37
+ <path d="M17 15.48C17 15.7451 17.2149 15.96 17.48 15.96C17.7451 15.96 17.96 15.7451 17.96 15.48C17.96 15.2149 17.7451 15 17.48 15C17.2149 15 17 15.2149 17 15.48Z" fill="url(#paint35_linear_8261_14715)"/>
38
+ <path d="M18 16.48C18 16.7451 18.2149 16.96 18.48 16.96C18.7451 16.96 18.96 16.7451 18.96 16.48C18.96 16.2149 18.7451 16 18.48 16C18.2149 16 18 16.2149 18 16.48Z" fill="url(#paint36_linear_8261_14715)"/>
39
+ <path d="M19 17.48C19 17.7451 19.2149 17.96 19.48 17.96C19.7451 17.96 19.96 17.7451 19.96 17.48C19.96 17.2149 19.7451 17 19.48 17C19.2149 17 19 17.2149 19 17.48Z" fill="url(#paint37_linear_8261_14715)"/>
40
+ <path d="M20 18.48C20 18.7451 20.2149 18.96 20.48 18.96C20.7451 18.96 20.96 18.7451 20.96 18.48C20.96 18.2149 20.7451 18 20.48 18C20.2149 18 20 18.2149 20 18.48Z" fill="url(#paint38_linear_8261_14715)"/>
41
+ <defs>
42
+ <linearGradient id="paint0_linear_8261_14715" x1="14.8284" y1="12" x2="2.99994" y2="12" gradientUnits="userSpaceOnUse">
43
+ <stop stop-color="white"/>
44
+ <stop offset="1" stop-color="#E3ECFB"/>
45
+ </linearGradient>
46
+ <linearGradient id="paint1_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
47
+ <stop stop-color="#60A5FA"/>
48
+ <stop offset="1" stop-color="#4345E0"/>
49
+ </linearGradient>
50
+ <linearGradient id="paint2_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
51
+ <stop stop-color="#60A5FA"/>
52
+ <stop offset="1" stop-color="#4345E0"/>
53
+ </linearGradient>
54
+ <linearGradient id="paint3_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
55
+ <stop stop-color="#60A5FA"/>
56
+ <stop offset="1" stop-color="#4345E0"/>
57
+ </linearGradient>
58
+ <linearGradient id="paint4_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
59
+ <stop stop-color="#60A5FA"/>
60
+ <stop offset="1" stop-color="#4345E0"/>
61
+ </linearGradient>
62
+ <linearGradient id="paint5_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
63
+ <stop stop-color="#60A5FA"/>
64
+ <stop offset="1" stop-color="#4345E0"/>
65
+ </linearGradient>
66
+ <linearGradient id="paint6_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
67
+ <stop stop-color="#60A5FA"/>
68
+ <stop offset="1" stop-color="#4345E0"/>
69
+ </linearGradient>
70
+ <linearGradient id="paint7_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
71
+ <stop stop-color="#60A5FA"/>
72
+ <stop offset="1" stop-color="#4345E0"/>
73
+ </linearGradient>
74
+ <linearGradient id="paint8_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
75
+ <stop stop-color="#60A5FA"/>
76
+ <stop offset="1" stop-color="#4345E0"/>
77
+ </linearGradient>
78
+ <linearGradient id="paint9_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
79
+ <stop stop-color="#60A5FA"/>
80
+ <stop offset="1" stop-color="#4345E0"/>
81
+ </linearGradient>
82
+ <linearGradient id="paint10_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
83
+ <stop stop-color="#60A5FA"/>
84
+ <stop offset="1" stop-color="#4345E0"/>
85
+ </linearGradient>
86
+ <linearGradient id="paint11_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
87
+ <stop stop-color="#60A5FA"/>
88
+ <stop offset="1" stop-color="#4345E0"/>
89
+ </linearGradient>
90
+ <linearGradient id="paint12_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
91
+ <stop stop-color="#60A5FA"/>
92
+ <stop offset="1" stop-color="#4345E0"/>
93
+ </linearGradient>
94
+ <linearGradient id="paint13_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
95
+ <stop stop-color="#60A5FA"/>
96
+ <stop offset="1" stop-color="#4345E0"/>
97
+ </linearGradient>
98
+ <linearGradient id="paint14_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
99
+ <stop stop-color="#60A5FA"/>
100
+ <stop offset="1" stop-color="#4345E0"/>
101
+ </linearGradient>
102
+ <linearGradient id="paint15_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
103
+ <stop stop-color="#60A5FA"/>
104
+ <stop offset="1" stop-color="#4345E0"/>
105
+ </linearGradient>
106
+ <linearGradient id="paint16_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
107
+ <stop stop-color="#60A5FA"/>
108
+ <stop offset="1" stop-color="#4345E0"/>
109
+ </linearGradient>
110
+ <linearGradient id="paint17_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
111
+ <stop stop-color="#60A5FA"/>
112
+ <stop offset="1" stop-color="#4345E0"/>
113
+ </linearGradient>
114
+ <linearGradient id="paint18_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
115
+ <stop stop-color="#60A5FA"/>
116
+ <stop offset="1" stop-color="#4345E0"/>
117
+ </linearGradient>
118
+ <linearGradient id="paint19_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
119
+ <stop stop-color="#60A5FA"/>
120
+ <stop offset="1" stop-color="#4345E0"/>
121
+ </linearGradient>
122
+ <linearGradient id="paint20_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
123
+ <stop stop-color="#60A5FA"/>
124
+ <stop offset="1" stop-color="#4345E0"/>
125
+ </linearGradient>
126
+ <linearGradient id="paint21_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
127
+ <stop stop-color="#60A5FA"/>
128
+ <stop offset="1" stop-color="#4345E0"/>
129
+ </linearGradient>
130
+ <linearGradient id="paint22_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
131
+ <stop stop-color="#60A5FA"/>
132
+ <stop offset="1" stop-color="#4345E0"/>
133
+ </linearGradient>
134
+ <linearGradient id="paint23_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
135
+ <stop stop-color="#60A5FA"/>
136
+ <stop offset="1" stop-color="#4345E0"/>
137
+ </linearGradient>
138
+ <linearGradient id="paint24_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
139
+ <stop stop-color="#60A5FA"/>
140
+ <stop offset="1" stop-color="#4345E0"/>
141
+ </linearGradient>
142
+ <linearGradient id="paint25_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
143
+ <stop stop-color="#60A5FA"/>
144
+ <stop offset="1" stop-color="#4345E0"/>
145
+ </linearGradient>
146
+ <linearGradient id="paint26_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
147
+ <stop stop-color="#60A5FA"/>
148
+ <stop offset="1" stop-color="#4345E0"/>
149
+ </linearGradient>
150
+ <linearGradient id="paint27_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
151
+ <stop stop-color="#60A5FA"/>
152
+ <stop offset="1" stop-color="#4345E0"/>
153
+ </linearGradient>
154
+ <linearGradient id="paint28_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
155
+ <stop stop-color="#60A5FA"/>
156
+ <stop offset="1" stop-color="#4345E0"/>
157
+ </linearGradient>
158
+ <linearGradient id="paint29_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
159
+ <stop stop-color="#60A5FA"/>
160
+ <stop offset="1" stop-color="#4345E0"/>
161
+ </linearGradient>
162
+ <linearGradient id="paint30_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
163
+ <stop stop-color="#60A5FA"/>
164
+ <stop offset="1" stop-color="#4345E0"/>
165
+ </linearGradient>
166
+ <linearGradient id="paint31_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
167
+ <stop stop-color="#60A5FA"/>
168
+ <stop offset="1" stop-color="#4345E0"/>
169
+ </linearGradient>
170
+ <linearGradient id="paint32_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
171
+ <stop stop-color="#60A5FA"/>
172
+ <stop offset="1" stop-color="#4345E0"/>
173
+ </linearGradient>
174
+ <linearGradient id="paint33_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
175
+ <stop stop-color="#60A5FA"/>
176
+ <stop offset="1" stop-color="#4345E0"/>
177
+ </linearGradient>
178
+ <linearGradient id="paint34_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
179
+ <stop stop-color="#60A5FA"/>
180
+ <stop offset="1" stop-color="#4345E0"/>
181
+ </linearGradient>
182
+ <linearGradient id="paint35_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
183
+ <stop stop-color="#60A5FA"/>
184
+ <stop offset="1" stop-color="#4345E0"/>
185
+ </linearGradient>
186
+ <linearGradient id="paint36_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
187
+ <stop stop-color="#60A5FA"/>
188
+ <stop offset="1" stop-color="#4345E0"/>
189
+ </linearGradient>
190
+ <linearGradient id="paint37_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
191
+ <stop stop-color="#60A5FA"/>
192
+ <stop offset="1" stop-color="#4345E0"/>
193
+ </linearGradient>
194
+ <linearGradient id="paint38_linear_8261_14715" x1="14.5" y1="6" x2="20.5" y2="22.5" gradientUnits="userSpaceOnUse">
195
+ <stop stop-color="#60A5FA"/>
196
+ <stop offset="1" stop-color="#4345E0"/>
197
+ </linearGradient>
198
+ </defs>
199
+ </svg>
@@ -0,0 +1,47 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4142 13.4142L6.41416 20.4142C5.63311 21.1953 4.36678 21.1953 3.58573 20.4142C2.80468 19.6332 2.80468 18.3668 3.58573 17.5858L9.17152 12L3.58573 6.41421C2.80468 5.63316 2.80468 4.36683 3.58573 3.58579C4.36678 2.80474 5.63311 2.80474 6.41416 3.58579L14.8284 12L13.4142 13.4142Z" fill="url(#paint0_linear_8261_14668)" fill-opacity="0.6"/>
3
+ <path d="M15.48 10.96C15.7451 10.96 15.96 10.7451 15.96 10.48C15.96 10.2149 15.7451 10 15.48 10C15.2149 10 15 10.2149 15 10.48C15 10.7451 15.2149 10.96 15.48 10.96Z" fill="#DBEAFE"/>
4
+ <path d="M16.48 9.96C16.7451 9.96 16.96 9.7451 16.96 9.48C16.96 9.2149 16.7451 9 16.48 9C16.2149 9 16 9.2149 16 9.48C16 9.7451 16.2149 9.96 16.48 9.96Z" fill="#DBEAFE"/>
5
+ <path d="M17.48 8.96C17.7451 8.96 17.96 8.7451 17.96 8.48C17.96 8.2149 17.7451 8 17.48 8C17.2149 8 17 8.2149 17 8.48C17 8.7451 17.2149 8.96 17.48 8.96Z" fill="#DBEAFE"/>
6
+ <path d="M18.48 7.96C18.7451 7.96 18.96 7.7451 18.96 7.48C18.96 7.2149 18.7451 7 18.48 7C18.2149 7 18 7.2149 18 7.48C18 7.7451 18.2149 7.96 18.48 7.96Z" fill="#DBEAFE"/>
7
+ <path d="M19.48 6.96C19.7451 6.96 19.96 6.7451 19.96 6.48C19.96 6.2149 19.7451 6 19.48 6C19.2149 6 19 6.2149 19 6.48C19 6.7451 19.2149 6.96 19.48 6.96Z" fill="#DBEAFE"/>
8
+ <path d="M20.48 5.96C20.7451 5.96 20.96 5.7451 20.96 5.48C20.96 5.2149 20.7451 5 20.48 5C20.2149 5 20 5.2149 20 5.48C20 5.7451 20.2149 5.96 20.48 5.96Z" fill="#DBEAFE"/>
9
+ <path d="M14.48 9.96C14.7451 9.96 14.96 9.7451 14.96 9.48C14.96 9.2149 14.7451 9 14.48 9C14.2149 9 14 9.2149 14 9.48C14 9.7451 14.2149 9.96 14.48 9.96Z" fill="#DBEAFE"/>
10
+ <path d="M15.48 8.96C15.7451 8.96 15.96 8.7451 15.96 8.48C15.96 8.2149 15.7451 8 15.48 8C15.2149 8 15 8.2149 15 8.48C15 8.7451 15.2149 8.96 15.48 8.96Z" fill="#DBEAFE"/>
11
+ <path d="M16.48 7.96C16.7451 7.96 16.96 7.7451 16.96 7.48C16.96 7.2149 16.7451 7 16.48 7C16.2149 7 16 7.2149 16 7.48C16 7.7451 16.2149 7.96 16.48 7.96Z" fill="#DBEAFE"/>
12
+ <path d="M17.48 6.96C17.7451 6.96 17.96 6.7451 17.96 6.48C17.96 6.2149 17.7451 6 17.48 6C17.2149 6 17 6.2149 17 6.48C17 6.7451 17.2149 6.96 17.48 6.96Z" fill="#DBEAFE"/>
13
+ <path d="M18.48 5.96C18.7451 5.96 18.96 5.7451 18.96 5.48C18.96 5.2149 18.7451 5 18.48 5C18.2149 5 18 5.2149 18 5.48C18 5.7451 18.2149 5.96 18.48 5.96Z" fill="#DBEAFE"/>
14
+ <path d="M19.48 4.96C19.7451 4.96 19.96 4.7451 19.96 4.48C19.96 4.2149 19.7451 4 19.48 4C19.2149 4 19 4.2149 19 4.48C19 4.7451 19.2149 4.96 19.48 4.96Z" fill="#DBEAFE"/>
15
+ <path d="M20.48 3.96C20.7451 3.96 20.96 3.7451 20.96 3.48C20.96 3.2149 20.7451 3 20.48 3C20.2149 3 20 3.2149 20 3.48C20 3.7451 20.2149 3.96 20.48 3.96Z" fill="#DBEAFE"/>
16
+ <path d="M13.48 8.96C13.7451 8.96 13.96 8.7451 13.96 8.48C13.96 8.2149 13.7451 8 13.48 8C13.2149 8 13 8.2149 13 8.48C13 8.7451 13.2149 8.96 13.48 8.96Z" fill="#DBEAFE"/>
17
+ <path d="M14.48 7.96C14.7451 7.96 14.96 7.7451 14.96 7.48C14.96 7.2149 14.7451 7 14.48 7C14.2149 7 14 7.2149 14 7.48C14 7.7451 14.2149 7.96 14.48 7.96Z" fill="#DBEAFE"/>
18
+ <path d="M15.48 6.96C15.7451 6.96 15.96 6.7451 15.96 6.48C15.96 6.2149 15.7451 6 15.48 6C15.2149 6 15 6.2149 15 6.48C15 6.7451 15.2149 6.96 15.48 6.96Z" fill="#DBEAFE"/>
19
+ <path d="M16.48 5.96C16.7451 5.96 16.96 5.7451 16.96 5.48C16.96 5.2149 16.7451 5 16.48 5C16.2149 5 16 5.2149 16 5.48C16 5.7451 16.2149 5.96 16.48 5.96Z" fill="#DBEAFE"/>
20
+ <path d="M17.48 4.96C17.7451 4.96 17.96 4.7451 17.96 4.48C17.96 4.2149 17.7451 4 17.48 4C17.2149 4 17 4.2149 17 4.48C17 4.7451 17.2149 4.96 17.48 4.96Z" fill="#DBEAFE"/>
21
+ <path d="M18.48 3.96C18.7451 3.96 18.96 3.7451 18.96 3.48C18.96 3.2149 18.7451 3 18.48 3C18.2149 3 18 3.2149 18 3.48C18 3.7451 18.2149 3.96 18.48 3.96Z" fill="#DBEAFE"/>
22
+ <path d="M13 15.48C13 15.7451 13.2149 15.96 13.48 15.96C13.7451 15.96 13.96 15.7451 13.96 15.48C13.96 15.2149 13.7451 15 13.48 15C13.2149 15 13 15.2149 13 15.48Z" fill="#DBEAFE"/>
23
+ <path d="M14 16.48C14 16.7451 14.2149 16.96 14.48 16.96C14.7451 16.96 14.96 16.7451 14.96 16.48C14.96 16.2149 14.7451 16 14.48 16C14.2149 16 14 16.2149 14 16.48Z" fill="#DBEAFE"/>
24
+ <path d="M15 17.48C15 17.7451 15.2149 17.96 15.48 17.96C15.7451 17.96 15.96 17.7451 15.96 17.48C15.96 17.2149 15.7451 17 15.48 17C15.2149 17 15 17.2149 15 17.48Z" fill="#DBEAFE"/>
25
+ <path d="M16 18.48C16 18.7451 16.2149 18.96 16.48 18.96C16.7451 18.96 16.96 18.7451 16.96 18.48C16.96 18.2149 16.7451 18 16.48 18C16.2149 18 16 18.2149 16 18.48Z" fill="#DBEAFE"/>
26
+ <path d="M17 19.48C17 19.7451 17.2149 19.96 17.48 19.96C17.7451 19.96 17.96 19.7451 17.96 19.48C17.96 19.2149 17.7451 19 17.48 19C17.2149 19 17 19.2149 17 19.48Z" fill="#DBEAFE"/>
27
+ <path d="M18 20.48C18 20.7451 18.2149 20.96 18.48 20.96C18.7451 20.96 18.96 20.7451 18.96 20.48C18.96 20.2149 18.7451 20 18.48 20C18.2149 20 18 20.2149 18 20.48Z" fill="#DBEAFE"/>
28
+ <path d="M14 14.48C14 14.7451 14.2149 14.96 14.48 14.96C14.7451 14.96 14.96 14.7451 14.96 14.48C14.96 14.2149 14.7451 14 14.48 14C14.2149 14 14 14.2149 14 14.48Z" fill="#DBEAFE"/>
29
+ <path d="M15 15.48C15 15.7451 15.2149 15.96 15.48 15.96C15.7451 15.96 15.96 15.7451 15.96 15.48C15.96 15.2149 15.7451 15 15.48 15C15.2149 15 15 15.2149 15 15.48Z" fill="#DBEAFE"/>
30
+ <path d="M16 16.48C16 16.7451 16.2149 16.96 16.48 16.96C16.7451 16.96 16.96 16.7451 16.96 16.48C16.96 16.2149 16.7451 16 16.48 16C16.2149 16 16 16.2149 16 16.48Z" fill="#DBEAFE"/>
31
+ <path d="M17 17.48C17 17.7451 17.2149 17.96 17.48 17.96C17.7451 17.96 17.96 17.7451 17.96 17.48C17.96 17.2149 17.7451 17 17.48 17C17.2149 17 17 17.2149 17 17.48Z" fill="#DBEAFE"/>
32
+ <path d="M18 18.48C18 18.7451 18.2149 18.96 18.48 18.96C18.7451 18.96 18.96 18.7451 18.96 18.48C18.96 18.2149 18.7451 18 18.48 18C18.2149 18 18 18.2149 18 18.48Z" fill="#DBEAFE"/>
33
+ <path d="M19 19.48C19 19.7451 19.2149 19.96 19.48 19.96C19.7451 19.96 19.96 19.7451 19.96 19.48C19.96 19.2149 19.7451 19 19.48 19C19.2149 19 19 19.2149 19 19.48Z" fill="#DBEAFE"/>
34
+ <path d="M20 20.48C20 20.7451 20.2149 20.96 20.48 20.96C20.7451 20.96 20.96 20.7451 20.96 20.48C20.96 20.2149 20.7451 20 20.48 20C20.2149 20 20 20.2149 20 20.48Z" fill="#DBEAFE"/>
35
+ <path d="M15 13.48C15 13.7451 15.2149 13.96 15.48 13.96C15.7451 13.96 15.96 13.7451 15.96 13.48C15.96 13.2149 15.7451 13 15.48 13C15.2149 13 15 13.2149 15 13.48Z" fill="#DBEAFE"/>
36
+ <path d="M16 14.48C16 14.7451 16.2149 14.96 16.48 14.96C16.7451 14.96 16.96 14.7451 16.96 14.48C16.96 14.2149 16.7451 14 16.48 14C16.2149 14 16 14.2149 16 14.48Z" fill="#DBEAFE"/>
37
+ <path d="M17 15.48C17 15.7451 17.2149 15.96 17.48 15.96C17.7451 15.96 17.96 15.7451 17.96 15.48C17.96 15.2149 17.7451 15 17.48 15C17.2149 15 17 15.2149 17 15.48Z" fill="#DBEAFE"/>
38
+ <path d="M18 16.48C18 16.7451 18.2149 16.96 18.48 16.96C18.7451 16.96 18.96 16.7451 18.96 16.48C18.96 16.2149 18.7451 16 18.48 16C18.2149 16 18 16.2149 18 16.48Z" fill="#DBEAFE"/>
39
+ <path d="M19 17.48C19 17.7451 19.2149 17.96 19.48 17.96C19.7451 17.96 19.96 17.7451 19.96 17.48C19.96 17.2149 19.7451 17 19.48 17C19.2149 17 19 17.2149 19 17.48Z" fill="#DBEAFE"/>
40
+ <path d="M20 18.48C20 18.7451 20.2149 18.96 20.48 18.96C20.7451 18.96 20.96 18.7451 20.96 18.48C20.96 18.2149 20.7451 18 20.48 18C20.2149 18 20 18.2149 20 18.48Z" fill="#DBEAFE"/>
41
+ <defs>
42
+ <linearGradient id="paint0_linear_8261_14668" x1="4.5" y1="5.5" x2="6.5" y2="21.5" gradientUnits="userSpaceOnUse">
43
+ <stop stop-color="#50A5FF" stop-opacity="0.5"/>
44
+ <stop offset="1" stop-color="#50A5FF"/>
45
+ </linearGradient>
46
+ </defs>
47
+ </svg>