@websline/system-components 1.3.5 → 1.3.6

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 (119) hide show
  1. package/dist/components/atoms/icon/components/AiStars.svelte +29 -0
  2. package/dist/components/atoms/icon/components/AiStars.svelte.d.ts +33 -0
  3. package/dist/components/atoms/icon/components/AlignBottom.svelte +27 -0
  4. package/dist/components/atoms/icon/components/AlignBottom.svelte.d.ts +41 -0
  5. package/dist/components/atoms/icon/components/AlignBottomOne.svelte +27 -0
  6. package/dist/components/atoms/icon/components/AlignBottomOne.svelte.d.ts +41 -0
  7. package/dist/components/atoms/icon/components/AlignCenter.svelte +27 -0
  8. package/dist/components/atoms/icon/components/AlignCenter.svelte.d.ts +41 -0
  9. package/dist/components/atoms/icon/components/AlignCenterOne.svelte +27 -0
  10. package/dist/components/atoms/icon/components/AlignCenterOne.svelte.d.ts +41 -0
  11. package/dist/components/atoms/icon/components/AlignLeft.svelte +27 -0
  12. package/dist/components/atoms/icon/components/AlignLeft.svelte.d.ts +41 -0
  13. package/dist/components/atoms/icon/components/AlignMiddle.svelte +27 -0
  14. package/dist/components/atoms/icon/components/AlignMiddle.svelte.d.ts +41 -0
  15. package/dist/components/atoms/icon/components/AlignMiddleOne.svelte +27 -0
  16. package/dist/components/atoms/icon/components/AlignMiddleOne.svelte.d.ts +41 -0
  17. package/dist/components/atoms/icon/components/AlignRight.svelte +27 -0
  18. package/dist/components/atoms/icon/components/AlignRight.svelte.d.ts +41 -0
  19. package/dist/components/atoms/icon/components/AlignRightOne.svelte +27 -0
  20. package/dist/components/atoms/icon/components/AlignRightOne.svelte.d.ts +41 -0
  21. package/dist/components/atoms/icon/components/AlignTop.svelte +27 -0
  22. package/dist/components/atoms/icon/components/AlignTop.svelte.d.ts +41 -0
  23. package/dist/components/atoms/icon/components/AlignTopOne.svelte +27 -0
  24. package/dist/components/atoms/icon/components/AlignTopOne.svelte.d.ts +41 -0
  25. package/dist/components/atoms/icon/components/ArrowDown.svelte +13 -8
  26. package/dist/components/atoms/icon/components/ArrowUp.svelte +13 -8
  27. package/dist/components/atoms/icon/components/BoxIn.svelte +27 -0
  28. package/dist/components/atoms/icon/components/{Unlink.svelte.d.ts → BoxIn.svelte.d.ts} +3 -3
  29. package/dist/components/atoms/icon/components/BoxOut.svelte +27 -0
  30. package/dist/components/atoms/icon/components/BoxOut.svelte.d.ts +41 -0
  31. package/dist/components/atoms/icon/components/ChevronDoubleLeft.svelte +27 -0
  32. package/dist/components/atoms/icon/components/ChevronDoubleLeft.svelte.d.ts +41 -0
  33. package/dist/components/atoms/icon/components/ChevronDoubleRight.svelte +27 -0
  34. package/dist/components/atoms/icon/components/ChevronDoubleRight.svelte.d.ts +41 -0
  35. package/dist/components/atoms/icon/components/Clipboard.svelte +27 -0
  36. package/dist/components/atoms/icon/components/Clipboard.svelte.d.ts +41 -0
  37. package/dist/components/atoms/icon/components/Computer.svelte +26 -0
  38. package/dist/components/atoms/icon/components/Computer.svelte.d.ts +41 -0
  39. package/dist/components/atoms/icon/components/Connect.svelte +26 -0
  40. package/dist/components/atoms/icon/components/Connect.svelte.d.ts +41 -0
  41. package/dist/components/atoms/icon/components/ConnectCrossed.svelte.d.ts +41 -0
  42. package/dist/components/atoms/icon/components/ContactCard.svelte +27 -0
  43. package/dist/components/atoms/icon/components/ContactCard.svelte.d.ts +41 -0
  44. package/dist/components/atoms/icon/components/Crop.svelte +27 -0
  45. package/dist/components/atoms/icon/components/Crop.svelte.d.ts +41 -0
  46. package/dist/components/atoms/icon/components/Envelope.svelte +27 -0
  47. package/dist/components/atoms/icon/components/Envelope.svelte.d.ts +41 -0
  48. package/dist/components/atoms/icon/components/Envelopes.svelte +27 -0
  49. package/dist/components/atoms/icon/components/Envelopes.svelte.d.ts +41 -0
  50. package/dist/components/atoms/icon/components/Expand.svelte +27 -0
  51. package/dist/components/atoms/icon/components/Expand.svelte.d.ts +41 -0
  52. package/dist/components/atoms/icon/components/Eye.svelte +31 -0
  53. package/dist/components/atoms/icon/components/Eye.svelte.d.ts +41 -0
  54. package/dist/components/atoms/icon/components/EyeCrossed.svelte +36 -0
  55. package/dist/components/atoms/icon/components/EyeCrossed.svelte.d.ts +41 -0
  56. package/dist/components/atoms/icon/components/Filter.svelte +27 -0
  57. package/dist/components/atoms/icon/components/Filter.svelte.d.ts +41 -0
  58. package/dist/components/atoms/icon/components/FocalPoint.svelte +26 -0
  59. package/dist/components/atoms/icon/components/FocalPoint.svelte.d.ts +41 -0
  60. package/dist/components/atoms/icon/components/FolderPlus.svelte +27 -0
  61. package/dist/components/atoms/icon/components/FolderPlus.svelte.d.ts +41 -0
  62. package/dist/components/atoms/icon/components/Funnel.svelte +26 -0
  63. package/dist/components/atoms/icon/components/Funnel.svelte.d.ts +41 -0
  64. package/dist/components/atoms/icon/components/Inbox.svelte +27 -0
  65. package/dist/components/atoms/icon/components/Inbox.svelte.d.ts +41 -0
  66. package/dist/components/atoms/icon/components/Intergration.svelte +27 -0
  67. package/dist/components/atoms/icon/components/Intergration.svelte.d.ts +41 -0
  68. package/dist/components/atoms/icon/components/LinkAi.svelte +33 -0
  69. package/dist/components/atoms/icon/components/LinkAi.svelte.d.ts +41 -0
  70. package/dist/components/atoms/icon/components/ListTasks.svelte +27 -0
  71. package/dist/components/atoms/icon/components/ListTasks.svelte.d.ts +41 -0
  72. package/dist/components/atoms/icon/components/Lock.svelte +27 -0
  73. package/dist/components/atoms/icon/components/Lock.svelte.d.ts +41 -0
  74. package/dist/components/atoms/icon/components/Minus.svelte +27 -0
  75. package/dist/components/atoms/icon/components/Minus.svelte.d.ts +41 -0
  76. package/dist/components/atoms/icon/components/PageEdit.svelte +27 -0
  77. package/dist/components/atoms/icon/components/PageEdit.svelte.d.ts +41 -0
  78. package/dist/components/atoms/icon/components/Pages.svelte +33 -0
  79. package/dist/components/atoms/icon/components/Pages.svelte.d.ts +41 -0
  80. package/dist/components/atoms/icon/components/Payment.svelte +27 -0
  81. package/dist/components/atoms/icon/components/Payment.svelte.d.ts +41 -0
  82. package/dist/components/atoms/icon/components/Pencil.svelte +27 -0
  83. package/dist/components/atoms/icon/components/Pencil.svelte.d.ts +41 -0
  84. package/dist/components/atoms/icon/components/Phone.svelte +26 -0
  85. package/dist/components/atoms/icon/components/Phone.svelte.d.ts +41 -0
  86. package/dist/components/atoms/icon/components/Plus.svelte +27 -0
  87. package/dist/components/atoms/icon/components/Plus.svelte.d.ts +41 -0
  88. package/dist/components/atoms/icon/components/Print.svelte +36 -0
  89. package/dist/components/atoms/icon/components/Print.svelte.d.ts +41 -0
  90. package/dist/components/atoms/icon/components/RefreshCircle.svelte +27 -0
  91. package/dist/components/atoms/icon/components/RefreshCircle.svelte.d.ts +41 -0
  92. package/dist/components/atoms/icon/components/Replace.svelte +27 -0
  93. package/dist/components/atoms/icon/components/Replace.svelte.d.ts +41 -0
  94. package/dist/components/atoms/icon/components/Report.svelte +27 -0
  95. package/dist/components/atoms/icon/components/Report.svelte.d.ts +41 -0
  96. package/dist/components/atoms/icon/components/SEO.svelte +33 -0
  97. package/dist/components/atoms/icon/components/SEO.svelte.d.ts +41 -0
  98. package/dist/components/atoms/icon/components/Shop.svelte +27 -0
  99. package/dist/components/atoms/icon/components/Shop.svelte.d.ts +41 -0
  100. package/dist/components/atoms/icon/components/Smartphone.svelte +26 -0
  101. package/dist/components/atoms/icon/components/Smartphone.svelte.d.ts +41 -0
  102. package/dist/components/atoms/icon/components/Sort.svelte +27 -0
  103. package/dist/components/atoms/icon/components/Sort.svelte.d.ts +41 -0
  104. package/dist/components/atoms/icon/components/Star.svelte +26 -0
  105. package/dist/components/atoms/icon/components/Star.svelte.d.ts +41 -0
  106. package/dist/components/atoms/icon/components/StyleGuide.svelte +38 -0
  107. package/dist/components/atoms/icon/components/StyleGuide.svelte.d.ts +41 -0
  108. package/dist/components/atoms/icon/components/Tablet.svelte +26 -0
  109. package/dist/components/atoms/icon/components/Tablet.svelte.d.ts +41 -0
  110. package/dist/components/atoms/icon/components/Translate.svelte +27 -0
  111. package/dist/components/atoms/icon/components/Translate.svelte.d.ts +41 -0
  112. package/dist/components/atoms/icon/components/TranslateCrossed.svelte +36 -0
  113. package/dist/components/atoms/icon/components/TranslateCrossed.svelte.d.ts +41 -0
  114. package/dist/components/atoms/icon/components/Width.svelte +27 -0
  115. package/dist/components/atoms/icon/components/Width.svelte.d.ts +41 -0
  116. package/dist/components/atoms/icon/index.d.ts +6 -774
  117. package/dist/components/atoms/icon/index.js +43 -87
  118. package/package.json +1 -1
  119. /package/dist/components/atoms/icon/components/{Unlink.svelte → ConnectCrossed.svelte} +0 -0
