@conboai/storybook.components 0.5.43 → 0.5.45
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.
|
@@ -11,11 +11,13 @@ interface Icons {
|
|
|
11
11
|
features: Icon;
|
|
12
12
|
calendar: Icon;
|
|
13
13
|
close: Icon;
|
|
14
|
+
maps: Icon;
|
|
14
15
|
download: Icon;
|
|
15
16
|
expandMore: Icon;
|
|
16
17
|
minus: Icon;
|
|
17
18
|
models: Icon;
|
|
18
19
|
settings: Icon;
|
|
20
|
+
clone: Icon;
|
|
19
21
|
deployments: Icon;
|
|
20
22
|
plus: Icon;
|
|
21
23
|
remove: Icon;
|
|
@@ -28120,6 +28120,14 @@ const UZ = {
|
|
|
28120
28120
|
height: 16,
|
|
28121
28121
|
strokeWidth: 2
|
|
28122
28122
|
},
|
|
28123
|
+
clone: {
|
|
28124
|
+
paths: [
|
|
28125
|
+
"M5.09615 5.07692L5.07692 4.15385C5.07855 3.58311 5.30599 3.03621 5.70956 2.63264C6.11314 2.22907 6.66003 2.00162 7.23077 2H15.5385C16.1907 2.00193 16.8157 2.26189 17.2769 2.7231C17.7381 3.18431 17.9981 3.80929 18 4.46154V12.7692C17.9984 13.34 17.7709 13.8869 17.3674 14.2904C16.9638 14.694 16.4169 14.9215 15.8462 14.9231H14.9231M8.46154 8.46154V14.6154M5.38462 11.5385H11.5385M12.7308 5.07692H4.19231C2.98153 5.07692 2 6.05845 2 7.26923V15.8077C2 17.0185 2.98153 18 4.19231 18H12.7308C13.9415 18 14.9231 17.0185 14.9231 15.8077V7.26923C14.9231 6.05845 13.9415 5.07692 12.7308 5.07692Z"
|
|
28126
|
+
],
|
|
28127
|
+
width: 24,
|
|
28128
|
+
height: 24,
|
|
28129
|
+
strokeWidth: 1
|
|
28130
|
+
},
|
|
28123
28131
|
kit: {
|
|
28124
28132
|
paths: [
|
|
28125
28133
|
"M6 3.5V1H1V6H6V3.5ZM6 3.5H16M6 3.5C16 3.5 6 16.5 16 16.5M16 3.5V1H21V6H16V3.5ZM16 16.5V14H21V19H16V16.5Z"
|
|
@@ -28182,6 +28190,12 @@ const UZ = {
|
|
|
28182
28190
|
height: 14,
|
|
28183
28191
|
strokeWidth: 1
|
|
28184
28192
|
},
|
|
28193
|
+
maps: {
|
|
28194
|
+
paths: ["M8 5V6C8 7.10457 7.10457 8 6 8H5M8 5V4C8 2.89543 7.10457 2 6 2H4C2.89543 2 2 2.89543 2 4V6C2 7.10457 2.89543 8 4 8H5M8 5H16M16 5V4C16 2.89543 16.8954 2 18 2H20C21.1046 2 22 2.89543 22 4V6C22 7.10457 21.1046 8 20 8H19M16 5V6C16 7.10457 16.8954 8 18 8H19M19 8V16M19 16H20C21.1046 16 22 16.8954 22 18V20C22 21.1046 21.1046 22 20 22H18C16.8954 22 16 21.1046 16 20V19M19 16H18C16.8954 16 16 16.8954 16 18V19M16 19H8M8 19V20C8 21.1046 7.10457 22 6 22H4C2.89543 22 2 21.1046 2 20V18C2 16.8954 2.89543 16 4 16H5M8 19V18C8 16.8954 7.10457 16 6 16H5M5 16V8"],
|
|
28195
|
+
width: 24,
|
|
28196
|
+
height: 24,
|
|
28197
|
+
strokeWidth: 1
|
|
28198
|
+
},
|
|
28185
28199
|
download: {
|
|
28186
28200
|
paths: [
|
|
28187
28201
|
"M12 16L7 11L8.4 9.55L11 12.15V4H13V12.15L15.6 9.55L17 11L12 16ZM6 20C5.45 20 4.97933 19.8043 4.588 19.413C4.19667 19.0217 4.00067 18.5507 4 18V15H6V18H18V15H20V18C20 18.55 19.8043 19.021 19.413 19.413C19.0217 19.805 18.5507 20.0007 18 20H6Z"
|