@websline/system-components 1.3.5 → 1.3.7

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 (121) 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 -775
  117. package/dist/components/atoms/icon/index.js +51 -87
  118. package/dist/index.d.ts +1 -0
  119. package/dist/index.js +1 -0
  120. package/package.json +1 -1
  121. /package/dist/components/atoms/icon/components/{Unlink.svelte → ConnectCrossed.svelte} +0 -0
@@ -0,0 +1,29 @@
1
+ <script>
2
+ /**
3
+ * @typedef {Object} Props
4
+ * @property {string} [color=""] Icon color
5
+ * @property {number} [height=24] Icon height
6
+ * @property {number} [width=24] Icon width
7
+ */
8
+
9
+ /** @type {Props} */
10
+ let { color, height, width, ...rest } = $props();
11
+ </script>
12
+
13
+ <svg
14
+ {height}
15
+ {width}
16
+ viewBox="0 0 24 24"
17
+ fill="none"
18
+ xmlns="http://www.w3.org/2000/svg"
19
+ {...rest}>
20
+ <path
21
+ d="M9.97051 5.577L10.5728 7.2495C11.2418 9.10575 12.7035 10.5675 14.5598 11.2365L16.2323 11.8388C16.383 11.8935 16.383 12.1073 16.2323 12.1613L14.5598 12.7635C12.7035 13.4325 11.2418 14.8943 10.5728 16.7505L9.97051 18.423C9.91576 18.5738 9.70201 18.5738 9.64801 18.423L9.04576 16.7505C8.37676 14.8943 6.91501 13.4325 5.05876 12.7635L3.38626 12.1613C3.23551 12.1065 3.23551 11.8928 3.38626 11.8388L5.05876 11.2365C6.91501 10.5675 8.37676 9.10575 9.04576 7.2495L9.64801 5.577C9.70201 5.4255 9.91576 5.4255 9.97051 5.577Z"
22
+ fill={color} />
23
+ <path
24
+ d="M17.499 1.55775L17.8043 2.4045C18.1433 3.34425 18.8835 4.0845 19.8233 4.4235L20.67 4.72875C20.7465 4.7565 20.7465 4.8645 20.67 4.89225L19.8233 5.1975C18.8835 5.5365 18.1433 6.27675 17.8043 7.2165L17.499 8.06325C17.4713 8.13975 17.3633 8.13975 17.3355 8.06325L17.0303 7.2165C16.6913 6.27675 15.951 5.5365 15.0113 5.1975L14.1645 4.89225C14.088 4.8645 14.088 4.7565 14.1645 4.72875L15.0113 4.4235C15.951 4.0845 16.6913 3.34425 17.0303 2.4045L17.3355 1.55775C17.3633 1.4805 17.472 1.4805 17.499 1.55775Z"
25
+ fill={color} />
26
+ <path
27
+ d="M17.499 15.9375L17.8043 16.7843C18.1433 17.724 18.8835 18.4643 19.8233 18.8033L20.67 19.1085C20.7465 19.1363 20.7465 19.2443 20.67 19.272L19.8233 19.5773C18.8835 19.9163 18.1433 20.6565 17.8043 21.5963L17.499 22.443C17.4713 22.5195 17.3633 22.5195 17.3355 22.443L17.0303 21.5963C16.6913 20.6565 15.951 19.9163 15.0113 19.5773L14.1645 19.272C14.088 19.2443 14.088 19.1363 14.1645 19.1085L15.0113 18.8033C15.951 18.4643 16.6913 17.724 17.0303 16.7843L17.3355 15.9375C17.3633 15.861 17.472 15.861 17.499 15.9375Z"
28
+ fill={color} />
29
+ </svg>
@@ -0,0 +1,33 @@
1
+ export default AiStars;
2
+ type AiStars = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AiStars: import("svelte").Component<{
7
+ /**
8
+ * Icon color
9
+ */
10
+ color?: string;
11
+ /**
12
+ * Icon height
13
+ */
14
+ height?: number;
15
+ /**
16
+ * Icon width
17
+ */
18
+ width?: number;
19
+ }, {}, "">;
20
+ type Props = {
21
+ /**
22
+ * Icon color
23
+ */
24
+ color?: string;
25
+ /**
26
+ * Icon height
27
+ */
28
+ height?: number;
29
+ /**
30
+ * Icon width
31
+ */
32
+ width?: number;
33
+ };
@@ -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="M3 18.1528H21M3 21H21M15 11.5L12 14.5M12 14.5L9 11.5M12 14.5V3"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default AlignBottom;
2
+ type AlignBottom = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignBottom: 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="M17 13.5H7M13.5 17H7M4.5 3H19.5C20.3284 3 21 3.67157 21 4.5V19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5V4.5C3 3.67157 3.67157 3 4.5 3Z"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default AlignBottomOne;
2
+ type AlignBottomOne = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignBottomOne: 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="M18 10H6M21 5H3M21 15H3M18 20H6"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default AlignCenter;
2
+ type AlignCenter = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignCenter: 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="M15 12H9M17 7.5H7M17 16.5H7M4.5 3H19.5C20.3284 3 21 3.67157 21 4.5V19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5V4.5C3 3.67157 3.67157 3 4.5 3Z"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default AlignCenterOne;
2
+ type AlignCenterOne = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignCenterOne: 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="M21 5H3M17 10H3M21 15H3M17 20H3"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default AlignLeft;
2
+ type AlignLeft = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignLeft: 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="M9 17.9999L12 14.9999L15 17.9999M12 15.4998V21.9998M9 5.99989L12 8.99989L15 5.99989M12 8.49999V2M3 12.0001H21"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default AlignMiddle;
2
+ type AlignMiddle = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignMiddle: 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="M17 10H7M13 13.5H7M4.5 3H19.5C20.3284 3 21 3.67157 21 4.5V19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5V4.5C3 3.67157 3.67157 3 4.5 3Z"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default AlignMiddleOne;
2
+ type AlignMiddleOne = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignMiddleOne: 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="M21 5H3M21 10H7M21 15H3M21 20H7"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default AlignRight;
2
+ type AlignRight = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignRight: 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="M17 12H11M17 7.5H7M17 16.5H8M4.5 3H19.5C20.3284 3 21 3.67157 21 4.5V19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5V4.5C3 3.67157 3.67157 3 4.5 3Z"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default AlignRightOne;
2
+ type AlignRightOne = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignRightOne: 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
+ };