@iconify-vue/hugeicons 1.0.3 → 1.0.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/components/s/security-validation.vue +3 -3
- package/css/q/qlu0uf.css +4 -0
- package/css/s/sb7awi.css +3 -0
- package/iconify.json +1 -1
- package/package.json +1 -1
- package/css/p/pcoupg.css +0 -4
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/q/qrdeal.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
4
|
+
import '../../css/q/qlu0uf.css';
|
|
5
|
+
import '../../css/s/sb7awi.css';
|
|
6
6
|
import '../../css/u/uebd-hbi.css';
|
|
7
7
|
|
|
8
8
|
const props = defineProps(["width","height"]);
|
|
9
9
|
|
|
10
10
|
const viewBox = {"width":24,"height":24};
|
|
11
|
-
const content = `<g class="qrdeal"><path class="
|
|
11
|
+
const content = `<g class="qrdeal"><path class="qlu0uf"/><path class="sb7awi"/><path class="uebd-hbi"/></g>`;
|
|
12
12
|
</script>
|
|
13
13
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:security-validation" /></template>
|
package/css/q/qlu0uf.css
ADDED
package/css/s/sb7awi.css
ADDED
package/iconify.json
CHANGED
package/package.json
CHANGED
package/css/p/pcoupg.css
DELETED