@@ -0,0 +1,41 @@
1
+ export default ConnectCrossed;
2
+ type ConnectCrossed = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const ConnectCrossed: import("svelte").Component<{
7
+ /**
8
+ * Icon color
9
+ */
10
+ color?: string;
11
+ /**
12
+ * Icon height
13
+ */
14
+ height?: number;
15
+ /**
16
+ * Icon StrokeWidth
17
+ */
18
+ strokeWidth?: number;
19
+ /**
20
+ * Icon width
21
+ */
22
+ width?: number;
23
+ }, {}, "">;
24
+ type Props = {
25
+ /**
26
+ * Icon color
27
+ */
28
+ color?: string;
29
+ /**
30
+ * Icon height
31
+ */
32
+ height?: number;
33
+ /**
34
+ * Icon StrokeWidth
35
+ */
36
+ strokeWidth?: number;
37
+ /**
38
+ * Icon width
39
+ */
40
+ width?: number;
41
+ };
@@ -0,0 +1,27 @@
1
+ <script>
2
+ /**
3
+ * @typedef {Object} Props
4
+ * @property {string} [color=""] Icon color
5
+ * @property {number} [height=24] Icon height
6
+ * @property {number} [strokeWidth=24] Icon StrokeWidth
7
+ * @property {number} [width=24] Icon width
8
+ */
9
+
10
+ /** @type {Props} */
11
+ let { color, height, width, strokeWidth, ...rest } = $props();
12
+ </script>
13
+
14
+ <svg
15
+ {height}
16
+ {width}
17
+ viewBox="0 0 24 24"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...rest}>
21
+ <path
22
+ d="M10 4H3C2.44771 4 2 4.47755 2 5.06667V18.9333C2 19.5225 2.44771 20 3 20H21C21.5523 20 22 19.5225 22 18.9333V17.6M5.33333 10H8.66667M5.33333 15H17.5556M22 14C21.0381 11.6217 19.0452 10 17.0753 10C15.1054 10 14.1241 10.706 13.1111 11.8695M19.7778 7C19.7778 8.65685 18.5341 10 17 10C15.4659 10 14.2222 8.65685 14.2222 7C14.2222 5.34315 15.4659 4 17 4C18.5341 4 19.7778 5.34315 19.7778 7Z"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default ContactCard;
2
+ type ContactCard = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const ContactCard: import("svelte").Component<{
7
+ /**
8
+ * Icon color
9
+ */
10
+ color?: string;
11
+ /**
12
+ * Icon height
13
+ */
14
+ height?: number;
15
+ /**
16
+ * Icon StrokeWidth
17
+ */
18
+ strokeWidth?: number;
19
+ /**
20
+ * Icon width
21
+ */
22
+ width?: number;
23
+ }, {}, "">;
24
+ type Props = {
25
+ /**
26
+ * Icon color
27
+ */
28
+ color?: string;
29
+ /**
30
+ * Icon height
31
+ */
32
+ height?: number;
33
+ /**
34
+ * Icon StrokeWidth
35
+ */
36
+ strokeWidth?: number;
37
+ /**
38
+ * Icon width
39
+ */
40
+ width?: number;
41
+ };
@@ -0,0 +1,27 @@
1
+ <script>
2
+ /**
3
+ * @typedef {Object} Props
4
+ * @property {string} [color=""] Icon color
5
+ * @property {number} [height=24] Icon height
6
+ * @property {number} [strokeWidth=24] Icon StrokeWidth
7
+ * @property {number} [width=24] Icon width
8
+ */
9
+
10
+ /** @type {Props} */
11
+ let { color, height, width, strokeWidth, ...rest } = $props();
12
+ </script>
13
+
14
+ <svg
15
+ {height}
16
+ {width}
17
+ viewBox="0 0 24 24"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...rest}>
21
+ <path
22
+ d="M6 2V18H22M10 6H18V14M6 6H2M18 22V18"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default Crop;
2
+ type Crop = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const Crop: import("svelte").Component<{
7
+ /**
8
+ * Icon color
9
+ */
10
+ color?: string;
11
+ /**
12
+ * Icon height
13
+ */
14
+ height?: number;
15
+ /**
16
+ * Icon StrokeWidth
17
+ */
18
+ strokeWidth?: number;
19
+ /**
20
+ * Icon width
21
+ */
22
+ width?: number;
23
+ }, {}, "">;
24
+ type Props = {
25
+ /**
26
+ * Icon color
27
+ */
28
+ color?: string;
29
+ /**
30
+ * Icon height
31
+ */
32
+ height?: number;
33
+ /**
34
+ * Icon StrokeWidth
35
+ */
36
+ strokeWidth?: number;
37
+ /**
38
+ * Icon width
39
+ */
40
+ width?: number;
41
+ };
@@ -0,0 +1,27 @@
1
+ <script>
2
+ /**
3
+ * @typedef {Object} Props
4
+ * @property {string} [color=""] Icon color
5
+ * @property {number} [height=24] Icon height
6
+ * @property {number} [strokeWidth=24] Icon StrokeWidth
7
+ * @property {number} [width=24] Icon width
8
+ */
9
+
10
+ /** @type {Props} */
11
+ let { color, height, width, strokeWidth, ...rest } = $props();
12
+ </script>
13
+
14
+ <svg
15
+ {height}
16
+ {width}
17
+ viewBox="0 0 24 24"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...rest}>
21
+ <path
22
+ d="M22 4.5L12 12L2 4.5M22 4.5V19.5H2V4.5M22 4.5H2"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default Envelope;
2
+ type Envelope = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const Envelope: import("svelte").Component<{
7
+ /**
8
+ * Icon color
9
+ */
10
+ color?: string;
11
+ /**
12
+ * Icon height
13
+ */
14
+ height?: number;
15
+ /**
16
+ * Icon StrokeWidth
17
+ */
18
+ strokeWidth?: number;
19
+ /**
20
+ * Icon width
21
+ */
22
+ width?: number;
23
+ }, {}, "">;
24
+ type Props = {
25
+ /**
26
+ * Icon color
27
+ */
28
+ color?: string;
29
+ /**
30
+ * Icon height
31
+ */
32
+ height?: number;
33
+ /**
34
+ * Icon StrokeWidth
35
+ */
36
+ strokeWidth?: number;
37
+ /**
38
+ * Icon width
39
+ */
40
+ width?: number;
41
+ };
@@ -0,0 +1,27 @@
1
+ <script>
2
+ /**
3
+ * @typedef {Object} Props
4
+ * @property {string} [color=""] Icon color
5
+ * @property {number} [height=24] Icon height
6
+ * @property {number} [strokeWidth=24] Icon StrokeWidth
7
+ * @property {number} [width=24] Icon width
8
+ */
9
+
10
+ /** @type {Props} */
11
+ let { color, height, width, strokeWidth, ...rest } = $props();
12
+ </script>
13
+
14
+ <svg
15
+ {height}
16
+ {width}
17
+ viewBox="0 0 24 24"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...rest}>
21
+ <path
22
+ d="M22 9L12 16.5L2 9M22 9V16.5M22 9V21H2V9M22 9H2M2 9V16.5M6 6H18M8 3H16"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default Envelopes;
2
+ type Envelopes = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const Envelopes: import("svelte").Component<{
7
+ /**
8
+ * Icon color
9
+ */
10
+ color?: string;
11
+ /**
12
+ * Icon height
13
+ */
14
+ height?: number;
15
+ /**
16
+ * Icon StrokeWidth
17
+ */
18
+ strokeWidth?: number;
19
+ /**
20
+ * Icon width
21
+ */
22
+ width?: number;
23
+ }, {}, "">;
24
+ type Props = {
25
+ /**
26
+ * Icon color
27
+ */
28
+ color?: string;
29
+ /**
30
+ * Icon height
31
+ */
32
+ height?: number;
33
+ /**
34
+ * Icon StrokeWidth
35
+ */
36
+ strokeWidth?: number;
37
+ /**
38
+ * Icon width
39
+ */
40
+ width?: number;
41
+ };
@@ -0,0 +1,27 @@
1
+ <script>
2
+ /**
3
+ * @typedef {Object} Props
4
+ * @property {string} [color=""] Icon color
5
+ * @property {number} [height=24] Icon height
6
+ * @property {number} [strokeWidth=24] Icon StrokeWidth
7
+ * @property {number} [width=24] Icon width
8
+ */
9
+
10
+ /** @type {Props} */
11
+ let { color, height, width, strokeWidth, ...rest } = $props();
12
+ </script>
13
+
14
+ <svg
15
+ {height}
16
+ {width}
17
+ viewBox="0 0 24 24"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...rest}>
21
+ <path
22
+ d="M11.2222 19H5V12.7778M12.7778 5H19V11.2222"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default Expand;
2
+ type Expand = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const Expand: import("svelte").Component<{
7
+ /**
8
+ * Icon color
9
+ */
10
+ color?: string;
11
+ /**
12
+ * Icon height
13
+ */
14
+ height?: number;
15
+ /**
16
+ * Icon StrokeWidth
17
+ */
18
+ strokeWidth?: number;
19
+ /**
20
+ * Icon width
21
+ */
22
+ width?: number;
23
+ }, {}, "">;
24
+ type Props = {
25
+ /**
26
+ * Icon color
27
+ */
28
+ color?: string;
29
+ /**
30
+ * Icon height
31
+ */
32
+ height?: number;
33
+ /**
34
+ * Icon StrokeWidth
35
+ */
36
+ strokeWidth?: number;
37
+ /**
38
+ * Icon width
39
+ */
40
+ width?: number;
41
+ };
@@ -0,0 +1,31 @@
1
+ <script>
2
+ /**
3
+ * @typedef {Object} Props
4
+ * @property {string} [color=""] Icon color
5
+ * @property {number} [height=24] Icon height
6
+ * @property {number} [strokeWidth=24] Icon StrokeWidth
7
+ * @property {number} [width=24] Icon width
8
+ */
9
+
10
+ /** @type {Props} */
11
+ let { color, height, width, strokeWidth, ...rest } = $props();
12
+ </script>
13
+
14
+ <svg
15
+ {height}
16
+ {width}
17
+ viewBox="0 0 16 16"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...rest}>
21
+ <path
22
+ d="M7.99992 12C11.6818 12 14.6666 8 14.6666 8C14.6666 8 11.6818 4 7.99992 4C4.31802 4 1.33325 8 1.33325 8C1.33325 8 4.31802 12 7.99992 12Z"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linejoin="round" />
26
+ <path
27
+ d="M7.99992 9.66667C8.92038 9.66667 9.66658 8.92047 9.66658 8C9.66658 7.07953 8.92038 6.33333 7.99992 6.33333C7.07945 6.33333 6.33325 7.07953 6.33325 8C6.33325 8.92047 7.07945 9.66667 7.99992 9.66667Z"
28
+ stroke={color}
29
+ stroke-width={strokeWidth}
30
+ stroke-linejoin="round" />
31
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default Eye;
2
+ type Eye = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const Eye: import("svelte").Component<{
7
+ /**
8
+ * Icon color
9
+ */
10
+ color?: string;
11
+ /**
12
+ * Icon height
13
+ */
14
+ height?: number;
15
+ /**
16
+ * Icon StrokeWidth
17
+ */
18
+ strokeWidth?: number;
19
+ /**
20
+ * Icon width
21
+ */
22
+ width?: number;
23
+ }, {}, "">;
24
+ type Props = {
25
+ /**
26
+ * Icon color
27
+ */
28
+ color?: string;
29
+ /**
30
+ * Icon height
31
+ */
32
+ height?: number;
33
+ /**
34
+ * Icon StrokeWidth
35
+ */
36
+ strokeWidth?: number;
37
+ /**
38
+ * Icon width
39
+ */
40
+ width?: number;
41
+ };
@@ -0,0 +1,36 @@
1
+ <script>
2
+ /**
3
+ * @typedef {Object} Props
4
+ * @property {string} [color=""] Icon color
5
+ * @property {number} [height=24] Icon height
6
+ * @property {number} [strokeWidth=24] Icon StrokeWidth
7
+ * @property {number} [width=24] Icon width
8
+ */
9
+
10
+ /** @type {Props} */
11
+ let { color, height, width, strokeWidth, ...rest } = $props();
12
+ </script>
13
+
14
+ <svg
15
+ {height}
16
+ {width}
17
+ viewBox="0 0 16 16"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...rest}>
21
+ <path
22
+ d="M7.99992 12C11.6818 12 14.6666 8 14.6666 8C14.6666 8 11.6818 4 7.99992 4C4.31802 4 1.33325 8 1.33325 8C1.33325 8 4.31802 12 7.99992 12Z"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linejoin="round" />
26
+ <path
27
+ d="M7.99992 9.66667C8.92038 9.66667 9.66658 8.92047 9.66658 8C9.66658 7.07953 8.92038 6.33333 7.99992 6.33333C7.07945 6.33333 6.33325 7.07953 6.33325 8C6.33325 8.92047 7.07945 9.66667 7.99992 9.66667Z"
28
+ stroke={color}
29
+ stroke-width={strokeWidth}
30
+ stroke-linejoin="round" />
31
+ <path
32
+ d="M2.66675 13.3334L13.3334 2.66671"
33
+ stroke={color}
34
+ stroke-width={strokeWidth}
35
+ stroke-linecap="round" />
36
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default EyeCrossed;
2
+ type EyeCrossed = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const EyeCrossed: import("svelte").Component<{
7
+ /**
8
+ * Icon color
9
+ */
10
+ color?: string;
11
+ /**
12
+ * Icon height
13
+ */
14
+ height?: number;
15
+ /**
16
+ * Icon StrokeWidth
17
+ */
18
+ strokeWidth?: number;
19
+ /**
20
+ * Icon width
21
+ */
22
+ width?: number;
23
+ }, {}, "">;
24
+ type Props = {
25
+ /**
26
+ * Icon color
27
+ */
28
+ color?: string;
29
+ /**
30
+ * Icon height
31
+ */
32
+ height?: number;
33
+ /**
34
+ * Icon StrokeWidth
35
+ */
36
+ strokeWidth?: number;
37
+ /**
38
+ * Icon width
39
+ */
40
+ width?: number;
41
+ };
@@ -0,0 +1,27 @@
1
+ <script>
2
+ /**
3
+ * @typedef {Object} Props
4
+ * @property {string} [color=""] Icon color
5
+ * @property {number} [height=24] Icon height
6
+ * @property {number} [strokeWidth=24] Icon StrokeWidth
7
+ * @property {number} [width=24] Icon width
8
+ */
9
+
10
+ /** @type {Props} */
11
+ let { color, height, width, strokeWidth, ...rest } = $props();
12
+ </script>
13
+
14
+ <svg
15
+ {height}
16
+ {width}
17
+ viewBox="0 0 24 24"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...rest}>
21
+ <path
22
+ d="M20 5H17M13 3V7M13 5H3M7 12H3M11 10V14M21 12H11M20 19H17M13 17V21M13 19H3"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default Filter;
2
+ type Filter = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const Filter: import("svelte").Component<{
7
+ /**
8
+ * Icon color
9
+ */
10
+ color?: string;
11
+ /**
12
+ * Icon height
13
+ */
14
+ height?: number;
15
+ /**
16
+ * Icon StrokeWidth
17
+ */
18
+ strokeWidth?: number;
19
+ /**
20
+ * Icon width
21
+ */
22
+ width?: number;
23
+ }, {}, "">;
24
+ type Props = {
25
+ /**
26
+ * Icon color
27
+ */
28
+ color?: string;
29
+ /**
30
+ * Icon height
31
+ */
32
+ height?: number;
33
+ /**
34
+ * Icon StrokeWidth
35
+ */
36
+ strokeWidth?: number;
37
+ /**
38
+ * Icon width
39
+ */
40
+ width?: number;
41
+ };
@@ -0,0 +1,26 @@
1
+ <script>
2
+ /**
3
+ * @typedef {Object} Props
4
+ * @property {string} [color=""] Icon color
5
+ * @property {number} [height=24] Icon height
6
+ * @property {number} [strokeWidth=24] Icon StrokeWidth
7
+ * @property {number} [width=24] Icon width
8
+ */
9
+
10
+ /** @type {Props} */
11
+ let { color, height, width, strokeWidth, ...rest } = $props();
12
+ </script>
13
+
14
+ <svg
15
+ {height}
16
+ {width}
17
+ viewBox="0 0 24 24"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...rest}>
21
+ <path
22
+ d="M22 12C22 17.5228 17.5228 22 12 22M22 12C22 6.47715 17.5228 2 12 2M22 12H18M12 22C6.47715 22 2 17.5228 2 12M12 22V18.5M2 12C2 6.47715 6.47715 2 12 2M2 12H5.5M12 2V5.5"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linejoin="round" />
26
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default FocalPoint;
2
+ type FocalPoint = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const FocalPoint: import("svelte").Component<{
7
+ /**
8
+ * Icon color
9
+ */
10
+ color?: string;
11
+ /**
12
+ * Icon height
13
+ */
14
+ height?: number;
15
+ /**
16
+ * Icon StrokeWidth
17
+ */
18
+ strokeWidth?: number;
19
+ /**
20
+ * Icon width
21
+ */
22
+ width?: number;
23
+ }, {}, "">;
24
+ type Props = {
25
+ /**
26
+ * Icon color
27
+ */
28
+ color?: string;
29
+ /**
30
+ * Icon height
31
+ */
32
+ height?: number;
33
+ /**
34
+ * Icon StrokeWidth
35
+ */
36
+ strokeWidth?: number;
37
+ /**
38
+ * Icon width
39
+ */
40
+ width?: number;
41
+ };