init
This commit is contained in:
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -0,0 +1,16 @@
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: "SetIcon",
|
||||
};
|
||||
</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-set" />
|
||||
</template>
|
||||
@@ -0,0 +1,20 @@
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: "FindFillIcon",
|
||||
};
|
||||
</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-find-fill"
|
||||
/>
|
||||
</template>
|
||||
@@ -0,0 +1,4 @@
|
||||
xM<><4D>j<EFBFBD>0<0C>w<EFBFBD>S<08>C
|
||||
k<EFBFBD>`<60><><EFBFBD><EFBFBD>;<3B>]Ǡn<C7A0><14>c<1B><>Z<EFBFBD><5A><EFBFBD>T<EFBFBD><54><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>{xy}~<7E><><EFBFBD>&$<24><>j<>H*<2A><><EFBFBD>c<EFBFBD>;=<3D><01>t<EFBFBD>%<25>7}<7D><><EFBFBD><EFBFBD>I<EFBFBD>Q<><51>I%ĝA<C49D><41>0'<27>><3E>.<2E><>> [<18><><EFBFBD>yPnĭ/Wk<57>Z<<3C>,q<><71><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
<02><>G(<28><><EFBFBD><EFBFBD>m <09><>q<07>7<>{<7B>1
|
||||
<EFBFBD>xG B~[_W0<0E>duG<75>b<EFBFBD>
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user