Files
2026-02-07 23:14:57 +08:00

1 line
378 B
Plaintext

<text style="color: {{color}}; font-size: {{(size || c_size) + (unit || c_unit)}}; font-weight:{{fontWeight}}" class="fui-icon {{!color && !primary?'fui-icon__color':''}} {{primary && !color?'fui-icon__active-color':''}} {{customPrefix && customPrefix!==true?customPrefix:''}} {{customPrefix && customPrefix!==true?name:''}}" bindtap="handleClick">{{ icons[name] || '' }}</text>