@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.
- package/AGENTS.md +250 -0
- package/README.md +429 -0
- package/dist/assets/Service-applets-apps/audience-measurement.png +0 -0
- package/dist/assets/Service-applets-apps/coatro-app.png +0 -0
- package/dist/assets/Service-applets-apps/content-effectiveness.png +0 -0
- package/dist/assets/Service-applets-apps/hop-tracking.png +0 -0
- package/dist/assets/Service-applets-apps/index.ts +13 -0
- package/dist/assets/Service-applets-apps/journeys-app.png +0 -0
- package/dist/assets/Service-applets-apps/people-counting.png +0 -0
- package/dist/assets/Service-applets-apps/petra.png +0 -0
- package/dist/assets/Service-applets-apps/sam-generic.png +0 -0
- package/dist/assets/Service-applets-apps/sami-for-environment.png +0 -0
- package/dist/assets/Service-applets-apps/shelf-engagement.png +0 -0
- package/dist/assets/Service-applets-apps/traffic-management.png +0 -0
- package/dist/assets/Service-applets-apps/viana.png +0 -0
- package/dist/assets/Service-applets-apps/zone-engagement.png +0 -0
- package/dist/assets/icons/Dashboard-active.svg +29 -0
- package/dist/assets/icons/Dashboard.svg +25 -0
- package/dist/assets/icons/DashboardActiveIcon.tsx +35 -0
- package/dist/assets/icons/DashboardIcon.tsx +31 -0
- package/dist/assets/icons/Devices-active.svg +27 -0
- package/dist/assets/icons/Devices.svg +20 -0
- package/dist/assets/icons/DevicesActiveIcon.tsx +33 -0
- package/dist/assets/icons/DevicesIcon.tsx +26 -0
- package/dist/assets/icons/Installer-active.svg +29 -0
- package/dist/assets/icons/Installer.svg +17 -0
- package/dist/assets/icons/InstallerActiveIcon.tsx +35 -0
- package/dist/assets/icons/InstallerIcon.tsx +23 -0
- package/dist/assets/icons/Manifest-active.svg +49 -0
- package/dist/assets/icons/Manifest.svg +49 -0
- package/dist/assets/icons/ManifestActiveIcon.tsx +55 -0
- package/dist/assets/icons/ManifestIcon.tsx +55 -0
- package/dist/assets/icons/Sensor-active.svg +15 -0
- package/dist/assets/icons/Sensor.svg +11 -0
- package/dist/assets/icons/SensorActiveIcon.tsx +21 -0
- package/dist/assets/icons/SensorIcon.tsx +17 -0
- package/dist/assets/icons/Site-active.svg +14 -0
- package/dist/assets/icons/Site.svg +10 -0
- package/dist/assets/icons/SiteActiveIcon.tsx +20 -0
- package/dist/assets/icons/SiteIcon.tsx +16 -0
- package/dist/assets/icons/X-ray-active.svg +199 -0
- package/dist/assets/icons/X-ray.svg +47 -0
- package/dist/assets/icons/XrayActiveIcon.tsx +205 -0
- package/dist/assets/icons/XrayIcon.tsx +53 -0
- package/dist/assets/icons/index.ts +14 -0
- package/dist/assets/logos/DarkLogo.tsx +28 -0
- package/dist/assets/logos/DarkSymbol.tsx +9 -0
- package/dist/assets/logos/PrimaryLogo.tsx +28 -0
- package/dist/assets/logos/PrimarySymbol.tsx +9 -0
- package/dist/assets/logos/WhiteLogo.tsx +28 -0
- package/dist/assets/logos/WhiteSymbol.tsx +9 -0
- package/dist/assets/logos/dark_logo.svg +22 -0
- package/dist/assets/logos/dark_symbol.svg +3 -0
- package/dist/assets/logos/index.ts +6 -0
- package/dist/assets/logos/primary-logo.svg +22 -0
- package/dist/assets/logos/primary_logo.svg +22 -0
- package/dist/assets/logos/primary_symbol.svg +3 -0
- package/dist/assets/logos/white_symbol.svg +3 -0
- package/dist/index.cjs +160 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +45276 -0
- package/dist/index.js.map +1 -0
- package/dist/tokens-source.css +121 -0
- package/dist/types/assets/Service-applets-apps/index.d.ts +13 -0
- package/dist/types/assets/icons/DashboardActiveIcon.d.ts +2 -0
- package/dist/types/assets/icons/DashboardIcon.d.ts +2 -0
- package/dist/types/assets/icons/DevicesActiveIcon.d.ts +2 -0
- package/dist/types/assets/icons/DevicesIcon.d.ts +2 -0
- package/dist/types/assets/icons/InstallerActiveIcon.d.ts +2 -0
- package/dist/types/assets/icons/InstallerIcon.d.ts +2 -0
- package/dist/types/assets/icons/ManifestActiveIcon.d.ts +2 -0
- package/dist/types/assets/icons/ManifestIcon.d.ts +2 -0
- package/dist/types/assets/icons/SensorActiveIcon.d.ts +2 -0
- package/dist/types/assets/icons/SensorIcon.d.ts +2 -0
- package/dist/types/assets/icons/SiteActiveIcon.d.ts +2 -0
- package/dist/types/assets/icons/SiteIcon.d.ts +2 -0
- package/dist/types/assets/icons/XrayActiveIcon.d.ts +2 -0
- package/dist/types/assets/icons/XrayIcon.d.ts +2 -0
- package/dist/types/assets/icons/index.d.ts +14 -0
- package/dist/types/assets/logos/DarkLogo.d.ts +2 -0
- package/dist/types/assets/logos/DarkSymbol.d.ts +2 -0
- package/dist/types/assets/logos/PrimaryLogo.d.ts +2 -0
- package/dist/types/assets/logos/PrimarySymbol.d.ts +2 -0
- package/dist/types/assets/logos/WhiteLogo.d.ts +2 -0
- package/dist/types/assets/logos/WhiteSymbol.d.ts +2 -0
- package/dist/types/assets/logos/index.d.ts +6 -0
- package/dist/types/components/blocks/AppBentoMenu.d.ts +31 -0
- package/dist/types/components/blocks/AppDashboard.d.ts +121 -0
- package/dist/types/components/blocks/AppHeader.d.ts +198 -0
- package/dist/types/components/blocks/AppLocationTreeFilter.d.ts +44 -0
- package/dist/types/components/blocks/AppNotificationsMenu.d.ts +50 -0
- package/dist/types/components/blocks/AppPageTitle.d.ts +86 -0
- package/dist/types/components/blocks/AppProfile.d.ts +53 -0
- package/dist/types/components/blocks/TableManager.d.ts +194 -0
- package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundDots.d.ts +14 -0
- package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundWave.d.ts +14 -0
- package/dist/types/components/blocks/backgrounds/index.d.ts +3 -0
- package/dist/types/components/blocks/backgrounds/types.d.ts +13 -0
- package/dist/types/components/blocks/index.d.ts +9 -0
- package/dist/types/components/primitives/AppAccordion.d.ts +22 -0
- package/dist/types/components/primitives/AppAlert.d.ts +33 -0
- package/dist/types/components/primitives/AppAlertDialog.d.ts +79 -0
- package/dist/types/components/primitives/AppAspectRatio.d.ts +7 -0
- package/dist/types/components/primitives/AppAvatar.d.ts +17 -0
- package/dist/types/components/primitives/AppBadge.d.ts +9 -0
- package/dist/types/components/primitives/AppBreadcrumb.d.ts +45 -0
- package/dist/types/components/primitives/AppButton.d.ts +24 -0
- package/dist/types/components/primitives/AppButtonGroup.d.ts +10 -0
- package/dist/types/components/primitives/AppCalendar.d.ts +51 -0
- package/dist/types/components/primitives/AppCard.d.ts +41 -0
- package/dist/types/components/primitives/AppCarousel.d.ts +26 -0
- package/dist/types/components/primitives/AppChart.d.ts +27 -0
- package/dist/types/components/primitives/AppCheckbox.d.ts +9 -0
- package/dist/types/components/primitives/AppCollapsible.d.ts +20 -0
- package/dist/types/components/primitives/AppCombobox.d.ts +37 -0
- package/dist/types/components/primitives/AppCommand.d.ts +47 -0
- package/dist/types/components/primitives/AppContextMenu.d.ts +82 -0
- package/dist/types/components/primitives/AppDataTable.d.ts +23 -0
- package/dist/types/components/primitives/AppDatePicker.d.ts +26 -0
- package/dist/types/components/primitives/AppDialog.d.ts +40 -0
- package/dist/types/components/primitives/AppDrawer.d.ts +58 -0
- package/dist/types/components/primitives/AppDropdownMenu.d.ts +85 -0
- package/dist/types/components/primitives/AppEmpty.d.ts +35 -0
- package/dist/types/components/primitives/AppField.d.ts +65 -0
- package/dist/types/components/primitives/AppForm.d.ts +58 -0
- package/dist/types/components/primitives/AppHoverCard.d.ts +19 -0
- package/dist/types/components/primitives/AppInput.d.ts +21 -0
- package/dist/types/components/primitives/AppKbd.d.ts +18 -0
- package/dist/types/components/primitives/AppLabel.d.ts +8 -0
- package/dist/types/components/primitives/AppMenubar.d.ts +83 -0
- package/dist/types/components/primitives/AppNavigationMenu.d.ts +51 -0
- package/dist/types/components/primitives/AppPagination.d.ts +46 -0
- package/dist/types/components/primitives/AppPopover.d.ts +20 -0
- package/dist/types/components/primitives/AppProgress.d.ts +9 -0
- package/dist/types/components/primitives/AppRadioGroup.d.ts +15 -0
- package/dist/types/components/primitives/AppScrollArea.d.ts +12 -0
- package/dist/types/components/primitives/AppScrollText.d.ts +7 -0
- package/dist/types/components/primitives/AppSelect.d.ts +46 -0
- package/dist/types/components/primitives/AppSeparator.d.ts +8 -0
- package/dist/types/components/primitives/AppSheet.d.ts +32 -0
- package/dist/types/components/primitives/AppSidebar.d.ts +59 -0
- package/dist/types/components/primitives/AppSkeleton.d.ts +6 -0
- package/dist/types/components/primitives/AppSpinner.d.ts +13 -0
- package/dist/types/components/primitives/AppSwitch.d.ts +8 -0
- package/dist/types/components/primitives/AppTable.d.ts +53 -0
- package/dist/types/components/primitives/AppTabs.d.ts +10 -0
- package/dist/types/components/primitives/AppTextarea.d.ts +9 -0
- package/dist/types/components/primitives/AppThemeProvider.d.ts +46 -0
- package/dist/types/components/primitives/AppToaster.d.ts +7 -0
- package/dist/types/components/primitives/AppToggle.d.ts +9 -0
- package/dist/types/components/primitives/AppToggleGroup.d.ts +18 -0
- package/dist/types/components/primitives/AppTooltip.d.ts +26 -0
- package/dist/types/components/primitives/AppTypography.d.ts +80 -0
- package/dist/types/components/primitives/index.d.ts +57 -0
- package/dist/types/components/ui/accordion.d.ts +7 -0
- package/dist/types/components/ui/alert-dialog.d.ts +20 -0
- package/dist/types/components/ui/alert.d.ts +8 -0
- package/dist/types/components/ui/aspect-ratio.d.ts +4 -0
- package/dist/types/components/ui/avatar.d.ts +6 -0
- package/dist/types/components/ui/badge.d.ts +9 -0
- package/dist/types/components/ui/breadcrumb.d.ts +19 -0
- package/dist/types/components/ui/button.d.ts +13 -0
- package/dist/types/components/ui/calendar.d.ts +8 -0
- package/dist/types/components/ui/card.d.ts +11 -0
- package/dist/types/components/ui/carousel.d.ts +28 -0
- package/dist/types/components/ui/chart.d.ts +48 -0
- package/dist/types/components/ui/checkbox.d.ts +4 -0
- package/dist/types/components/ui/collapsible.d.ts +6 -0
- package/dist/types/components/ui/combobox.d.ts +83 -0
- package/dist/types/components/ui/command.d.ts +82 -0
- package/dist/types/components/ui/context-menu.d.ts +27 -0
- package/dist/types/components/ui/dialog.d.ts +19 -0
- package/dist/types/components/ui/drawer.d.ts +23 -0
- package/dist/types/components/ui/dropdown-menu.d.ts +27 -0
- package/dist/types/components/ui/empty.d.ts +14 -0
- package/dist/types/components/ui/field.d.ts +40 -0
- package/dist/types/components/ui/form.d.ts +22 -0
- package/dist/types/components/ui/hover-card.d.ts +6 -0
- package/dist/types/components/ui/input.d.ts +3 -0
- package/dist/types/components/ui/kbd.d.ts +4 -0
- package/dist/types/components/ui/label.d.ts +4 -0
- package/dist/types/components/ui/menubar.d.ts +30 -0
- package/dist/types/components/ui/navigation-menu.d.ts +12 -0
- package/dist/types/components/ui/pagination.d.ts +28 -0
- package/dist/types/components/ui/popover.d.ts +6 -0
- package/dist/types/components/ui/progress.d.ts +4 -0
- package/dist/types/components/ui/radio-group.d.ts +5 -0
- package/dist/types/components/ui/scroll-area.d.ts +5 -0
- package/dist/types/components/ui/scroll-text.d.ts +6 -0
- package/dist/types/components/ui/select.d.ts +13 -0
- package/dist/types/components/ui/separator.d.ts +4 -0
- package/dist/types/components/ui/sheet.d.ts +25 -0
- package/dist/types/components/ui/sidebar.d.ts +69 -0
- package/dist/types/components/ui/skeleton.d.ts +2 -0
- package/dist/types/components/ui/sonner.d.ts +2 -0
- package/dist/types/components/ui/switch.d.ts +4 -0
- package/dist/types/components/ui/table.d.ts +10 -0
- package/dist/types/components/ui/tabs.d.ts +19 -0
- package/dist/types/components/ui/textarea.d.ts +5 -0
- package/dist/types/components/ui/toggle-group.d.ts +15 -0
- package/dist/types/components/ui/toggle.d.ts +12 -0
- package/dist/types/components/ui/tooltip.d.ts +7 -0
- package/dist/types/hooks/use-mobile.d.ts +13 -0
- package/dist/types/hooks/use-page-title.d.ts +23 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/lib/utils.d.ts +2 -0
- package/dist/ui-kit.css +1 -0
- package/package.json +117 -0
- package/rules/accordion.md +60 -0
- package/rules/alert-dialog.md +62 -0
- package/rules/alert.md +61 -0
- package/rules/aspect-ratio.md +47 -0
- package/rules/avatar.md +52 -0
- package/rules/badge.md +55 -0
- package/rules/bento-menu.md +86 -0
- package/rules/breadcrumb.md +80 -0
- package/rules/button-group.md +58 -0
- package/rules/button.md +66 -0
- package/rules/calendar.md +97 -0
- package/rules/card.md +84 -0
- package/rules/carousel.md +113 -0
- package/rules/chart.md +125 -0
- package/rules/checkbox.md +49 -0
- package/rules/collapsible.md +57 -0
- package/rules/combobox.md +133 -0
- package/rules/command.md +73 -0
- package/rules/context-menu.md +65 -0
- package/rules/dashboard.md +368 -0
- package/rules/data-table.md +91 -0
- package/rules/date-picker.md +65 -0
- package/rules/dialog.md +60 -0
- package/rules/drawer.md +65 -0
- package/rules/dropdown-menu.md +72 -0
- package/rules/empty.md +110 -0
- package/rules/field.md +149 -0
- package/rules/form.md +60 -0
- package/rules/header.md +245 -0
- package/rules/hover-card.md +53 -0
- package/rules/icons.md +141 -0
- package/rules/input.md +66 -0
- package/rules/kbd.md +58 -0
- package/rules/label.md +30 -0
- package/rules/location-tree-filter.md +165 -0
- package/rules/logo.md +58 -0
- package/rules/menubar.md +75 -0
- package/rules/navigation-menu.md +68 -0
- package/rules/notifications-menu.md +137 -0
- package/rules/pagetitle.md +160 -0
- package/rules/pagination.md +71 -0
- package/rules/popover.md +48 -0
- package/rules/profile.md +125 -0
- package/rules/progress.md +41 -0
- package/rules/radio-group.md +44 -0
- package/rules/scroll-area.md +32 -0
- package/rules/scroll-text.md +40 -0
- package/rules/select.md +86 -0
- package/rules/separator.md +43 -0
- package/rules/sheet.md +76 -0
- package/rules/sidebar.md +442 -0
- package/rules/skeleton.md +46 -0
- package/rules/spinner.md +43 -0
- package/rules/switch.md +46 -0
- package/rules/table-manager.md +306 -0
- package/rules/table.md +177 -0
- package/rules/tabs.md +82 -0
- package/rules/text.md +3 -0
- package/rules/textarea.md +38 -0
- package/rules/toaster.md +58 -0
- package/rules/toggle-group.md +50 -0
- package/rules/toggle.md +40 -0
- package/rules/tokens.md +88 -0
- package/rules/tooltip.md +78 -0
- package/rules/typography.md +81 -0
- package/scripts/scaffold.mjs +28 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { default as AudienceMeasurementImg } from "./audience-measurement.png"
|
|
2
|
+
export { default as CoatroAppImg } from "./coatro-app.png"
|
|
3
|
+
export { default as ContentEffectivenessImg } from "./content-effectiveness.png"
|
|
4
|
+
export { default as HopTrackingImg } from "./hop-tracking.png"
|
|
5
|
+
export { default as JourneysAppImg } from "./journeys-app.png"
|
|
6
|
+
export { default as PeopleCountingImg } from "./people-counting.png"
|
|
7
|
+
export { default as PetraImg } from "./petra.png"
|
|
8
|
+
export { default as SamGenericImg } from "./sam-generic.png"
|
|
9
|
+
export { default as SamiForEnvironmentImg } from "./sami-for-environment.png"
|
|
10
|
+
export { default as ShelfEngagementImg } from "./shelf-engagement.png"
|
|
11
|
+
export { default as TrafficManagementImg } from "./traffic-management.png"
|
|
12
|
+
export { default as VianaAppImg } from "./viana.png"
|
|
13
|
+
export { default as ZoneEngagementImg } from "./zone-engagement.png"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="21" y="5" width="14" height="18" rx="1" transform="rotate(90 21 5)" fill="url(#paint0_linear_8260_14620)"/>
|
|
3
|
+
<path d="M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15C11 14.4477 11.4477 14 12 14C12.5523 14 13 14.4477 13 15V16Z" fill="url(#paint1_linear_8260_14620)"/>
|
|
4
|
+
<path d="M16 16C16 16.5523 15.5523 17 15 17C14.4477 17 14 16.5523 14 16V13C14 12.4477 14.4477 12 15 12C15.5523 12 16 12.4477 16 13V16Z" fill="url(#paint2_linear_8260_14620)"/>
|
|
5
|
+
<path d="M19 16C19 16.5523 18.5523 17 18 17C17.4477 17 17 16.5523 17 16L17 11C17 10.4477 17.4477 10 18 10C18.5523 10 19 10.4477 19 11L19 16Z" fill="url(#paint3_linear_8260_14620)"/>
|
|
6
|
+
<path d="M8 7V10H11C11 11.6569 9.65685 13 8 13C6.34315 13 5 11.6569 5 10C5 8.34315 6.34315 7 8 7Z" fill="url(#paint4_linear_8260_14620)"/>
|
|
7
|
+
<defs>
|
|
8
|
+
<linearGradient id="paint0_linear_8260_14620" x1="20.3" y1="21" x2="37.4492" y2="14.9978" gradientUnits="userSpaceOnUse">
|
|
9
|
+
<stop stop-color="white"/>
|
|
10
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
11
|
+
</linearGradient>
|
|
12
|
+
<linearGradient id="paint1_linear_8260_14620" x1="8" y1="7" x2="21.8235" y2="13.0721" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop stop-color="#60A5FA"/>
|
|
14
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient id="paint2_linear_8260_14620" x1="8" y1="7" x2="21.8235" y2="13.0721" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop stop-color="#60A5FA"/>
|
|
18
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint3_linear_8260_14620" x1="8" y1="7" x2="21.8235" y2="13.0721" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop stop-color="#60A5FA"/>
|
|
22
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="paint4_linear_8260_14620" x1="8" y1="7" x2="21.8235" y2="13.0721" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop stop-color="#60A5FA"/>
|
|
26
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
</defs>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="21" y="5" width="14" height="18" rx="1" transform="rotate(90 21 5)" fill="url(#paint0_linear_8260_14597)" fill-opacity="0.6"/>
|
|
3
|
+
<rect x="13" y="17" width="2" height="3" rx="1" transform="rotate(-180 13 17)" fill="url(#paint1_linear_8260_14597)"/>
|
|
4
|
+
<rect x="16" y="17" width="2" height="5" rx="1" transform="rotate(-180 16 17)" fill="url(#paint2_linear_8260_14597)"/>
|
|
5
|
+
<rect x="19" y="17" width="2" height="7" rx="1" transform="rotate(-180 19 17)" fill="url(#paint3_linear_8260_14597)"/>
|
|
6
|
+
<path d="M8 10H11C11 11.6569 9.65685 13 8 13C6.34315 13 5 11.6569 5 10C5 8.34315 6.34315 7 8 7V10Z" fill="white"/>
|
|
7
|
+
<defs>
|
|
8
|
+
<linearGradient id="paint0_linear_8260_14597" x1="20.6316" y1="14" x2="39.9781" y2="11.8958" gradientUnits="userSpaceOnUse">
|
|
9
|
+
<stop stop-color="#50A5FF" stop-opacity="0.5"/>
|
|
10
|
+
<stop offset="1" stop-color="#50A5FF"/>
|
|
11
|
+
</linearGradient>
|
|
12
|
+
<linearGradient id="paint1_linear_8260_14597" x1="13" y1="19.8125" x2="13.3008" y2="17.0054" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop stop-color="white"/>
|
|
14
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient id="paint2_linear_8260_14597" x1="16" y1="21.6875" x2="16.8189" y2="17.1016" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop stop-color="white"/>
|
|
18
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint3_linear_8260_14597" x1="19" y1="23.5625" x2="20.5588" y2="17.3272" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop stop-color="white"/>
|
|
22
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { SVGProps } from "react"
|
|
2
|
+
|
|
3
|
+
export function DashboardActiveIcon({ 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="21" y="5" width="14" height="18" rx="1" transform="rotate(90 21 5)" fill="url(#paint0_linear_8260_14620)"/>
|
|
7
|
+
<path d="M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15C11 14.4477 11.4477 14 12 14C12.5523 14 13 14.4477 13 15V16Z" fill="url(#paint1_linear_8260_14620)"/>
|
|
8
|
+
<path d="M16 16C16 16.5523 15.5523 17 15 17C14.4477 17 14 16.5523 14 16V13C14 12.4477 14.4477 12 15 12C15.5523 12 16 12.4477 16 13V16Z" fill="url(#paint2_linear_8260_14620)"/>
|
|
9
|
+
<path d="M19 16C19 16.5523 18.5523 17 18 17C17.4477 17 17 16.5523 17 16L17 11C17 10.4477 17.4477 10 18 10C18.5523 10 19 10.4477 19 11L19 16Z" fill="url(#paint3_linear_8260_14620)"/>
|
|
10
|
+
<path d="M8 7V10H11C11 11.6569 9.65685 13 8 13C6.34315 13 5 11.6569 5 10C5 8.34315 6.34315 7 8 7Z" fill="url(#paint4_linear_8260_14620)"/>
|
|
11
|
+
<defs>
|
|
12
|
+
<linearGradient id="paint0_linear_8260_14620" x1="20.3" y1="21" x2="37.4492" y2="14.9978" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop stopColor="white"/>
|
|
14
|
+
<stop offset="1" stopColor="#E3ECFB"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient id="paint1_linear_8260_14620" x1="8" y1="7" x2="21.8235" y2="13.0721" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop stopColor="#60A5FA"/>
|
|
18
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint2_linear_8260_14620" x1="8" y1="7" x2="21.8235" y2="13.0721" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop stopColor="#60A5FA"/>
|
|
22
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="paint3_linear_8260_14620" x1="8" y1="7" x2="21.8235" y2="13.0721" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop stopColor="#60A5FA"/>
|
|
26
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<linearGradient id="paint4_linear_8260_14620" x1="8" y1="7" x2="21.8235" y2="13.0721" gradientUnits="userSpaceOnUse">
|
|
29
|
+
<stop stopColor="#60A5FA"/>
|
|
30
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
31
|
+
</linearGradient>
|
|
32
|
+
</defs>
|
|
33
|
+
</svg>
|
|
34
|
+
)
|
|
35
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { SVGProps } from "react"
|
|
2
|
+
|
|
3
|
+
export function DashboardIcon({ 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="21" y="5" width="14" height="18" rx="1" transform="rotate(90 21 5)" fill="url(#paint0_linear_8260_14597)" fillOpacity="0.6"/>
|
|
7
|
+
<rect x="13" y="17" width="2" height="3" rx="1" transform="rotate(-180 13 17)" fill="url(#paint1_linear_8260_14597)"/>
|
|
8
|
+
<rect x="16" y="17" width="2" height="5" rx="1" transform="rotate(-180 16 17)" fill="url(#paint2_linear_8260_14597)"/>
|
|
9
|
+
<rect x="19" y="17" width="2" height="7" rx="1" transform="rotate(-180 19 17)" fill="url(#paint3_linear_8260_14597)"/>
|
|
10
|
+
<path d="M8 10H11C11 11.6569 9.65685 13 8 13C6.34315 13 5 11.6569 5 10C5 8.34315 6.34315 7 8 7V10Z" fill="white"/>
|
|
11
|
+
<defs>
|
|
12
|
+
<linearGradient id="paint0_linear_8260_14597" x1="20.6316" y1="14" x2="39.9781" y2="11.8958" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop stopColor="#50A5FF" stopOpacity="0.5"/>
|
|
14
|
+
<stop offset="1" stopColor="#50A5FF"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient id="paint1_linear_8260_14597" x1="13" y1="19.8125" x2="13.3008" y2="17.0054" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop stopColor="white"/>
|
|
18
|
+
<stop offset="1" stopColor="#E3ECFB"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint2_linear_8260_14597" x1="16" y1="21.6875" x2="16.8189" y2="17.1016" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop stopColor="white"/>
|
|
22
|
+
<stop offset="1" stopColor="#E3ECFB"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="paint3_linear_8260_14597" x1="19" y1="23.5625" x2="20.5588" y2="17.3272" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop stopColor="white"/>
|
|
26
|
+
<stop offset="1" stopColor="#E3ECFB"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
</defs>
|
|
29
|
+
</svg>
|
|
30
|
+
)
|
|
31
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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="M15 8.5C14.3629 8.5 13.7815 8.73799 13.3396 9.13092C13.1332 9.31442 12.8224 9.36334 12.6018 9.19724C12.3812 9.03114 12.3348 8.71458 12.5305 8.51976C13.163 7.89009 14.036 7.5 15 7.5C15.964 7.5 16.8369 7.89009 17.4694 8.51976C17.6651 8.71458 17.6187 9.03114 17.3981 9.19724C17.1775 9.36334 16.8667 9.31442 16.6604 9.13092C16.2185 8.73799 15.6371 8.5 15 8.5Z" fill="#3474D5"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9999 5.5C13.3789 5.5 11.9216 6.20089 10.9144 7.31771C10.7295 7.52277 10.4177 7.56933 10.1968 7.40365C9.97584 7.23798 9.92968 6.92311 10.1118 6.71552C11.3025 5.35813 13.0511 4.5 14.9999 4.5C16.9488 4.5 18.6974 5.35813 19.8881 6.71552C20.0702 6.92311 20.024 7.23798 19.8031 7.40365C19.5822 7.56933 19.2704 7.52277 19.0855 7.31771C18.0783 6.20089 16.621 5.5 14.9999 5.5Z" fill="#5E96E9"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 2.5C12.3991 2.5 10.071 3.66773 8.51116 5.50926C8.33268 5.71997 8.02034 5.76559 7.79955 5.59973C7.57876 5.43388 7.53325 5.11949 7.71044 4.90769C9.45242 2.82558 12.0715 1.5 15 1.5C17.9285 1.5 20.5476 2.82558 22.2896 4.90769C22.4668 5.11949 22.4213 5.43388 22.2005 5.59973C21.9797 5.76559 21.6673 5.71997 21.4889 5.50926C19.929 3.66773 17.6009 2.5 15 2.5Z" fill="#92BEFF"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 10.9453C14.4477 10.9453 14 11.393 14 11.9453H4C3.44772 11.9453 3 12.393 3 12.9453V20.9453C3 21.4976 3.44772 21.9453 4 21.9453H18C18.5523 21.9453 19 21.4976 19 20.9453V12.9453C19 12.393 18.5523 11.9453 18 11.9453H16C16 11.393 15.5523 10.9453 15 10.9453ZM7 18.9453C8.10457 18.9453 9 18.0499 9 16.9453C9 15.8407 8.10457 14.9453 7 14.9453C5.89543 14.9453 5 15.8407 5 16.9453C5 18.0499 5.89543 18.9453 7 18.9453ZM12 15.9453C12 15.393 12.4477 14.9453 13 14.9453C13.5523 14.9453 14 15.393 14 15.9453V17.9453C14 18.4976 13.5523 18.9453 13 18.9453C12.4477 18.9453 12 18.4976 12 17.9453V15.9453ZM16 14.9453C15.4477 14.9453 15 15.393 15 15.9453V17.9453C15 18.4976 15.4477 18.9453 16 18.9453C16.5523 18.9453 17 18.4976 17 17.9453V15.9453C17 15.393 16.5523 14.9453 16 14.9453Z" fill="url(#paint0_linear_8260_14571)"/>
|
|
6
|
+
<circle cx="7" cy="16.9453" r="2" fill="url(#paint1_linear_8260_14571)"/>
|
|
7
|
+
<rect x="12" y="14.9453" width="2" height="4" rx="1" fill="url(#paint2_linear_8260_14571)"/>
|
|
8
|
+
<rect x="15" y="14.9453" width="2" height="4" rx="1" fill="url(#paint3_linear_8260_14571)"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<linearGradient id="paint0_linear_8260_14571" x1="11" y1="10.9453" x2="11" y2="21.9453" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="white"/>
|
|
12
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<linearGradient id="paint1_linear_8260_14571" x1="7" y1="14.9453" x2="7" y2="18.9453" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop stop-color="#60A5FA"/>
|
|
16
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
<linearGradient id="paint2_linear_8260_14571" x1="13" y1="14.9453" x2="13" y2="18.9453" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop stop-color="#60A5FA"/>
|
|
20
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
21
|
+
</linearGradient>
|
|
22
|
+
<linearGradient id="paint3_linear_8260_14571" x1="16" y1="14.9453" x2="16" y2="18.9453" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop stop-color="#60A5FA"/>
|
|
24
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 12.9453C3 12.393 3.44772 11.9453 4 11.9453H18C18.5523 11.9453 19 12.393 19 12.9453V20.9453C19 21.4976 18.5523 21.9453 18 21.9453H4C3.44772 21.9453 3 21.4976 3 20.9453V12.9453Z" fill="url(#paint0_linear_8260_14570)" fill-opacity="0.6"/>
|
|
3
|
+
<path d="M14 11.9453C14 11.393 14.4477 10.9453 15 10.9453C15.5523 10.9453 16 11.393 16 11.9453H14Z" fill="url(#paint1_linear_8260_14570)" fill-opacity="0.6"/>
|
|
4
|
+
<circle cx="7" cy="16.9453" r="2" fill="white"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 8.5C14.3629 8.5 13.7815 8.73799 13.3396 9.13092C13.1332 9.31442 12.8224 9.36334 12.6018 9.19724C12.3812 9.03114 12.3348 8.71458 12.5305 8.51976C13.163 7.89009 14.036 7.5 15 7.5C15.964 7.5 16.8369 7.89009 17.4694 8.51976C17.6651 8.71458 17.6187 9.03114 17.3981 9.19724C17.1775 9.36334 16.8667 9.31442 16.6604 9.13092C16.2185 8.73799 15.6371 8.5 15 8.5Z" fill="#50A5FF" fill-opacity="0.2"/>
|
|
6
|
+
<path opacity="0.9" fill-rule="evenodd" clip-rule="evenodd" d="M14.9999 5.5C13.3789 5.5 11.9216 6.20089 10.9144 7.31771C10.7295 7.52277 10.4177 7.56933 10.1968 7.40365C9.97584 7.23798 9.92968 6.92311 10.1118 6.71552C11.3025 5.35813 13.0511 4.5 14.9999 4.5C16.9488 4.5 18.6974 5.35813 19.8881 6.71552C20.0702 6.92311 20.024 7.23798 19.8031 7.40365C19.5822 7.56933 19.2704 7.52277 19.0855 7.31771C18.0783 6.20089 16.621 5.5 14.9999 5.5Z" fill="#50A5FF" fill-opacity="0.4"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 2.5C12.3991 2.5 10.071 3.66773 8.51116 5.50926C8.33268 5.71997 8.02034 5.76559 7.79955 5.59973C7.57876 5.43388 7.53325 5.11949 7.71044 4.90769C9.45242 2.82558 12.0715 1.5 15 1.5C17.9285 1.5 20.5476 2.82558 22.2896 4.90769C22.4668 5.11949 22.4213 5.43388 22.2005 5.59973C21.9797 5.76559 21.6673 5.71997 21.4889 5.50926C19.929 3.66773 17.6009 2.5 15 2.5Z" fill="#50A5FF" fill-opacity="0.6"/>
|
|
8
|
+
<rect x="12" y="14.9453" width="2" height="4" rx="1" fill="white"/>
|
|
9
|
+
<rect x="15" y="14.9453" width="2" height="4" rx="1" fill="white"/>
|
|
10
|
+
<defs>
|
|
11
|
+
<linearGradient id="paint0_linear_8260_14570" x1="11" y1="10.9453" x2="11" y2="21.9453" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop stop-color="#50A5FF" stop-opacity="0.5"/>
|
|
13
|
+
<stop offset="1" stop-color="#50A5FF"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="paint1_linear_8260_14570" x1="11" y1="10.9453" x2="11" y2="21.9453" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop stop-color="#50A5FF" stop-opacity="0.5"/>
|
|
17
|
+
<stop offset="1" stop-color="#50A5FF"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
</defs>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { SVGProps } from "react"
|
|
2
|
+
|
|
3
|
+
export function DevicesActiveIcon({ 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 fillRule="evenodd" clipRule="evenodd" d="M15 8.5C14.3629 8.5 13.7815 8.73799 13.3396 9.13092C13.1332 9.31442 12.8224 9.36334 12.6018 9.19724C12.3812 9.03114 12.3348 8.71458 12.5305 8.51976C13.163 7.89009 14.036 7.5 15 7.5C15.964 7.5 16.8369 7.89009 17.4694 8.51976C17.6651 8.71458 17.6187 9.03114 17.3981 9.19724C17.1775 9.36334 16.8667 9.31442 16.6604 9.13092C16.2185 8.73799 15.6371 8.5 15 8.5Z" fill="#3474D5"/>
|
|
7
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M14.9999 5.5C13.3789 5.5 11.9216 6.20089 10.9144 7.31771C10.7295 7.52277 10.4177 7.56933 10.1968 7.40365C9.97584 7.23798 9.92968 6.92311 10.1118 6.71552C11.3025 5.35813 13.0511 4.5 14.9999 4.5C16.9488 4.5 18.6974 5.35813 19.8881 6.71552C20.0702 6.92311 20.024 7.23798 19.8031 7.40365C19.5822 7.56933 19.2704 7.52277 19.0855 7.31771C18.0783 6.20089 16.621 5.5 14.9999 5.5Z" fill="#5E96E9"/>
|
|
8
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M15 2.5C12.3991 2.5 10.071 3.66773 8.51116 5.50926C8.33268 5.71997 8.02034 5.76559 7.79955 5.59973C7.57876 5.43388 7.53325 5.11949 7.71044 4.90769C9.45242 2.82558 12.0715 1.5 15 1.5C17.9285 1.5 20.5476 2.82558 22.2896 4.90769C22.4668 5.11949 22.4213 5.43388 22.2005 5.59973C21.9797 5.76559 21.6673 5.71997 21.4889 5.50926C19.929 3.66773 17.6009 2.5 15 2.5Z" fill="#92BEFF"/>
|
|
9
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M15 10.9453C14.4477 10.9453 14 11.393 14 11.9453H4C3.44772 11.9453 3 12.393 3 12.9453V20.9453C3 21.4976 3.44772 21.9453 4 21.9453H18C18.5523 21.9453 19 21.4976 19 20.9453V12.9453C19 12.393 18.5523 11.9453 18 11.9453H16C16 11.393 15.5523 10.9453 15 10.9453ZM7 18.9453C8.10457 18.9453 9 18.0499 9 16.9453C9 15.8407 8.10457 14.9453 7 14.9453C5.89543 14.9453 5 15.8407 5 16.9453C5 18.0499 5.89543 18.9453 7 18.9453ZM12 15.9453C12 15.393 12.4477 14.9453 13 14.9453C13.5523 14.9453 14 15.393 14 15.9453V17.9453C14 18.4976 13.5523 18.9453 13 18.9453C12.4477 18.9453 12 18.4976 12 17.9453V15.9453ZM16 14.9453C15.4477 14.9453 15 15.393 15 15.9453V17.9453C15 18.4976 15.4477 18.9453 16 18.9453C16.5523 18.9453 17 18.4976 17 17.9453V15.9453C17 15.393 16.5523 14.9453 16 14.9453Z" fill="url(#paint0_linear_8260_14571)"/>
|
|
10
|
+
<circle cx="7" cy="16.9453" r="2" fill="url(#paint1_linear_8260_14571)"/>
|
|
11
|
+
<rect x="12" y="14.9453" width="2" height="4" rx="1" fill="url(#paint2_linear_8260_14571)"/>
|
|
12
|
+
<rect x="15" y="14.9453" width="2" height="4" rx="1" fill="url(#paint3_linear_8260_14571)"/>
|
|
13
|
+
<defs>
|
|
14
|
+
<linearGradient id="paint0_linear_8260_14571" x1="11" y1="10.9453" x2="11" y2="21.9453" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop stopColor="white"/>
|
|
16
|
+
<stop offset="1" stopColor="#E3ECFB"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
<linearGradient id="paint1_linear_8260_14571" x1="7" y1="14.9453" x2="7" y2="18.9453" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop stopColor="#60A5FA"/>
|
|
20
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
21
|
+
</linearGradient>
|
|
22
|
+
<linearGradient id="paint2_linear_8260_14571" x1="13" y1="14.9453" x2="13" y2="18.9453" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop stopColor="#60A5FA"/>
|
|
24
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<linearGradient id="paint3_linear_8260_14571" x1="16" y1="14.9453" x2="16" y2="18.9453" gradientUnits="userSpaceOnUse">
|
|
27
|
+
<stop stopColor="#60A5FA"/>
|
|
28
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
29
|
+
</linearGradient>
|
|
30
|
+
</defs>
|
|
31
|
+
</svg>
|
|
32
|
+
)
|
|
33
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { SVGProps } from "react"
|
|
2
|
+
|
|
3
|
+
export function DevicesIcon({ 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="M3 12.9453C3 12.393 3.44772 11.9453 4 11.9453H18C18.5523 11.9453 19 12.393 19 12.9453V20.9453C19 21.4976 18.5523 21.9453 18 21.9453H4C3.44772 21.9453 3 21.4976 3 20.9453V12.9453Z" fill="url(#paint0_linear_8260_14570)" fillOpacity="0.6"/>
|
|
7
|
+
<path d="M14 11.9453C14 11.393 14.4477 10.9453 15 10.9453C15.5523 10.9453 16 11.393 16 11.9453H14Z" fill="url(#paint1_linear_8260_14570)" fillOpacity="0.6"/>
|
|
8
|
+
<circle cx="7" cy="16.9453" r="2" fill="white"/>
|
|
9
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M15 8.5C14.3629 8.5 13.7815 8.73799 13.3396 9.13092C13.1332 9.31442 12.8224 9.36334 12.6018 9.19724C12.3812 9.03114 12.3348 8.71458 12.5305 8.51976C13.163 7.89009 14.036 7.5 15 7.5C15.964 7.5 16.8369 7.89009 17.4694 8.51976C17.6651 8.71458 17.6187 9.03114 17.3981 9.19724C17.1775 9.36334 16.8667 9.31442 16.6604 9.13092C16.2185 8.73799 15.6371 8.5 15 8.5Z" fill="#50A5FF" fillOpacity="0.2"/>
|
|
10
|
+
<path opacity="0.9" fillRule="evenodd" clipRule="evenodd" d="M14.9999 5.5C13.3789 5.5 11.9216 6.20089 10.9144 7.31771C10.7295 7.52277 10.4177 7.56933 10.1968 7.40365C9.97584 7.23798 9.92968 6.92311 10.1118 6.71552C11.3025 5.35813 13.0511 4.5 14.9999 4.5C16.9488 4.5 18.6974 5.35813 19.8881 6.71552C20.0702 6.92311 20.024 7.23798 19.8031 7.40365C19.5822 7.56933 19.2704 7.52277 19.0855 7.31771C18.0783 6.20089 16.621 5.5 14.9999 5.5Z" fill="#50A5FF" fillOpacity="0.4"/>
|
|
11
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M15 2.5C12.3991 2.5 10.071 3.66773 8.51116 5.50926C8.33268 5.71997 8.02034 5.76559 7.79955 5.59973C7.57876 5.43388 7.53325 5.11949 7.71044 4.90769C9.45242 2.82558 12.0715 1.5 15 1.5C17.9285 1.5 20.5476 2.82558 22.2896 4.90769C22.4668 5.11949 22.4213 5.43388 22.2005 5.59973C21.9797 5.76559 21.6673 5.71997 21.4889 5.50926C19.929 3.66773 17.6009 2.5 15 2.5Z" fill="#50A5FF" fillOpacity="0.6"/>
|
|
12
|
+
<rect x="12" y="14.9453" width="2" height="4" rx="1" fill="white"/>
|
|
13
|
+
<rect x="15" y="14.9453" width="2" height="4" rx="1" fill="white"/>
|
|
14
|
+
<defs>
|
|
15
|
+
<linearGradient id="paint0_linear_8260_14570" x1="11" y1="10.9453" x2="11" y2="21.9453" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop stopColor="#50A5FF" stopOpacity="0.5"/>
|
|
17
|
+
<stop offset="1" stopColor="#50A5FF"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="paint1_linear_8260_14570" x1="11" y1="10.9453" x2="11" y2="21.9453" gradientUnits="userSpaceOnUse">
|
|
20
|
+
<stop stopColor="#50A5FF" stopOpacity="0.5"/>
|
|
21
|
+
<stop offset="1" stopColor="#50A5FF"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
</defs>
|
|
24
|
+
</svg>
|
|
25
|
+
)
|
|
26
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 11.9453C19.5523 11.9453 20 12.393 20 12.9453V20.9453C20 21.4976 19.5523 21.9453 19 21.9453H5C4.44772 21.9453 4 21.4976 4 20.9453V12.9453C4 12.393 4.44772 11.9453 5 11.9453H8.94531L12 15L15.0547 11.9453H19Z" fill="url(#paint0_linear_8261_14844)"/>
|
|
3
|
+
<path d="M10 16.9453C10 18.0499 9.10457 18.9453 8 18.9453C6.89543 18.9453 6 18.0499 6 16.9453C6 15.8407 6.89543 14.9453 8 14.9453C9.10457 14.9453 10 15.8407 10 16.9453Z" fill="url(#paint1_linear_8261_14844)"/>
|
|
4
|
+
<path d="M13 15.9453C13 15.393 13.4477 14.9453 14 14.9453C14.5523 14.9453 15 15.393 15 15.9453V17.9453C15 18.4976 14.5523 18.9453 14 18.9453C13.4477 18.9453 13 18.4976 13 17.9453V15.9453Z" fill="url(#paint2_linear_8261_14844)"/>
|
|
5
|
+
<path d="M16 15.9453C16 15.393 16.4477 14.9453 17 14.9453C17.5523 14.9453 18 15.393 18 15.9453V17.9453C18 18.4976 17.5523 18.9453 17 18.9453C16.4477 18.9453 16 18.4976 16 17.9453V15.9453Z" fill="url(#paint3_linear_8261_14844)"/>
|
|
6
|
+
<path d="M10.5 2C10.2239 2 10 2.22386 10 2.5V8H7L12 13L17 8H14V2.5C14 2.22386 13.7761 2 13.5 2H10.5Z" fill="url(#paint4_linear_8261_14844)"/>
|
|
7
|
+
<defs>
|
|
8
|
+
<linearGradient id="paint0_linear_8261_14844" x1="3.2" y1="20.8342" x2="17.6889" y2="10.4022" gradientUnits="userSpaceOnUse">
|
|
9
|
+
<stop stop-color="white"/>
|
|
10
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
11
|
+
</linearGradient>
|
|
12
|
+
<linearGradient id="paint1_linear_8261_14844" x1="12" y1="14.9453" x2="13" y2="20.5001" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop stop-color="#60A5FA"/>
|
|
14
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient id="paint2_linear_8261_14844" x1="12" y1="14.9453" x2="13" y2="20.5001" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop stop-color="#60A5FA"/>
|
|
18
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint3_linear_8261_14844" x1="12" y1="14.9453" x2="13" y2="20.5001" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop stop-color="#60A5FA"/>
|
|
22
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="paint4_linear_8261_14844" x1="12" y1="2" x2="12" y2="18" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop stop-color="#60A5FA"/>
|
|
26
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
</defs>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 11.9453C19.5523 11.9453 20 12.393 20 12.9453V20.9453C20 21.4976 19.5523 21.9453 19 21.9453H5C4.44772 21.9453 4 21.4976 4 20.9453V12.9453C4 12.393 4.44772 11.9453 5 11.9453H8.94531L12 15L15.0547 11.9453H19Z" fill="url(#paint0_linear_8261_14824)" fill-opacity="0.42"/>
|
|
3
|
+
<circle cx="8" cy="16.9453" r="2" fill="white"/>
|
|
4
|
+
<rect x="13" y="14.9453" width="2" height="4" rx="1" fill="white"/>
|
|
5
|
+
<rect x="16" y="14.9453" width="2" height="4" rx="1" fill="white"/>
|
|
6
|
+
<path d="M10.5 2C10.2239 2 10 2.22386 10 2.5V8H7L12 13L17 8H14V2.5C14 2.22386 13.7761 2 13.5 2H10.5Z" fill="url(#paint1_linear_8261_14824)" fill-opacity="0.5"/>
|
|
7
|
+
<defs>
|
|
8
|
+
<linearGradient id="paint0_linear_8261_14824" x1="12" y1="10.9453" x2="12" y2="21.9453" gradientUnits="userSpaceOnUse">
|
|
9
|
+
<stop stop-color="#50A5FF" stop-opacity="0.5"/>
|
|
10
|
+
<stop offset="1" stop-color="#50A5FF"/>
|
|
11
|
+
</linearGradient>
|
|
12
|
+
<linearGradient id="paint1_linear_8261_14824" x1="12" y1="2" x2="12" y2="13" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop stop-color="#50A5FF"/>
|
|
14
|
+
<stop offset="1" stop-color="#50A5FF"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
</defs>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { SVGProps } from "react"
|
|
2
|
+
|
|
3
|
+
export function InstallerActiveIcon({ 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="M19 11.9453C19.5523 11.9453 20 12.393 20 12.9453V20.9453C20 21.4976 19.5523 21.9453 19 21.9453H5C4.44772 21.9453 4 21.4976 4 20.9453V12.9453C4 12.393 4.44772 11.9453 5 11.9453H8.94531L12 15L15.0547 11.9453H19Z" fill="url(#paint0_linear_8261_14844)"/>
|
|
7
|
+
<path d="M10 16.9453C10 18.0499 9.10457 18.9453 8 18.9453C6.89543 18.9453 6 18.0499 6 16.9453C6 15.8407 6.89543 14.9453 8 14.9453C9.10457 14.9453 10 15.8407 10 16.9453Z" fill="url(#paint1_linear_8261_14844)"/>
|
|
8
|
+
<path d="M13 15.9453C13 15.393 13.4477 14.9453 14 14.9453C14.5523 14.9453 15 15.393 15 15.9453V17.9453C15 18.4976 14.5523 18.9453 14 18.9453C13.4477 18.9453 13 18.4976 13 17.9453V15.9453Z" fill="url(#paint2_linear_8261_14844)"/>
|
|
9
|
+
<path d="M16 15.9453C16 15.393 16.4477 14.9453 17 14.9453C17.5523 14.9453 18 15.393 18 15.9453V17.9453C18 18.4976 17.5523 18.9453 17 18.9453C16.4477 18.9453 16 18.4976 16 17.9453V15.9453Z" fill="url(#paint3_linear_8261_14844)"/>
|
|
10
|
+
<path d="M10.5 2C10.2239 2 10 2.22386 10 2.5V8H7L12 13L17 8H14V2.5C14 2.22386 13.7761 2 13.5 2H10.5Z" fill="url(#paint4_linear_8261_14844)"/>
|
|
11
|
+
<defs>
|
|
12
|
+
<linearGradient id="paint0_linear_8261_14844" x1="3.2" y1="20.8342" x2="17.6889" y2="10.4022" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop stopColor="white"/>
|
|
14
|
+
<stop offset="1" stopColor="#E3ECFB"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient id="paint1_linear_8261_14844" x1="12" y1="14.9453" x2="13" y2="20.5001" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop stopColor="#60A5FA"/>
|
|
18
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint2_linear_8261_14844" x1="12" y1="14.9453" x2="13" y2="20.5001" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop stopColor="#60A5FA"/>
|
|
22
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="paint3_linear_8261_14844" x1="12" y1="14.9453" x2="13" y2="20.5001" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop stopColor="#60A5FA"/>
|
|
26
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<linearGradient id="paint4_linear_8261_14844" x1="12" y1="2" x2="12" y2="18" gradientUnits="userSpaceOnUse">
|
|
29
|
+
<stop stopColor="#60A5FA"/>
|
|
30
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
31
|
+
</linearGradient>
|
|
32
|
+
</defs>
|
|
33
|
+
</svg>
|
|
34
|
+
)
|
|
35
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { SVGProps } from "react"
|
|
2
|
+
|
|
3
|
+
export function InstallerIcon({ 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="M19 11.9453C19.5523 11.9453 20 12.393 20 12.9453V20.9453C20 21.4976 19.5523 21.9453 19 21.9453H5C4.44772 21.9453 4 21.4976 4 20.9453V12.9453C4 12.393 4.44772 11.9453 5 11.9453H8.94531L12 15L15.0547 11.9453H19Z" fill="url(#paint0_linear_8261_14824)" fillOpacity="0.42"/>
|
|
7
|
+
<circle cx="8" cy="16.9453" r="2" fill="white"/>
|
|
8
|
+
<rect x="13" y="14.9453" width="2" height="4" rx="1" fill="white"/>
|
|
9
|
+
<rect x="16" y="14.9453" width="2" height="4" rx="1" fill="white"/>
|
|
10
|
+
<path d="M10.5 2C10.2239 2 10 2.22386 10 2.5V8H7L12 13L17 8H14V2.5C14 2.22386 13.7761 2 13.5 2H10.5Z" fill="url(#paint1_linear_8261_14824)" fillOpacity="0.5"/>
|
|
11
|
+
<defs>
|
|
12
|
+
<linearGradient id="paint0_linear_8261_14824" x1="12" y1="10.9453" x2="12" y2="21.9453" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop stopColor="#50A5FF" stopOpacity="0.5"/>
|
|
14
|
+
<stop offset="1" stopColor="#50A5FF"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient id="paint1_linear_8261_14824" x1="12" y1="2" x2="12" y2="13" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop stopColor="#50A5FF"/>
|
|
18
|
+
<stop offset="1" stopColor="#50A5FF"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
</defs>
|
|
21
|
+
</svg>
|
|
22
|
+
)
|
|
23
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="22" y="2" width="20" height="18" rx="1" transform="rotate(90 22 2)" fill="url(#paint0_linear_8261_14811)"/>
|
|
3
|
+
<path d="M9 8C9.55228 8 10 8.44772 10 9C10 9.55229 9.55228 10 9 10L3 10C2.44772 10 2 9.55228 2 9C2 8.44772 2.44772 8 3 8L9 8Z" fill="url(#paint1_linear_8261_14811)"/>
|
|
4
|
+
<path d="M14 8C14.5523 8 15 8.44772 15 9C15 9.55229 14.5523 10 14 10H13C12.4477 10 12 9.55228 12 9C12 8.44772 12.4477 8 13 8L14 8Z" fill="url(#paint2_linear_8261_14811)"/>
|
|
5
|
+
<path d="M7 12C7.55228 12 8 12.4477 8 13C8 13.5523 7.55228 14 7 14H6C5.44772 14 5 13.5523 5 13C5 12.4477 5.44772 12 6 12L7 12Z" fill="url(#paint3_linear_8261_14811)"/>
|
|
6
|
+
<path d="M12 12C12.5523 12 13 12.4477 13 13C13 13.5523 12.5523 14 12 14H11C10.4477 14 10 13.5523 10 13C10 12.4477 10.4477 12 11 12L12 12Z" fill="url(#paint4_linear_8261_14811)"/>
|
|
7
|
+
<path d="M19 12C19.5523 12 20 12.4477 20 13C20 13.5523 19.5523 14 19 14H16C15.4477 14 15 13.5523 15 13C15 12.4477 15.4477 12 16 12L19 12Z" fill="url(#paint5_linear_8261_14811)"/>
|
|
8
|
+
<path d="M6 16C6.55228 16 7 16.4477 7 17C7 17.5523 6.55228 18 6 18L3 18C2.44772 18 2 17.5523 2 17C2 16.4477 2.44772 16 3 16H6Z" fill="url(#paint6_linear_8261_14811)"/>
|
|
9
|
+
<path d="M11 16C11.5523 16 12 16.4477 12 17C12 17.5523 11.5523 18 11 18L10 18C9.44772 18 9 17.5523 9 17C9 16.4477 9.44772 16 10 16H11Z" fill="url(#paint7_linear_8261_14811)"/>
|
|
10
|
+
<path d="M16 16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18L15 18C14.4477 18 14 17.5523 14 17C14 16.4477 14.4477 16 15 16H16Z" fill="url(#paint8_linear_8261_14811)"/>
|
|
11
|
+
<defs>
|
|
12
|
+
<linearGradient id="paint0_linear_8261_14811" x1="21" y1="18" x2="43" y2="7" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop stop-color="white"/>
|
|
14
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient id="paint1_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop stop-color="#60A5FA"/>
|
|
18
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint2_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop stop-color="#60A5FA"/>
|
|
22
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="paint3_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop stop-color="#60A5FA"/>
|
|
26
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<linearGradient id="paint4_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
29
|
+
<stop stop-color="#60A5FA"/>
|
|
30
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
31
|
+
</linearGradient>
|
|
32
|
+
<linearGradient id="paint5_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
33
|
+
<stop stop-color="#60A5FA"/>
|
|
34
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
35
|
+
</linearGradient>
|
|
36
|
+
<linearGradient id="paint6_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
37
|
+
<stop stop-color="#60A5FA"/>
|
|
38
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
39
|
+
</linearGradient>
|
|
40
|
+
<linearGradient id="paint7_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
41
|
+
<stop stop-color="#60A5FA"/>
|
|
42
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
43
|
+
</linearGradient>
|
|
44
|
+
<linearGradient id="paint8_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
45
|
+
<stop stop-color="#60A5FA"/>
|
|
46
|
+
<stop offset="1" stop-color="#4345E0"/>
|
|
47
|
+
</linearGradient>
|
|
48
|
+
</defs>
|
|
49
|
+
</svg>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="22" y="2" width="20" height="18" rx="1" transform="rotate(90 22 2)" fill="url(#paint0_linear_8261_14759)" fill-opacity="0.6"/>
|
|
3
|
+
<rect x="10" y="8" width="2" height="8" rx="1" transform="rotate(90 10 8)" fill="url(#paint1_linear_8261_14759)"/>
|
|
4
|
+
<rect x="15" y="8" width="2" height="3" rx="1" transform="rotate(90 15 8)" fill="url(#paint2_linear_8261_14759)"/>
|
|
5
|
+
<rect x="8" y="12" width="2" height="3" rx="1" transform="rotate(90 8 12)" fill="url(#paint3_linear_8261_14759)"/>
|
|
6
|
+
<rect x="13" y="12" width="2" height="3" rx="1" transform="rotate(90 13 12)" fill="url(#paint4_linear_8261_14759)"/>
|
|
7
|
+
<rect x="20" y="12" width="2" height="5" rx="1" transform="rotate(90 20 12)" fill="url(#paint5_linear_8261_14759)"/>
|
|
8
|
+
<rect x="7" y="16" width="2" height="5" rx="1" transform="rotate(90 7 16)" fill="url(#paint6_linear_8261_14759)"/>
|
|
9
|
+
<rect x="12" y="16" width="2" height="3" rx="1" transform="rotate(90 12 16)" fill="url(#paint7_linear_8261_14759)"/>
|
|
10
|
+
<rect x="17" y="16" width="2" height="3" rx="1" transform="rotate(90 17 16)" fill="url(#paint8_linear_8261_14759)"/>
|
|
11
|
+
<defs>
|
|
12
|
+
<linearGradient id="paint0_linear_8261_14759" x1="21.4737" y1="11" x2="41.6519" y2="1.74142" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop stop-color="#50A5FF" stop-opacity="0.5"/>
|
|
14
|
+
<stop offset="1" stop-color="#50A5FF"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient id="paint1_linear_8261_14759" x1="10" y1="15.5" x2="12" y2="8.5" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop stop-color="white"/>
|
|
18
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint2_linear_8261_14759" x1="15" y1="10.8125" x2="15.3008" y2="8.00544" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop stop-color="white"/>
|
|
22
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="paint3_linear_8261_14759" x1="8" y1="14.8125" x2="8.30076" y2="12.0054" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop stop-color="white"/>
|
|
26
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<linearGradient id="paint4_linear_8261_14759" x1="13" y1="14.8125" x2="13.3008" y2="12.0054" gradientUnits="userSpaceOnUse">
|
|
29
|
+
<stop stop-color="white"/>
|
|
30
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
31
|
+
</linearGradient>
|
|
32
|
+
<linearGradient id="paint5_linear_8261_14759" x1="20" y1="16.6875" x2="20.8189" y2="12.1016" gradientUnits="userSpaceOnUse">
|
|
33
|
+
<stop stop-color="white"/>
|
|
34
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
35
|
+
</linearGradient>
|
|
36
|
+
<linearGradient id="paint6_linear_8261_14759" x1="7" y1="20.6875" x2="7.81891" y2="16.1016" gradientUnits="userSpaceOnUse">
|
|
37
|
+
<stop stop-color="white"/>
|
|
38
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
39
|
+
</linearGradient>
|
|
40
|
+
<linearGradient id="paint7_linear_8261_14759" x1="12" y1="18.8125" x2="12.3008" y2="16.0054" gradientUnits="userSpaceOnUse">
|
|
41
|
+
<stop stop-color="white"/>
|
|
42
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
43
|
+
</linearGradient>
|
|
44
|
+
<linearGradient id="paint8_linear_8261_14759" x1="17" y1="18.8125" x2="17.3008" y2="16.0054" gradientUnits="userSpaceOnUse">
|
|
45
|
+
<stop stop-color="white"/>
|
|
46
|
+
<stop offset="1" stop-color="#E3ECFB"/>
|
|
47
|
+
</linearGradient>
|
|
48
|
+
</defs>
|
|
49
|
+
</svg>
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import type { SVGProps } from "react"
|
|
2
|
+
|
|
3
|
+
export function ManifestActiveIcon({ 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_14811)"/>
|
|
7
|
+
<path d="M9 8C9.55228 8 10 8.44772 10 9C10 9.55229 9.55228 10 9 10L3 10C2.44772 10 2 9.55228 2 9C2 8.44772 2.44772 8 3 8L9 8Z" fill="url(#paint1_linear_8261_14811)"/>
|
|
8
|
+
<path d="M14 8C14.5523 8 15 8.44772 15 9C15 9.55229 14.5523 10 14 10H13C12.4477 10 12 9.55228 12 9C12 8.44772 12.4477 8 13 8L14 8Z" fill="url(#paint2_linear_8261_14811)"/>
|
|
9
|
+
<path d="M7 12C7.55228 12 8 12.4477 8 13C8 13.5523 7.55228 14 7 14H6C5.44772 14 5 13.5523 5 13C5 12.4477 5.44772 12 6 12L7 12Z" fill="url(#paint3_linear_8261_14811)"/>
|
|
10
|
+
<path d="M12 12C12.5523 12 13 12.4477 13 13C13 13.5523 12.5523 14 12 14H11C10.4477 14 10 13.5523 10 13C10 12.4477 10.4477 12 11 12L12 12Z" fill="url(#paint4_linear_8261_14811)"/>
|
|
11
|
+
<path d="M19 12C19.5523 12 20 12.4477 20 13C20 13.5523 19.5523 14 19 14H16C15.4477 14 15 13.5523 15 13C15 12.4477 15.4477 12 16 12L19 12Z" fill="url(#paint5_linear_8261_14811)"/>
|
|
12
|
+
<path d="M6 16C6.55228 16 7 16.4477 7 17C7 17.5523 6.55228 18 6 18L3 18C2.44772 18 2 17.5523 2 17C2 16.4477 2.44772 16 3 16H6Z" fill="url(#paint6_linear_8261_14811)"/>
|
|
13
|
+
<path d="M11 16C11.5523 16 12 16.4477 12 17C12 17.5523 11.5523 18 11 18L10 18C9.44772 18 9 17.5523 9 17C9 16.4477 9.44772 16 10 16H11Z" fill="url(#paint7_linear_8261_14811)"/>
|
|
14
|
+
<path d="M16 16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18L15 18C14.4477 18 14 17.5523 14 17C14 16.4477 14.4477 16 15 16H16Z" fill="url(#paint8_linear_8261_14811)"/>
|
|
15
|
+
<defs>
|
|
16
|
+
<linearGradient id="paint0_linear_8261_14811" x1="21" y1="18" x2="43" y2="7" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop stopColor="white"/>
|
|
18
|
+
<stop offset="1" stopColor="#E3ECFB"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint1_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop stopColor="#60A5FA"/>
|
|
22
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="paint2_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop stopColor="#60A5FA"/>
|
|
26
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<linearGradient id="paint3_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
29
|
+
<stop stopColor="#60A5FA"/>
|
|
30
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
31
|
+
</linearGradient>
|
|
32
|
+
<linearGradient id="paint4_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
33
|
+
<stop stopColor="#60A5FA"/>
|
|
34
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
35
|
+
</linearGradient>
|
|
36
|
+
<linearGradient id="paint5_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
37
|
+
<stop stopColor="#60A5FA"/>
|
|
38
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
39
|
+
</linearGradient>
|
|
40
|
+
<linearGradient id="paint6_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
41
|
+
<stop stopColor="#60A5FA"/>
|
|
42
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
43
|
+
</linearGradient>
|
|
44
|
+
<linearGradient id="paint7_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
45
|
+
<stop stopColor="#60A5FA"/>
|
|
46
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
47
|
+
</linearGradient>
|
|
48
|
+
<linearGradient id="paint8_linear_8261_14811" x1="7" y1="8" x2="16.5" y2="19.5" gradientUnits="userSpaceOnUse">
|
|
49
|
+
<stop stopColor="#60A5FA"/>
|
|
50
|
+
<stop offset="1" stopColor="#4345E0"/>
|
|
51
|
+
</linearGradient>
|
|
52
|
+
</defs>
|
|
53
|
+
</svg>
|
|
54
|
+
)
|
|
55
|
+
}
|