init
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
xU<>Kk<4B>0<10>{<7B><>Lv<><76>(<28><12><><EFBFBD>c<EFBFBD>=<3D>`<60>^! I).F<><46>2r<32>8V<>|<7C><><EFBFBD><08><><EFBFBD><EFBFBD>ᮿ<EFBFBD><E1AEBF>
|
||||
Jb<EFBFBD>I<><49>e'(S<>G<EFBFBD>)Z%<25>ôtK<08>$Q<><51><EFBFBD>^x<>
|
||||
<EFBFBD><02>C<EFBFBD><43><EFBFBD>"<22><>l<>C
|
||||
@@ -0,0 +1,20 @@
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: "FaceSmileBIcon",
|
||||
};
|
||||
</script>
|
||||
<script setup lang="ts">
|
||||
import LayIcon from "../component/icon/index";
|
||||
|
||||
const props = defineProps<{
|
||||
color?: string;
|
||||
size?: string;
|
||||
}>();
|
||||
</script>
|
||||
<template>
|
||||
<lay-icon
|
||||
:color="props.color"
|
||||
:size="props.size"
|
||||
type="layui-icon-face-smile-b"
|
||||
/>
|
||||
</template>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,16 @@
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: "WaterIcon",
|
||||
};
|
||||
</script>
|
||||
<script setup lang="ts">
|
||||
import LayIcon from "../component/icon/index";
|
||||
|
||||
const props = defineProps<{
|
||||
color?: string;
|
||||
size?: string;
|
||||
}>();
|
||||
</script>
|
||||
<template>
|
||||
<lay-icon :color="props.color" :size="props.size" type="layui-icon-water" />
|
||||
</template>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
xU<>1
|
||||
1E<><45>Sj)b<>-l--<2D>@f<><66><EFBFBD>8#<23><>"<22>w7<77>"<22><><EFBFBD>><3E>Ř<EFBFBD><C598><EFBFBD><02><>y<EFBFBD><79>A<EFBFBD><41>N<EFBFBD>5<>R<EFBFBD><04><><EFBFBD>I<EFBFBD>4<EFBFBD>zt<7A>6<EFBFBD>@l&<26>JO*ճ<><D5B3><EFBFBD>L<>@:^>#<23><05><>R<EFBFBD><52><EFBFBD>M.G<1A><><EFBFBD><EFBFBD><EFBFBD>
|
||||
<EFBFBD><EFBFBD>A$4<>
|
||||
Binary file not shown.
Reference in New Issue
Block a user