@adobe/spectrum-tokens 12.12.1 → 12.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/CHANGELOG.md +105 -0
  2. package/dist/json/drover.json +94 -0
  3. package/dist/json/variables.json +1154 -0
  4. package/manifest.json +7 -3
  5. package/moon.yml +2 -1
  6. package/package.json +3 -2
  7. package/schemas/component.json +29 -0
  8. package/schemas/components/action-bar.json +18 -0
  9. package/schemas/components/action-button.json +62 -0
  10. package/schemas/components/action-group.json +69 -0
  11. package/schemas/components/alert-banner.json +29 -0
  12. package/schemas/components/alert-dialog.json +42 -0
  13. package/schemas/components/avatar.json +30 -0
  14. package/schemas/components/badge.json +50 -0
  15. package/schemas/components/body.json +25 -0
  16. package/schemas/components/bottom-navigation-android.json +37 -0
  17. package/schemas/components/breadcrumbs.json +18 -0
  18. package/schemas/components/button-group.json +28 -0
  19. package/schemas/components/button.json +60 -0
  20. package/schemas/components/checkbox-group.json +53 -0
  21. package/schemas/components/checkbox.json +52 -0
  22. package/schemas/components/close-button.json +35 -0
  23. package/schemas/components/code.json +21 -0
  24. package/schemas/components/color-area.json +64 -0
  25. package/schemas/components/color-loupe.json +21 -0
  26. package/schemas/components/color-slider.json +52 -0
  27. package/schemas/components/color-wheel.json +47 -0
  28. package/schemas/components/combo-box.json +84 -0
  29. package/schemas/components/contextual-help.json +64 -0
  30. package/schemas/components/detail.json +26 -0
  31. package/schemas/components/divider.json +23 -0
  32. package/schemas/components/field-label.json +39 -0
  33. package/schemas/components/heading.json +29 -0
  34. package/schemas/components/help-text.json +35 -0
  35. package/schemas/components/in-line-alert.json +25 -0
  36. package/schemas/components/link.json +32 -0
  37. package/schemas/components/menu.json +65 -0
  38. package/schemas/components/meter.json +37 -0
  39. package/schemas/components/picker.json +85 -0
  40. package/schemas/components/popover.json +65 -0
  41. package/schemas/components/progress-bar.json +50 -0
  42. package/schemas/components/progress-circle.json +41 -0
  43. package/schemas/components/radio-group.json +62 -0
  44. package/schemas/components/rating.json +31 -0
  45. package/schemas/components/scroll-zoom-bar.json +44 -0
  46. package/schemas/components/side-navigation.json +18 -0
  47. package/schemas/components/slider.json +74 -0
  48. package/schemas/components/status-light.json +44 -0
  49. package/schemas/components/swatch-group.json +38 -0
  50. package/schemas/components/swatch.json +45 -0
  51. package/schemas/components/switch.json +42 -0
  52. package/schemas/components/tab-bar-ios.json +37 -0
  53. package/schemas/components/tabs.json +32 -0
  54. package/schemas/components/tag.json +41 -0
  55. package/schemas/components/text-area.json +98 -0
  56. package/schemas/components/text-field.json +86 -0
  57. package/schemas/components/toast.json +29 -0
  58. package/schemas/components/tooltip.json +50 -0
  59. package/schemas/components/tray.json +17 -0
  60. package/schemas/components/tree-view.json +50 -0
  61. package/schemas/types/component-size.json +8 -0
  62. package/schemas/types/hex-color.json +8 -0
  63. package/schemas/types/typography-classification.json +9 -0
  64. package/schemas/types/typography-script.json +9 -0
  65. package/schemas/types/workflow-icon.json +901 -0
  66. package/src/color-component.json +45 -0
  67. package/src/layout-component.json +923 -0
  68. package/tasks/buildManifest.js +6 -1
  69. package/tasks/diff.js +1 -1
  70. package/test/checkId.test.js +64 -0
  71. package/test/schemaValidator.test.js +74 -0
