@cuby-ui/icons 0.0.546 → 0.0.548
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.
|
@@ -1913,11 +1913,8 @@ const cuiIconConductor = `
|
|
|
1913
1913
|
`;
|
|
1914
1914
|
const cuiIconWorkbench = `
|
|
1915
1915
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1916
|
-
<path d="
|
|
1917
|
-
|
|
1918
|
-
<path d="M7.41696 8.90446C7.89861 9.38611 8.67951 9.38611 9.16116 8.90446C9.64281 8.42282 9.64281 7.64191 9.16116 7.16027C8.67951 6.67862 7.89861 6.67862 7.41696 7.16027C6.93532 7.64191 6.93532 8.42282 7.41696 8.90446Z" stroke="#595E6A" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
1919
|
-
<path d="M10.3717 5.94963C10.8534 6.43128 11.6343 6.43128 12.1159 5.94963C12.5976 5.46798 12.5976 4.68708 12.1159 4.20543C11.6343 3.72379 10.8534 3.72379 10.3717 4.20543C9.89007 4.68708 9.89007 5.46798 10.3717 5.94963Z" stroke="#595E6A" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
1920
|
-
</svg>
|
|
1916
|
+
<path d="M14.3996 3.72266V6.92266M1.59961 5.32266L14.3996 5.32266M4.79961 8.52266L11.1996 8.52266M5.06211 5.32266L3.19861 12.2773M11.1996 5.32266L13.0631 12.2773" stroke="#595E6A" stroke-width="1.2" stroke-linecap="round"/>
|
|
1917
|
+
</svg>
|
|
1921
1918
|
`;
|
|
1922
1919
|
const cuiIconTransitional = `
|
|
1923
1920
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -1960,17 +1957,10 @@ const cuiIconCombinedConveyor = `
|
|
|
1960
1957
|
`;
|
|
1961
1958
|
const cuiIconCombined = `
|
|
1962
1959
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1963
|
-
<
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
</g>
|
|
1968
|
-
<defs>
|
|
1969
|
-
<clipPath id="clip0_30750_11295">
|
|
1970
|
-
<rect width="16" height="16" fill="white"/>
|
|
1971
|
-
</clipPath>
|
|
1972
|
-
</defs>
|
|
1973
|
-
</svg>
|
|
1960
|
+
<path d="M9.81641 13.8125L13.2831 13.8125C13.6367 13.8125 13.9758 13.672 14.2259 13.422C14.4759 13.1719 14.6164 12.8328 14.6164 12.4792L14.6164 3.14583C14.6164 2.79221 14.4759 2.45307 14.2259 2.20302C13.9758 1.95298 13.6367 1.8125 13.2831 1.8125L9.81641 1.8125" stroke="#595E6A" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
1961
|
+
<path d="M10.0733 13.8125L2.18281 13.8125C1.74099 13.8125 1.38281 13.4543 1.38281 13.0125L1.38281 2.6125C1.38281 2.17067 1.74098 1.8125 2.18281 1.8125L10.0733 1.8125" stroke="#595E6A" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="2.4 2.4"/>
|
|
1962
|
+
<path d="M7.81641 3.62891L7.81641 11.982" stroke="#595E6A" stroke-width="1.2" stroke-linecap="round" stroke-dasharray="2.4 2.4"/>
|
|
1963
|
+
</svg>
|
|
1974
1964
|
`;
|
|
1975
1965
|
const CUI_ICONS = {
|
|
1976
1966
|
cuiIconLock2,
|