@iconify-vue/ooui 1.0.2 → 1.0.3
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/components/u/user-blocked.vue +11 -0
- package/css/d/d23icqb.css +4 -0
- package/css/j/j2nn3abe.css +5 -0
- package/iconify.json +3 -3
- package/package.json +5 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/d/d23icqb.css';
|
|
4
|
+
import '../../css/j/j2nn3abe.css';
|
|
5
|
+
|
|
6
|
+
const props = defineProps(["width","height"]);
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":20,"height":20};
|
|
9
|
+
const content = `<path class="d23icqb"/><path class="j2nn3abe"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="ooui:user-blocked" /></template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.j2nn3abe {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
fill-rule: evenodd;
|
|
4
|
+
d: path("M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10S4.477 0 10 0M4.71 16A7.97 7.97 0 0 0 10 18c1.062 0 2.074-.21 3.001-.585L11.586 16zM10 2a7.99 7.99 0 0 0-6.395 3.191l11.203 11.203A8 8 0 0 0 10 2M2.584 6.998A8 8 0 0 0 2 10a7.97 7.97 0 0 0 2.474 5.781v-1.976c0-.902.587-2.086 2.07-2.846z");
|
|
5
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "ooui",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "OOUI",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "0.53.
|
|
5
|
+
"total": 371,
|
|
6
|
+
"version": "0.53.1",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "OOUI Team",
|
|
9
9
|
"url": "https://github.com/wikimedia/oojs-ui"
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1772603120
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/ooui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/ooui/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -1370,6 +1370,10 @@
|
|
|
1370
1370
|
"types": "./types/dd0bq22g.d.ts",
|
|
1371
1371
|
"default": "./components/u/user-avatar-outline.vue"
|
|
1372
1372
|
},
|
|
1373
|
+
"./user-blocked": {
|
|
1374
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1375
|
+
"default": "./components/u/user-blocked.vue"
|
|
1376
|
+
},
|
|
1373
1377
|
"./user-contributions-ltr": {
|
|
1374
1378
|
"types": "./types/dd0bq22g.d.ts",
|
|
1375
1379
|
"default": "./components/u/user-contributions-ltr.vue"
|