@deephaven/icons 0.14.1-beta.1 → 0.14.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/dhPandas.d.ts +11 -0
- package/dist/dhPandas.js +30 -0
- package/dist/dhRunSelection.d.ts +11 -0
- package/dist/dhRunSelection.js +30 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +13 -1
- package/dist/index.js +14 -0
- package/dist/svg/dh/pandas.svg +1 -0
- package/dist/svg/dh/run-selection.svg +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
|
|
2
|
+
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
|
3
|
+
export const definition: IconDefinition;
|
|
4
|
+
export const dhPandas: IconDefinition;
|
|
5
|
+
export const prefix: IconPrefix;
|
|
6
|
+
export const iconName: IconName;
|
|
7
|
+
export const width: number;
|
|
8
|
+
export const height: number;
|
|
9
|
+
export const ligatures: string[];
|
|
10
|
+
export const unicode: string;
|
|
11
|
+
export const svgPathData: string;
|
package/dist/dhPandas.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
var prefix = 'dh';
|
|
5
|
+
var iconName = 'pandas';
|
|
6
|
+
var width = 512;
|
|
7
|
+
var height = 512;
|
|
8
|
+
var ligatures = [];
|
|
9
|
+
var unicode = 'ff00'; // js usage doesn't care
|
|
10
|
+
var svgPathData = 'M185.6 28.8h54.4v115.2H185.6V28.8zm0 240h54.4V384H185.6V268.8zm0 -89.6h54.4v54.4H185.6V179.2zM96 124.8h54.4V512H96V124.8zm176 240h54.4V480H272v-115.2zm0 -240h54.4v115.2H272V124.8zm0 150.4h54.4v54.4H272V275.2zM361.6 0H416v387.2h-54.4V0z';
|
|
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;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
|
|
2
|
+
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
|
3
|
+
export const definition: IconDefinition;
|
|
4
|
+
export const dhRunSelection: IconDefinition;
|
|
5
|
+
export const prefix: IconPrefix;
|
|
6
|
+
export const iconName: IconName;
|
|
7
|
+
export const width: number;
|
|
8
|
+
export const height: number;
|
|
9
|
+
export const ligatures: string[];
|
|
10
|
+
export const unicode: string;
|
|
11
|
+
export const svgPathData: string;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
var prefix = 'dh';
|
|
5
|
+
var iconName = 'run-selection';
|
|
6
|
+
var width = 704;
|
|
7
|
+
var height = 512;
|
|
8
|
+
var ligatures = [];
|
|
9
|
+
var unicode = 'ff00'; // js usage doesn't care
|
|
10
|
+
var svgPathData = 'M124.8 64 128 96h-3.2c-6.4 0 -12.8 0 -19.2 3.2 -16 6.4 -25.6 25.6 -25.6 44.8v44.8c0 6.4 0 12.8 -3.2 19.2 0 6.4 -3.2 12.8 -6.4 19.2 -3.2 9.6 -12.8 22.4 -22.4 28.8 9.6 6.4 19.2 19.2 22.4 32 3.2 6.4 3.2 12.8 6.4 19.2 0 6.4 3.2 12.8 3.2 19.2v44.8c0 6.4 0 12.8 3.2 19.2 3.2 6.4 6.4 9.6 9.6 16 3.2 3.2 9.6 6.4 16 9.6H128v32h-3.2c-9.6 0 -19.2 -3.2 -28.8 -6.4 -9.6 -3.2 -19.2 -9.6 -25.6 -16 -6.4 -6.4 -12.8 -16 -16 -25.6 -3.2 -9.6 -6.4 -16 -6.4 -25.6V316.8c0 -6.4 0 -12.8 -3.2 -19.2 -3.2 -3.2 -6.4 -6.4 -9.6 -12.8 -3.2 -3.2 -9.6 -6.4 -16 -9.6 -3.2 -3.2 -9.6 -3.2 -16 -3.2H0v-32h3.2c6.4 0 12.8 0 19.2 -3.2 9.6 -6.4 19.2 -12.8 22.4 -25.6 3.2 -6.4 3.2 -12.8 3.2 -19.2V134.4c0 -9.6 3.2 -19.2 6.4 -25.6 3.2 -6.4 9.6 -16 16 -22.4 6.4 -6.4 16 -12.8 25.6 -16 9.6 -3.2 19.2 -6.4 28.8 -6.4zm576 176c-6.4 0 -12.8 0 -19.2 -3.2 -6.4 -3.2 -9.6 -6.4 -16 -9.6 -3.2 -3.2 -6.4 -9.6 -9.6 -16 -3.2 -6.4 -3.2 -12.8 -3.2 -19.2V134.4c0 -9.6 -3.2 -19.2 -6.4 -25.6 -3.2 -9.6 -9.6 -16 -16 -25.6 -6.4 -6.4 -16 -12.8 -25.6 -16 -6.4 0 -16 -3.2 -25.6 -3.2H576v32h3.2c6.4 0 12.8 0 19.2 3.2 6.4 3.2 9.6 6.4 16 9.6 3.2 3.2 6.4 9.6 9.6 16 3.2 6.4 3.2 12.8 3.2 19.2v44.8c0 6.4 0 12.8 3.2 19.2 0 6.4 3.2 12.8 6.4 19.2 6.4 12.8 12.8 22.4 22.4 32 -9.6 6.4 -19.2 19.2 -22.4 32 -3.2 6.4 -3.2 12.8 -6.4 19.2 0 6.4 -3.2 12.8 -3.2 19.2v44.8c0 19.2 -9.6 35.2 -28.8 44.8 -6.4 -3.2 -12.8 -3.2 -19.2 -3.2H576v32h3.2c9.6 0 19.2 -3.2 28.8 -6.4 9.6 -3.2 19.2 -9.6 25.6 -16 6.4 -6.4 12.8 -16 16 -25.6 3.2 -9.6 6.4 -16 6.4 -25.6V316.8c0 -6.4 0 -12.8 3.2 -19.2 3.2 -9.6 12.8 -16 25.6 -22.4 6.4 -3.2 12.8 -3.2 19.2 -3.2l-3.2 -32zm-192 28.8 -240 160 -25.6 -12.8V96l25.6 -12.8 240 160v25.6zM470.4 256 275.2 124.8V384l195.2 -128z';
|
|
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
|
@@ -408,10 +408,12 @@ export const dhICursor: IconDefinition;
|
|
|
408
408
|
export const dhInput: IconDefinition;
|
|
409
409
|
export const dhNewCircleLargeFilled: IconDefinition;
|
|
410
410
|
export const dhNewSquareFilled: IconDefinition;
|
|
411
|
+
export const dhPandas: IconDefinition;
|
|
411
412
|
export const dhPanels: IconDefinition;
|
|
412
413
|
export const dhPython: IconDefinition;
|
|
413
414
|
export const dhRefresh: IconDefinition;
|
|
414
415
|
export const dhRemoveSquareFilled: IconDefinition;
|
|
416
|
+
export const dhRunSelection: IconDefinition;
|
|
415
417
|
export const dhShapes: IconDefinition;
|
|
416
418
|
export const dhShareFilled: IconDefinition;
|
|
417
419
|
export const dhShare: IconDefinition;
|
package/dist/index.es.js
CHANGED
|
@@ -2045,6 +2045,11 @@ var dhNewSquareFilled = {
|
|
|
2045
2045
|
iconName: "new-square-filled",
|
|
2046
2046
|
icon: [512, 512, [], "f000", "M432 32h-384l-16 16v384l16 16h384l16 -16v-384l-16 -16zM352 256H256v96H224V256H128V224h96V128h32v96h96v32z"]
|
|
2047
2047
|
};
|
|
2048
|
+
var dhPandas = {
|
|
2049
|
+
prefix: "dh",
|
|
2050
|
+
iconName: "pandas",
|
|
2051
|
+
icon: [512, 512, [], "f000", "M185.6 28.8h54.4v115.2H185.6V28.8zm0 240h54.4V384H185.6V268.8zm0 -89.6h54.4v54.4H185.6V179.2zM96 124.8h54.4V512H96V124.8zm176 240h54.4V480H272v-115.2zm0 -240h54.4v115.2H272V124.8zm0 150.4h54.4v54.4H272V275.2zM361.6 0H416v387.2h-54.4V0z"]
|
|
2052
|
+
};
|
|
2048
2053
|
var dhPanels = {
|
|
2049
2054
|
prefix: "dh",
|
|
2050
2055
|
iconName: "panels",
|
|
@@ -2065,6 +2070,11 @@ var dhRemoveSquareFilled = {
|
|
|
2065
2070
|
iconName: "remove-square-filled",
|
|
2066
2071
|
icon: [512, 512, [], "f000", "M432 32h-384l-16 16v384l16 16h384l16 -16v-384l-16 -16zM352 256H128V224h224v32z"]
|
|
2067
2072
|
};
|
|
2073
|
+
var dhRunSelection = {
|
|
2074
|
+
prefix: "dh",
|
|
2075
|
+
iconName: "run-selection",
|
|
2076
|
+
icon: [704, 512, [], "f000", "M124.8 64 128 96h-3.2c-6.4 0 -12.8 0 -19.2 3.2 -16 6.4 -25.6 25.6 -25.6 44.8v44.8c0 6.4 0 12.8 -3.2 19.2 0 6.4 -3.2 12.8 -6.4 19.2 -3.2 9.6 -12.8 22.4 -22.4 28.8 9.6 6.4 19.2 19.2 22.4 32 3.2 6.4 3.2 12.8 6.4 19.2 0 6.4 3.2 12.8 3.2 19.2v44.8c0 6.4 0 12.8 3.2 19.2 3.2 6.4 6.4 9.6 9.6 16 3.2 3.2 9.6 6.4 16 9.6H128v32h-3.2c-9.6 0 -19.2 -3.2 -28.8 -6.4 -9.6 -3.2 -19.2 -9.6 -25.6 -16 -6.4 -6.4 -12.8 -16 -16 -25.6 -3.2 -9.6 -6.4 -16 -6.4 -25.6V316.8c0 -6.4 0 -12.8 -3.2 -19.2 -3.2 -3.2 -6.4 -6.4 -9.6 -12.8 -3.2 -3.2 -9.6 -6.4 -16 -9.6 -3.2 -3.2 -9.6 -3.2 -16 -3.2H0v-32h3.2c6.4 0 12.8 0 19.2 -3.2 9.6 -6.4 19.2 -12.8 22.4 -25.6 3.2 -6.4 3.2 -12.8 3.2 -19.2V134.4c0 -9.6 3.2 -19.2 6.4 -25.6 3.2 -6.4 9.6 -16 16 -22.4 6.4 -6.4 16 -12.8 25.6 -16 9.6 -3.2 19.2 -6.4 28.8 -6.4zm576 176c-6.4 0 -12.8 0 -19.2 -3.2 -6.4 -3.2 -9.6 -6.4 -16 -9.6 -3.2 -3.2 -6.4 -9.6 -9.6 -16 -3.2 -6.4 -3.2 -12.8 -3.2 -19.2V134.4c0 -9.6 -3.2 -19.2 -6.4 -25.6 -3.2 -9.6 -9.6 -16 -16 -25.6 -6.4 -6.4 -16 -12.8 -25.6 -16 -6.4 0 -16 -3.2 -25.6 -3.2H576v32h3.2c6.4 0 12.8 0 19.2 3.2 6.4 3.2 9.6 6.4 16 9.6 3.2 3.2 6.4 9.6 9.6 16 3.2 6.4 3.2 12.8 3.2 19.2v44.8c0 6.4 0 12.8 3.2 19.2 0 6.4 3.2 12.8 6.4 19.2 6.4 12.8 12.8 22.4 22.4 32 -9.6 6.4 -19.2 19.2 -22.4 32 -3.2 6.4 -3.2 12.8 -6.4 19.2 0 6.4 -3.2 12.8 -3.2 19.2v44.8c0 19.2 -9.6 35.2 -28.8 44.8 -6.4 -3.2 -12.8 -3.2 -19.2 -3.2H576v32h3.2c9.6 0 19.2 -3.2 28.8 -6.4 9.6 -3.2 19.2 -9.6 25.6 -16 6.4 -6.4 12.8 -16 16 -25.6 3.2 -9.6 6.4 -16 6.4 -25.6V316.8c0 -6.4 0 -12.8 3.2 -19.2 3.2 -9.6 12.8 -16 25.6 -22.4 6.4 -3.2 12.8 -3.2 19.2 -3.2l-3.2 -32zm-192 28.8 -240 160 -25.6 -12.8V96l25.6 -12.8 240 160v25.6zM470.4 256 275.2 124.8V384l195.2 -128z"]
|
|
2077
|
+
};
|
|
2068
2078
|
var dhShapes = {
|
|
2069
2079
|
prefix: "dh",
|
|
2070
2080
|
iconName: "shapes",
|
|
@@ -2580,10 +2590,12 @@ var _iconsCache = {
|
|
|
2580
2590
|
dhInput:dhInput,
|
|
2581
2591
|
dhNewCircleLargeFilled:dhNewCircleLargeFilled,
|
|
2582
2592
|
dhNewSquareFilled:dhNewSquareFilled,
|
|
2593
|
+
dhPandas:dhPandas,
|
|
2583
2594
|
dhPanels:dhPanels,
|
|
2584
2595
|
dhPython:dhPython,
|
|
2585
2596
|
dhRefresh:dhRefresh,
|
|
2586
2597
|
dhRemoveSquareFilled:dhRemoveSquareFilled,
|
|
2598
|
+
dhRunSelection:dhRunSelection,
|
|
2587
2599
|
dhShapes:dhShapes,
|
|
2588
2600
|
dhShareFilled:dhShareFilled,
|
|
2589
2601
|
dhShare:dhShare,
|
|
@@ -2607,4 +2619,4 @@ var _iconsCache = {
|
|
|
2607
2619
|
dhWarningFilled:dhWarningFilled,
|
|
2608
2620
|
};
|
|
2609
2621
|
|
|
2610
|
-
export { _iconsCache as dh, prefix, vsAccount, vsActivateBreakpoints, vsAdd, vsArchive, vsArrowBoth, vsArrowDown, vsArrowLeft, vsArrowRight, vsArrowSmallDown, vsArrowSmallLeft, vsArrowSmallRight, vsArrowSmallUp, vsArrowSwap, vsArrowUp, vsAzure, vsBeakerStop, vsBeaker, vsBellDot, vsBell, vsBold, vsBook, vsBookmark, vsBracketDot, vsBracketError, vsBriefcase, vsBroadcast, vsBrowser, vsBug, vsCalendar, vsCallIncoming, vsCallOutgoing, vsCaseSensitive, vsCheckAll, vsCheck, vsChecklist, vsChevronDown, vsChevronLeft, vsChevronRight, vsChevronUp, vsChromeClose, vsChromeMaximize, vsChromeMinimize, vsChromeRestore, vsCircleFilled, vsCircleLargeFilled, vsCircleLargeOutline, vsCircleOutline, vsCircleSlash, vsCircuitBoard, vsClearAll, vsClippy, vsCloseAll, vsClose, vsCloudDownload, vsCloudUpload, vsCloud, vsCode, vsCollapseAll, vsColorMode, vsCombine, vsCommentDiscussion, vsComment, vsCompassActive, vsCompassDot, vsCompass, vsCopy, vsCreditCard, vsDash, vsDashboard, vsDatabase, vsDebugAll, vsDebugAltSmall, vsDebugAlt, vsDebugBreakpointConditionalUnverified, vsDebugBreakpointConditional, vsDebugBreakpointDataUnverified, vsDebugBreakpointData, vsDebugBreakpointFunctionUnverified, vsDebugBreakpointFunction, vsDebugBreakpointLogUnverified, vsDebugBreakpointLog, vsDebugBreakpointUnsupported, vsDebugConsole, vsDebugContinueSmall, vsDebugContinue, vsDebugCoverage, vsDebugDisconnect, vsDebugLineByLine, vsDebugPause, vsDebugRerun, vsDebugRestartFrame, vsDebugRestart, vsDebugReverseContinue, vsDebugStackframeActive, vsDebugStackframeDot, vsDebugStackframe, vsDebugStart, vsDebugStepBack, vsDebugStepInto, vsDebugStepOut, vsDebugStepOver, vsDebugStop, vsDebug, vsDesktopDownload, vsDeviceCameraVideo, vsDeviceCamera, vsDeviceMobile, vsDiffAdded, vsDiffIgnored, vsDiffModified, vsDiffRemoved, vsDiffRenamed, vsDiff, vsDiscard, vsEdit, vsEditorLayout, vsEllipsis, vsEmptyWindow, vsError, vsExclude, vsExpandAll, vsExport, vsExtensions, vsEyeClosed, vsEye, vsFeedback, vsFileBinary, vsFileCode, vsFileMedia, vsFilePdf, vsFileSubmodule, vsFileSymlinkDirectory, vsFileSymlinkFile, vsFileZip, vsFile, vsFiles, vsFilterFilled, vsFilter, vsFlame, vsFoldDown, vsFoldUp, vsFold, vsFolderActive, vsFolderLibrary, vsFolderOpened, vsFolder, vsGear, vsGift, vsGistSecret, vsGist, vsGitCommit, vsGitCompare, vsGitMerge, vsGitPullRequestClosed, vsGitPullRequestCreate, vsGitPullRequestDraft, vsGitPullRequest, vsGithubAction, vsGithubAlt, vsGithubInverted, vsGithub, vsGlobe, vsGoToFile, vsGrabber, vsGraphLeft, vsGraphLine, vsGraphScatter, vsGraph, vsGripper, vsGroupByRefType, vsHeart, vsHistory, vsHome, vsHorizontalRule, vsHubot, vsInbox, vsInfo, vsInspect, vsIssueDraft, vsIssueReopened, vsIssues, vsItalic, vsJersey, vsJson, vsKebabVertical, vsKey, vsLaw, vsLayersActive, vsLayersDot, vsLayers, vsLibrary, vsLightbulbAutofix, vsLightbulb, vsLinkExternal, vsLink, vsListFilter, vsListFlat, vsListOrdered, vsListSelection, vsListTree, vsListUnordered, vsLiveShare, vsLoading, vsLocation, vsLock, vsMagnet, vsMailRead, vsMail, vsMarkdown, vsMegaphone, vsMention, vsMenu, vsMerge, vsMilestone, vsMirror, vsMortarBoard, vsMove, vsMultipleWindows, vsMute, vsNewFile, vsNewFolder, vsNoNewline, vsNote, vsNotebookTemplate, vsNotebook, vsOctoface, vsOpenPreview, vsOrganization, vsOutput, vsPackage, vsPaintcan, vsPassFilled, vsPass, vsPersonAdd, vsPerson, vsPieChart, vsPin, vsPinnedDirty, vsPinned, vsPlayCircle, vsPlay, vsPlug, vsPreserveCase, vsPreview, vsPrimitiveSquare, vsProject, vsPulse, vsQuestion, vsQuote, vsRadioTower, vsReactions, vsRecordKeys, vsRecord, vsRedo, vsReferences, vsRefresh, vsRegex, vsRemoteExplorer, vsRemote, vsRemove, vsReplaceAll, vsReplace, vsReply, vsRepoClone, vsRepoForcePush, vsRepoForked, vsRepoPull, vsRepoPush, vsRepo, vsReport, vsRequestChanges, vsRocket, vsRootFolderOpened, vsRootFolder, vsRss, vsRuby, vsRunAbove, vsRunAll, vsRunBelow, vsRunErrors, vsSaveAll, vsSaveAs, vsSave, vsScreenFull, vsScreenNormal, vsSearchStop, vsSearch, vsServerEnvironment, vsServerProcess, vsServer, vsSettingsGear, vsSettings, vsShield, vsSignIn, vsSignOut, vsSmiley, vsSortPrecedence, vsSourceControl, vsSplitHorizontal, vsSplitVertical, vsSquirrel, vsStarEmpty, vsStarFull, vsStarHalf, vsStopCircle, vsSymbolArray, vsSymbolBoolean, vsSymbolClass, vsSymbolColor, vsSymbolConstant, vsSymbolEnumMember, vsSymbolEnum, vsSymbolEvent, vsSymbolField, vsSymbolFile, vsSymbolInterface, vsSymbolKey, vsSymbolKeyword, vsSymbolMethod, vsSymbolMisc, vsSymbolNamespace, vsSymbolNumeric, vsSymbolOperator, vsSymbolParameter, vsSymbolProperty, vsSymbolRuler, vsSymbolSnippet, vsSymbolString, vsSymbolStructure, vsSymbolVariable, vsSyncIgnored, vsSync, vsTable, vsTag, vsTasklist, vsTelescope, vsTerminalBash, vsTerminalCmd, vsTerminalDebian, vsTerminalLinux, vsTerminalPowershell, vsTerminalTmux, vsTerminalUbuntu, vsTerminal, vsTextSize, vsThreeBars, vsThumbsdown, vsThumbsup, vsTools, vsTrash, vsTriangleDown, vsTriangleLeft, vsTriangleRight, vsTriangleUp, vsTwitter, vsTypeHierarchySub, vsTypeHierarchySuper, vsTypeHierarchy, vsUnfold, vsUngroupByRefType, vsUnlock, vsUnmute, vsUnverified, vsVariableGroup, vsVerified, vsVersions, vsVmActive, vsVmConnect, vsVmOutline, vsVmRunning, vsVm, vsWand, vsWarning, vsWatch, vsWhitespace, vsWholeWord, vsWindow, vsWordWrap, vsWorkspaceTrusted, vsWorkspaceUnknown, vsWorkspaceUntrusted, vsZoomIn, vsZoomOut, dhArrowToBottom, dhArrowToTop, dhCheckSquare, dhChevronDownSquare, dhCircleLargeOutlineNotch, dhClock, dhExclamation, dhEyeSlash, dhEye, dhFileCertificate, dhFileCsv, dhFileDownload, dhFilePrint, dhFileSearch, dhFileSpreadsheet, dhFilterFilled, dhFilterSlash, dhFreeze, dhGearFilled, dhGearsFilled, dhGraphLineDown, dhGraphLineUp, dhICursor, dhInput, dhNewCircleLargeFilled, dhNewSquareFilled, dhPanels, dhPython, dhRefresh, dhRemoveSquareFilled, dhShapes, dhShareFilled, dhShare, dhSortAlphaDown, dhSortAlphaUp, dhSortAmountDown, dhSortDown, dhSortUp, dhSort, dhSplitBoth, dhSquareFilled, dhStickyNoteFilled, dhTable, dhTrashUndo, dhTriangleDownSquare, dhTruck, dhUnlink, dhUserIncognito, dhUser, dhWarningCircleFilled, dhWarningFilled, };
|
|
2622
|
+
export { _iconsCache as dh, prefix, vsAccount, vsActivateBreakpoints, vsAdd, vsArchive, vsArrowBoth, vsArrowDown, vsArrowLeft, vsArrowRight, vsArrowSmallDown, vsArrowSmallLeft, vsArrowSmallRight, vsArrowSmallUp, vsArrowSwap, vsArrowUp, vsAzure, vsBeakerStop, vsBeaker, vsBellDot, vsBell, vsBold, vsBook, vsBookmark, vsBracketDot, vsBracketError, vsBriefcase, vsBroadcast, vsBrowser, vsBug, vsCalendar, vsCallIncoming, vsCallOutgoing, vsCaseSensitive, vsCheckAll, vsCheck, vsChecklist, vsChevronDown, vsChevronLeft, vsChevronRight, vsChevronUp, vsChromeClose, vsChromeMaximize, vsChromeMinimize, vsChromeRestore, vsCircleFilled, vsCircleLargeFilled, vsCircleLargeOutline, vsCircleOutline, vsCircleSlash, vsCircuitBoard, vsClearAll, vsClippy, vsCloseAll, vsClose, vsCloudDownload, vsCloudUpload, vsCloud, vsCode, vsCollapseAll, vsColorMode, vsCombine, vsCommentDiscussion, vsComment, vsCompassActive, vsCompassDot, vsCompass, vsCopy, vsCreditCard, vsDash, vsDashboard, vsDatabase, vsDebugAll, vsDebugAltSmall, vsDebugAlt, vsDebugBreakpointConditionalUnverified, vsDebugBreakpointConditional, vsDebugBreakpointDataUnverified, vsDebugBreakpointData, vsDebugBreakpointFunctionUnverified, vsDebugBreakpointFunction, vsDebugBreakpointLogUnverified, vsDebugBreakpointLog, vsDebugBreakpointUnsupported, vsDebugConsole, vsDebugContinueSmall, vsDebugContinue, vsDebugCoverage, vsDebugDisconnect, vsDebugLineByLine, vsDebugPause, vsDebugRerun, vsDebugRestartFrame, vsDebugRestart, vsDebugReverseContinue, vsDebugStackframeActive, vsDebugStackframeDot, vsDebugStackframe, vsDebugStart, vsDebugStepBack, vsDebugStepInto, vsDebugStepOut, vsDebugStepOver, vsDebugStop, vsDebug, vsDesktopDownload, vsDeviceCameraVideo, vsDeviceCamera, vsDeviceMobile, vsDiffAdded, vsDiffIgnored, vsDiffModified, vsDiffRemoved, vsDiffRenamed, vsDiff, vsDiscard, vsEdit, vsEditorLayout, vsEllipsis, vsEmptyWindow, vsError, vsExclude, vsExpandAll, vsExport, vsExtensions, vsEyeClosed, vsEye, vsFeedback, vsFileBinary, vsFileCode, vsFileMedia, vsFilePdf, vsFileSubmodule, vsFileSymlinkDirectory, vsFileSymlinkFile, vsFileZip, vsFile, vsFiles, vsFilterFilled, vsFilter, vsFlame, vsFoldDown, vsFoldUp, vsFold, vsFolderActive, vsFolderLibrary, vsFolderOpened, vsFolder, vsGear, vsGift, vsGistSecret, vsGist, vsGitCommit, vsGitCompare, vsGitMerge, vsGitPullRequestClosed, vsGitPullRequestCreate, vsGitPullRequestDraft, vsGitPullRequest, vsGithubAction, vsGithubAlt, vsGithubInverted, vsGithub, vsGlobe, vsGoToFile, vsGrabber, vsGraphLeft, vsGraphLine, vsGraphScatter, vsGraph, vsGripper, vsGroupByRefType, vsHeart, vsHistory, vsHome, vsHorizontalRule, vsHubot, vsInbox, vsInfo, vsInspect, vsIssueDraft, vsIssueReopened, vsIssues, vsItalic, vsJersey, vsJson, vsKebabVertical, vsKey, vsLaw, vsLayersActive, vsLayersDot, vsLayers, vsLibrary, vsLightbulbAutofix, vsLightbulb, vsLinkExternal, vsLink, vsListFilter, vsListFlat, vsListOrdered, vsListSelection, vsListTree, vsListUnordered, vsLiveShare, vsLoading, vsLocation, vsLock, vsMagnet, vsMailRead, vsMail, vsMarkdown, vsMegaphone, vsMention, vsMenu, vsMerge, vsMilestone, vsMirror, vsMortarBoard, vsMove, vsMultipleWindows, vsMute, vsNewFile, vsNewFolder, vsNoNewline, vsNote, vsNotebookTemplate, vsNotebook, vsOctoface, vsOpenPreview, vsOrganization, vsOutput, vsPackage, vsPaintcan, vsPassFilled, vsPass, vsPersonAdd, vsPerson, vsPieChart, vsPin, vsPinnedDirty, vsPinned, vsPlayCircle, vsPlay, vsPlug, vsPreserveCase, vsPreview, vsPrimitiveSquare, vsProject, vsPulse, vsQuestion, vsQuote, vsRadioTower, vsReactions, vsRecordKeys, vsRecord, vsRedo, vsReferences, vsRefresh, vsRegex, vsRemoteExplorer, vsRemote, vsRemove, vsReplaceAll, vsReplace, vsReply, vsRepoClone, vsRepoForcePush, vsRepoForked, vsRepoPull, vsRepoPush, vsRepo, vsReport, vsRequestChanges, vsRocket, vsRootFolderOpened, vsRootFolder, vsRss, vsRuby, vsRunAbove, vsRunAll, vsRunBelow, vsRunErrors, vsSaveAll, vsSaveAs, vsSave, vsScreenFull, vsScreenNormal, vsSearchStop, vsSearch, vsServerEnvironment, vsServerProcess, vsServer, vsSettingsGear, vsSettings, vsShield, vsSignIn, vsSignOut, vsSmiley, vsSortPrecedence, vsSourceControl, vsSplitHorizontal, vsSplitVertical, vsSquirrel, vsStarEmpty, vsStarFull, vsStarHalf, vsStopCircle, vsSymbolArray, vsSymbolBoolean, vsSymbolClass, vsSymbolColor, vsSymbolConstant, vsSymbolEnumMember, vsSymbolEnum, vsSymbolEvent, vsSymbolField, vsSymbolFile, vsSymbolInterface, vsSymbolKey, vsSymbolKeyword, vsSymbolMethod, vsSymbolMisc, vsSymbolNamespace, vsSymbolNumeric, vsSymbolOperator, vsSymbolParameter, vsSymbolProperty, vsSymbolRuler, vsSymbolSnippet, vsSymbolString, vsSymbolStructure, vsSymbolVariable, vsSyncIgnored, vsSync, vsTable, vsTag, vsTasklist, vsTelescope, vsTerminalBash, vsTerminalCmd, vsTerminalDebian, vsTerminalLinux, vsTerminalPowershell, vsTerminalTmux, vsTerminalUbuntu, vsTerminal, vsTextSize, vsThreeBars, vsThumbsdown, vsThumbsup, vsTools, vsTrash, vsTriangleDown, vsTriangleLeft, vsTriangleRight, vsTriangleUp, vsTwitter, vsTypeHierarchySub, vsTypeHierarchySuper, vsTypeHierarchy, vsUnfold, vsUngroupByRefType, vsUnlock, vsUnmute, vsUnverified, vsVariableGroup, vsVerified, vsVersions, vsVmActive, vsVmConnect, vsVmOutline, vsVmRunning, vsVm, vsWand, vsWarning, vsWatch, vsWhitespace, vsWholeWord, vsWindow, vsWordWrap, vsWorkspaceTrusted, vsWorkspaceUnknown, vsWorkspaceUntrusted, vsZoomIn, vsZoomOut, dhArrowToBottom, dhArrowToTop, dhCheckSquare, dhChevronDownSquare, dhCircleLargeOutlineNotch, dhClock, dhExclamation, dhEyeSlash, dhEye, dhFileCertificate, dhFileCsv, dhFileDownload, dhFilePrint, dhFileSearch, dhFileSpreadsheet, dhFilterFilled, dhFilterSlash, dhFreeze, dhGearFilled, dhGearsFilled, dhGraphLineDown, dhGraphLineUp, dhICursor, dhInput, dhNewCircleLargeFilled, dhNewSquareFilled, dhPandas, dhPanels, dhPython, dhRefresh, dhRemoveSquareFilled, dhRunSelection, dhShapes, dhShareFilled, dhShare, dhSortAlphaDown, dhSortAlphaUp, dhSortAmountDown, dhSortDown, dhSortUp, dhSort, dhSplitBoth, dhSquareFilled, dhStickyNoteFilled, dhTable, dhTrashUndo, dhTriangleDownSquare, dhTruck, dhUnlink, dhUserIncognito, dhUser, dhWarningCircleFilled, dhWarningFilled, };
|
package/dist/index.js
CHANGED
|
@@ -2050,6 +2050,11 @@
|
|
|
2050
2050
|
iconName: "new-square-filled",
|
|
2051
2051
|
icon: [512, 512, [], "f000", "M432 32h-384l-16 16v384l16 16h384l16 -16v-384l-16 -16zM352 256H256v96H224V256H128V224h96V128h32v96h96v32z"]
|
|
2052
2052
|
};
|
|
2053
|
+
var dhPandas = {
|
|
2054
|
+
prefix: "dh",
|
|
2055
|
+
iconName: "pandas",
|
|
2056
|
+
icon: [512, 512, [], "f000", "M185.6 28.8h54.4v115.2H185.6V28.8zm0 240h54.4V384H185.6V268.8zm0 -89.6h54.4v54.4H185.6V179.2zM96 124.8h54.4V512H96V124.8zm176 240h54.4V480H272v-115.2zm0 -240h54.4v115.2H272V124.8zm0 150.4h54.4v54.4H272V275.2zM361.6 0H416v387.2h-54.4V0z"]
|
|
2057
|
+
};
|
|
2053
2058
|
var dhPanels = {
|
|
2054
2059
|
prefix: "dh",
|
|
2055
2060
|
iconName: "panels",
|
|
@@ -2070,6 +2075,11 @@
|
|
|
2070
2075
|
iconName: "remove-square-filled",
|
|
2071
2076
|
icon: [512, 512, [], "f000", "M432 32h-384l-16 16v384l16 16h384l16 -16v-384l-16 -16zM352 256H128V224h224v32z"]
|
|
2072
2077
|
};
|
|
2078
|
+
var dhRunSelection = {
|
|
2079
|
+
prefix: "dh",
|
|
2080
|
+
iconName: "run-selection",
|
|
2081
|
+
icon: [704, 512, [], "f000", "M124.8 64 128 96h-3.2c-6.4 0 -12.8 0 -19.2 3.2 -16 6.4 -25.6 25.6 -25.6 44.8v44.8c0 6.4 0 12.8 -3.2 19.2 0 6.4 -3.2 12.8 -6.4 19.2 -3.2 9.6 -12.8 22.4 -22.4 28.8 9.6 6.4 19.2 19.2 22.4 32 3.2 6.4 3.2 12.8 6.4 19.2 0 6.4 3.2 12.8 3.2 19.2v44.8c0 6.4 0 12.8 3.2 19.2 3.2 6.4 6.4 9.6 9.6 16 3.2 3.2 9.6 6.4 16 9.6H128v32h-3.2c-9.6 0 -19.2 -3.2 -28.8 -6.4 -9.6 -3.2 -19.2 -9.6 -25.6 -16 -6.4 -6.4 -12.8 -16 -16 -25.6 -3.2 -9.6 -6.4 -16 -6.4 -25.6V316.8c0 -6.4 0 -12.8 -3.2 -19.2 -3.2 -3.2 -6.4 -6.4 -9.6 -12.8 -3.2 -3.2 -9.6 -6.4 -16 -9.6 -3.2 -3.2 -9.6 -3.2 -16 -3.2H0v-32h3.2c6.4 0 12.8 0 19.2 -3.2 9.6 -6.4 19.2 -12.8 22.4 -25.6 3.2 -6.4 3.2 -12.8 3.2 -19.2V134.4c0 -9.6 3.2 -19.2 6.4 -25.6 3.2 -6.4 9.6 -16 16 -22.4 6.4 -6.4 16 -12.8 25.6 -16 9.6 -3.2 19.2 -6.4 28.8 -6.4zm576 176c-6.4 0 -12.8 0 -19.2 -3.2 -6.4 -3.2 -9.6 -6.4 -16 -9.6 -3.2 -3.2 -6.4 -9.6 -9.6 -16 -3.2 -6.4 -3.2 -12.8 -3.2 -19.2V134.4c0 -9.6 -3.2 -19.2 -6.4 -25.6 -3.2 -9.6 -9.6 -16 -16 -25.6 -6.4 -6.4 -16 -12.8 -25.6 -16 -6.4 0 -16 -3.2 -25.6 -3.2H576v32h3.2c6.4 0 12.8 0 19.2 3.2 6.4 3.2 9.6 6.4 16 9.6 3.2 3.2 6.4 9.6 9.6 16 3.2 6.4 3.2 12.8 3.2 19.2v44.8c0 6.4 0 12.8 3.2 19.2 0 6.4 3.2 12.8 6.4 19.2 6.4 12.8 12.8 22.4 22.4 32 -9.6 6.4 -19.2 19.2 -22.4 32 -3.2 6.4 -3.2 12.8 -6.4 19.2 0 6.4 -3.2 12.8 -3.2 19.2v44.8c0 19.2 -9.6 35.2 -28.8 44.8 -6.4 -3.2 -12.8 -3.2 -19.2 -3.2H576v32h3.2c9.6 0 19.2 -3.2 28.8 -6.4 9.6 -3.2 19.2 -9.6 25.6 -16 6.4 -6.4 12.8 -16 16 -25.6 3.2 -9.6 6.4 -16 6.4 -25.6V316.8c0 -6.4 0 -12.8 3.2 -19.2 3.2 -9.6 12.8 -16 25.6 -22.4 6.4 -3.2 12.8 -3.2 19.2 -3.2l-3.2 -32zm-192 28.8 -240 160 -25.6 -12.8V96l25.6 -12.8 240 160v25.6zM470.4 256 275.2 124.8V384l195.2 -128z"]
|
|
2082
|
+
};
|
|
2073
2083
|
var dhShapes = {
|
|
2074
2084
|
prefix: "dh",
|
|
2075
2085
|
iconName: "shapes",
|
|
@@ -2585,10 +2595,12 @@
|
|
|
2585
2595
|
dhInput:dhInput,
|
|
2586
2596
|
dhNewCircleLargeFilled:dhNewCircleLargeFilled,
|
|
2587
2597
|
dhNewSquareFilled:dhNewSquareFilled,
|
|
2598
|
+
dhPandas:dhPandas,
|
|
2588
2599
|
dhPanels:dhPanels,
|
|
2589
2600
|
dhPython:dhPython,
|
|
2590
2601
|
dhRefresh:dhRefresh,
|
|
2591
2602
|
dhRemoveSquareFilled:dhRemoveSquareFilled,
|
|
2603
|
+
dhRunSelection:dhRunSelection,
|
|
2592
2604
|
dhShapes:dhShapes,
|
|
2593
2605
|
dhShareFilled:dhShareFilled,
|
|
2594
2606
|
dhShare:dhShare,
|
|
@@ -3023,10 +3035,12 @@
|
|
|
3023
3035
|
exports.dhInput = dhInput;
|
|
3024
3036
|
exports.dhNewCircleLargeFilled = dhNewCircleLargeFilled;
|
|
3025
3037
|
exports.dhNewSquareFilled = dhNewSquareFilled;
|
|
3038
|
+
exports.dhPandas = dhPandas;
|
|
3026
3039
|
exports.dhPanels = dhPanels;
|
|
3027
3040
|
exports.dhPython = dhPython;
|
|
3028
3041
|
exports.dhRefresh = dhRefresh;
|
|
3029
3042
|
exports.dhRemoveSquareFilled = dhRemoveSquareFilled;
|
|
3043
|
+
exports.dhRunSelection = dhRunSelection;
|
|
3030
3044
|
exports.dhShapes = dhShapes;
|
|
3031
3045
|
exports.dhShareFilled = dhShareFilled;
|
|
3032
3046
|
exports.dhShare = dhShare;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve" fill="currentColor"><path d="M5.8.9h1.7v3.6H5.8V.9zm0 7.5h1.7V12H5.8V8.4zm0-2.8h1.7v1.7H5.8V5.6zM3 3.9h1.7V16H3V3.9zm5.5 7.5h1.7V15H8.5v-3.6zm0-7.5h1.7v3.6H8.5V3.9zm0 4.7h1.7v1.7H8.5V8.6zM11.3 0H13v12.1h-1.7V0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 16" style="enable-background:new 0 0 22 16" xml:space="preserve" fill="currentColor"><path d="M3.9 2 4 3h-.1c-.2 0-.4 0-.6.1-.5.2-.8.8-.8 1.4v1.4c0 .2 0 .4-.1.6 0 .2-.1.4-.2.6-.1.3-.4.7-.7.9.3.2.6.6.7 1 .1.2.1.4.2.6 0 .2.1.4.1.6v1.4c0 .2 0 .4.1.6.1.2.2.3.3.5.1.1.3.2.5.3H4v1h-.1c-.3 0-.6-.1-.9-.2-.3-.1-.6-.3-.8-.5-.2-.2-.4-.5-.5-.8-.1-.3-.2-.5-.2-.8V9.9c0-.2 0-.4-.1-.6-.1-.1-.2-.2-.3-.4-.1-.1-.3-.2-.5-.3-.1-.1-.3-.1-.5-.1H0v-1h.1c.2 0 .4 0 .6-.1.3-.2.6-.4.7-.8.1-.2.1-.4.1-.6V4.2c0-.3.1-.6.2-.8.1-.2.3-.5.5-.7.2-.2.5-.4.8-.5.3-.1.6-.2.9-.2zm18 5.5c-.2 0-.4 0-.6-.1-.2-.1-.3-.2-.5-.3-.1-.1-.2-.3-.3-.5-.1-.2-.1-.4-.1-.6V4.2c0-.3-.1-.6-.2-.8-.1-.3-.3-.5-.5-.8-.2-.2-.5-.4-.8-.5-.2 0-.5-.1-.8-.1H18v1h.1c.2 0 .4 0 .6.1.2.1.3.2.5.3.1.1.2.3.3.5.1.2.1.4.1.6v1.4c0 .2 0 .4.1.6 0 .2.1.4.2.6.2.4.4.7.7 1-.3.2-.6.6-.7 1-.1.2-.1.4-.2.6 0 .2-.1.4-.1.6v1.4c0 .6-.3 1.1-.9 1.4-.2-.1-.4-.1-.6-.1H18v1h.1c.3 0 .6-.1.9-.2.3-.1.6-.3.8-.5.2-.2.4-.5.5-.8.1-.3.2-.5.2-.8V9.9c0-.2 0-.4.1-.6.1-.3.4-.5.8-.7.2-.1.4-.1.6-.1l-.1-1zm-6 .9-7.5 5-.8-.4V3l.8-.4 7.5 5v.8zM14.7 8 8.6 3.9V12l6.1-4z"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/icons",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.2-beta.0+a3f37ab",
|
|
4
4
|
"description": "Icons used in Deephaven client apps. Extends vscode-codicons to be font-awesome svg-core compatible and adds additional icons in a similar style.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "a3f37ab14f152eaf150d40fbdf5a70b82052f380"
|
|
43
43
|
}
|