@innovastudio/contentbox 1.4.44 → 1.4.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.
package/package.json
CHANGED
@@ -437,13 +437,6 @@ const prepareSvgIcons$1 = builder => {
|
|
437
437
|
<path d="M12 8h4v4"></path>
|
438
438
|
<path d="M16 8l-5 5"></path>
|
439
439
|
</symbol>
|
440
|
-
|
441
|
-
<symbol id="icon-app-window" viewBox="0 0 24 24" stroke-width="1" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
442
|
-
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
443
|
-
<rect x="3" y="5" width="18" height="14" rx="2"></rect>
|
444
|
-
<path d="M6 8h.01"></path>
|
445
|
-
<path d="M9 8h.01"></path>
|
446
|
-
</symbol>
|
447
440
|
|
448
441
|
<symbol id="icon-settings" viewBox="0 0 24 24" stroke-width="1" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
449
442
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
@@ -451,6 +444,13 @@ const prepareSvgIcons$1 = builder => {
|
|
451
444
|
<circle cx="12" cy="12" r="3"></circle>
|
452
445
|
</symbol>
|
453
446
|
|
447
|
+
<symbol id="icon-devices" viewBox="0 0 24 24" stroke-width="1" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
448
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
449
|
+
<rect x="13" y="8" width="8" height="12" rx="1"></rect>
|
450
|
+
<path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9"></path>
|
451
|
+
<line x1="16" y1="9" x2="18" y2="9"></line>
|
452
|
+
</symbol>
|
453
|
+
|
454
454
|
<symbol id="icon-device-desktop" viewBox="0 0 24 24" stroke-width="1" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
455
455
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
456
456
|
<rect x="3" y="4" width="18" height="12" rx="1"></rect>
|