@@ -0,0 +1,901 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/workflow-icon.json",
4
+ "type": "string",
5
+ "title": "workflow-icon",
6
+ "enum": [
7
+ "123",
8
+ "3DMaterials",
9
+ "ABC",
10
+ "AEMScreens",
11
+ "Actions",
12
+ "AdDisplay",
13
+ "AdPrint",
14
+ "Add",
15
+ "AddCircle",
16
+ "AddTo",
17
+ "AddToSelection",
18
+ "Airplane",
19
+ "Alert",
20
+ "AlertAdd",
21
+ "AlertCheck",
22
+ "AlertCircle",
23
+ "AlertCircleFilled",
24
+ "Algorithm",
25
+ "Alias",
26
+ "AlignBottom",
27
+ "AlignCenter",
28
+ "AlignLeft",
29
+ "AlignMiddle",
30
+ "AlignRight",
31
+ "AlignTop",
32
+ "Amusementpark",
33
+ "Anchor",
34
+ "AnchorSelect",
35
+ "Annotate",
36
+ "AnnotatePen",
37
+ "Answer",
38
+ "AnswerFavorite",
39
+ "App",
40
+ "AppRefresh",
41
+ "AppleFiles",
42
+ "ApplicationDelivery",
43
+ "ApproveReject",
44
+ "Apps",
45
+ "Archive",
46
+ "ArchiveRemove",
47
+ "ArrowDown",
48
+ "ArrowLeft",
49
+ "ArrowRight",
50
+ "ArrowUp",
51
+ "ArrowUpRight",
52
+ "Artboard",
53
+ "Article",
54
+ "Asset",
55
+ "AssetCheck",
56
+ "AssetsAdded",
57
+ "AssetsDownloaded",
58
+ "AssetsExpired",
59
+ "AssetsLinkedPublished",
60
+ "AssetsModified",
61
+ "AssetsPublished",
62
+ "Asterisk",
63
+ "At",
64
+ "Attach",
65
+ "AttachmentExclude",
66
+ "Attributes",
67
+ "Audio",
68
+ "AutomatedSegment",
69
+ "Back",
70
+ "Back30Seconds",
71
+ "BackAndroid",
72
+ "Beaker",
73
+ "BeakerCheck",
74
+ "BeakerShare",
75
+ "Bell",
76
+ "BidRule",
77
+ "BidRuleAdd",
78
+ "Blower",
79
+ "Blur",
80
+ "Book",
81
+ "Bookmark",
82
+ "BookmarkSingle",
83
+ "BookmarkSingleOutline",
84
+ "BookmarkSmall",
85
+ "BookmarkSmallOutline",
86
+ "Boolean",
87
+ "Border",
88
+ "Box",
89
+ "BoxAdd",
90
+ "BoxExport",
91
+ "BoxImport",
92
+ "Brackets",
93
+ "BracketsSquare",
94
+ "Branch1",
95
+ "Branch2",
96
+ "Branch3",
97
+ "BranchCircle",
98
+ "BreadcrumbNavigation",
99
+ "Breakdown",
100
+ "BreakdownAdd",
101
+ "Briefcase",
102
+ "Browse",
103
+ "Brush",
104
+ "Bug",
105
+ "Building",
106
+ "BulkEditUsers",
107
+ "Button",
108
+ "CCLibrary",
109
+ "Calculator",
110
+ "Calendar",
111
+ "CalendarAdd",
112
+ "CalendarLocked",
113
+ "CalendarUnlocked",
114
+ "CallCenter",
115
+ "Camera",
116
+ "CameraFlip",
117
+ "CameraRefresh",
118
+ "Campaign",
119
+ "CampaignAdd",
120
+ "CampaignClose",
121
+ "CampaignDelete",
122
+ "CampaignEdit",
123
+ "Cancel",
124
+ "Capitals",
125
+ "Captcha",
126
+ "Car",
127
+ "Card",
128
+ "Channel",
129
+ "Chat",
130
+ "ChatAdd",
131
+ "CheckPause",
132
+ "Checkmark",
133
+ "CheckmarkCircle",
134
+ "CheckmarkCircleOutline",
135
+ "ChevronDoubleLeft",
136
+ "ChevronDoubleRight",
137
+ "ChevronDown",
138
+ "ChevronLeft",
139
+ "ChevronRight",
140
+ "ChevronUp",
141
+ "ChevronUpDown",
142
+ "Circle",
143
+ "CircleFilled",
144
+ "ClassicGridView",
145
+ "Clock",
146
+ "ClockCheck",
147
+ "CloneStamp",
148
+ "Close",
149
+ "CloseCaptions",
150
+ "CloseCircle",
151
+ "Cloud",
152
+ "CloudDisconnected",
153
+ "CloudError",
154
+ "CloudOutline",
155
+ "Code",
156
+ "Collection",
157
+ "CollectionAdd",
158
+ "CollectionAddTo",
159
+ "CollectionCheck",
160
+ "CollectionEdit",
161
+ "CollectionExclude",
162
+ "CollectionLink",
163
+ "ColorFill",
164
+ "ColorPalette",
165
+ "ColorWheel",
166
+ "ColumnSettings",
167
+ "ColumnTwoA",
168
+ "ColumnTwoB",
169
+ "ColumnTwoC",
170
+ "Comment",
171
+ "Compare",
172
+ "Compass",
173
+ "Condition",
174
+ "ConfidenceFour",
175
+ "ConfidenceOne",
176
+ "ConfidenceThree",
177
+ "ConfidenceTwo",
178
+ "Contrast",
179
+ "ConversionFunnel",
180
+ "Copy",
181
+ "CoverImage",
182
+ "CreditCard",
183
+ "Crop",
184
+ "CropLightning",
185
+ "CropRotate",
186
+ "Crosshairs",
187
+ "Curate",
188
+ "Cut",
189
+ "Dashboard",
190
+ "Data",
191
+ "DataAdd",
192
+ "DataBook",
193
+ "DataCheck",
194
+ "DataCorrelated",
195
+ "DataDownload",
196
+ "DataEdit",
197
+ "DataMapping",
198
+ "DataRefresh",
199
+ "DataRemove",
200
+ "DataSettings",
201
+ "DataUnavailable",
202
+ "DataUpload",
203
+ "DataUser",
204
+ "Date",
205
+ "DateInput",
206
+ "Deduplication",
207
+ "Delegate",
208
+ "Delete",
209
+ "DeleteOutline",
210
+ "Demographic",
211
+ "Deselect",
212
+ "DeselectCircular",
213
+ "DesktopAndMobile",
214
+ "DeviceDesktop",
215
+ "DeviceLaptop",
216
+ "DevicePhone",
217
+ "DevicePhoneRefresh",
218
+ "DevicePreview",
219
+ "DeviceRotateLandscape",
220
+ "DeviceRotatePortrait",
221
+ "DeviceTV",
222
+ "DeviceTablet",
223
+ "Devices",
224
+ "DistributeBottomEdge",
225
+ "DistributeHorizontalCenter",
226
+ "DistributeHorizontally",
227
+ "DistributeLeftEdge",
228
+ "DistributeRightEdge",
229
+ "DistributeSpaceHoriz",
230
+ "DistributeSpaceVert",
231
+ "DistributeTopEdge",
232
+ "DistributeVerticalCenter",
233
+ "DistributeVertically",
234
+ "Divide",
235
+ "DividePath",
236
+ "Document",
237
+ "DocumentFragment",
238
+ "DocumentFragmentGroup",
239
+ "DocumentOutline",
240
+ "DocumentRefresh",
241
+ "Dolly",
242
+ "Download",
243
+ "DownloadFromCloud",
244
+ "DownloadFromCloudOutline",
245
+ "Draft",
246
+ "DragHandle",
247
+ "Draw",
248
+ "Dropdown",
249
+ "Duplicate",
250
+ "Edit",
251
+ "EditCircle",
252
+ "EditExclude",
253
+ "EditIn",
254
+ "EditInLight",
255
+ "Education",
256
+ "Effects",
257
+ "Efficient",
258
+ "Ellipse",
259
+ "Email",
260
+ "EmailCancel",
261
+ "EmailCheck",
262
+ "EmailExclude",
263
+ "EmailExcludeOutline",
264
+ "EmailGear",
265
+ "EmailGearOutline",
266
+ "EmailKey",
267
+ "EmailKeyOutline",
268
+ "EmailLightning",
269
+ "EmailNotification",
270
+ "EmailOutline",
271
+ "EmailRefresh",
272
+ "EmailSchedule",
273
+ "Engagement",
274
+ "Erase",
275
+ "Event",
276
+ "EventExclude",
277
+ "EventShare",
278
+ "Events",
279
+ "ExcludeOverlap",
280
+ "Experience",
281
+ "ExperienceAdd",
282
+ "ExperienceAddTo",
283
+ "ExperienceExport",
284
+ "ExperienceImport",
285
+ "Export",
286
+ "ExportOriginal",
287
+ "Exposure",
288
+ "Extension",
289
+ "FacebookCoverImage",
290
+ "Fast",
291
+ "FastForward",
292
+ "FastForwardCircle",
293
+ "Feature",
294
+ "Feed",
295
+ "FeedAdd",
296
+ "FeedManagement",
297
+ "Feedback",
298
+ "FileAdd",
299
+ "FileCSV",
300
+ "FileCampaign",
301
+ "FileChart",
302
+ "FileCheckedOut",
303
+ "FileCode",
304
+ "FileData",
305
+ "FileEmail",
306
+ "FileExcel",
307
+ "FileFolder",
308
+ "FileGear",
309
+ "FileGlobe",
310
+ "FileHTML",
311
+ "FileImportant",
312
+ "FileJson",
313
+ "FileKey",
314
+ "FileMobile",
315
+ "FilePDF",
316
+ "FileShare",
317
+ "FileSingleWebPage",
318
+ "FileSpace",
319
+ "FileTemplate",
320
+ "FileTxt",
321
+ "FileUser",
322
+ "FileWord",
323
+ "FileWorkflow",
324
+ "FileXML",
325
+ "FileZip",
326
+ "FilingCabinet",
327
+ "Filmroll",
328
+ "FilmrollAutoAdd",
329
+ "Filter",
330
+ "FilterAdd",
331
+ "FilterCheck",
332
+ "FilterDelete",
333
+ "FilterEdit",
334
+ "FilterHeart",
335
+ "FilterRemove",
336
+ "FilterStar",
337
+ "FindAndReplace",
338
+ "Flag",
339
+ "FlagExclude",
340
+ "FlashAuto",
341
+ "FlashOff",
342
+ "FlashOn",
343
+ "Flashlight",
344
+ "FlashlightOff",
345
+ "FlashlightOn",
346
+ "FlipHorizontal",
347
+ "FlipVertical",
348
+ "Folder",
349
+ "Folder2Color",
350
+ "FolderAdd",
351
+ "FolderAddTo",
352
+ "FolderArchive",
353
+ "FolderDelete",
354
+ "FolderGear",
355
+ "FolderLocked",
356
+ "FolderOpen",
357
+ "FolderOpenOutline",
358
+ "FolderOutline",
359
+ "FolderRemove",
360
+ "FolderSearch",
361
+ "FolderUser",
362
+ "Follow",
363
+ "FollowOff",
364
+ "ForPlacementOnly",
365
+ "Forecast",
366
+ "Form",
367
+ "Forward",
368
+ "FullScreen",
369
+ "FullScreenExit",
370
+ "Function",
371
+ "Game",
372
+ "Gauge1",
373
+ "Gauge2",
374
+ "Gauge3",
375
+ "Gauge4",
376
+ "Gauge5",
377
+ "Gears",
378
+ "GearsAdd",
379
+ "GearsDelete",
380
+ "GearsEdit",
381
+ "GenderFemale",
382
+ "GenderMale",
383
+ "Gift",
384
+ "Globe",
385
+ "GlobeCheck",
386
+ "GlobeClock",
387
+ "GlobeEnter",
388
+ "GlobeExit",
389
+ "GlobeGrid",
390
+ "GlobeOutline",
391
+ "GlobeRemove",
392
+ "GlobeSearch",
393
+ "GlobeStrike",
394
+ "GlobeStrikeClock",
395
+ "Gradient",
396
+ "GraphArea",
397
+ "GraphAreaStacked",
398
+ "GraphBarHorizontal",
399
+ "GraphBarHorizontalAdd",
400
+ "GraphBarHorizontalStacked",
401
+ "GraphBarVertical",
402
+ "GraphBarVerticalAdd",
403
+ "GraphBarVerticalStacked",
404
+ "GraphBubble",
405
+ "GraphBullet",
406
+ "GraphConfidenceBands",
407
+ "GraphDonut",
408
+ "GraphDonutAdd",
409
+ "GraphGantt",
410
+ "GraphHistogram",
411
+ "GraphPathing",
412
+ "GraphPie",
413
+ "GraphProfitCurve",
414
+ "GraphScatter",
415
+ "GraphStream",
416
+ "GraphStreamRanked",
417
+ "GraphStreamRankedAdd",
418
+ "GraphSunburst",
419
+ "GraphTree",
420
+ "GraphTrend",
421
+ "GraphTrendAdd",
422
+ "GraphTrendAlert",
423
+ "Graphic",
424
+ "Group",
425
+ "Hammer",
426
+ "Hand",
427
+ "Hand0",
428
+ "Hand1",
429
+ "Hand2",
430
+ "Hand3",
431
+ "Hand4",
432
+ "Heal",
433
+ "Heart",
434
+ "Help",
435
+ "HelpOutline",
436
+ "Histogram",
437
+ "History",
438
+ "Home",
439
+ "Homepage",
440
+ "HotFixes",
441
+ "HotelBed",
442
+ "IdentityService",
443
+ "Image",
444
+ "ImageAdd",
445
+ "ImageAlbum",
446
+ "ImageAutoMode",
447
+ "ImageCarousel",
448
+ "ImageCheck",
449
+ "ImageCheckedOut",
450
+ "ImageMapCircle",
451
+ "ImageMapPolygon",
452
+ "ImageMapRectangle",
453
+ "ImageNext",
454
+ "ImageProfile",
455
+ "ImageSearch",
456
+ "ImageText",
457
+ "Images",
458
+ "Import",
459
+ "Inbox",
460
+ "Individual",
461
+ "Info",
462
+ "InfoOutline",
463
+ "IntersectOverlap",
464
+ "InvertAdj",
465
+ "Invite",
466
+ "Journey",
467
+ "JourneyAction",
468
+ "JourneyData",
469
+ "JourneyEvent",
470
+ "JourneyEvent2",
471
+ "JourneyReports",
472
+ "JourneyVoyager",
473
+ "JumpToTop",
474
+ "Key",
475
+ "KeyClock",
476
+ "KeyExclude",
477
+ "Keyboard",
478
+ "Label",
479
+ "LabelExclude",
480
+ "Labels",
481
+ "Landscape",
482
+ "Launch",
483
+ "Layers",
484
+ "LayersBackward",
485
+ "LayersBringToFront",
486
+ "LayersForward",
487
+ "LayersSendToBack",
488
+ "Light",
489
+ "Line",
490
+ "LineHeight",
491
+ "LinearGradient",
492
+ "Link",
493
+ "LinkCheck",
494
+ "LinkGlobe",
495
+ "LinkNav",
496
+ "LinkOff",
497
+ "LinkOut",
498
+ "LinkOutLight",
499
+ "LinkPage",
500
+ "LinkUser",
501
+ "Location",
502
+ "LocationBasedDate",
503
+ "LocationBasedEvent",
504
+ "LocationContribution",
505
+ "LockClosed",
506
+ "LockOpen",
507
+ "LogOut",
508
+ "Login",
509
+ "Looks",
510
+ "LoupeView",
511
+ "MBox",
512
+ "MagicWand",
513
+ "Magnify",
514
+ "Mailbox",
515
+ "MapView",
516
+ "MarginBottom",
517
+ "MarginLeft",
518
+ "MarginRight",
519
+ "MarginTop",
520
+ "MarketingActivities",
521
+ "Maximize",
522
+ "Measure",
523
+ "Menu",
524
+ "Merge",
525
+ "MergeLayers",
526
+ "Messenger",
527
+ "Minimize",
528
+ "MobileServices",
529
+ "ModernGridView",
530
+ "Money",
531
+ "Monitoring",
532
+ "Moon",
533
+ "More",
534
+ "MoreCircle",
535
+ "MoreSmall",
536
+ "MoreSmallList",
537
+ "MoreSmallListVert",
538
+ "MoreVertical",
539
+ "Move",
540
+ "MoveLeftRight",
541
+ "MoveTo",
542
+ "MoveUpDown",
543
+ "MovieCamera",
544
+ "Multiple",
545
+ "MultipleAdd",
546
+ "MultipleCheck",
547
+ "MultipleExclude",
548
+ "NamingOrder",
549
+ "NewItem",
550
+ "News",
551
+ "NewsAdd",
552
+ "NoEdit",
553
+ "Note",
554
+ "NoteAdd",
555
+ "OS",
556
+ "Offer",
557
+ "OfferDelete",
558
+ "OnAir",
559
+ "OpenIn",
560
+ "OpenInLight",
561
+ "OpenRecent",
562
+ "OpenRecentOutline",
563
+ "Orbit",
564
+ "Organisations",
565
+ "Organize",
566
+ "OutlinePath",
567
+ "PaddingBottom",
568
+ "PaddingLeft",
569
+ "PaddingRight",
570
+ "PaddingTop",
571
+ "PageBreak",
572
+ "PageExclude",
573
+ "PageGear",
574
+ "PageRule",
575
+ "PageShare",
576
+ "PageTag",
577
+ "PagesExclude",
578
+ "Pan",
579
+ "Panel",
580
+ "Paste",
581
+ "PasteHTML",
582
+ "PasteList",
583
+ "PasteText",
584
+ "Pattern",
585
+ "Pause",
586
+ "PauseCircle",
587
+ "Pawn",
588
+ "Pending",
589
+ "PeopleGroup",
590
+ "PersonalizationField",
591
+ "Perspective",
592
+ "PinOff",
593
+ "PinOn",
594
+ "Pivot",
595
+ "PlatformDataMapping",
596
+ "Play",
597
+ "PlayCircle",
598
+ "Plug",
599
+ "Polygon",
600
+ "PolygonSelect",
601
+ "PopIn",
602
+ "Portrait",
603
+ "Preset",
604
+ "Preview",
605
+ "Print",
606
+ "PrintPreview",
607
+ "Project",
608
+ "ProjectAdd",
609
+ "ProjectEdit",
610
+ "ProjectNameEdit",
611
+ "Promote",
612
+ "Properties",
613
+ "PropertiesCopy",
614
+ "PublishCheck",
615
+ "PublishPending",
616
+ "PublishReject",
617
+ "PublishRemove",
618
+ "PublishSchedule",
619
+ "PushNotification",
620
+ "Question",
621
+ "QuickSelect",
622
+ "RSS",
623
+ "RadialGradient",
624
+ "Rail",
625
+ "RailBottom",
626
+ "RailLeft",
627
+ "RailRight",
628
+ "RailRightClose",
629
+ "RailRightOpen",
630
+ "RailTop",
631
+ "RangeMask",
632
+ "RealTimeCustomerProfile",
633
+ "RectSelect",
634
+ "Rectangle",
635
+ "Redo",
636
+ "Refresh",
637
+ "RegionSelect",
638
+ "Relevance",
639
+ "Remove",
640
+ "RemoveCircle",
641
+ "Rename",
642
+ "Reorder",
643
+ "Replay",
644
+ "Replies",
645
+ "Reply",
646
+ "ReplyAll",
647
+ "Report",
648
+ "ReportAdd",
649
+ "Resize",
650
+ "Retweet",
651
+ "Reuse",
652
+ "Revenue",
653
+ "Revert",
654
+ "Rewind",
655
+ "RewindCircle",
656
+ "Ribbon",
657
+ "RotateCCW",
658
+ "RotateCCWBold",
659
+ "RotateCW",
660
+ "RotateCWBold",
661
+ "RotateLeft",
662
+ "RotateLeftOutline",
663
+ "RotateRight",
664
+ "RotateRightOutline",
665
+ "SMS",
666
+ "SMSKey",
667
+ "SMSLightning",
668
+ "SMSRefresh",
669
+ "SQLQuery",
670
+ "Sampler",
671
+ "Sandbox",
672
+ "SaveAsFloppy",
673
+ "SaveFloppy",
674
+ "SaveTo",
675
+ "SaveToLight",
676
+ "Scribble",
677
+ "Search",
678
+ "Seat",
679
+ "SeatAdd",
680
+ "Segmentation",
681
+ "Segments",
682
+ "Select",
683
+ "SelectAdd",
684
+ "SelectBox",
685
+ "SelectBoxAll",
686
+ "SelectCircular",
687
+ "SelectContainer",
688
+ "SelectGear",
689
+ "SelectIntersect",
690
+ "SelectSubtract",
691
+ "Selection",
692
+ "SelectionChecked",
693
+ "SelectionMove",
694
+ "Send",
695
+ "SentimentNegative",
696
+ "SentimentNeutral",
697
+ "SentimentPositive",
698
+ "Separator",
699
+ "Servers",
700
+ "Settings",
701
+ "Shapes",
702
+ "Share",
703
+ "ShareAndroid",
704
+ "ShareCheck",
705
+ "ShareLight",
706
+ "ShareWindows",
707
+ "Sharpen",
708
+ "Shield",
709
+ "Ship",
710
+ "Shop",
711
+ "ShoppingCart",
712
+ "ShowAllLayers",
713
+ "ShowMenu",
714
+ "ShowOneLayer",
715
+ "Shuffle",
716
+ "Slice",
717
+ "Slow",
718
+ "SmallCaps",
719
+ "Snapshot",
720
+ "SocialNetwork",
721
+ "SortOrderDown",
722
+ "SortOrderUp",
723
+ "Spam",
724
+ "Spellcheck",
725
+ "Spin",
726
+ "SplitView",
727
+ "SpotHeal",
728
+ "Stadium",
729
+ "Stage",
730
+ "Stamp",
731
+ "Star",
732
+ "StarOutline",
733
+ "Starburst",
734
+ "StepBackward",
735
+ "StepBackwardCircle",
736
+ "StepForward",
737
+ "StepForwardCircle",
738
+ "Stop",
739
+ "StopCircle",
740
+ "Stopwatch",
741
+ "Straighten",
742
+ "StraightenOutline",
743
+ "StrokeWidth",
744
+ "Subscribe",
745
+ "SubtractBackPath",
746
+ "SubtractFromSelection",
747
+ "SubtractFrontPath",
748
+ "SuccessMetric",
749
+ "Summarize",
750
+ "Survey",
751
+ "Switch",
752
+ "Sync",
753
+ "SyncRemove",
754
+ "Table",
755
+ "TableAdd",
756
+ "TableAndChart",
757
+ "TableColumnAddLeft",
758
+ "TableColumnAddRight",
759
+ "TableColumnMerge",
760
+ "TableColumnRemoveCenter",
761
+ "TableColumnSplit",
762
+ "TableEdit",
763
+ "TableHistogram",
764
+ "TableMergeCells",
765
+ "TableRowAddBottom",
766
+ "TableRowAddTop",
767
+ "TableRowMerge",
768
+ "TableRowRemoveCenter",
769
+ "TableRowSplit",
770
+ "TableSelectColumn",
771
+ "TableSelectRow",
772
+ "TagBold",
773
+ "TagItalic",
774
+ "TagUnderline",
775
+ "Target",
776
+ "Targeted",
777
+ "TaskList",
778
+ "Teapot",
779
+ "Temperature",
780
+ "TestAB",
781
+ "TestABEdit",
782
+ "TestABGear",
783
+ "TestABRemove",
784
+ "TestProfile",
785
+ "Text",
786
+ "TextAdd",
787
+ "TextAlignCenter",
788
+ "TextAlignJustify",
789
+ "TextAlignLeft",
790
+ "TextAlignRight",
791
+ "TextBaselineShift",
792
+ "TextBold",
793
+ "TextBulleted",
794
+ "TextBulletedAttach",
795
+ "TextBulletedHierarchy",
796
+ "TextBulletedHierarchyExclude",
797
+ "TextColor",
798
+ "TextDecrease",
799
+ "TextEdit",
800
+ "TextExclude",
801
+ "TextIncrease",
802
+ "TextIndentDecrease",
803
+ "TextIndentIncrease",
804
+ "TextItalic",
805
+ "TextKerning",
806
+ "TextLetteredLowerCase",
807
+ "TextLetteredUpperCase",
808
+ "TextNumbered",
809
+ "TextParagraph",
810
+ "TextRomanLowercase",
811
+ "TextRomanUppercase",
812
+ "TextSize",
813
+ "TextSizeAdd",
814
+ "TextSpaceAfter",
815
+ "TextSpaceBefore",
816
+ "TextStrikethrough",
817
+ "TextStroke",
818
+ "TextStyle",
819
+ "TextSubscript",
820
+ "TextSuperscript",
821
+ "TextTracking",
822
+ "TextUnderline",
823
+ "ThumbDown",
824
+ "ThumbDownOutline",
825
+ "ThumbUp",
826
+ "ThumbUpOutline",
827
+ "Tips",
828
+ "Train",
829
+ "TransferToPlatform",
830
+ "Transparency",
831
+ "Trap",
832
+ "TreeCollapse",
833
+ "TreeCollapseAll",
834
+ "TreeExpand",
835
+ "TreeExpandAll",
836
+ "TrendInspect",
837
+ "TrimPath",
838
+ "Trophy",
839
+ "Type",
840
+ "USA",
841
+ "Underline",
842
+ "Undo",
843
+ "Ungroup",
844
+ "Unlink",
845
+ "Unmerge",
846
+ "UploadToCloud",
847
+ "UploadToCloudOutline",
848
+ "User",
849
+ "UserActivity",
850
+ "UserAdd",
851
+ "UserAdmin",
852
+ "UserArrow",
853
+ "UserCheckedOut",
854
+ "UserDeveloper",
855
+ "UserEdit",
856
+ "UserExclude",
857
+ "UserGroup",
858
+ "UserLock",
859
+ "UserShare",
860
+ "UsersAdd",
861
+ "UsersExclude",
862
+ "UsersLock",
863
+ "UsersShare",
864
+ "Variable",
865
+ "VectorDraw",
866
+ "VideoCheckedOut",
867
+ "VideoFilled",
868
+ "VideoOutline",
869
+ "ViewAllTags",
870
+ "ViewBiWeek",
871
+ "ViewCard",
872
+ "ViewColumn",
873
+ "ViewDay",
874
+ "ViewDetail",
875
+ "ViewGrid",
876
+ "ViewList",
877
+ "ViewRow",
878
+ "ViewSingle",
879
+ "ViewStack",
880
+ "ViewWeek",
881
+ "ViewedMarkAs",
882
+ "Vignette",
883
+ "Visibility",
884
+ "VisibilityOff",
885
+ "Visit",
886
+ "VisitShare",
887
+ "VoiceOver",
888
+ "VolumeMute",
889
+ "VolumeOne",
890
+ "VolumeThree",
891
+ "VolumeTwo",
892
+ "Watch",
893
+ "WebPage",
894
+ "WebPages",
895
+ "Workflow",
896
+ "WorkflowAdd",
897
+ "Wrench",
898
+ "ZoomIn",
899
+ "ZoomOut"
900
+ ]
901
+ }