UNPKG

hth-icon-font

Version:

海投汇官网项目图标库

94 lines (92 loc) 3.84 kB
var fontList = [ { title: 'logo', icon: 'logo' }, { title: '手机', icon: 'phone' }, { title: '公告', icon: 'bulletin' }, { title: '默认头像', icon: 'avatar' }, { title: '我的投资', icon: 'investment' }, { title: '平台奖励', icon: 'reward' }, { title: '我的借款', icon: 'loan' }, { title: '我的账户', icon: 'account' }, { title: '账户设置', icon: 'set' }, { title: '已过期', icon: 'mark-expired' }, { title: '已使用', icon: 'mark-used' }, { title: '已到账', icon: 'mark-arrived' }, { title: '成功', icon: 'mark-success' }, { title: '自动投标中', icon: 'mark-auto-tender' }, { title: '退出处理中', icon: 'mark-quit-process' }, { title: '待收款', icon: 'collect-money' }, { title: '数字1', icon: 'number-one' }, { title: '数字2', icon: 'number-two' }, { title: '数字3', icon: 'number-three' }, { title: '数字4', icon: 'number-four' }, { title: '数字5', icon: 'number-five' }, { title: '数字6', icon: 'number-six' }, { title: '数字7', icon: 'number-seven' }, { title: '数字8', icon: 'number-eight' }, { title: '数字9', icon: 'number-nine' }, { title: '修改', icon: 'edit' }, { title: '修改-线性', icon: 'edit-outline' }, { title: '眼睛', icon: 'eye' }, { title: '闭眼', icon: 'eye-close' }, { title: '向下箭头', icon: 'arrow-down' }, { title: '向右箭头', icon: 'arrow-right' }, { title: '向上箭头', icon: 'arrow-up' }, { title: '向左箭头', icon: 'arrow-left' }, { title: '左', icon: 'left' }, { title: '右', icon: 'right' }, { title: '向下-带圆', icon: 'round-bottom' }, { title: '向左-带圆', icon: 'round-left' }, { title: '向上-带圆', icon: 'round-top' }, { title: '向右-带圆', icon: 'round-right' }, { title: '向上-带圆', icon: 'round-top' }, { title: '圆点', icon: 'dot' }, { title: '加', icon: 'plus-outline' }, { title: '减', icon: 'minus-outline' }, { title: '圆环', icon: 'round' }, { title: '关闭', icon: 'close-empty' }, { title: '确认', icon: 'check-mark' }, { title: '用户', icon: 'user' }, { title: '银行卡', icon: 'bank-card' }, { title: '平台奖励', icon: 'money-bag' }, { title: '预约处理中', icon: 'mark-reserve-exit' }, { title: '查看详情', icon: 'details' }, { title: '右', icon: 'right-01' }, { title: '下', icon: 'bottom-01' }, { title: '左', icon: 'left-01' }, { title: '上', icon: 'top-01' }, { title: '提示', icon: 'prompt' }, { title: '风险测评', icon: 'edit-round' }, { title: '疑问', icon: 'doubt' }, { title: '公告-通知', icon: 'speaker' }, { title: '提示-警告', icon: 'warn' }, { title: 'subway', icon: 'subway' }, { title: 'bus', icon: 'bus' }, { title: 'address', icon: 'address' }, { title: 'arrow-phone', icon: 'arrow-phone' }, { title: 'email', icon: 'email' }, { title: 'www', icon: 'www' }, { title: 'logo-01', icon: 'logo-01' }, { title: 'summary', icon: 'summary' }, { title: 'measure', icon: 'measure' }, { title: 'vouch-details', icon: 'vouch-details' }, { title: 'round-ok', icon: 'round-ok' }, { title: 'home', icon: 'home' }, { title: 'phone-01', icon: 'phone-01' }, { title: 'prompt-i', icon: 'prompt-i' }, { title: 'img', icon: 'img' }, { title: 'lock', icon: 'lock' }, { title: 'email-line', icon: 'email-line' }, { title: 'mark-not-arrived', icon: 'mark-not-arrived' }, { title: 'mark-fund-raising', icon: 'mark-fund-raising' }, { title: 'mark-overdue', icon: 'mark-overdue' }, { title: 'mark-repayment', icon: 'mark-repayment' }, { title: 'mark-completed', icon: 'mark-completed' }, { title: 'mark-full-standard', icon: 'mark-full-standard' }, { title: 'kz-logo', icon: 'kz-logo' }, ]; var app = new Vue({ el: '#app', data: { fonts: fontList } });