@versaur/icons 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -0
- package/assets/activity-square.svg +3 -0
- package/assets/activity.svg +3 -0
- package/assets/alert-circle.svg +5 -0
- package/assets/alert-triangle.svg +5 -0
- package/assets/archive-x.svg +6 -0
- package/assets/archive.svg +5 -0
- package/assets/area-chart.svg +6 -0
- package/assets/award.svg +4 -0
- package/assets/bar-chart-2.svg +6 -0
- package/assets/bar-chart.svg +8 -0
- package/assets/bell-off.svg +5 -0
- package/assets/bell.svg +4 -0
- package/assets/briefcase-2.svg +5 -0
- package/assets/briefcase.svg +4 -0
- package/assets/building-2.svg +7 -0
- package/assets/building.svg +4 -0
- package/assets/calendar-check.svg +7 -0
- package/assets/calendar.svg +6 -0
- package/assets/check-circle.svg +4 -0
- package/assets/check.svg +3 -0
- package/assets/chevron-down.svg +3 -0
- package/assets/chevron-left.svg +3 -0
- package/assets/chevron-right.svg +3 -0
- package/assets/chevron-up.svg +3 -0
- package/assets/clipboard.svg +4 -0
- package/assets/clock-alert.svg +5 -0
- package/assets/clock.svg +4 -0
- package/assets/columns-2.svg +4 -0
- package/assets/columns-3.svg +5 -0
- package/assets/copy.svg +4 -0
- package/assets/credit-card.svg +4 -0
- package/assets/data.svg +4 -0
- package/assets/dollar-sign.svg +4 -0
- package/assets/donut-chart.svg +4 -0
- package/assets/download-cloud.svg +5 -0
- package/assets/download.svg +5 -0
- package/assets/file-code.svg +6 -0
- package/assets/filter.svg +3 -0
- package/assets/frown.svg +6 -0
- package/assets/funnel.svg +4 -0
- package/assets/gauge-circle.svg +4 -0
- package/assets/gauge.svg +6 -0
- package/assets/globe.svg +3 -0
- package/assets/grid-2x2.svg +6 -0
- package/assets/grid-3x3.svg +11 -0
- package/assets/help-circle.svg +5 -0
- package/assets/home.svg +4 -0
- package/assets/inbox.svg +3 -0
- package/assets/layers.svg +6 -0
- package/assets/layout-dashboard.svg +4 -0
- package/assets/line-chart.svg +3 -0
- package/assets/list-checks.svg +5 -0
- package/assets/list-ordered.svg +7 -0
- package/assets/list.svg +5 -0
- package/assets/loader.svg +3 -0
- package/assets/lock.svg +4 -0
- package/assets/mail-open.svg +5 -0
- package/assets/mail.svg +4 -0
- package/assets/map-pin-check.svg +4 -0
- package/assets/map-pin.svg +4 -0
- package/assets/menu-open.svg +5 -0
- package/assets/menu.svg +5 -0
- package/assets/message-circle.svg +3 -0
- package/assets/message-square.svg +4 -0
- package/assets/minus.svg +4 -0
- package/assets/percent.svg +10 -0
- package/assets/pie-chart.svg +4 -0
- package/assets/plus-circle.svg +5 -0
- package/assets/plus.svg +5 -0
- package/assets/repeat.svg +7 -0
- package/assets/search-2.svg +4 -0
- package/assets/search-x.svg +6 -0
- package/assets/search.svg +4 -0
- package/assets/settings.svg +4 -0
- package/assets/share-2.svg +8 -0
- package/assets/share.svg +5 -0
- package/assets/shield-alert.svg +5 -0
- package/assets/shield.svg +3 -0
- package/assets/sliders.svg +5 -0
- package/assets/smile.svg +6 -0
- package/assets/star.svg +3 -0
- package/assets/target-circle.svg +5 -0
- package/assets/target.svg +4 -0
- package/assets/trash.svg +4 -0
- package/assets/trending-down.svg +4 -0
- package/assets/trending-up.svg +4 -0
- package/assets/unlock.svg +4 -0
- package/assets/upload-cloud.svg +5 -0
- package/assets/upload.svg +5 -0
- package/assets/user.svg +4 -0
- package/assets/wallet.svg +5 -0
- package/assets/x-circle.svg +5 -0
- package/assets/x.svg +4 -0
- package/assets/zap-2.svg +3 -0
- package/assets/zap.svg +3 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +108 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +585 -0
- package/package.json +40 -0
package/README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# @versaur/icons
|
|
2
|
+
|
|
3
|
+
Simple SVG icon library for Versaur Design System using Vite and SVGR.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install @versaur/icons
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
Icons are React components transformed from SVG assets at build time.
|
|
14
|
+
|
|
15
|
+
```tsx
|
|
16
|
+
import { LoaderIcon } from "@versaur/icons"
|
|
17
|
+
import { Icon } from "@versaur/core"
|
|
18
|
+
;<Icon as={LoaderIcon} />
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Icons
|
|
22
|
+
|
|
23
|
+
- `LoaderIcon` - Spinner icon for loading states
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<circle cx="12" cy="12" r="10"></circle>
|
|
3
|
+
<line x1="12" y1="16" x2="12" y2="12"></line>
|
|
4
|
+
<line x1="12" y1="8" x2="12.01" y2="8"></line>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3.05h16.94a2 2 0 0 0 1.71-3.05L13.71 3.86a2 2 0 0 0-3.42 0z"></path>
|
|
3
|
+
<line x1="12" y1="9" x2="12" y2="13"></line>
|
|
4
|
+
<line x1="12" y1="17" x2="12.01" y2="17"></line>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<polyline points="21 8 21 21 3 21 3 8"></polyline>
|
|
3
|
+
<line x1="1" y1="3" x2="23" y2="3"></line>
|
|
4
|
+
<line x1="10" y1="12" x2="14" y2="16"></line>
|
|
5
|
+
<line x1="14" y1="12" x2="10" y2="16"></line>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<polyline points="21 8 21 21 3 21 3 8"></polyline>
|
|
3
|
+
<line x1="1" y1="3" x2="23" y2="3"></line>
|
|
4
|
+
<path d="M10 12v4M14 12v4"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M3 3v18a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V3"></path>
|
|
3
|
+
<path d="M3 9h18"></path>
|
|
4
|
+
<polyline points="9 9 9 20"></polyline>
|
|
5
|
+
<polyline points="15 9 15 20"></polyline>
|
|
6
|
+
</svg>
|
package/assets/award.svg
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<line x1="3" y1="17" x2="21" y2="17"></line>
|
|
3
|
+
<line x1="6" y1="17" x2="6" y2="3"></line>
|
|
4
|
+
<line x1="12" y1="17" x2="12" y2="7"></line>
|
|
5
|
+
<line x1="18" y1="17" x2="18" y2="5"></line>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<polyline points="4 3 4 15 16 15 16 3"></polyline>
|
|
3
|
+
<line x1="4" y1="3" x2="4" y2="1"></line>
|
|
4
|
+
<line x1="16" y1="3" x2="16" y2="1"></line>
|
|
5
|
+
<polyline points="4 11 4 20 20 20"></polyline>
|
|
6
|
+
<line x1="8" y1="15" x2="8" y2="20"></line>
|
|
7
|
+
<line x1="12" y1="15" x2="12" y2="20"></line>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path>
|
|
3
|
+
<path d="M13.73 21a2 2 0 0 1-3.46 0"></path>
|
|
4
|
+
<line x1="1" y1="1" x2="23" y2="23"></line>
|
|
5
|
+
</svg>
|
package/assets/bell.svg
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path>
|
|
3
|
+
<path d="M13.73 21a2 2 0 0 1-3.46 0"></path>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect>
|
|
3
|
+
<line x1="12" y1="7" x2="12" y2="3"></line>
|
|
4
|
+
<line x1="8" y1="3" x2="16" y2="3"></line>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect>
|
|
3
|
+
<line x1="8" y1="6" x2="16" y2="6"></line>
|
|
4
|
+
<line x1="8" y1="10" x2="16" y2="10"></line>
|
|
5
|
+
<line x1="8" y1="14" x2="16" y2="14"></line>
|
|
6
|
+
<line x1="8" y1="18" x2="16" y2="18"></line>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
|
|
3
|
+
<polyline points="9 22 9 12 15 12 15 22"></polyline>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
|
|
3
|
+
<line x1="16" y1="2" x2="16" y2="6"></line>
|
|
4
|
+
<line x1="8" y1="2" x2="8" y2="6"></line>
|
|
5
|
+
<line x1="3" y1="10" x2="21" y2="10"></line>
|
|
6
|
+
<path d="M9 13l2 2 4-4"></path>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
|
|
3
|
+
<line x1="16" y1="2" x2="16" y2="6"></line>
|
|
4
|
+
<line x1="8" y1="2" x2="8" y2="6"></line>
|
|
5
|
+
<line x1="3" y1="10" x2="21" y2="10"></line>
|
|
6
|
+
</svg>
|
package/assets/check.svg
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-2"></path>
|
|
3
|
+
<path d="M4 4h2a2 2 0 0 0 2 2v14a2 2 0 0 0-2 2H4"></path>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<circle cx="12" cy="12" r="10"></circle>
|
|
3
|
+
<polyline points="12 6 12 12 16 14"></polyline>
|
|
4
|
+
<line x1="12" y1="3" x2="12" y2="1"></line>
|
|
5
|
+
</svg>
|
package/assets/clock.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<rect x="3" y="3" width="5" height="18"></rect>
|
|
3
|
+
<rect x="9" y="3" width="5" height="18"></rect>
|
|
4
|
+
<rect x="15" y="3" width="6" height="18"></rect>
|
|
5
|
+
</svg>
|
package/assets/copy.svg
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M3 6h18V4H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18v-2H3V6z"></path>
|
|
3
|
+
<rect x="8" y="10" width="8" height="4"></rect>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<rect x="1" y="4" width="22" height="16" rx="2.18" ry="2.18"></rect>
|
|
3
|
+
<line x1="1" y1="10" x2="23" y2="10"></line>
|
|
4
|
+
</svg>
|
package/assets/data.svg
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M20 10c0 7-8 13-8 13s-8-6-8-13a8 8 0 0 1 16 0z"></path>
|
|
3
|
+
<circle cx="12" cy="10" r="3"></circle>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<line x1="12" y1="1" x2="12" y2="23"></line>
|
|
3
|
+
<path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<polyline points="8 17 12 21 16 17"></polyline>
|
|
3
|
+
<line x1="12" y1="12" x2="12" y2="21"></line>
|
|
4
|
+
<path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
|
|
3
|
+
<polyline points="7 10 12 15 17 10"></polyline>
|
|
4
|
+
<line x1="12" y1="15" x2="12" y2="3"></line>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M18 3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3Z"></path>
|
|
3
|
+
<path d="M9 7h6"></path>
|
|
4
|
+
<path d="M9 11h6"></path>
|
|
5
|
+
<path d="M9 15h2"></path>
|
|
6
|
+
</svg>
|
package/assets/frown.svg
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<circle cx="12" cy="12" r="10"></circle>
|
|
3
|
+
<path d="M8 14s1.5-2 4-2 4 2 4 2"></path>
|
|
4
|
+
<line x1="9" y1="9" x2="9" y2="9.01"></line>
|
|
5
|
+
<line x1="15" y1="9" x2="15" y2="9.01"></line>
|
|
6
|
+
</svg>
|
package/assets/gauge.svg
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<circle cx="12" cy="12" r="2"></circle>
|
|
3
|
+
<path d="M12 2v8M12 14v8"></path>
|
|
4
|
+
<path d="M4.22 4.22l5.66 5.66M13.66 13.66l5.66 5.66"></path>
|
|
5
|
+
<path d="M19.78 4.22l-5.66 5.66M10.34 13.66l-5.66 5.66"></path>
|
|
6
|
+
</svg>
|
package/assets/globe.svg
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<rect x="3" y="3" width="7" height="7"></rect>
|
|
3
|
+
<rect x="14" y="3" width="7" height="7"></rect>
|
|
4
|
+
<rect x="14" y="14" width="7" height="7"></rect>
|
|
5
|
+
<rect x="3" y="14" width="7" height="7"></rect>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<rect x="3" y="3" width="5" height="5"></rect>
|
|
3
|
+
<rect x="9" y="3" width="5" height="5"></rect>
|
|
4
|
+
<rect x="15" y="3" width="5" height="5"></rect>
|
|
5
|
+
<rect x="3" y="9" width="5" height="5"></rect>
|
|
6
|
+
<rect x="9" y="9" width="5" height="5"></rect>
|
|
7
|
+
<rect x="15" y="9" width="5" height="5"></rect>
|
|
8
|
+
<rect x="3" y="15" width="5" height="5"></rect>
|
|
9
|
+
<rect x="9" y="15" width="5" height="5"></rect>
|
|
10
|
+
<rect x="15" y="15" width="5" height="5"></rect>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"></path>
|
|
3
|
+
<line x1="12" y1="6" x2="12" y2="12"></line>
|
|
4
|
+
<polyline points="16 14 12 12 8 14"></polyline>
|
|
5
|
+
</svg>
|
package/assets/home.svg
ADDED
package/assets/inbox.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3"></polyline>
|
|
3
|
+
<polyline points="12 12 20 7.5"></polyline>
|
|
4
|
+
<polyline points="12 12 12 21"></polyline>
|
|
5
|
+
<polyline points="12 12 4 7.5"></polyline>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
|
|
3
|
+
<path d="M9 9l1.5 1.5 3-3"></path>
|
|
4
|
+
<path d="M9 15l1.5 1.5 3-3"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
|
|
3
|
+
<text x="6" y="9" font-size="10" font-weight="bold">1</text>
|
|
4
|
+
<line x1="9" y1="9" x2="15" y2="9"></line>
|
|
5
|
+
<text x="6" y="15" font-size="10" font-weight="bold">2</text>
|
|
6
|
+
<line x1="9" y1="15" x2="15" y2="15"></line>
|
|
7
|
+
</svg>
|
package/assets/list.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
|
|
3
|
+
<line x1="9" y1="9" x2="15" y2="9"></line>
|
|
4
|
+
<line x1="9" y1="15" x2="15" y2="15"></line>
|
|
5
|
+
</svg>
|
package/assets/lock.svg
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
|
|
3
|
+
<path d="M7 11V7a4 4 0 0 1 4-4h2a4 4 0 0 1 4 4v4"></path>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
|
|
3
|
+
<polyline points="22 6 12 13 2 6"></polyline>
|
|
4
|
+
<polyline points="2 6 2 18"></polyline>
|
|
5
|
+
</svg>
|
package/assets/mail.svg
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
|
|
3
|
+
<polyline points="22 6 12 13 2 6"></polyline>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path>
|
|
3
|
+
<circle cx="12" cy="10" r="3"></circle>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<line x1="4" y1="6" x2="20" y2="6"></line>
|
|
3
|
+
<line x1="4" y1="12" x2="20" y2="12"></line>
|
|
4
|
+
<line x1="4" y1="18" x2="20" y2="18"></line>
|
|
5
|
+
</svg>
|
package/assets/menu.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<circle cx="12" cy="12" r="1"></circle>
|
|
3
|
+
<circle cx="19" cy="12" r="1"></circle>
|
|
4
|
+
<circle cx="5" cy="12" r="1"></circle>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
|
|
3
|
+
<line x1="9" y1="10" x2="15" y2="10"></line>
|
|
4
|
+
</svg>
|
package/assets/minus.svg
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<line x1="13" y1="2" x2="13" y2="6"></line>
|
|
3
|
+
<line x1="17" y1="4" x2="19.39" y2="6.39"></line>
|
|
4
|
+
<line x1="22" y1="8" x2="18" y2="8"></line>
|
|
5
|
+
<line x1="19.39" y1="11.61" x2="17" y2="14"></line>
|
|
6
|
+
<line x1="13" y1="16" x2="13" y2="20"></line>
|
|
7
|
+
<line x1="8.39" y1="14" x2="6" y2="11.61"></line>
|
|
8
|
+
<line x1="2" y1="8" x2="6" y2="8"></line>
|
|
9
|
+
<line x1="6" y1="6.39" x2="8.39" y2="4"></line>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"></path>
|
|
3
|
+
<line x1="12" y1="8" x2="12" y2="16"></line>
|
|
4
|
+
<line x1="8" y1="12" x2="16" y2="12"></line>
|
|
5
|
+
</svg>
|
package/assets/plus.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<circle cx="12" cy="12" r="10"></circle>
|
|
3
|
+
<line x1="12" y1="8" x2="12" y2="16"></line>
|
|
4
|
+
<line x1="8" y1="12" x2="16" y2="12"></line>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<polyline points="3 6 5 4 7 6"></polyline>
|
|
3
|
+
<line x1="4" y1="5" x2="4" y2="12"></line>
|
|
4
|
+
<polyline points="21 18 19 20 17 18"></polyline>
|
|
5
|
+
<line x1="20" y1="19" x2="20" y2="12"></line>
|
|
6
|
+
<line x1="20" y1="12" x2="4" y2="12"></line>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<circle cx="11" cy="11" r="8"/>
|
|
3
|
+
<path d="m21 21-4.35-4.35"/>
|
|
4
|
+
<line x1="8" y1="8" x2="14" y2="14"/>
|
|
5
|
+
<line x1="14" y1="8" x2="8" y2="14"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<circle cx="12" cy="12" r="1"></circle>
|
|
3
|
+
<path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2.59 12A10 10 0 1 1 12 2"></path>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<circle cx="18" cy="5" r="3"></circle>
|
|
3
|
+
<line x1="12" y1="12" x2="18" y2="5"></line>
|
|
4
|
+
<circle cx="6" cy="12" r="3"></circle>
|
|
5
|
+
<line x1="12" y1="12" x2="6" y2="12"></line>
|
|
6
|
+
<circle cx="6" cy="20" r="3"></circle>
|
|
7
|
+
<line x1="12" y1="12" x2="6" y2="20"></line>
|
|
8
|
+
</svg>
|
package/assets/share.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<circle cx="18" cy="5" r="3"></circle>
|
|
3
|
+
<line x1="12" y1="12" x2="18" y2="5"></line>
|
|
4
|
+
<path d="M9 20H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>
|
|
3
|
+
<line x1="12" y1="9" x2="12" y2="15"></line>
|
|
4
|
+
<line x1="9" y1="12" x2="15" y2="12"></line>
|
|
5
|
+
</svg>
|