slippers-ui 3.2.2 → 3.2.4
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.
- package/dist/icons/Branch.js +22 -0
- package/dist/icons/Car.js +21 -0
- package/dist/icons/Compliance.js +19 -0
- package/dist/icons/Eye.js +16 -9
- package/dist/icons/GitMerge.js +22 -0
- package/dist/icons/License.js +19 -0
- package/dist/icons/ListTask.js +22 -0
- package/dist/icons/MachineLearning.js +22 -0
- package/dist/icons/MonitorLinesAlt.js +29 -0
- package/dist/icons/Organization.js +19 -0
- package/dist/icons/PaperAirplaneAlt.js +19 -0
- package/dist/icons/Preferences.js +22 -0
- package/dist/icons/Repeat.js +22 -0
- package/dist/icons/TanukiAi.js +6 -8
- package/dist/icons/Upgrade.js +22 -0
- package/dist/icons/WorkItemEpic.js +30 -0
- package/dist/icons/index.js +806 -778
- package/icons/Branch.vue +3 -0
- package/icons/Car.vue +3 -0
- package/icons/Compliance.vue +3 -0
- package/icons/Eye.vue +1 -1
- package/icons/GitMerge.vue +3 -0
- package/icons/License.vue +3 -0
- package/icons/ListTask.vue +3 -0
- package/icons/MachineLearning.vue +3 -0
- package/icons/MonitorLinesAlt.vue +3 -0
- package/icons/Organization.vue +3 -0
- package/icons/PaperAirplaneAlt.vue +3 -0
- package/icons/Preferences.vue +3 -0
- package/icons/Repeat.vue +3 -0
- package/icons/TanukiAi.vue +1 -1
- package/icons/Upgrade.vue +3 -0
- package/icons/WorkItemEpic.vue +3 -0
- package/icons/index.ts +14 -0
- package/icons.d.ts +14 -0
- package/package.json +1 -1
package/icons/Branch.vue
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 4.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm2.5-1a2.501 2.501 0 0 1-1.872 2.42A3.502 3.502 0 0 1 8.75 8.5h-1.5a2 2 0 0 0-1.965 1.626 2.501 2.501 0 1 1-1.535-.011v-4.23a2.501 2.501 0 1 1 1.5 0v1.742a3.484 3.484 0 0 1 2-.627h1.5a2 2 0 0 0 1.823-1.177A2.5 2.5 0 1 1 14 3.5Zm-8.5 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0-9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" /></svg>
|
|
3
|
+
</template>
|
package/icons/Car.vue
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M22 2a4 4 0 0 1 4 4v2.5h2.5a1.5 1.5 0 0 1 0 3h-1.839A7.99 7.99 0 0 1 30 18v10a2 2 0 1 1-4 0v-2H6v2a2 2 0 1 1-4 0V18a7.99 7.99 0 0 1 3.339-6.5H3.5a1.5 1.5 0 0 1 0-3H6V6a4 4 0 0 1 4-4zM10 13a5 5 0 0 0-5 5v5h3v-1a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1h3v-5a5 5 0 0 0-5-5zm0-8a1 1 0 0 0-1 1v4h14V6a1 1 0 0 0-1-1z" fill="currentColor"/></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><path d="M22 2a2 2 0 0 1 2 2v6.55l8 2.2v7.161a12 12 0 0 1-7.689 11.2L22 32l-2.311-.89A12 12 0 0 1 15.138 28H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm-7 13.036v4.875a9 9 0 0 0 5.767 8.4l1.233.474 1.233-.474A9 9 0 0 0 29 19.91v-4.875l-7-1.925zM5 25h8.134A12 12 0 0 1 12 19.911V12.75l9-2.476V5H5zm19.94-7.56a1.5 1.5 0 1 1 2.12 2.12l-5 5a1.5 1.5 0 0 1-2.12 0l-2-2a1.5 1.5 0 1 1 2.12-2.12l.94.939z" fill="currentColor"/></svg>
|
|
3
|
+
</template>
|
package/icons/Eye.vue
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<svg fill="currentColor" viewBox="0 0
|
|
2
|
+
<svg fill="currentColor" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 8s3-6 8-6 8 6 8 6-3 6-8 6-8-6-8-6Zm1.81.13A13.593 13.593 0 0 1 1.73 8l.082-.13c.326-.51.806-1.187 1.42-1.856C4.494 4.635 6.12 3.5 8 3.5c1.878 0 3.506 1.135 4.77 2.514A13.705 13.705 0 0 1 14.27 8a14.021 14.021 0 0 1-1.502 1.986C11.506 11.365 9.88 12.5 8 12.5c-1.878 0-3.506-1.135-4.77-2.514A13.703 13.703 0 0 1 1.81 8.13ZM11 8a3 3 0 1 1-2.117-2.868 1.5 1.5 0 1 0 1.985 1.985A3 3 0 0 1 11 8Z" /></svg>
|
|
3
3
|
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.34 1.22a.75.75 0 0 0-1.06 0L7.53 2.97 7 3.5l.53.53 1.75 1.75a.75.75 0 1 0 1.06-1.06l-.47-.47h.63c.69 0 1.25.56 1.25 1.25v4.614a2.501 2.501 0 1 0 1.5 0V5.5a2.75 2.75 0 0 0-2.75-2.75h-.63l.47-.47a.75.75 0 0 0 0-1.06ZM13.5 12.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-9 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm1.5 0a2.5 2.5 0 1 1-3.25-2.386V5.886a2.501 2.501 0 1 1 1.5 0v4.228A2.501 2.501 0 0 1 6 12.5Zm-1.5-9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" /></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><path d="M16 0c6.627 0 12 5.373 12 12 0 4.346-2.311 8.152-5.771 10.258L24 32l-8-2.68L8 32l1.77-9.742A11.99 11.99 0 0 1 4 12C4 5.373 9.373 0 16 0m-4.142 27.543 3.189-1.067.953-.32.953.32 3.188 1.067L19.497 24h-6.994zM16 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18m0 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12m0 3a3 3 0 1 0 0 6 3 3 0 0 0 0-6" fill="currentColor"/></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.78 3.28a.75.75 0 0 0-1.06-1.06L1.75 4.19l-.47-.47A.75.75 0 0 0 .22 4.78l1 1a.75.75 0 0 0 1.06 0l2.5-2.5ZM6 3.75A.75.75 0 0 1 6.75 3h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 6 3.75ZM6 8a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 6 8Zm.75 3.5a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-8.5Zm-1.97-1.28a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 1 1 1.06-1.06l.47.47 1.97-1.97a.75.75 0 0 1 1.06 0Z" /></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 3.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM8 11a3.001 3.001 0 0 0 2.905-2.25h1.845c.071.095.155.179.25.25v3.75a1.25 1.25 0 1 0 1.5 0V9a1.25 1.25 0 1 0-1.75-1.75h-1.845A3.005 3.005 0 0 0 8.75 5.095V3.25A1.25 1.25 0 1 0 7 1.5H3.25a1.25 1.25 0 1 0 0 1.5H7c.071.095.155.179.25.25v1.845A3.001 3.001 0 0 0 8 11Zm-5.75 4a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm7-1.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM3.5 8A1.25 1.25 0 1 1 1 8a1.25 1.25 0 0 1 2.5 0Z" /></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><g clip-path="url(#a)"><path d="M30.204 2.01A2 2 0 0 1 32 4v18l-.01.204a2 2 0 0 1-1.786 1.785L30 24h-8v3h2.5a1.5 1.5 0 0 1 0 3h-17a1.5 1.5 0 0 1 0-3H10v-3H2l-.204-.01A2 2 0 0 1 .01 22.203L0 22V4a2 2 0 0 1 1.796-1.99L2 2h28zM13 27h6v-3h-6zM3 21h26V5H3zm15.5-7a1.5 1.5 0 0 1 0 3h-11a1.5 1.5 0 0 1 0-3zm6-5a1.5 1.5 0 0 1 0 3h-17a1.5 1.5 0 0 1 0-3z" fill="currentColor"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><path d="M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0m0 3C8.82 3 3 8.82 3 16s5.82 13 13 13 13-5.82 13-13S23.18 3 16 3m-3 2.5a6 6 0 0 1 5.894 4.88 6 6 0 1 1 0 11.237A6 6 0 1 1 9.034 16 6 6 0 0 1 13 5.5m0 12a3 3 0 1 0 0 6 3 3 0 0 0 0-6m8-4.5a3 3 0 1 0 0 6 3 3 0 0 0 0-6m-8-4.5a3 3 0 0 0-.154 5.996L13 14.5l.154-.004A3 3 0 0 0 13 8.5" fill="currentColor"/></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><path d="M28.07 2.063a1.5 1.5 0 0 1 1.867 1.867l-7.5 25a1.501 1.501 0 0 1-2.711.36l-5.704-9.192-3.461 3.462a1.5 1.5 0 0 1-2.121-2.12l3.462-3.463-9.193-5.702a1.5 1.5 0 0 1 .36-2.711zM16.2 17.919l4.319 6.961 4.833-16.113zm-9.083-6.44 6.962 4.318 9.154-9.153z" fill="currentColor"/></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 6.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM12 8a3 3 0 1 0-2.905-3.75H1.75a.75.75 0 0 0 0 1.5h7.345A3.001 3.001 0 0 0 12 8Zm-6.5 3a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm1.405.75A3.001 3.001 0 0 1 1 11a3 3 0 0 1 5.905-.75h7.345a.75.75 0 0 1 0 1.5H6.905Z" /></svg>
|
|
3
|
+
</template>
|
package/icons/Repeat.vue
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.905.28A8 8 0 0 1 14.5 3.335V1.75a.75.75 0 0 1 1.5 0V6h-4.25a.75.75 0 0 1 0-1.5h1.727a6.5 6.5 0 1 0 .526 5.994.75.75 0 1 1 1.385.575A8 8 0 1 1 5.905.279Z" /></svg>
|
|
3
|
+
</template>
|
package/icons/TanukiAi.vue
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<svg
|
|
2
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.377.266a.4.4 0 0 0-.754 0l-.291.823a.4.4 0 0 1-.243.243l-.823.291a.4.4 0 0 0 0 .754l.823.291a.4.4 0 0 1 .243.243l.291.823a.4.4 0 0 0 .754 0l.291-.823a.4.4 0 0 1 .243-.243l.823-.291a.4.4 0 0 0 0-.754l-.823-.291a.4.4 0 0 1-.243-.243L2.377.266Zm12.018 6.602-.014-.038-.55-1.44-.172.53-.337 1.035H6.678L6.342 5.92l-.172-.528-.551 1.445-.004.01-.004.01-.012.03a1.557 1.557 0 0 0 .512 1.78l.001.001.003.003.01.008.01.008.004.002 2.474 1.862.005.004 1.232.935.148.112.146-.112 1.233-.935.006-.004 2.49-1.873.006-.004.009-.006a1.558 1.558 0 0 0 .51-1.79l-.003-.009Zm.391 3-2.502 1.88-1.233.936-.748.569a.505.505 0 0 1-.61 0l-.75-.569-1.232-.935-2.485-1.87-.013-.011-.007-.005A3.057 3.057 0 0 1 4.2 6.343l.017-.042L5.431 3.12l.068-.178.043-.114.173-.453.017-.045.118-.308a.425.425 0 0 1 .356-.27.43.43 0 0 1 .46.314l.099.305.004.013.193.594.06.181.746 2.296h4.464l.747-2.296.06-.18.193-.595.004-.013.099-.305a.433.433 0 0 1 .648-.248.43.43 0 0 1 .168.204l.116.305.019.048.171.45.045.117.068.177L15.784 6.3l.016.044a3.057 3.057 0 0 1-1.007 3.518l-.007.006ZM3.03 11.333a.5.5 0 0 1 .942 0l.364 1.028a.5.5 0 0 0 .304.304l1.028.364a.5.5 0 0 1 0 .942l-1.028.364a.5.5 0 0 0-.304.304l-.364 1.028a.5.5 0 0 1-.942 0l-.364-1.028a.5.5 0 0 0-.304-.304l-1.028-.364a.5.5 0 0 1 0-.942l1.028-.364a.5.5 0 0 0 .304-.304l.364-1.028Z" fill="currentColor"/></svg>
|
|
3
3
|
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m14 6-1.5-1.5-3.44-3.44L8 0 6.94 1.06 3.5 4.5 2 6h3v7h6V6h3ZM8 2.121 10.379 4.5H9.5v7h-3v-7h-.879L8 2.121ZM5.75 14.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Z" /></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><g clip-path="url(#clip0_1465_10323)"><path d="M24.8172 2.00586C25.5633 2.06204 26.2214 2.53206 26.5125 3.23047L31.7693 15.8457C32.567 17.7601 31.2289 19.8648 29.1981 19.9941L28.9998 20H2.99982V21.5C2.99982 21.7761 3.22374 21.9999 3.49982 22H27.4998C28.3282 22 28.9998 22.6716 28.9998 23.5C28.9998 24.3284 28.3282 25 27.4998 25H6.99982V26.5C6.99982 26.7761 7.22375 26.9999 7.49982 27H24.4998C25.3282 27 25.9998 27.6716 25.9998 28.5C25.9998 29.3284 25.3282 30 24.4998 30H7.49982C5.56689 29.9999 3.99982 28.4329 3.99982 26.5V25H3.49982C1.56689 24.9999 -0.000183105 23.4329 -0.000183105 21.5V17.1465C-0.0212138 16.7198 0.0502111 16.2779 0.230286 15.8457L5.48712 3.23047C5.79767 2.48549 6.52572 2.00019 7.33282 2H24.6668L24.8172 2.00586ZM2.99982 17H28.9998L23.9998 5H7.99982L2.99982 17Z" fill="currentColor"/></g><defs><clipPath id="clip0_1465_10323"><rect width="32" height="32" fill="white"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
package/icons/index.ts
CHANGED
|
@@ -41,6 +41,7 @@ export { default as Book } from './Book.vue';
|
|
|
41
41
|
export { default as BookAlt } from './BookAlt.vue';
|
|
42
42
|
export { default as Bookmark } from './Bookmark.vue';
|
|
43
43
|
export { default as Booth } from './Booth.vue';
|
|
44
|
+
export { default as Branch } from './Branch.vue';
|
|
44
45
|
export { default as BranchCircle } from './BranchCircle.vue';
|
|
45
46
|
export { default as Bug } from './Bug.vue';
|
|
46
47
|
export { default as Build } from './Build.vue';
|
|
@@ -53,6 +54,7 @@ export { default as CalendarAlt2 } from './CalendarAlt2.vue';
|
|
|
53
54
|
export { default as CalendarAlt3 } from './CalendarAlt3.vue';
|
|
54
55
|
export { default as CalendarCheck } from './CalendarCheck.vue';
|
|
55
56
|
export { default as Camera } from './Camera.vue';
|
|
57
|
+
export { default as Car } from './Car.vue';
|
|
56
58
|
export { default as CaseStudy } from './CaseStudy.vue';
|
|
57
59
|
export { default as CaseStudyAlt } from './CaseStudyAlt.vue';
|
|
58
60
|
export { default as ChartGraph } from './ChartGraph.vue';
|
|
@@ -110,6 +112,7 @@ export { default as CollaborationLink } from './CollaborationLink.vue';
|
|
|
110
112
|
export { default as Community } from './Community.vue';
|
|
111
113
|
export { default as CommunityAlt } from './CommunityAlt.vue';
|
|
112
114
|
export { default as CommunityAlt2 } from './CommunityAlt2.vue';
|
|
115
|
+
export { default as Compliance } from './Compliance.vue';
|
|
113
116
|
export { default as ComplianceAndSecurity } from './ComplianceAndSecurity.vue';
|
|
114
117
|
export { default as ComplianceThin } from './ComplianceThin.vue';
|
|
115
118
|
export { default as Computer } from './Computer.vue';
|
|
@@ -181,6 +184,7 @@ export { default as FolderCog } from './FolderCog.vue';
|
|
|
181
184
|
export { default as FutureRoles } from './FutureRoles.vue';
|
|
182
185
|
export { default as Gear } from './Gear.vue';
|
|
183
186
|
export { default as GetInTouch } from './GetInTouch.vue';
|
|
187
|
+
export { default as GitMerge } from './GitMerge.vue';
|
|
184
188
|
export { default as Gitlab } from './Gitlab.vue';
|
|
185
189
|
export { default as GitlabCd } from './GitlabCd.vue';
|
|
186
190
|
export { default as GitlabCloud } from './GitlabCloud.vue';
|
|
@@ -222,9 +226,11 @@ export { default as Learn } from './Learn.vue';
|
|
|
222
226
|
export { default as LessRisk } from './LessRisk.vue';
|
|
223
227
|
export { default as LessRiskAlt } from './LessRiskAlt.vue';
|
|
224
228
|
export { default as LevelUpAlt } from './LevelUpAlt.vue';
|
|
229
|
+
export { default as License } from './License.vue';
|
|
225
230
|
export { default as Linkedin } from './Linkedin.vue';
|
|
226
231
|
export { default as LinkedinCircle } from './LinkedinCircle.vue';
|
|
227
232
|
export { default as ListBulleted } from './ListBulleted.vue';
|
|
233
|
+
export { default as ListTask } from './ListTask.vue';
|
|
228
234
|
export { default as LocalizationPerson } from './LocalizationPerson.vue';
|
|
229
235
|
export { default as LockAlt } from './LockAlt.vue';
|
|
230
236
|
export { default as LockAlt2 } from './LockAlt2.vue';
|
|
@@ -235,6 +241,7 @@ export { default as LockClose } from './LockClose.vue';
|
|
|
235
241
|
export { default as LockCog } from './LockCog.vue';
|
|
236
242
|
export { default as LockOpen } from './LockOpen.vue';
|
|
237
243
|
export { default as LockUser } from './LockUser.vue';
|
|
244
|
+
export { default as MachineLearning } from './MachineLearning.vue';
|
|
238
245
|
export { default as MagnifyingGlass } from './MagnifyingGlass.vue';
|
|
239
246
|
export { default as MagnifyingGlassCode } from './MagnifyingGlassCode.vue';
|
|
240
247
|
export { default as MagnifyingGlassEye } from './MagnifyingGlassEye.vue';
|
|
@@ -263,6 +270,7 @@ export { default as MonitorGitlab } from './MonitorGitlab.vue';
|
|
|
263
270
|
export { default as MonitorGraph } from './MonitorGraph.vue';
|
|
264
271
|
export { default as MonitorLight } from './MonitorLight.vue';
|
|
265
272
|
export { default as MonitorLines } from './MonitorLines.vue';
|
|
273
|
+
export { default as MonitorLinesAlt } from './MonitorLinesAlt.vue';
|
|
266
274
|
export { default as MonitorPipeline } from './MonitorPipeline.vue';
|
|
267
275
|
export { default as MonitorTest } from './MonitorTest.vue';
|
|
268
276
|
export { default as MonitorTest2 } from './MonitorTest2.vue';
|
|
@@ -273,6 +281,7 @@ export { default as Notification } from './Notification.vue';
|
|
|
273
281
|
export { default as OpenBook } from './OpenBook.vue';
|
|
274
282
|
export { default as OpenSource } from './OpenSource.vue';
|
|
275
283
|
export { default as OpenSourceAlt } from './OpenSourceAlt.vue';
|
|
284
|
+
export { default as Organization } from './Organization.vue';
|
|
276
285
|
export { default as Package } from './Package.vue';
|
|
277
286
|
export { default as PackageAlt } from './PackageAlt.vue';
|
|
278
287
|
export { default as PackageAlt2 } from './PackageAlt2.vue';
|
|
@@ -280,6 +289,7 @@ export { default as PackageLight } from './PackageLight.vue';
|
|
|
280
289
|
export { default as PackageLines } from './PackageLines.vue';
|
|
281
290
|
export { default as PadlockClosed } from './PadlockClosed.vue';
|
|
282
291
|
export { default as PaperAirplane } from './PaperAirplane.vue';
|
|
292
|
+
export { default as PaperAirplaneAlt } from './PaperAirplaneAlt.vue';
|
|
283
293
|
export { default as Partners } from './Partners.vue';
|
|
284
294
|
export { default as Pencil } from './Pencil.vue';
|
|
285
295
|
export { default as PencilCode } from './PencilCode.vue';
|
|
@@ -304,6 +314,7 @@ export { default as PlayCircleOutline } from './PlayCircleOutline.vue';
|
|
|
304
314
|
export { default as Plus } from './Plus.vue';
|
|
305
315
|
export { default as Podcast } from './Podcast.vue';
|
|
306
316
|
export { default as PodcastAlt } from './PodcastAlt.vue';
|
|
317
|
+
export { default as Preferences } from './Preferences.vue';
|
|
307
318
|
export { default as PricingPlans } from './PricingPlans.vue';
|
|
308
319
|
export { default as PricingPlansBold } from './PricingPlansBold.vue';
|
|
309
320
|
export { default as Principles } from './Principles.vue';
|
|
@@ -330,6 +341,7 @@ export { default as RemoteWorkThin } from './RemoteWorkThin.vue';
|
|
|
330
341
|
export { default as RemoteWorld } from './RemoteWorld.vue';
|
|
331
342
|
export { default as RemoteWorldAlt } from './RemoteWorldAlt.vue';
|
|
332
343
|
export { default as RemoteWorldThin } from './RemoteWorldThin.vue';
|
|
344
|
+
export { default as Repeat } from './Repeat.vue';
|
|
333
345
|
export { default as Repo } from './Repo.vue';
|
|
334
346
|
export { default as RepoCode } from './RepoCode.vue';
|
|
335
347
|
export { default as Report } from './Report.vue';
|
|
@@ -395,6 +407,7 @@ export { default as Topics } from './Topics.vue';
|
|
|
395
407
|
export { default as Trending } from './Trending.vue';
|
|
396
408
|
export { default as TwitterCircle } from './TwitterCircle.vue';
|
|
397
409
|
export { default as TwitterX } from './TwitterX.vue';
|
|
410
|
+
export { default as Upgrade } from './Upgrade.vue';
|
|
398
411
|
export { default as User } from './User.vue';
|
|
399
412
|
export { default as UserAlt } from './UserAlt.vue';
|
|
400
413
|
export { default as UserChat } from './UserChat.vue';
|
|
@@ -424,4 +437,5 @@ export { default as Webcast } from './Webcast.vue';
|
|
|
424
437
|
export { default as WebcastAlt } from './WebcastAlt.vue';
|
|
425
438
|
export { default as Weight } from './Weight.vue';
|
|
426
439
|
export { default as Whitepapers } from './Whitepapers.vue';
|
|
440
|
+
export { default as WorkItemEpic } from './WorkItemEpic.vue';
|
|
427
441
|
export { default as World } from './World.vue';
|
package/icons.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ declare module 'slippers-ui/icons' {
|
|
|
50
50
|
export const BookAlt: IconComponent;
|
|
51
51
|
export const Bookmark: IconComponent;
|
|
52
52
|
export const Booth: IconComponent;
|
|
53
|
+
export const Branch: IconComponent;
|
|
53
54
|
export const BranchCircle: IconComponent;
|
|
54
55
|
export const Bug: IconComponent;
|
|
55
56
|
export const Build: IconComponent;
|
|
@@ -62,6 +63,7 @@ declare module 'slippers-ui/icons' {
|
|
|
62
63
|
export const CalendarAlt3: IconComponent;
|
|
63
64
|
export const CalendarCheck: IconComponent;
|
|
64
65
|
export const Camera: IconComponent;
|
|
66
|
+
export const Car: IconComponent;
|
|
65
67
|
export const CaseStudy: IconComponent;
|
|
66
68
|
export const CaseStudyAlt: IconComponent;
|
|
67
69
|
export const ChartGraph: IconComponent;
|
|
@@ -119,6 +121,7 @@ declare module 'slippers-ui/icons' {
|
|
|
119
121
|
export const Community: IconComponent;
|
|
120
122
|
export const CommunityAlt: IconComponent;
|
|
121
123
|
export const CommunityAlt2: IconComponent;
|
|
124
|
+
export const Compliance: IconComponent;
|
|
122
125
|
export const ComplianceAndSecurity: IconComponent;
|
|
123
126
|
export const ComplianceThin: IconComponent;
|
|
124
127
|
export const Computer: IconComponent;
|
|
@@ -190,6 +193,7 @@ declare module 'slippers-ui/icons' {
|
|
|
190
193
|
export const FutureRoles: IconComponent;
|
|
191
194
|
export const Gear: IconComponent;
|
|
192
195
|
export const GetInTouch: IconComponent;
|
|
196
|
+
export const GitMerge: IconComponent;
|
|
193
197
|
export const Gitlab: IconComponent;
|
|
194
198
|
export const GitlabCd: IconComponent;
|
|
195
199
|
export const GitlabCloud: IconComponent;
|
|
@@ -231,9 +235,11 @@ declare module 'slippers-ui/icons' {
|
|
|
231
235
|
export const LessRisk: IconComponent;
|
|
232
236
|
export const LessRiskAlt: IconComponent;
|
|
233
237
|
export const LevelUpAlt: IconComponent;
|
|
238
|
+
export const License: IconComponent;
|
|
234
239
|
export const Linkedin: IconComponent;
|
|
235
240
|
export const LinkedinCircle: IconComponent;
|
|
236
241
|
export const ListBulleted: IconComponent;
|
|
242
|
+
export const ListTask: IconComponent;
|
|
237
243
|
export const LocalizationPerson: IconComponent;
|
|
238
244
|
export const LockAlt: IconComponent;
|
|
239
245
|
export const LockAlt2: IconComponent;
|
|
@@ -244,6 +250,7 @@ declare module 'slippers-ui/icons' {
|
|
|
244
250
|
export const LockCog: IconComponent;
|
|
245
251
|
export const LockOpen: IconComponent;
|
|
246
252
|
export const LockUser: IconComponent;
|
|
253
|
+
export const MachineLearning: IconComponent;
|
|
247
254
|
export const MagnifyingGlass: IconComponent;
|
|
248
255
|
export const MagnifyingGlassCode: IconComponent;
|
|
249
256
|
export const MagnifyingGlassEye: IconComponent;
|
|
@@ -272,6 +279,7 @@ declare module 'slippers-ui/icons' {
|
|
|
272
279
|
export const MonitorGraph: IconComponent;
|
|
273
280
|
export const MonitorLight: IconComponent;
|
|
274
281
|
export const MonitorLines: IconComponent;
|
|
282
|
+
export const MonitorLinesAlt: IconComponent;
|
|
275
283
|
export const MonitorPipeline: IconComponent;
|
|
276
284
|
export const MonitorTest: IconComponent;
|
|
277
285
|
export const MonitorTest2: IconComponent;
|
|
@@ -282,6 +290,7 @@ declare module 'slippers-ui/icons' {
|
|
|
282
290
|
export const OpenBook: IconComponent;
|
|
283
291
|
export const OpenSource: IconComponent;
|
|
284
292
|
export const OpenSourceAlt: IconComponent;
|
|
293
|
+
export const Organization: IconComponent;
|
|
285
294
|
export const Package: IconComponent;
|
|
286
295
|
export const PackageAlt: IconComponent;
|
|
287
296
|
export const PackageAlt2: IconComponent;
|
|
@@ -289,6 +298,7 @@ declare module 'slippers-ui/icons' {
|
|
|
289
298
|
export const PackageLines: IconComponent;
|
|
290
299
|
export const PadlockClosed: IconComponent;
|
|
291
300
|
export const PaperAirplane: IconComponent;
|
|
301
|
+
export const PaperAirplaneAlt: IconComponent;
|
|
292
302
|
export const Partners: IconComponent;
|
|
293
303
|
export const Pencil: IconComponent;
|
|
294
304
|
export const PencilCode: IconComponent;
|
|
@@ -313,6 +323,7 @@ declare module 'slippers-ui/icons' {
|
|
|
313
323
|
export const Plus: IconComponent;
|
|
314
324
|
export const Podcast: IconComponent;
|
|
315
325
|
export const PodcastAlt: IconComponent;
|
|
326
|
+
export const Preferences: IconComponent;
|
|
316
327
|
export const PricingPlans: IconComponent;
|
|
317
328
|
export const PricingPlansBold: IconComponent;
|
|
318
329
|
export const Principles: IconComponent;
|
|
@@ -339,6 +350,7 @@ declare module 'slippers-ui/icons' {
|
|
|
339
350
|
export const RemoteWorld: IconComponent;
|
|
340
351
|
export const RemoteWorldAlt: IconComponent;
|
|
341
352
|
export const RemoteWorldThin: IconComponent;
|
|
353
|
+
export const Repeat: IconComponent;
|
|
342
354
|
export const Repo: IconComponent;
|
|
343
355
|
export const RepoCode: IconComponent;
|
|
344
356
|
export const Report: IconComponent;
|
|
@@ -404,6 +416,7 @@ declare module 'slippers-ui/icons' {
|
|
|
404
416
|
export const Trending: IconComponent;
|
|
405
417
|
export const TwitterCircle: IconComponent;
|
|
406
418
|
export const TwitterX: IconComponent;
|
|
419
|
+
export const Upgrade: IconComponent;
|
|
407
420
|
export const User: IconComponent;
|
|
408
421
|
export const UserAlt: IconComponent;
|
|
409
422
|
export const UserChat: IconComponent;
|
|
@@ -433,5 +446,6 @@ declare module 'slippers-ui/icons' {
|
|
|
433
446
|
export const WebcastAlt: IconComponent;
|
|
434
447
|
export const Weight: IconComponent;
|
|
435
448
|
export const Whitepapers: IconComponent;
|
|
449
|
+
export const WorkItemEpic: IconComponent;
|
|
436
450
|
export const World: IconComponent;
|
|
437
451
|
}
|