@cuby-ui/icons 0.0.178 → 0.0.180
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.
|
@@ -1006,6 +1006,11 @@ const cuiIconBarChart = `
|
|
|
1006
1006
|
<path d="M8 13.3346V6.66797M12 13.3346V2.66797M4 13.3346V10.668" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
1007
1007
|
</svg>
|
|
1008
1008
|
`;
|
|
1009
|
+
const cuiIconCurvedArrow = `
|
|
1010
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none" >
|
|
1011
|
+
<path d="M9.00033 5.66797L12.3337 9.0013M12.3337 9.0013L9.00033 12.3346M12.3337 9.0013L4.33366 9.0013C3.62641 9.0013 2.94814 8.72035 2.44804 8.22025C1.94794 7.72016 1.66699 7.04188 1.66699 6.33464L1.66699 1.66797" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
1012
|
+
</svg>
|
|
1013
|
+
`;
|
|
1009
1014
|
const CUI_ICONS = {
|
|
1010
1015
|
cuiIconLoading,
|
|
1011
1016
|
cuiIconCheck,
|
|
@@ -1141,7 +1146,8 @@ const CUI_ICONS = {
|
|
|
1141
1146
|
cuiIconRefreshCcwSm,
|
|
1142
1147
|
cuiIconRefreshCcw,
|
|
1143
1148
|
cuiIconBarChartSm,
|
|
1144
|
-
cuiIconBarChart
|
|
1149
|
+
cuiIconBarChart,
|
|
1150
|
+
cuiIconCurvedArrow
|
|
1145
1151
|
};
|
|
1146
1152
|
|
|
1147
1153
|
function cuiIsIcon(value) {
|