@deephaven/icons 0.4.1-markdownnotebooks.0 → 0.5.2-beta.0
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.
- package/dist/{vsIssueClosed.d.ts → dhFreeze.d.ts} +1 -1
- package/dist/dhFreeze.js +30 -0
- package/dist/index.d.ts +49 -1
- package/dist/index.es.js +308 -20
- package/dist/index.js +356 -20
- package/dist/svg/dh/freeze.svg +1 -0
- package/dist/svg/vs/arrow-swap.svg +1 -0
- package/dist/svg/vs/azure.svg +1 -0
- package/dist/svg/vs/beaker-stop.svg +1 -0
- package/dist/svg/vs/bracket-dot.svg +1 -0
- package/dist/svg/vs/bracket-error.svg +1 -0
- package/dist/svg/vs/compass-active.svg +1 -0
- package/dist/svg/vs/compass-dot.svg +1 -0
- package/dist/svg/vs/compass.svg +1 -0
- package/dist/svg/vs/copy.svg +1 -0
- package/dist/svg/vs/debug-all.svg +1 -0
- package/dist/svg/vs/debug-alt-small.svg +1 -1
- package/dist/svg/vs/debug-continue-small.svg +1 -0
- package/dist/svg/vs/debug-continue.svg +1 -1
- package/dist/svg/vs/debug-coverage.svg +1 -0
- package/dist/svg/vs/debug-line-by-line.svg +1 -0
- package/dist/svg/vs/debug-rerun.svg +1 -0
- package/dist/svg/vs/debug-reverse-continue.svg +1 -1
- package/dist/svg/vs/debug-start.svg +1 -1
- package/dist/svg/vs/filter-filled.svg +1 -0
- package/dist/svg/vs/folder-library.svg +1 -0
- package/dist/svg/vs/git-pull-request-closed.svg +1 -0
- package/dist/svg/vs/git-pull-request-create.svg +1 -0
- package/dist/svg/vs/git-pull-request-draft.svg +1 -0
- package/dist/svg/vs/github.svg +1 -1
- package/dist/svg/vs/graph-line.svg +1 -0
- package/dist/svg/vs/graph-scatter.svg +1 -0
- package/dist/svg/vs/group-by-ref-type.svg +1 -1
- package/dist/svg/vs/inspect.svg +1 -0
- package/dist/svg/vs/issue-draft.svg +1 -0
- package/dist/svg/vs/issue-reopened.svg +1 -1
- package/dist/svg/vs/issues.svg +1 -1
- package/dist/svg/vs/layers-active.svg +1 -0
- package/dist/svg/vs/layers-dot.svg +1 -0
- package/dist/svg/vs/layers.svg +1 -0
- package/dist/svg/vs/new-file.svg +1 -1
- package/dist/svg/vs/notebook-template.svg +1 -0
- package/dist/svg/vs/person-add.svg +1 -0
- package/dist/svg/vs/pie-chart.svg +1 -0
- package/dist/svg/vs/play-circle.svg +1 -1
- package/dist/svg/vs/play.svg +1 -1
- package/dist/svg/vs/refresh.svg +1 -1
- package/dist/svg/vs/run-above.svg +1 -0
- package/dist/svg/vs/run-all.svg +1 -1
- package/dist/svg/vs/run-below.svg +1 -0
- package/dist/svg/vs/run-errors.svg +1 -0
- package/dist/svg/vs/table.svg +1 -0
- package/dist/svg/vs/terminal-bash.svg +1 -0
- package/dist/svg/vs/terminal-cmd.svg +1 -0
- package/dist/svg/vs/terminal-debian.svg +1 -0
- package/dist/svg/vs/terminal-linux.svg +1 -0
- package/dist/svg/vs/terminal-powershell.svg +1 -0
- package/dist/svg/vs/terminal-tmux.svg +1 -0
- package/dist/svg/vs/terminal-ubuntu.svg +1 -0
- package/dist/svg/vs/type-hierarchy-sub.svg +1 -0
- package/dist/svg/vs/type-hierarchy-super.svg +1 -0
- package/dist/svg/vs/type-hierarchy.svg +1 -0
- package/dist/svg/vs/ungroup-by-ref-type.svg +1 -1
- package/dist/svg/vs/variable-group.svg +1 -0
- package/dist/svg/vs/versions.svg +1 -1
- package/dist/svg/vs/wand.svg +1 -0
- package/dist/svg/vs/workspace-trusted.svg +1 -0
- package/dist/svg/vs/workspace-unknown.svg +1 -0
- package/dist/svg/vs/workspace-untrusted.svg +1 -0
- package/dist/vsArrowSwap.d.ts +11 -0
- package/dist/{vsIssueClosed.js → vsArrowSwap.js} +2 -2
- package/dist/vsAzure.d.ts +11 -0
- package/dist/vsAzure.js +30 -0
- package/dist/vsBeakerStop.d.ts +11 -0
- package/dist/vsBeakerStop.js +30 -0
- package/dist/vsBracketDot.d.ts +11 -0
- package/dist/vsBracketDot.js +30 -0
- package/dist/vsBracketError.d.ts +11 -0
- package/dist/vsBracketError.js +30 -0
- package/dist/vsCompass.d.ts +11 -0
- package/dist/vsCompass.js +30 -0
- package/dist/vsCompassActive.d.ts +11 -0
- package/dist/vsCompassActive.js +30 -0
- package/dist/vsCompassDot.d.ts +11 -0
- package/dist/vsCompassDot.js +30 -0
- package/dist/vsCopy.d.ts +11 -0
- package/dist/vsCopy.js +30 -0
- package/dist/vsDebugAll.d.ts +11 -0
- package/dist/vsDebugAll.js +30 -0
- package/dist/vsDebugAltSmall.js +1 -1
- package/dist/vsDebugContinue.js +1 -1
- package/dist/vsDebugContinueSmall.d.ts +11 -0
- package/dist/vsDebugContinueSmall.js +30 -0
- package/dist/vsDebugCoverage.d.ts +11 -0
- package/dist/vsDebugCoverage.js +30 -0
- package/dist/vsDebugLineByLine.d.ts +11 -0
- package/dist/vsDebugLineByLine.js +30 -0
- package/dist/vsDebugRerun.d.ts +11 -0
- package/dist/vsDebugRerun.js +30 -0
- package/dist/vsDebugReverseContinue.js +1 -1
- package/dist/vsDebugStart.js +1 -1
- package/dist/vsFilterFilled.d.ts +11 -0
- package/dist/vsFilterFilled.js +30 -0
- package/dist/vsFolderLibrary.d.ts +11 -0
- package/dist/vsFolderLibrary.js +30 -0
- package/dist/vsGitPullRequestClosed.d.ts +11 -0
- package/dist/vsGitPullRequestClosed.js +30 -0
- package/dist/vsGitPullRequestCreate.d.ts +11 -0
- package/dist/vsGitPullRequestCreate.js +30 -0
- package/dist/vsGitPullRequestDraft.d.ts +11 -0
- package/dist/vsGitPullRequestDraft.js +30 -0
- package/dist/vsGithub.js +1 -1
- package/dist/vsGraphLine.d.ts +11 -0
- package/dist/vsGraphLine.js +30 -0
- package/dist/vsGraphScatter.d.ts +11 -0
- package/dist/vsGraphScatter.js +30 -0
- package/dist/vsGroupByRefType.js +1 -1
- package/dist/vsInspect.d.ts +11 -0
- package/dist/vsInspect.js +30 -0
- package/dist/vsIssueDraft.d.ts +11 -0
- package/dist/vsIssueDraft.js +30 -0
- package/dist/vsIssueReopened.js +1 -1
- package/dist/vsIssues.js +1 -1
- package/dist/vsLayers.d.ts +11 -0
- package/dist/vsLayers.js +30 -0
- package/dist/vsLayersActive.d.ts +11 -0
- package/dist/vsLayersActive.js +30 -0
- package/dist/vsLayersDot.d.ts +11 -0
- package/dist/vsLayersDot.js +30 -0
- package/dist/vsNewFile.js +1 -1
- package/dist/vsNotebookTemplate.d.ts +11 -0
- package/dist/vsNotebookTemplate.js +30 -0
- package/dist/vsPersonAdd.d.ts +11 -0
- package/dist/vsPersonAdd.js +30 -0
- package/dist/vsPieChart.d.ts +11 -0
- package/dist/vsPieChart.js +30 -0
- package/dist/vsPlay.js +1 -1
- package/dist/vsPlayCircle.js +1 -1
- package/dist/vsRefresh.js +1 -1
- package/dist/vsRunAbove.d.ts +11 -0
- package/dist/vsRunAbove.js +30 -0
- package/dist/vsRunAll.js +1 -1
- package/dist/vsRunBelow.d.ts +11 -0
- package/dist/vsRunBelow.js +30 -0
- package/dist/vsRunErrors.d.ts +11 -0
- package/dist/vsRunErrors.js +30 -0
- package/dist/vsTable.d.ts +11 -0
- package/dist/vsTable.js +30 -0
- package/dist/vsTerminalBash.d.ts +11 -0
- package/dist/vsTerminalBash.js +30 -0
- package/dist/vsTerminalCmd.d.ts +11 -0
- package/dist/vsTerminalCmd.js +30 -0
- package/dist/vsTerminalDebian.d.ts +11 -0
- package/dist/vsTerminalDebian.js +30 -0
- package/dist/vsTerminalLinux.d.ts +11 -0
- package/dist/vsTerminalLinux.js +30 -0
- package/dist/vsTerminalPowershell.d.ts +11 -0
- package/dist/vsTerminalPowershell.js +30 -0
- package/dist/vsTerminalTmux.d.ts +11 -0
- package/dist/vsTerminalTmux.js +30 -0
- package/dist/vsTerminalUbuntu.d.ts +11 -0
- package/dist/vsTerminalUbuntu.js +30 -0
- package/dist/vsTypeHierarchy.d.ts +11 -0
- package/dist/vsTypeHierarchy.js +30 -0
- package/dist/vsTypeHierarchySub.d.ts +11 -0
- package/dist/vsTypeHierarchySub.js +30 -0
- package/dist/vsTypeHierarchySuper.d.ts +11 -0
- package/dist/vsTypeHierarchySuper.js +30 -0
- package/dist/vsUngroupByRefType.js +1 -1
- package/dist/vsVariableGroup.d.ts +11 -0
- package/dist/vsVariableGroup.js +30 -0
- package/dist/vsVersions.js +1 -1
- package/dist/vsWand.d.ts +11 -0
- package/dist/vsWand.js +30 -0
- package/dist/vsWorkspaceTrusted.d.ts +11 -0
- package/dist/vsWorkspaceTrusted.js +30 -0
- package/dist/vsWorkspaceUnknown.d.ts +11 -0
- package/dist/vsWorkspaceUnknown.js +30 -0
- package/dist/vsWorkspaceUntrusted.d.ts +11 -0
- package/dist/vsWorkspaceUntrusted.js +30 -0
- package/package.json +5 -5
- package/dist/svg/vs/issue-closed.svg +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
|
3
3
|
export const definition: IconDefinition;
|
|
4
|
-
export const
|
|
4
|
+
export const dhFreeze: IconDefinition;
|
|
5
5
|
export const prefix: IconPrefix;
|
|
6
6
|
export const iconName: IconName;
|
|
7
7
|
export const width: number;
|
package/dist/dhFreeze.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
var prefix = 'dh';
|
|
5
|
+
var iconName = 'freeze';
|
|
6
|
+
var width = 512;
|
|
7
|
+
var height = 512;
|
|
8
|
+
var ligatures = [];
|
|
9
|
+
var unicode = 'ff00'; // js usage doesn't care
|
|
10
|
+
var svgPathData = 'M438.4 300.8l-19.2 -28.8 -60.8 35.2L272 256l86.4 -51.2 60.8 35.2 19.2 -28.8 -44.8 -25.6 48 -28.8 -16 -25.6 -48 28.8V108.8h-35.2v67.2L256 227.2V128l60.8 -35.2 -16 -28.8 -44.8 25.6V32H224v57.6L179.2 64l-16 28.8L224 128v99.2L137.6 176V108.8H102.4V160l-48 -28.8 -16 25.6 48 28.8 -44.8 25.6 19.2 28.8 60.8 -35.2L208 256 121.6 307.2 60.8 272l-19.2 28.8 44.8 25.6 -48 28.8 16 25.6 48 -28.8v51.2h35.2v-67.2L224 284.8V384l-60.8 35.2 16 28.8 44.8 -25.6V480h32v-57.6l44.8 25.6 16 -28.8L256 384V284.8l86.4 51.2v67.2h35.2V352l48 28.8 16 -25.6 -48 -28.8z';
|
|
11
|
+
|
|
12
|
+
exports.definition = {
|
|
13
|
+
prefix: prefix,
|
|
14
|
+
iconName: iconName,
|
|
15
|
+
icon: [
|
|
16
|
+
width,
|
|
17
|
+
height,
|
|
18
|
+
ligatures,
|
|
19
|
+
unicode,
|
|
20
|
+
svgPathData
|
|
21
|
+
]};
|
|
22
|
+
|
|
23
|
+
exports.faAddressBook = exports.definition;
|
|
24
|
+
exports.prefix = prefix;
|
|
25
|
+
exports.iconName = iconName;
|
|
26
|
+
exports.width = width;
|
|
27
|
+
exports.height = height;
|
|
28
|
+
exports.ligatures = ligatures;
|
|
29
|
+
exports.unicode = unicode;
|
|
30
|
+
exports.svgPathData = svgPathData;
|
package/dist/index.d.ts
CHANGED
|
@@ -11,13 +11,18 @@ export const vsArrowSmallDown: IconDefinition;
|
|
|
11
11
|
export const vsArrowSmallLeft: IconDefinition;
|
|
12
12
|
export const vsArrowSmallRight: IconDefinition;
|
|
13
13
|
export const vsArrowSmallUp: IconDefinition;
|
|
14
|
+
export const vsArrowSwap: IconDefinition;
|
|
14
15
|
export const vsArrowUp: IconDefinition;
|
|
16
|
+
export const vsAzure: IconDefinition;
|
|
17
|
+
export const vsBeakerStop: IconDefinition;
|
|
15
18
|
export const vsBeaker: IconDefinition;
|
|
16
19
|
export const vsBellDot: IconDefinition;
|
|
17
20
|
export const vsBell: IconDefinition;
|
|
18
21
|
export const vsBold: IconDefinition;
|
|
19
22
|
export const vsBook: IconDefinition;
|
|
20
23
|
export const vsBookmark: IconDefinition;
|
|
24
|
+
export const vsBracketDot: IconDefinition;
|
|
25
|
+
export const vsBracketError: IconDefinition;
|
|
21
26
|
export const vsBriefcase: IconDefinition;
|
|
22
27
|
export const vsBroadcast: IconDefinition;
|
|
23
28
|
export const vsBrowser: IconDefinition;
|
|
@@ -56,10 +61,15 @@ export const vsColorMode: IconDefinition;
|
|
|
56
61
|
export const vsCombine: IconDefinition;
|
|
57
62
|
export const vsCommentDiscussion: IconDefinition;
|
|
58
63
|
export const vsComment: IconDefinition;
|
|
64
|
+
export const vsCompassActive: IconDefinition;
|
|
65
|
+
export const vsCompassDot: IconDefinition;
|
|
66
|
+
export const vsCompass: IconDefinition;
|
|
67
|
+
export const vsCopy: IconDefinition;
|
|
59
68
|
export const vsCreditCard: IconDefinition;
|
|
60
69
|
export const vsDash: IconDefinition;
|
|
61
70
|
export const vsDashboard: IconDefinition;
|
|
62
71
|
export const vsDatabase: IconDefinition;
|
|
72
|
+
export const vsDebugAll: IconDefinition;
|
|
63
73
|
export const vsDebugAltSmall: IconDefinition;
|
|
64
74
|
export const vsDebugAlt: IconDefinition;
|
|
65
75
|
export const vsDebugBreakpointConditionalUnverified: IconDefinition;
|
|
@@ -72,9 +82,13 @@ export const vsDebugBreakpointLogUnverified: IconDefinition;
|
|
|
72
82
|
export const vsDebugBreakpointLog: IconDefinition;
|
|
73
83
|
export const vsDebugBreakpointUnsupported: IconDefinition;
|
|
74
84
|
export const vsDebugConsole: IconDefinition;
|
|
85
|
+
export const vsDebugContinueSmall: IconDefinition;
|
|
75
86
|
export const vsDebugContinue: IconDefinition;
|
|
87
|
+
export const vsDebugCoverage: IconDefinition;
|
|
76
88
|
export const vsDebugDisconnect: IconDefinition;
|
|
89
|
+
export const vsDebugLineByLine: IconDefinition;
|
|
77
90
|
export const vsDebugPause: IconDefinition;
|
|
91
|
+
export const vsDebugRerun: IconDefinition;
|
|
78
92
|
export const vsDebugRestartFrame: IconDefinition;
|
|
79
93
|
export const vsDebugRestart: IconDefinition;
|
|
80
94
|
export const vsDebugReverseContinue: IconDefinition;
|
|
@@ -121,12 +135,14 @@ export const vsFileSymlinkFile: IconDefinition;
|
|
|
121
135
|
export const vsFileZip: IconDefinition;
|
|
122
136
|
export const vsFile: IconDefinition;
|
|
123
137
|
export const vsFiles: IconDefinition;
|
|
138
|
+
export const vsFilterFilled: IconDefinition;
|
|
124
139
|
export const vsFilter: IconDefinition;
|
|
125
140
|
export const vsFlame: IconDefinition;
|
|
126
141
|
export const vsFoldDown: IconDefinition;
|
|
127
142
|
export const vsFoldUp: IconDefinition;
|
|
128
143
|
export const vsFold: IconDefinition;
|
|
129
144
|
export const vsFolderActive: IconDefinition;
|
|
145
|
+
export const vsFolderLibrary: IconDefinition;
|
|
130
146
|
export const vsFolderOpened: IconDefinition;
|
|
131
147
|
export const vsFolder: IconDefinition;
|
|
132
148
|
export const vsGear: IconDefinition;
|
|
@@ -136,6 +152,9 @@ export const vsGist: IconDefinition;
|
|
|
136
152
|
export const vsGitCommit: IconDefinition;
|
|
137
153
|
export const vsGitCompare: IconDefinition;
|
|
138
154
|
export const vsGitMerge: IconDefinition;
|
|
155
|
+
export const vsGitPullRequestClosed: IconDefinition;
|
|
156
|
+
export const vsGitPullRequestCreate: IconDefinition;
|
|
157
|
+
export const vsGitPullRequestDraft: IconDefinition;
|
|
139
158
|
export const vsGitPullRequest: IconDefinition;
|
|
140
159
|
export const vsGithubAction: IconDefinition;
|
|
141
160
|
export const vsGithubAlt: IconDefinition;
|
|
@@ -145,6 +164,8 @@ export const vsGlobe: IconDefinition;
|
|
|
145
164
|
export const vsGoToFile: IconDefinition;
|
|
146
165
|
export const vsGrabber: IconDefinition;
|
|
147
166
|
export const vsGraphLeft: IconDefinition;
|
|
167
|
+
export const vsGraphLine: IconDefinition;
|
|
168
|
+
export const vsGraphScatter: IconDefinition;
|
|
148
169
|
export const vsGraph: IconDefinition;
|
|
149
170
|
export const vsGripper: IconDefinition;
|
|
150
171
|
export const vsGroupByRefType: IconDefinition;
|
|
@@ -155,7 +176,8 @@ export const vsHorizontalRule: IconDefinition;
|
|
|
155
176
|
export const vsHubot: IconDefinition;
|
|
156
177
|
export const vsInbox: IconDefinition;
|
|
157
178
|
export const vsInfo: IconDefinition;
|
|
158
|
-
export const
|
|
179
|
+
export const vsInspect: IconDefinition;
|
|
180
|
+
export const vsIssueDraft: IconDefinition;
|
|
159
181
|
export const vsIssueReopened: IconDefinition;
|
|
160
182
|
export const vsIssues: IconDefinition;
|
|
161
183
|
export const vsItalic: IconDefinition;
|
|
@@ -164,6 +186,9 @@ export const vsJson: IconDefinition;
|
|
|
164
186
|
export const vsKebabVertical: IconDefinition;
|
|
165
187
|
export const vsKey: IconDefinition;
|
|
166
188
|
export const vsLaw: IconDefinition;
|
|
189
|
+
export const vsLayersActive: IconDefinition;
|
|
190
|
+
export const vsLayersDot: IconDefinition;
|
|
191
|
+
export const vsLayers: IconDefinition;
|
|
167
192
|
export const vsLibrary: IconDefinition;
|
|
168
193
|
export const vsLightbulbAutofix: IconDefinition;
|
|
169
194
|
export const vsLightbulb: IconDefinition;
|
|
@@ -197,6 +222,7 @@ export const vsNewFile: IconDefinition;
|
|
|
197
222
|
export const vsNewFolder: IconDefinition;
|
|
198
223
|
export const vsNoNewline: IconDefinition;
|
|
199
224
|
export const vsNote: IconDefinition;
|
|
225
|
+
export const vsNotebookTemplate: IconDefinition;
|
|
200
226
|
export const vsNotebook: IconDefinition;
|
|
201
227
|
export const vsOctoface: IconDefinition;
|
|
202
228
|
export const vsOpenPreview: IconDefinition;
|
|
@@ -206,7 +232,9 @@ export const vsPackage: IconDefinition;
|
|
|
206
232
|
export const vsPaintcan: IconDefinition;
|
|
207
233
|
export const vsPassFilled: IconDefinition;
|
|
208
234
|
export const vsPass: IconDefinition;
|
|
235
|
+
export const vsPersonAdd: IconDefinition;
|
|
209
236
|
export const vsPerson: IconDefinition;
|
|
237
|
+
export const vsPieChart: IconDefinition;
|
|
210
238
|
export const vsPin: IconDefinition;
|
|
211
239
|
export const vsPinnedDirty: IconDefinition;
|
|
212
240
|
export const vsPinned: IconDefinition;
|
|
@@ -247,7 +275,10 @@ export const vsRootFolderOpened: IconDefinition;
|
|
|
247
275
|
export const vsRootFolder: IconDefinition;
|
|
248
276
|
export const vsRss: IconDefinition;
|
|
249
277
|
export const vsRuby: IconDefinition;
|
|
278
|
+
export const vsRunAbove: IconDefinition;
|
|
250
279
|
export const vsRunAll: IconDefinition;
|
|
280
|
+
export const vsRunBelow: IconDefinition;
|
|
281
|
+
export const vsRunErrors: IconDefinition;
|
|
251
282
|
export const vsSaveAll: IconDefinition;
|
|
252
283
|
export const vsSaveAs: IconDefinition;
|
|
253
284
|
export const vsSave: IconDefinition;
|
|
@@ -300,9 +331,17 @@ export const vsSymbolStructure: IconDefinition;
|
|
|
300
331
|
export const vsSymbolVariable: IconDefinition;
|
|
301
332
|
export const vsSyncIgnored: IconDefinition;
|
|
302
333
|
export const vsSync: IconDefinition;
|
|
334
|
+
export const vsTable: IconDefinition;
|
|
303
335
|
export const vsTag: IconDefinition;
|
|
304
336
|
export const vsTasklist: IconDefinition;
|
|
305
337
|
export const vsTelescope: IconDefinition;
|
|
338
|
+
export const vsTerminalBash: IconDefinition;
|
|
339
|
+
export const vsTerminalCmd: IconDefinition;
|
|
340
|
+
export const vsTerminalDebian: IconDefinition;
|
|
341
|
+
export const vsTerminalLinux: IconDefinition;
|
|
342
|
+
export const vsTerminalPowershell: IconDefinition;
|
|
343
|
+
export const vsTerminalTmux: IconDefinition;
|
|
344
|
+
export const vsTerminalUbuntu: IconDefinition;
|
|
306
345
|
export const vsTerminal: IconDefinition;
|
|
307
346
|
export const vsTextSize: IconDefinition;
|
|
308
347
|
export const vsThreeBars: IconDefinition;
|
|
@@ -315,11 +354,15 @@ export const vsTriangleLeft: IconDefinition;
|
|
|
315
354
|
export const vsTriangleRight: IconDefinition;
|
|
316
355
|
export const vsTriangleUp: IconDefinition;
|
|
317
356
|
export const vsTwitter: IconDefinition;
|
|
357
|
+
export const vsTypeHierarchySub: IconDefinition;
|
|
358
|
+
export const vsTypeHierarchySuper: IconDefinition;
|
|
359
|
+
export const vsTypeHierarchy: IconDefinition;
|
|
318
360
|
export const vsUnfold: IconDefinition;
|
|
319
361
|
export const vsUngroupByRefType: IconDefinition;
|
|
320
362
|
export const vsUnlock: IconDefinition;
|
|
321
363
|
export const vsUnmute: IconDefinition;
|
|
322
364
|
export const vsUnverified: IconDefinition;
|
|
365
|
+
export const vsVariableGroup: IconDefinition;
|
|
323
366
|
export const vsVerified: IconDefinition;
|
|
324
367
|
export const vsVersions: IconDefinition;
|
|
325
368
|
export const vsVmActive: IconDefinition;
|
|
@@ -327,12 +370,16 @@ export const vsVmConnect: IconDefinition;
|
|
|
327
370
|
export const vsVmOutline: IconDefinition;
|
|
328
371
|
export const vsVmRunning: IconDefinition;
|
|
329
372
|
export const vsVm: IconDefinition;
|
|
373
|
+
export const vsWand: IconDefinition;
|
|
330
374
|
export const vsWarning: IconDefinition;
|
|
331
375
|
export const vsWatch: IconDefinition;
|
|
332
376
|
export const vsWhitespace: IconDefinition;
|
|
333
377
|
export const vsWholeWord: IconDefinition;
|
|
334
378
|
export const vsWindow: IconDefinition;
|
|
335
379
|
export const vsWordWrap: IconDefinition;
|
|
380
|
+
export const vsWorkspaceTrusted: IconDefinition;
|
|
381
|
+
export const vsWorkspaceUnknown: IconDefinition;
|
|
382
|
+
export const vsWorkspaceUntrusted: IconDefinition;
|
|
336
383
|
export const vsZoomIn: IconDefinition;
|
|
337
384
|
export const vsZoomOut: IconDefinition;
|
|
338
385
|
export const dhArrowToBottom: IconDefinition;
|
|
@@ -352,6 +399,7 @@ export const dhFileSearch: IconDefinition;
|
|
|
352
399
|
export const dhFileSpreadsheet: IconDefinition;
|
|
353
400
|
export const dhFilterFilled: IconDefinition;
|
|
354
401
|
export const dhFilterSlash: IconDefinition;
|
|
402
|
+
export const dhFreeze: IconDefinition;
|
|
355
403
|
export const dhGearFilled: IconDefinition;
|
|
356
404
|
export const dhGearsFilled: IconDefinition;
|
|
357
405
|
export const dhGraphLineDown: IconDefinition;
|