slippers-ui 3.1.49-alpha.1 → 3.1.50
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/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m16 .776.027-.803-.803.027-1.309.046A10.75 10.75 0 0 0 5.753 4.25H3.667A2.75 2.75 0 0 0 .962 6.504l-.8 4.36L0 11.75h2.69l1.56 1.56V16l.885-.162 4.36-.8a2.75 2.75 0 0 0 2.255-2.705v-2.086a10.75 10.75 0 0 0 4.204-8.162L16 .775ZM9.348 9.988l-4.2 2.1-1.235-1.236 2.1-4.2a9.25 9.25 0 0 1 7.954-5.107l.506-.018-.018.506a9.25 9.25 0 0 1-5.107 7.955ZM5.75 14.2v-.736l4.268-2.135.232-.116v1.12a1.25 1.25 0 0 1-1.025 1.23L5.75 14.2Zm-3.214-3.95 2.135-4.268.115-.232h-1.12a1.25 1.25 0 0 0-1.229 1.025L1.8 10.25h.736ZM10.5 6a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM12 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" fill="currentColor"/></svg>
|
|
3
|
-
|
|
4
3
|
</template>
|
package/icons/index.ts
CHANGED
|
@@ -191,7 +191,7 @@ export { default as GitlabPipeline } from './GitlabPipeline.vue';
|
|
|
191
191
|
export { default as GitlabPipelineAlt } from './GitlabPipelineAlt.vue';
|
|
192
192
|
export { default as GitlabRelease } from './GitlabRelease.vue';
|
|
193
193
|
export { default as GitlabRocket } from './GitlabRocket.vue';
|
|
194
|
-
export { default as
|
|
194
|
+
export { default as GitlabRocketAlt } from './GitlabRocketAlt.vue';
|
|
195
195
|
export { default as GitlabVerticalSpace } from './GitlabVerticalSpace.vue';
|
|
196
196
|
export { default as Globe } from './Globe.vue';
|
|
197
197
|
export { default as GoBack } from './GoBack.vue';
|
package/icons.d.ts
CHANGED
|
@@ -200,7 +200,7 @@ declare module 'slippers-ui/icons' {
|
|
|
200
200
|
export const GitlabPipelineAlt: IconComponent;
|
|
201
201
|
export const GitlabRelease: IconComponent;
|
|
202
202
|
export const GitlabRocket: IconComponent;
|
|
203
|
-
export const
|
|
203
|
+
export const GitlabRocketAlt: IconComponent;
|
|
204
204
|
export const GitlabVerticalSpace: IconComponent;
|
|
205
205
|
export const Globe: IconComponent;
|
|
206
206
|
export const GoBack: IconComponent;
|