@cuby-ui/icons 0.0.263 → 0.0.264
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.
|
@@ -1225,6 +1225,14 @@ const cuiIconComputerChipSm = `
|
|
|
1225
1225
|
</defs>
|
|
1226
1226
|
</svg>
|
|
1227
1227
|
`;
|
|
1228
|
+
const cuiIconRack = `
|
|
1229
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
1230
|
+
<path d="M14 2V13.3333V2Z" fill="#595E6A"/>
|
|
1231
|
+
<path d="M8 2V13.3333V2ZM8 2.66667H12.6667H8ZM8 4.66667H12.6667H8ZM8 6.66667H12.6667H8ZM8 8.66667H12.6667H8ZM8 10.6667H12.6667H8Z" fill="#595E6A"/>
|
|
1232
|
+
<path d="M2 2V13.3333V2ZM2 2.66667H6.66667H2ZM2 4.66667H6.66667H2ZM2 6.66667H6.66667H2ZM2 8.66667H6.66667H2ZM2 10.6667H6.66667H2Z" fill="#595E6A"/>
|
|
1233
|
+
<path d="M14 2V13.3333M8 2V13.3333M8 2.66667H12.6667M8 4.66667H12.6667M8 6.66667H12.6667M8 8.66667H12.6667M8 10.6667H12.6667M2 2V13.3333M2 2.66667H6.66667M2 4.66667H6.66667M2 6.66667H6.66667M2 8.66667H6.66667M2 10.6667H6.66667" stroke="#595E6A" stroke-linecap="round"/>
|
|
1234
|
+
</svg>
|
|
1235
|
+
`;
|
|
1228
1236
|
const CUI_ICONS = {
|
|
1229
1237
|
cuiIconLoading,
|
|
1230
1238
|
cuiIconCheck,
|
|
@@ -1396,7 +1404,8 @@ const CUI_ICONS = {
|
|
|
1396
1404
|
cuiIconAccessoriesSm,
|
|
1397
1405
|
cuiIconLogisticVehicle,
|
|
1398
1406
|
cuiIconLogisticVehicleSm,
|
|
1399
|
-
cuiIconComputerChipSm
|
|
1407
|
+
cuiIconComputerChipSm,
|
|
1408
|
+
cuiIconRack
|
|
1400
1409
|
};
|
|
1401
1410
|
|
|
1402
1411
|
function cuiIsIcon(value) {
|