diff --git a/packages/uni-ui-types/src/uni-icons.ts b/packages/uni-ui-types/src/uni-icons.ts index c46c82c..3be5ac9 100644 --- a/packages/uni-ui-types/src/uni-icons.ts +++ b/packages/uni-ui-types/src/uni-icons.ts @@ -2,164 +2,167 @@ import type { DefineComponent } from "vue"; /** 图标类型 */ type _UniIconsType = - | "color" - | "wallet" - | "settings-filled" - | "auth-filled" - | "shop-filled" - | "staff-filled" - | "vip-filled" - | "plus-filled" - | "folder-add-filled" - | "color-filled" - | "tune-filled" - | "calendar-filled" - | "notification-filled" - | "wallet-filled" - | "medal-filled" - | "gift-filled" - | "fire-filled" - | "refreshempty" - | "location-filled" - | "person-filled" - | "personadd-filled" - | "back" - | "forward" - | "arrow-right" + | "arrow-down" | "arrow-left" + | "arrow-right" | "arrow-up" - | "arrow-down" + | "auth" + | "auth-filled" + | "back" + | "bars" + | "calendar" + | "calendar-filled" + | "camera" + | "camera-filled" + | "cart" + | "cart-filled" + | "chat" + | "chat-filled" + | "chatboxes" + | "chatboxes-filled" + | "chatbubble" + | "chatbubble-filled" + | "checkbox" + | "checkbox-filled" + | "checkmarkempty" + | "circle" + | "circle-filled" + | "clear" + | "close" + | "closeempty" + | "cloud-download" + | "cloud-download-filled" + | "cloud-upload" + | "cloud-upload-filled" + | "color" + | "color-filled" + | "compose" + | "contact" + | "contact-filled" + | "down" | "bottom" - | "right" - | "top" - | "left" + | "download" + | "download-filled" + | "email" + | "email-filled" | "eye" | "eye-filled" | "eye-slash" | "eye-slash-filled" - | "info-filled" - | "reload" - | "micoff-filled" - | "map-pin-ellipse" - | "map-pin" - | "location" - | "starhalf" - | "star" - | "star-filled" - | "calendar" | "fire" - | "medal" + | "fire-filled" + | "flag" + | "flag-filled" + | "folder-add" + | "folder-add-filled" | "font" + | "forward" + | "gear" + | "gear-filled" | "gift" - | "link" - | "notification" - | "staff" - | "vip" - | "folder-add" - | "tune" - | "auth" - | "person" - | "email-filled" - | "phone-filled" - | "phone" - | "email" - | "personadd" - | "chatboxes-filled" - | "contact" - | "chatbubble-filled" - | "contact-filled" - | "chatboxes" - | "chatbubble" - | "upload-filled" - | "upload" - | "weixin" - | "compose" - | "qq" - | "download-filled" - | "pyq" - | "sound" - | "trash-filled" - | "sound-filled" - | "trash" - | "videocam-filled" - | "spinner-cycle" - | "weibo" - | "videocam" - | "download" + | "gift-filled" + | "hand-down" + | "hand-down-filled" + | "hand-up" + | "hand-up-filled" + | "headphones" + | "heart" + | "heart-filled" | "help" - | "navigate-filled" - | "plusempty" - | "smallcircle" - | "minus-filled" - | "micoff" - | "closeempty" - | "clear" - | "navigate" - | "minus" - | "image" - | "mic" - | "paperplane" - | "close" | "help-filled" - | "paperplane-filled" - | "plus" - | "mic-filled" + | "home" + | "home-filled" + | "image" | "image-filled" - | "locked-filled" + | "images" + | "images-filled" | "info" + | "info-filled" + | "left" + | "link" + | "list" + | "location" + | "location-filled" | "locked" - | "camera-filled" - | "chat-filled" - | "camera" - | "circle" - | "checkmarkempty" - | "chat" - | "circle-filled" - | "flag" - | "flag-filled" - | "gear-filled" - | "home" - | "home-filled" - | "gear" - | "smallcircle-filled" - | "map-filled" + | "locked-filled" + | "loop" + | "mail-open" + | "mail-open-filled" | "map" - | "refresh-filled" - | "refresh" - | "cloud-upload" - | "cloud-download-filled" - | "cloud-download" - | "cloud-upload-filled" - | "redo" - | "images-filled" - | "undo-filled" + | "map-filled" + | "map-pin" + | "map-pin-ellipse" + | "medal" + | "medal-filled" + | "mic" + | "mic-filled" + | "micoff" + | "micoff-filled" + | "minus" + | "minus-filled" | "more" | "more-filled" - | "undo" - | "images" + | "navigate" + | "navigate-filled" + | "notification" + | "notification-filled" | "paperclip" - | "settings" - | "search" - | "redo-filled" - | "list" - | "mail-open-filled" - | "hand-down-filled" - | "hand-down" - | "hand-up-filled" - | "hand-up" - | "heart-filled" - | "mail-open" - | "heart" - | "loop" + | "paperplane" + | "paperplane-filled" + | "person" + | "person-filled" + | "personadd" + | "personadd-filled" + | "personadd-filled-copy" + | "phone" + | "phone-filled" + | "plus" + | "plus-filled" + | "plusempty" | "pulldown" + | "pyq" + | "qq" + | "redo" + | "redo-filled" + | "refresh" + | "refresh-filled" + | "refreshempty" + | "reload" + | "right" | "scan" - | "bars" - | "cart-filled" - | "checkbox" - | "checkbox-filled" + | "search" + | "settings" + | "settings-filled" | "shop" - | "headphones" - | "cart"; + | "shop-filled" + | "smallcircle" + | "smallcircle-filled" + | "sound" + | "sound-filled" + | "spinner-cycle" + | "staff" + | "staff-filled" + | "star" + | "star-filled" + | "starhalf" + | "trash" + | "trash-filled" + | "tune" + | "tune-filled" + | "undo" + | "undo-filled" + | "up" + | "top" + | "upload" + | "upload-filled" + | "videocam" + | "videocam-filled" + | "vip" + | "vip-filled" + | "wallet" + | "wallet-filled" + | "weibo" + | "weixin"; /** 自定义图标类型 */ export type _UniIconsCustomType = `icon-${string}`;