@cuby-ui/icons 0.0.306 → 0.0.307
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.
|
@@ -1340,6 +1340,11 @@ const cuiIconBuildingSm = `
|
|
|
1340
1340
|
<path d="M3.125 17.5H16.875M3.75 2.5H16.25M4.375 2.5V17.5M15.625 2.5V17.5M7.5 5.625H8.75M7.5 8.125H8.75M7.5 10.625H8.75M11.25 5.625H12.5M11.25 8.125H12.5M11.25 10.625H12.5M7.5 17.5V14.6875C7.5 14.17 7.92 13.75 8.4375 13.75H11.5625C12.08 13.75 12.5 14.17 12.5 14.6875V17.5" stroke="#595E6A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
1341
1341
|
</svg>
|
|
1342
1342
|
`;
|
|
1343
|
+
const cuiIconStopCircleSm = `
|
|
1344
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1345
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 22C18.0228 22 22.5 17.5228 22.5 12C22.5 6.47715 18.0228 2 12.5 2C6.97715 2 2.5 6.47715 2.5 12C2.5 17.5228 6.97715 22 12.5 22ZM9.08579 8.58579C8.5 9.17157 8.5 10.1144 8.5 12C8.5 13.8856 8.5 14.8284 9.08579 15.4142C9.67157 16 10.6144 16 12.5 16C14.3856 16 15.3284 16 15.9142 15.4142C16.5 14.8284 16.5 13.8856 16.5 12C16.5 10.1144 16.5 9.17157 15.9142 8.58579C15.3284 8 14.3856 8 12.5 8C10.6144 8 9.67157 8 9.08579 8.58579Z" fill="#FC5555"/>
|
|
1346
|
+
</svg>
|
|
1347
|
+
`;
|
|
1343
1348
|
const CUI_ICONS = {
|
|
1344
1349
|
cuiIconSlashSm,
|
|
1345
1350
|
cuiIconSlash,
|
|
@@ -1528,7 +1533,8 @@ const CUI_ICONS = {
|
|
|
1528
1533
|
cuiIconOrderSm,
|
|
1529
1534
|
cuiIconCalendarSm,
|
|
1530
1535
|
cuiIconMapPin,
|
|
1531
|
-
cuiIconBuildingSm
|
|
1536
|
+
cuiIconBuildingSm,
|
|
1537
|
+
cuiIconStopCircleSm
|
|
1532
1538
|
};
|
|
1533
1539
|
|
|
1534
1540
|
function cuiIsIcon(value) {
|