UNPKG

antd-mobile-taro-icons

Version:

基于Taro框架的小程序图标库

52 lines (51 loc) 3.17 kB
import './styles/iconfont.css'; export { default as MoreIcon } from './iconfont/more'; export { default as ScanIcon } from './iconfont/scan'; export { default as FilterIcon } from './iconfont/filter'; export { default as MoreAndroidIcon } from './iconfont/more_android'; export { default as DeleteFillIcon } from './iconfont/delete_fill'; export { default as DeleteIcon } from './iconfont/delete'; export { default as SquareCheckFillIcon } from './iconfont/square_check_fill'; export { default as SquareIcon } from './iconfont/square'; export { default as SquareCheckIcon } from './iconfont/square_check'; export { default as RoundAddFillIcon } from './iconfont/round_add_fill'; export { default as RoundAddIcon } from './iconfont/round_add'; export { default as AllIcon } from './iconfont/all'; export { default as UploadIcon } from './iconfont/upload'; export { default as MyIcon } from './iconfont/my'; export { default as MyFillIcon } from './iconfont/my_fill'; export { default as EmojiFillIcon } from './iconfont/emoji_fill'; export { default as TimeFillIcon } from './iconfont/time_fill'; export { default as TimeIcon } from './iconfont/time'; export { default as WarnFillIcon } from './iconfont/warn_fill'; export { default as WarnIcon } from './iconfont/warn'; export { default as InfoFillIcon } from './iconfont/info_fill'; export { default as InfoIcon } from './iconfont/info'; export { default as AddIcon } from './iconfont/add'; export { default as MoveIcon } from './iconfont/move'; export { default as AttentionFillIcon } from './iconfont/attention_fill'; export { default as AttentionIcon } from './iconfont/attention'; export { default as AttentionForbidIcon } from './iconfont/attention_forbid'; export { default as AttentionForbidFillIcon } from './iconfont/attention_forbid_fill'; export { default as RoundCloseFillIcon } from './iconfont/round_close_fill'; export { default as RoundCloseIcon } from './iconfont/round_close'; export { default as QuestionFillIcon } from './iconfont/question_fill'; export { default as QuestionIcon } from './iconfont/question'; export { default as EditIcon } from './iconfont/edit'; export { default as EmojiIcon } from './iconfont/emoji'; export { default as FavorFillIcon } from './iconfont/favor_fill'; export { default as FavorIcon } from './iconfont/favor'; export { default as LoadingIcon } from './iconfont/loading'; export { default as RoundCheckFillIcon } from './iconfont/round_check_fill'; export { default as RoundCheckIcon } from './iconfont/round_check'; export { default as SearchIcon } from './iconfont/search'; export { default as BackIcon } from './iconfont/back'; export { default as RightIcon } from './iconfont/right'; export { default as RefreshIcon } from './iconfont/refresh'; export { default as RoundIcon } from './iconfont/round'; export { default as FoldIcon } from './iconfont/fold'; export { default as ShareIcon } from './iconfont/share'; export { default as UnfoldIcon } from './iconfont/unfold'; export { default as NotificationIcon } from './iconfont/notification'; export { default as CheckIcon } from './iconfont/check'; export { default as CloseIcon } from './iconfont/close';