简体中文
Appearance
微信、支付宝、抖音不能像浏览器那样直接吃 SVG。继续把 Iconify JSON 当源,渲染用 CSS mask + currentColor。
currentColor
<view class="i-brand-arrow-left text-primary text-24px"></view>
class 名和 Web 一样,颜色跟文字走。不要从这套管线再出 iconfont。为什么用 mask 而不是 webfont 或 <use>,见图标方案。
<use>