Excel.EntityCompactLayoutIcons enum
可用于 EntityCompactLayout
的图标列表。 在 Excel UI 中显示一个图标,该图标显示在包含实体卡的单元格中标题的左侧,或者在实体卡内引用的实体的标题左侧。 选择图标将打开实体卡。
注解
示例
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/20-data-types/data-types-entity-icons.yaml
function createEntitiesWithIcons(icons): Excel.EntityCellValue[][] {
/* This method creates an entity data type for each
* icon in the `EntityCompactLayoutIcons` enum,
* and then displays the icon name with its icon.
*/
let entities = [];
icons.forEach(function(iconName, index, array) {
let icon = iconNames[iconName];
entities.push([
{
type: "Entity",
text: iconName,
properties: {},
layouts: {
compact: {
icon
}
}
}
]);
});
return entities;
}
字段
accessibility = "Accessibility" | 辅助功能图标。 |
airplane = "Airplane" | 飞机图标。 |
airplaneTakeOff = "AirplaneTakeOff" | 飞机起飞图标。 |
album = "Album" | 相册图标。 |
alert = "Alert" | 警报图标。 |
alertUrgent = "AlertUrgent" | 警报紧急图标。 |
animal = "Animal" | 动物图标。 显示为爪印。 |
animalCat = "AnimalCat" | 动物猫图标。 |
animalDog = "AnimalDog" | 动物狗图标。 |
animalRabbit = "AnimalRabbit" | 动物兔子图标。 |
animalTurtle = "AnimalTurtle" | 动物龟图标。 |
appFolder = "AppFolder" | 应用文件夹图标。 |
appGeneric = "AppGeneric" | 应用通用图标。 |
apple = "Apple" | 苹果图标。 |
approvalsApp = "ApprovalsApp" | “审批”应用图标。 |
archive = "Archive" | “存档”图标。 |
archiveMultiple = "ArchiveMultiple" | “存档多个”图标。 |
arrowTrendingLines = "ArrowTrendingLines" | 箭头趋势线图标。 |
art = "Art" | 艺术图标。 显示为画图调色板。 |
atom = "Atom" | Atom 图标。 |
attach = "Attach" | “附加”图标。 |
automobile = "Automobile" | 汽车图标。 |
autosum = "Autosum" | “自动求和”图标。 |
backpack = "Backpack" | 背包图标。 |
badge = "Badge" | 锁屏提醒图标。 |
balloon = "Balloon" | 气球图标。 |
bank = "Bank" | 银行图标。 显示为具有柱子和三角屋顶的建筑物。 |
barcodeScanner = "BarcodeScanner" | 条形码扫描仪图标。 |
basketball = "Basketball" | 篮球图标。 |
battery0 = "Battery0" | 电池为空图标。 |
battery10 = "Battery10" | “电池已满”图标。 |
beach = "Beach" | 海滩图标。 |
beaker = "Beaker" | Beaker 图标。 |
bed = "Bed" | 床图标。 |
binFull = "BinFull" | “箱已满”图标。 |
bird = "Bird" | 鸟图标。 |
bluetooth = "Bluetooth" | 蓝牙图标。 |
board = "Board" | 板图标。 |
boardGames = "BoardGames" | 棋盘游戏图标。 |
book = "Book" | “预订”图标。 |
bookmark = "Bookmark" | 书签图标。 |
bookmarkMultiple = "BookmarkMultiple" | “为多个书签”图标。 |
bot = "Bot" | 机器人图标。 |
bowlChopsticks = "BowlChopsticks" | 碗筷子图标。 |
box = "Box" | 框图标。 |
boxMultiple = "BoxMultiple" | 框多图标。 |
brainCircuit = "BrainCircuit" | 脑电路图标。 |
branch = "Branch" | 分支图标。 |
branchFork = "BranchFork" | 分支分支图标。 |
branchRequest = "BranchRequest" | 分支请求图标。 |
bridge = "Bridge" | 桥接图标。 |
briefcase = "Briefcase" | 公文包图标。 |
briefcaseMedical = "BriefcaseMedical" | 公文包医疗图标。 |
broadActivityFeed = "BroadActivityFeed" | “广泛的活动源”图标。 |
broom = "Broom" | 扫把图标。 |
bug = "Bug" | Bug 图标。 |
building = "Building" | 生成图标。 |
buildingBank = "BuildingBank" | “构建库”图标。 |
buildingFactory = "BuildingFactory" | “生成工厂”图标。 |
buildingGovernment = "BuildingGovernment" | “生成政府”图标。 |
buildingHome = "BuildingHome" | “生成主页”图标。 |
buildingLighthouse = "BuildingLighthouse" | “构建灯塔”图标。 |
buildingMultiple = "BuildingMultiple" | 生成多个图标。 |
buildingRetail = "BuildingRetail" | “生成零售”图标。 |
buildingRetailMore = "BuildingRetailMore" | “构建零售更多”图标。 |
buildingRetailToolbox = "BuildingRetailToolbox" | “生成零售工具箱”图标。 |
buildingShop = "BuildingShop" | “正在建造商店”图标。 |
buildingSkyscraper = "BuildingSkyscraper" | 建筑摩天大楼图标。 |
calculator = "Calculator" | “计算器”图标。 |
calendarLtr = "CalendarLtr" | 日历从左到右图标。 |
calendarRtl = "CalendarRtl" | 日历从右到左图标。 |
call = "Call" | “呼叫”图标。 |
calligraphyPen = "CalligraphyPen" | 书法笔图标。 |
camera = "Camera" | 相机图标。 |
cameraDome = "CameraDome" | 相机圆顶图标。 |
car = "Car" | 汽车图标。 |
cart = "Cart" | 购物车图标。 |
cat = "Cat" | 猫图标。 |
certificate = "Certificate" | “证书”图标。 |
chartMultiple = "ChartMultiple" | 图表多个图标。 |
chat = "Chat" | 聊天图标。 |
chatMultiple = "ChatMultiple" | “聊天多个”图标。 |
chatVideo = "ChatVideo" | 聊天视频图标。 |
check = "Check" | 选中图标。 |
checkboxChecked = "CheckboxChecked" | 选中复选框图标。 |
checkboxUnchecked = "CheckboxUnchecked" | 复选框未选中图标。 |
checkmark = "Checkmark" | 复选标记图标。 |
chess = "Chess" | 国际象棋图标。 |
city = "City" | 城市图标。 显示为多个高楼。 |
class = "Class" | 类图标。 |
classification = "Classification" | “分类”图标。 |
clipboard = "Clipboard" | 剪贴板图标。 |
clipboardDataBar = "ClipboardDataBar" | 剪贴板数据栏图标。 |
clipboardPulse = "ClipboardPulse" | 剪贴板脉冲图标。 |
clipboardTask = "ClipboardTask" | 剪贴板任务图标。 |
clock = "Clock" | 时钟图标。 |
clockAlarm = "ClockAlarm" | 时钟闹钟图标。 |
cloud = "Cloud" | 云图标。 |
cloudWords = "CloudWords" | 云字词图标。 |
code = "Code" | 代码图标。 |
collections = "Collections" | “集合”图标。 |
comment = "Comment" | 注释图标。 |
commentMultiple = "CommentMultiple" | “注释多个”图标。 |
communication = "Communication" | “通信”图标。 |
compassNorthwest = "CompassNorthwest" | 指南针西北图标。 |
conferenceRoom = "ConferenceRoom" | 会议室图标。 |
connector = "Connector" | 连接器图标。 |
constellation = "Constellation" | 星座图标。 显示 Ursa Major 形状中的点。 |
contactCard = "ContactCard" | 联系人卡片图标。 |
cookies = "Cookies" | Cookie 图标。 |
couch = "Couch" | 沙发图标。 |
creditCardPerson = "CreditCardPerson" | 信用卡人员图标。 |
creditCardToolbox = "CreditCardToolbox" | 信用卡工具箱图标。 |
cube = "Cube" | 多维数据集图标。 |
cubeMultiple = "CubeMultiple" | 多维数据集图标。 |
cubeTree = "CubeTree" | 多维数据集树图标。 |
currencyDollarEuro = "CurrencyDollarEuro" | 货币美元欧元图标。 |
currencyDollarRupee = "CurrencyDollarRupee" | 货币美元卢比图标。 |
dataArea = "DataArea" | 数据区域图标。 |
database = "Database" | “数据库”图标。 |
databaseMultiple = "DatabaseMultiple" | “数据库多个”图标。 |
dataFunnel = "DataFunnel" | 数据漏斗图图标。 |
dataHistogram = "DataHistogram" | 数据直方图图标。 |
dataLine = "DataLine" | 数据行图标。 |
dataPie = "DataPie" | 数据饼图图标。 |
dataScatter = "DataScatter" | 数据散点图标。 |
dataSunburst = "DataSunburst" | “数据旭日”图标。 |
dataTreemap = "DataTreemap" | 数据树状图图标。 |
dataWaterfall = "DataWaterfall" | 数据瀑布图标。 |
dataWhisker = "DataWhisker" | “数据胡须”图标。 |
dentist = "Dentist" | 牙医图标。 |
designIdeas = "DesignIdeas" | “设计创意”图标。 |
desktop = "Desktop" | 桌面图标。 |
desktopMac = "DesktopMac" | Desktop Mac 图标。 |
developerBoard = "DeveloperBoard" | 开发人员板图标。 |
deviceMeetingRoom = "DeviceMeetingRoom" | 设备会议室图标。 |
diagram = "Diagram" | 关系图图标。 |
dialpad = "Dialpad" | 拨号盘图标。 |
diamond = "Diamond" | 菱形图标。 |
dinosaur = "Dinosaur" | 恐龙图标。 显示为长颈恐龙,类似于布拉奇龙。 |
directions = "Directions" | “方向”图标。 |
disaster = "Disaster" | 灾难图标。 显示为洪水中沉没的房屋。 |
diversity = "Diversity" | “多样性”图标。 |
dNA = "DNA" | DNA 图标。 |
doctor = "Doctor" | “医生”图标。 |
document = "Document" | 文档图标。 |
documentData = "DocumentData" | 文档数据图标。 |
documentLandscape = "DocumentLandscape" | 文档横向图标。 |
documentMultiple = "DocumentMultiple" | “文档多”图标。 |
documentPdf = "DocumentPdf" | “文档 PDF”图标。 |
documentQueue = "DocumentQueue" | 文档队列图标。 |
documentText = "DocumentText" | 文档文本图标。 |
dog = "Dog" | 狗图标。 |
door = "Door" | 门图标。 |
doorTag = "DoorTag" | 门标记图标。 |
drafts = "Drafts" | “草稿”图标。 |
drama = "Drama" | 戏剧图标。 显示为一对剧院面具。 |
drinkBeer = "DrinkBeer" | 喝啤酒图标。 |
drinkCoffee = "DrinkCoffee" | “喝咖啡”图标。 |
drinkMargarita = "DrinkMargarita" | 喝玛格丽塔图标。 |
drinkToGo = "DrinkToGo" | “饮料去”图标。 |
drinkWine = "DrinkWine" | “喝酒”图标。 |
driveTrain = "DriveTrain" | “驱动器训练”图标。 |
drop = "Drop" | 放置图标。 |
dualScreen = "DualScreen" | 双屏图标。 |
dumbbell = "Dumbbell" | 哑铃图标。 |
earth = "Earth" | “地球”图标。 |
emoji = "Emoji" | 表情符号图标。 |
emojiAngry = "EmojiAngry" | 表情符号愤怒图标。 |
emojiHand = "EmojiHand" | 表情符号手部图标。 |
emojiLaugh = "EmojiLaugh" | 表情符号笑图标。 |
emojiMeh = "EmojiMeh" | 表情符号 meh 图标。 |
emojiMultiple = "EmojiMultiple" | 表情符号多个图标。 |
emojiSad = "EmojiSad" | 表情符号悲伤图标。 |
emojiSadSlight = "EmojiSadSlight" | 表情符号悲伤的轻微图标。 |
emojiSmileSlight = "EmojiSmileSlight" | 表情符号微笑轻微图标。 |
emojiSparkle = "EmojiSparkle" | 表情符号闪烁图标。 |
emojiSurprise = "EmojiSurprise" | 表情符号惊喜图标。 |
engine = "Engine" | 引擎图标。 |
eraser = "Eraser" | 橡皮擦图标。 |
eye = "Eye" | 眼睛图标。 |
eyedropper = "Eyedropper" | “滴管”图标。 |
fax = "Fax" | 传真图标。 |
fingerprint = "Fingerprint" | 指纹图标。 |
firstAid = "FirstAid" | 急救图标。 显示为带有医疗交叉符号的公文包。 |
flag = "Flag" | 标志图标。 |
flash = "Flash" | Flash 图标。 |
flashlight = "Flashlight" | 手电筒图标。 |
flow = "Flow" | “流”图标。 |
flowchart = "Flowchart" | 流程图图标。 |
folder = "Folder" | 文件夹图标。 |
folderOpen = "FolderOpen" | 文件夹打开图标。 |
folderOpenVertical = "FolderOpenVertical" | 文件夹打开垂直图标。 |
folderPerson = "FolderPerson" | 文件夹人员图标。 |
folderZip = "FolderZip" | 文件夹 zip 图标。 |
food = "Food" | 食品图标。 |
foodApple = "FoodApple" | 食品苹果图标。 |
foodCake = "FoodCake" | 食品蛋糕图标。 |
foodEgg = "FoodEgg" | 食物蛋图标。 |
foodGrains = "FoodGrains" | “食物谷物”图标。 |
foodPizza = "FoodPizza" | 食品披萨图标。 |
foodToast = "FoodToast" | “食物 toast”图标。 |
galaxy = "Galaxy" | “银河”图标。 |
games = "Games" | 游戏图标。 |
ganttChart = "GanttChart" | 甘特图图标。 |
gas = "Gas" | “气体”图标。 |
gasPump = "GasPump" | “气体泵”图标。 |
gauge = "Gauge" | 仪表图标。 |
gavel = "Gavel" | “给予”图标。 |
generic = "Generic" | 默认图标。 |
gift = "Gift" | “礼品”图标。 |
giftCard = "GiftCard" | 礼品卡图标。 |
glasses = "Glasses" | 眼镜图标。 |
globe = "Globe" | 地球图标。 |
globeSurface = "GlobeSurface" | 地球图面图标。 |
grid = "Grid" | 网格图标。 |
gridDots = "GridDots" | 网格点图标。 |
gridKanban = "GridKanban" | 网格看板图标。 |
guardian = "Guardian" | “卫报”图标。 |
guest = "Guest" | 来宾图标。 |
guitar = "Guitar" | 吉他图标。 |
handLeft = "HandLeft" | 左手图标。 |
handRight = "HandRight" | 右手图标。 |
handshake = "Handshake" | 握手图标。 |
hardDrive = "HardDrive" | 硬盘驱动器图标。 |
hatGraduation = "HatGraduation" | 毕业帽图标。 显示为带流苏的帽子。 |
headphones = "Headphones" | “耳机”图标。 |
headphonesSoundWave = "HeadphonesSoundWave" | 耳机声波图标。 |
headset = "Headset" | 头戴显示设备图标。 |
headsetVr = "HeadsetVr" | 头戴显示设备 VR 图标。 |
heart = "Heart" | 心形图标。 |
heartBroken = "HeartBroken" | 心碎图标。 |
heartCircle = "HeartCircle" | 心形圆图标。 |
heartHuman = "HeartHuman" | 人心图标。 |
heartPulse = "HeartPulse" | 心脏脉搏图标。 |
history = "History" | “历史记录”图标。 |
home = "Home" | “开始”图标。 |
homeMore = "HomeMore" | “主页更多”图标。 |
homePerson = "HomePerson" | “家庭用户”图标。 |
icons = "Icons" | 图标图标。 |
image = "Image" | 图像图标。 |
imageGlobe = "ImageGlobe" | 图像地球图标。 |
imageMultiple = "ImageMultiple" | 图像多个图标。 |
iot = "Iot" | IoT 图标。 |
joystick = "Joystick" | 游戏杆图标。 |
justice = "Justice" | “正义”图标。 显示为正义的刻度。 |
key = "Key" | 键图标。 |
keyboard = "Keyboard" | 键盘图标。 |
keyboardLayoutSplit = "KeyboardLayoutSplit" | 键盘布局拆分图标。 |
keyMultiple = "KeyMultiple" | 键多图标。 |
languages = "Languages" | “语言”图标。 显示为文档和地球。 |
laptop = "Laptop" | 笔记本电脑图标。 |
lasso = "Lasso" | 套索图标。 |
launcherSettings = "LauncherSettings" | 启动器设置图标。 |
layer = "Layer" | “层”图标。 |
leaf = "Leaf" | 叶图标。 |
leafOne = "LeafOne" | 叶一图标。 |
leafThree = "LeafThree" | 叶三图标。 |
leafTwo = "LeafTwo" | 叶两个图标。 |
library = "Library" | 库图标。 |
lightbulb = "Lightbulb" | 灯泡图标。 |
lightbulbFilament = "LightbulbFilament" | 灯泡灯丝图标。 |
likert = "Likert" | Likert 图标。 |
link = "Link" | 链接图标。 |
localLanguage = "LocalLanguage" | 本地语言图标。 |
location = "Location" | 位置图标。 显示为地图标记。 |
lockClosed = "LockClosed" | 锁定关闭图标。 |
lockMultiple = "LockMultiple" | 锁定多个图标。 |
lockOpen = "LockOpen" | “锁定打开”图标。 |
lottery = "Lottery" | 彩票图标。 |
luggage = "Luggage" | 行李图标。 |
mail = "Mail" | 邮件图标。 |
mailInbox = "MailInbox" | “邮件收件箱”图标。 |
mailMultiple = "MailMultiple" | “邮件多”图标。 |
map = "Map" | 地图图标。 |
mapPin = "MapPin" | 地图图钉图标。 |
markdown = "Markdown" | Markdown 图标。 |
mathFormula = "MathFormula" | 数学公式图标。 |
mathSymbols = "MathSymbols" | 数学符号图标。 |
max = "Max" | “最大”图标。 |
megaphone = "Megaphone" | 扩音器图标。 |
megaphoneLoud = "MegaphoneLoud" | 扩音器响亮图标。 |
mention = "Mention" | “提及”图标。 |
mic = "Mic" | 麦克风图标。 |
microscope = "Microscope" | 显微镜图标。 |
midi = "Midi" | Midi 图标。 |
molecule = "Molecule" | 分子图标。 |
money = "Money" | “货币”图标。 显示为纸币和硬币。 |
moneyHand = "MoneyHand" | 钱手图标。 |
mountain = "Mountain" | 山图标。 |
movieCamera = "MovieCamera" | 电影相机图标。 显示为摄像机。 |
moviesAndTv = "MoviesAndTv" | “电影和电视”图标。 |
musicNote = "MusicNote" | 音乐笔记图标。 |
musicNote1 = "MusicNote1" | 音乐笔记图标。 |
musicNote2 = "MusicNote2" | “音乐双音符”图标。 |
myLocation = "MyLocation" | “我的位置”图标。 |
nByN = "NByN" | N by N 图标。 显示为三乘三网格。 |
nByOne = "NByOne" | N by one 图标。 显示为三乘一网格。 |
news = "News" | “新闻”图标。 |
notablePeople = "NotablePeople" | “值得注意的人员”图标。 |
note = "Note" | “备注”图标。 |
notebook = "Notebook" | 笔记本图标。 |
notepad = "Notepad" | 记事本图标。 |
notepadPerson = "NotepadPerson" | 记事本人员图标。 |
oneByN = "OneByN" | “按 N 逐个”图标。 显示为一乘三网格。 |
oneByOne = "OneByOne" | 一个一个图标。 显示为逐个网格。 |
options = "Options" | “选项”图标。 |
organization = "Organization" | “组织”图标。 |
organizationHorizontal = "OrganizationHorizontal" | 组织水平图标。 |
oval = "Oval" | 椭圆形图标。 |
paintBrush = "PaintBrush" | 画笔图标。 |
paintBucket = "PaintBucket" | “画图桶”图标。 |
partlySunnyWeather = "PartlySunnyWeather" | 部分晴天天气图标。 |
password = "Password" | 密码图标。 |
patch = "Patch" | “修补”图标。 |
patient = "Patient" | “患者”图标。 |
payment = "Payment" | 付款图标。 |
pen = "Pen" | 笔图标。 |
pentagon = "Pentagon" | 五角大楼图标。 |
people = "People" | “人员”图标。 |
peopleAudience = "PeopleAudience" | “人员受众”图标。 |
peopleCall = "PeopleCall" | “人员呼叫”图标。 |
peopleCommunity = "PeopleCommunity" | “人员”社区图标。 |
peopleMoney = "PeopleMoney" | “人脉”图标。 |
peopleQueue = "PeopleQueue" | “人员队列”图标。 |
peopleTeam = "PeopleTeam" | “人员团队”图标。 |
peopleToolbox = "PeopleToolbox" | “人员”工具箱图标。 |
person = "Person" | “人员”图标。 |
personBoard = "PersonBoard" | 人员板图标。 |
personCall = "PersonCall" | 人员呼叫图标。 |
personChat = "PersonChat" | “人员聊天”图标。 |
personFeedback = "PersonFeedback" | 人员反馈图标。 |
personSupport = "PersonSupport" | 人员支持图标。 |
personVoice = "PersonVoice" | 人员语音图标。 |
phone = "Phone" | 手机图标。 |
phoneDesktop = "PhoneDesktop" | 手机桌面图标。 |
phoneLaptop = "PhoneLaptop" | 手机笔记本电脑图标。 |
phoneShake = "PhoneShake" | 手机摇动图标。 |
phoneTablet = "PhoneTablet" | 手机平板电脑图标。 |
phoneVibrate = "PhoneVibrate" | 手机振动图标。 |
photoFilter = "PhotoFilter" | 照片筛选器图标。 |
pi = "Pi" | Pi 图标。 |
pictureInPicture = "PictureInPicture" | 图片中图图标。 |
pilates = "Pilates" | 普拉提图标。 |
pill = "Pill" | “药丸”图标。 |
pin = "Pin" | 固定图标。 |
pipeline = "Pipeline" | “管道”图标。 |
planet = "Planet" | 行星图标。 |
playingCards = "PlayingCards" | “正在打牌”图标。 |
plugConnected = "PlugConnected" | “已连接插头”图标。 |
plugDisconnected = "PlugDisconnected" | “已断开连接的插头”图标。 |
pointScan = "PointScan" | 点扫描图标。 显示为目标焦点符号。 |
poll = "Poll" | “轮询”图标。 |
power = "Power" | 电源图标。 |
predictions = "Predictions" | “预测”图标。 |
premium = "Premium" | 高级图标。 |
presenter = "Presenter" | 演示者图标。 |
previewLink = "PreviewLink" | 预览链接图标。 |
print = "Print" | 打印图标。 |
production = "Production" | 生产图标。 |
prohibited = "Prohibited" | 禁止图标。 |
projectionScreen = "ProjectionScreen" | 投影屏幕图标。 |
protocolHandler = "ProtocolHandler" | 协议处理程序图标。 |
pulse = "Pulse" | “脉冲”图标。 |
pulseSquare = "PulseSquare" | 脉冲方块图标。 |
puzzlePiece = "PuzzlePiece" | 拼图块图标。 |
qrCode = "QrCode" | QR 代码图标。 |
radar = "Radar" | 雷达图标。 |
ram = "Ram" | Ram 图标。 |
readingList = "ReadingList" | 阅读列表图标。 |
realEstate = "RealEstate" | 房地产图标。 |
receipt = "Receipt" | 收据图标。 |
reward = "Reward" | “奖励”图标。 |
rhombus = "Rhombus" | Rhombus 图标。 |
ribbon = "Ribbon" | 功能区图标。 |
ribbonStar = "RibbonStar" | 功能区星形图标。 |
roadCone = "RoadCone" | “道路锥形”图标。 |
rocket = "Rocket" | 火箭图标。 |
router = "Router" | 路由器图标。 |
rss = "Rss" | RSS 图标。 |
ruler = "Ruler" | 标尺图标。 |
run = "Run" | “运行”图标。 |
running = "Running" | “正在运行”图标。 |
satellite = "Satellite" | 附属图标。 |
save = "Save" | “保存”图标。 |
savings = "Savings" | “节省”图标。 |
scales = "Scales" | “缩放”图标。 |
scan = "Scan" | “扫描”图标。 |
scratchpad = "Scratchpad" | 暂存板图标。 |
screenPerson = "ScreenPerson" | 屏幕人员图标。 |
screenshot = "Screenshot" | 屏幕截图图标。 |
search = "Search" | “搜索”图标。 |
serialPort = "SerialPort" | 串行端口图标。 |
server = "Server" | 服务器图标。 |
serverMultiple = "ServerMultiple" | 服务器多个图标。 |
serviceBell = "ServiceBell" | 服务钟图标。 |
settings = "Settings" | “设置”图标。 |
shapes = "Shapes" | “形状”图标。 |
shield = "Shield" | 盾牌图标。 |
shieldTask = "ShieldTask" | 屏蔽任务图标。 |
shoppingBag = "ShoppingBag" | 购物袋图标。 |
signature = "Signature" | 签名图标。 |
sim = "Sim" | Sim 图标。 |
sleep = "Sleep" | “睡眠”图标。 |
smartwatch = "Smartwatch" | Smartwatch 图标。 |
soundSource = "SoundSource" | “声音源”图标。 |
soundWaveCircle = "SoundWaveCircle" | 声波圆圈图标。 |
sparkle = "Sparkle" | Sparkle 图标。 |
speaker0 = "Speaker0" | 扬声器图标。 |
speaker2 = "Speaker2" | 带声波图标的扬声器。 |
sport = "Sport" | “运动”图标。 |
sportAmericanFootball = "SportAmericanFootball" | 体育美式足球偶像。 |
sportBaseball = "SportBaseball" | 运动棒球图标。 |
sportBasketball = "SportBasketball" | 运动篮球图标。 |
sportHockey = "SportHockey" | 运动曲棍球图标。 |
sportSoccer = "SportSoccer" | 运动足球图标。 |
squareMultiple = "SquareMultiple" | 正方形多个图标。 |
squareShadow = "SquareShadow" | 正方形阴影图标。 |
squaresNested = "SquaresNested" | 正方形嵌套图标。 |
stack = "Stack" | 堆栈图标。 |
stackStar = "StackStar" | 堆栈星形图标。 |
star = "Star" | 星形图标。 |
starFilled = "StarFilled" | 星形填充图标。 |
starHalf = "StarHalf" | 星形半图标。 |
starLineHorizontal3 = "StarLineHorizontal3" | 带有 3 条水平线的星形图标。 |
starOneQuarter = "StarOneQuarter" | 星形四分之一图标。 |
starThreeQuarter = "StarThreeQuarter" | 星形三季度图标。 |
status = "Status" | 状态图标。 |
steps = "Steps" | “步骤”图标。 |
stethoscope = "Stethoscope" | 听诊器图标。 |
sticker = "Sticker" | 贴纸图标。 |
storage = "Storage" | 存储图标。 |
stream = "Stream" | 流图标。 |
streamInput = "StreamInput" | 流输入图标。 |
streamInputOutput = "StreamInputOutput" | 流输入输出图标。 |
streamOutput = "StreamOutput" | “流输出”图标。 |
styleGuide = "StyleGuide" | 样式指南图标。 |
subGrid = "SubGrid" | 子网格图标。 |
subtitles = "Subtitles" | 字幕图标。 |
surfaceEarbuds = "SurfaceEarbuds" | Surface Earbuds 图标。 |
surfaceHub = "SurfaceHub" | Surface 中心图标。 |
symbols = "Symbols" | 符号图标。 |
syringe = "Syringe" | “使用器”图标。 |
system = "System" | 系统图标。 |
tabDesktop = "TabDesktop" | 选项卡桌面图标。 |
tabInprivateAccount = "TabInprivateAccount" | Tab InPrivate 帐户图标。 |
table = "Table" | 表图标。 |
tableImage = "TableImage" | 表图像图标。 |
tableMultiple = "TableMultiple" | “表多”图标。 |
tablet = "Tablet" | 平板电脑图标。 |
tabs = "Tabs" | 选项卡图标。 |
tag = "Tag" | 标记图标。 |
tagCircle = "TagCircle" | 标记圈图标。 |
tagMultiple = "TagMultiple" | 标记多个图标。 |
target = "Target" | “目标”图标。 |
targetArrow = "TargetArrow" | 目标箭头图标。 |
teddy = "Teddy" | 泰迪图标。 |
temperature = "Temperature" | 温度图标。 |
tent = "Tent" | 帐篷图标。 |
tetrisApp = "TetrisApp" | Tetris 应用图标。 |
textbox = "Textbox" | 文本框图标。 |
textQuote = "TextQuote" | 文本引号图标。 |
thinking = "Thinking" | “思考”图标。 |
thumbDislike = "ThumbDislike" | “不喜欢”图标。 |
thumbLike = "ThumbLike" | 拇指类似图标。 |
ticketDiagonal = "TicketDiagonal" | 票证对角线图标。 |
ticketHorizontal = "TicketHorizontal" | 票证水平图标。 |
timeAndWeather = "TimeAndWeather" | 时间和天气图标。 |
timeline = "Timeline" | 时间线图标。 |
timer = "Timer" | 计时器图标。 |
toolbox = "Toolbox" | 工具箱图标。 |
topSpeed = "TopSpeed" | 最高速度图标。 |
translate = "Translate" | “翻译”图标。 |
transmission = "Transmission" | 传输图标。 |
treeDeciduous = "TreeDeciduous" | 树落叶图标。 |
treeEvergreen = "TreeEvergreen" | 树常绿图标。 |
trophy = "Trophy" | 奖杯图标。 |
tv = "Tv" | 电视图标。 |
tvUsb = "TvUsb" | 电视 USB 图标。 |
umbrella = "Umbrella" | 伞形图标。 |
usbPlug = "UsbPlug" | USB 插头图标。 |
usbStick = "UsbStick" | U 盘图标。 |
vault = "Vault" | 保管库图标。 |
vehicleBicycle = "VehicleBicycle" | 车辆自行车图标。 |
vehicleBus = "VehicleBus" | 车辆总线图标。 |
vehicleCab = "VehicleCab" | 车辆驾驶室图标。 |
vehicleCar = "VehicleCar" | 车辆汽车图标。 |
vehicleCarCollision = "VehicleCarCollision" | 车辆碰撞图标。 |
vehicleCarProfileLtr = "VehicleCarProfileLtr" | 车辆从左到右的汽车配置文件图标。 |
vehicleCarProfileRtl = "VehicleCarProfileRtl" | 车辆从右到左的汽车配置文件图标。 |
vehicleShip = "VehicleShip" | 车辆船图标。 |
vehicleSubway = "VehicleSubway" | 车辆地铁图标。 |
vehicleTruck = "VehicleTruck" | 车辆卡车图标。 |
vehicleTruckBag = "VehicleTruckBag" | “车辆卡车包”图标。 |
vehicleTruckCube = "VehicleTruckCube" | “车辆卡车立方体”图标。 |
vehicleTruckProfile = "VehicleTruckProfile" | 车辆卡车配置文件图标。 |
video = "Video" | 视频图标。 |
video360 = "Video360" | 视频 360 图标。 |
videoChat = "VideoChat" | 视频聊天图标。 |
videoClip = "VideoClip" | 视频剪辑图标。 |
videoClipMultiple = "VideoClipMultiple" | 视频剪辑多个图标。 |
videoPerson = "VideoPerson" | 视频人员图标。 |
videoRecording = "VideoRecording" | 视频录制图标。 |
videoSecurity = "VideoSecurity" | 视频安全图标。 |
viewDesktop = "ViewDesktop" | 查看桌面图标。 |
viewDesktopMobile = "ViewDesktopMobile" | 查看桌面移动图标。 |
violin = "Violin" | 小提琴图标。 |
virtualNetwork = "VirtualNetwork" | 虚拟网络图标。 |
voicemail = "Voicemail" | “语音邮件”图标。 |
vote = "Vote" | 投票图标。 |
walkieTalkie = "WalkieTalkie" | 对讲机图标。 |
wallet = "Wallet" | 电子钱包图标。 |
walletCreditCard = "WalletCreditCard" | 电子钱包信用卡图标。 |
wallpaper = "Wallpaper" | 壁纸图标。 |
wand = "Wand" | 魔杖图标。 |
warning = "Warning" | 警告图标。 |
weatherBlowingSnow = "WeatherBlowingSnow" | 天气吹雪图标。 |
weatherCloudy = "WeatherCloudy" | 天气多云图标。 |
weatherDrizzle = "WeatherDrizzle" | 天气小雨图标。 |
weatherDuststorm = "WeatherDuststorm" | 天气沙尘暴图标。 |
weatherFog = "WeatherFog" | 天气雾图标。 |
weatherHailDay = "WeatherHailDay" | 天气冰冻日图标。 |
weatherHailNight = "WeatherHailNight" | 天气冰冻夜图标。 |
weatherHaze = "WeatherHaze" | 天气阴霾图标。 |
weatherMoon = "WeatherMoon" | 天气月亮图标。 |
weatherPartlyCloudyDay = "WeatherPartlyCloudyDay" | 天气部分多云天图标。 |
weatherPartlyCloudyNight = "WeatherPartlyCloudyNight" | 天气部分多云的夜晚图标。 |
weatherRain = "WeatherRain" | 天气雨图标。 |
weatherRainShowersDay = "WeatherRainShowersDay" | 天气雨雨日图标。 |
weatherRainShowersNight = "WeatherRainShowersNight" | 天气阵雨夜图标。 |
weatherRainSnow = "WeatherRainSnow" | 天气雨雪图标。 |
weatherSnow = "WeatherSnow" | 天气降雪图标。 |
weatherSnowflake = "WeatherSnowflake" | 天气雪花图标。 |
weatherSnowShowerDay = "WeatherSnowShowerDay" | 天气雪雨日图标。 |
weatherSnowShowerNight = "WeatherSnowShowerNight" | 天气雪阵夜图标。 |
weatherSqualls = "WeatherSqualls" | “天气肮脏”图标。 |
weatherSunnyHigh = "WeatherSunnyHigh" | 天气晴高图标。 |
weatherSunnyLow = "WeatherSunnyLow" | 天气晴朗低图标。 |
weatherThunderstorm = "WeatherThunderstorm" | 天气雷雨图标。 |
webAsset = "WebAsset" | Web 资产图标。 |
whiteboard = "Whiteboard" | 白板图标。 |
wifi1 = "Wifi1" | 带 3 个条形图标的 Wifi 信号。 |
wifi2 = "Wifi2" | 带 2 根条形图标的 Wifi 信号。 |
window = "Window" | 窗口图标。 |
windowMultiple = "WindowMultiple" | 窗口多图标。 |
windowWrench = "WindowWrench" | 窗口扳手图标。 |
wrench = "Wrench" | 扳手图标。 |
wrenchScrewdriver = "WrenchScrewdriver" | 扳手螺丝刀图标。 |
xray = "Xray" | X 射线图标。 |
yoga = "Yoga" | 瑜伽图标。 |