mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 05:15:54 +00:00
6 lines
127 B
Vue
6 lines
127 B
Vue
|
<template functional>
|
||
|
<figure
|
||
|
:class="`${props.data.icon||'ffz-i-zreknarf'}`"
|
||
|
:style="{color:props.color}"
|
||
|
/>
|
||
|
</template>
|