@cuby-ui/icons 0.0.176 → 0.0.178
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.
|
@@ -996,6 +996,16 @@ const cuiIconRefreshCcw = `
|
|
|
996
996
|
</defs>
|
|
997
997
|
</svg>
|
|
998
998
|
`;
|
|
999
|
+
const cuiIconBarChartSm = `
|
|
1000
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
|
|
1001
|
+
<path d="M10 16.6654V8.33203M15 16.6654V3.33203M5 16.6654V13.332" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
1002
|
+
</svg>
|
|
1003
|
+
`;
|
|
1004
|
+
const cuiIconBarChart = `
|
|
1005
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
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
|
+
</svg>
|
|
1008
|
+
`;
|
|
999
1009
|
const CUI_ICONS = {
|
|
1000
1010
|
cuiIconLoading,
|
|
1001
1011
|
cuiIconCheck,
|
|
@@ -1129,7 +1139,9 @@ const CUI_ICONS = {
|
|
|
1129
1139
|
cuiIconRichTextSm,
|
|
1130
1140
|
cuiIconChecklist,
|
|
1131
1141
|
cuiIconRefreshCcwSm,
|
|
1132
|
-
cuiIconRefreshCcw
|
|
1142
|
+
cuiIconRefreshCcw,
|
|
1143
|
+
cuiIconBarChartSm,
|
|
1144
|
+
cuiIconBarChart
|
|
1133
1145
|
};
|
|
1134
1146
|
|
|
1135
1147
|
function cuiIsIcon(value) {
|