@iconify-vue/ooui 1.0.8 → 1.0.9
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.
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/j/j2b68bbvm.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":20,"height":20};
|
|
8
|
+
const content = `<path class="j2b68bbvm"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="ooui:help-notice-filled-ltr" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/a/auypmabvh.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":20,"height":20};
|
|
8
|
+
const content = `<path class="auypmabvh"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="ooui:help-notice-filled-rtl" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.auypmabvh {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M10 1a9 9 0 1 0 0 18a9 9 0 0 0 0-18m1 12.5v2H9v-2zm-1-9c1.025 0 1.79.526 2.267 1.114C12.72 6.173 13 6.89 13 7.5h-2c0-.07-.066-.354-.286-.625c-.196-.242-.432-.375-.714-.375a.9.9 0 0 0-.736.342A1.15 1.15 0 0 0 9 7.5c0 .32.076.508.158.638c.092.145.23.278.442.437c.114.086.21.152.35.251c.122.088.273.199.413.327c.291.267.637.702.637 1.347v1H9v-.883a3 3 0 0 0-.215-.166c-.095-.068-.249-.175-.385-.276c-.287-.216-.65-.521-.933-.969C7.174 8.742 7 8.181 7 7.5c0-.627.245-1.35.717-1.926A2.9 2.9 0 0 1 10 4.5");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.j2b68bbvm {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M10 1a9 9 0 1 1 0 18a9 9 0 0 1 0-18M9 13.5v2h2v-2zm1-9c-1.025 0-1.79.526-2.267 1.114C7.28 6.173 7 6.89 7 7.5h2c0-.07.066-.354.286-.625c.196-.242.432-.375.714-.375c.345 0 .572.142.736.342c.188.229.264.506.264.658c0 .32-.076.508-.158.638c-.092.145-.23.278-.442.437c-.114.086-.21.152-.35.251a4 4 0 0 0-.413.327C9.346 9.42 9 9.855 9 10.5v1h2v-.883c.046-.041.112-.092.215-.166c.095-.068.249-.175.385-.276c.287-.216.65-.521.933-.969c.293-.464.467-1.025.467-1.706c0-.627-.245-1.35-.717-1.926A2.9 2.9 0 0 0 10 4.5");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "ooui",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "OOUI",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 419,
|
|
6
6
|
"version": "0.54.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "OOUI Team",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1783227655
|
|
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.9",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/ooui/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -522,6 +522,14 @@
|
|
|
522
522
|
"types": "./types/dd0bq22g.d.ts",
|
|
523
523
|
"default": "./components/h/help-ltr.vue"
|
|
524
524
|
},
|
|
525
|
+
"./help-notice-filled-ltr": {
|
|
526
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
527
|
+
"default": "./components/h/help-notice-filled-ltr.vue"
|
|
528
|
+
},
|
|
529
|
+
"./help-notice-filled-rtl": {
|
|
530
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
531
|
+
"default": "./components/h/help-notice-filled-rtl.vue"
|
|
532
|
+
},
|
|
525
533
|
"./help-notice-ltr": {
|
|
526
534
|
"types": "./types/dd0bq22g.d.ts",
|
|
527
535
|
"default": "./components/h/help-notice-ltr.vue"
|