@blueprintjs/icons 5.2.0 → 5.3.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/blueprint-icons-all-paths-loader.bundle.js +1 -1
- package/dist/blueprint-icons-split-paths-by-size-loader.bundle.js +1 -1
- package/dist/icons.bundle.js +1 -1
- package/icons.json +28 -0
- package/lib/cjs/allPaths.d.ts +2 -2
- package/lib/cjs/allPaths.js.map +1 -1
- package/lib/cjs/classes.d.ts +1 -1
- package/lib/cjs/generated/16px/blueprint-icons-16.d.ts +6 -2
- package/lib/cjs/generated/16px/blueprint-icons-16.js +9 -1
- package/lib/cjs/generated/16px/blueprint-icons-16.js.map +1 -1
- package/lib/cjs/generated/16px/paths/index.d.ts +4 -0
- package/lib/cjs/generated/16px/paths/index.js +13 -5
- package/lib/cjs/generated/16px/paths/index.js.map +1 -1
- package/lib/cjs/generated/16px/paths/new-shield.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/new-shield.js +4 -0
- package/lib/cjs/generated/16px/paths/new-shield.js.map +1 -0
- package/lib/cjs/generated/16px/paths/paste-variable.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/paste-variable.js +4 -0
- package/lib/cjs/generated/16px/paths/paste-variable.js.map +1 -0
- package/lib/cjs/generated/16px/paths/phone-call.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/phone-call.js +4 -0
- package/lib/cjs/generated/16px/paths/phone-call.js.map +1 -0
- package/lib/cjs/generated/16px/paths/phone-forward.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/phone-forward.js +4 -0
- package/lib/cjs/generated/16px/paths/phone-forward.js.map +1 -0
- package/lib/cjs/generated/20px/blueprint-icons-20.d.ts +6 -2
- package/lib/cjs/generated/20px/blueprint-icons-20.js +9 -1
- package/lib/cjs/generated/20px/blueprint-icons-20.js.map +1 -1
- package/lib/cjs/generated/20px/paths/index.d.ts +4 -0
- package/lib/cjs/generated/20px/paths/index.js +13 -5
- package/lib/cjs/generated/20px/paths/index.js.map +1 -1
- package/lib/cjs/generated/20px/paths/new-shield.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/new-shield.js +4 -0
- package/lib/cjs/generated/20px/paths/new-shield.js.map +1 -0
- package/lib/cjs/generated/20px/paths/paste-variable.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/paste-variable.js +4 -0
- package/lib/cjs/generated/20px/paths/paste-variable.js.map +1 -0
- package/lib/cjs/generated/20px/paths/phone-call.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/phone-call.js +4 -0
- package/lib/cjs/generated/20px/paths/phone-call.js.map +1 -0
- package/lib/cjs/generated/20px/paths/phone-forward.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/phone-forward.js +4 -0
- package/lib/cjs/generated/20px/paths/phone-forward.js.map +1 -0
- package/lib/cjs/generated/components/index.d.ts +4 -0
- package/lib/cjs/generated/components/index.js +13 -5
- package/lib/cjs/generated/components/index.js.map +1 -1
- package/lib/cjs/generated/components/new-shield.d.ts +4 -0
- package/lib/cjs/generated/components/new-shield.js +34 -0
- package/lib/cjs/generated/components/new-shield.js.map +1 -0
- package/lib/cjs/generated/components/paste-variable.d.ts +4 -0
- package/lib/cjs/generated/components/paste-variable.js +34 -0
- package/lib/cjs/generated/components/paste-variable.js.map +1 -0
- package/lib/cjs/generated/components/phone-call.d.ts +4 -0
- package/lib/cjs/generated/components/phone-call.js +34 -0
- package/lib/cjs/generated/components/phone-call.js.map +1 -0
- package/lib/cjs/generated/components/phone-forward.d.ts +4 -0
- package/lib/cjs/generated/components/phone-forward.js +34 -0
- package/lib/cjs/generated/components/phone-forward.js.map +1 -0
- package/lib/cjs/generated/index.d.ts +4 -0
- package/lib/cjs/generated/index.js +13 -5
- package/lib/cjs/generated/index.js.map +1 -1
- package/lib/cjs/iconCodepoints.d.ts +4 -0
- package/lib/cjs/iconNames.d.ts +16 -8
- package/lib/cjs/iconNames.js.map +1 -1
- package/lib/cjs/iconTypes.js +1 -1
- package/lib/cjs/iconTypes.js.map +1 -1
- package/lib/cjs/index.d.ts +5 -5
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/paths-loaders/splitPathsBySizeLoader.js.map +1 -1
- package/lib/cjs/svgIconProps.d.ts +1 -1
- package/lib/cjs/type-utils/camel-case.d.ts +2 -2
- package/lib/cjs/type-utils/delimiter-case.d.ts +1 -1
- package/lib/cjs/type-utils/index.d.ts +6 -3
- package/lib/cjs/type-utils/pascal-case.d.ts +1 -1
- package/lib/cjs/type-utils/screaming-snake-case.d.ts +3 -3
- package/lib/cjs/type-utils/snake-case.d.ts +1 -1
- package/lib/css/blueprint-icons-16.eot +0 -0
- package/lib/css/blueprint-icons-16.svg +12 -0
- package/lib/css/blueprint-icons-16.ttf +0 -0
- package/lib/css/blueprint-icons-16.woff +0 -0
- package/lib/css/blueprint-icons-16.woff2 +0 -0
- package/lib/css/blueprint-icons-20.eot +0 -0
- package/lib/css/blueprint-icons-20.svg +12 -0
- package/lib/css/blueprint-icons-20.ttf +0 -0
- package/lib/css/blueprint-icons-20.woff +0 -0
- package/lib/css/blueprint-icons-20.woff2 +0 -0
- package/lib/css/blueprint-icons.css +2 -2
- package/lib/css/blueprint-icons.css.map +1 -1
- package/lib/esm/allPaths.d.ts +2 -2
- package/lib/esm/allPaths.js.map +1 -1
- package/lib/esm/classes.d.ts +1 -1
- package/lib/esm/generated/16px/blueprint-icons-16.d.ts +6 -2
- package/lib/esm/generated/16px/blueprint-icons-16.js +8 -0
- package/lib/esm/generated/16px/blueprint-icons-16.js.map +1 -1
- package/lib/esm/generated/16px/paths/index.d.ts +4 -0
- package/lib/esm/generated/16px/paths/index.js +4 -0
- package/lib/esm/generated/16px/paths/index.js.map +1 -1
- package/lib/esm/generated/16px/paths/new-shield.d.ts +2 -0
- package/lib/esm/generated/16px/paths/new-shield.js +2 -0
- package/lib/esm/generated/16px/paths/new-shield.js.map +1 -0
- package/lib/esm/generated/16px/paths/paste-variable.d.ts +2 -0
- package/lib/esm/generated/16px/paths/paste-variable.js +2 -0
- package/lib/esm/generated/16px/paths/paste-variable.js.map +1 -0
- package/lib/esm/generated/16px/paths/phone-call.d.ts +2 -0
- package/lib/esm/generated/16px/paths/phone-call.js +2 -0
- package/lib/esm/generated/16px/paths/phone-call.js.map +1 -0
- package/lib/esm/generated/16px/paths/phone-forward.d.ts +2 -0
- package/lib/esm/generated/16px/paths/phone-forward.js +2 -0
- package/lib/esm/generated/16px/paths/phone-forward.js.map +1 -0
- package/lib/esm/generated/20px/blueprint-icons-20.d.ts +6 -2
- package/lib/esm/generated/20px/blueprint-icons-20.js +8 -0
- package/lib/esm/generated/20px/blueprint-icons-20.js.map +1 -1
- package/lib/esm/generated/20px/paths/index.d.ts +4 -0
- package/lib/esm/generated/20px/paths/index.js +4 -0
- package/lib/esm/generated/20px/paths/index.js.map +1 -1
- package/lib/esm/generated/20px/paths/new-shield.d.ts +2 -0
- package/lib/esm/generated/20px/paths/new-shield.js +2 -0
- package/lib/esm/generated/20px/paths/new-shield.js.map +1 -0
- package/lib/esm/generated/20px/paths/paste-variable.d.ts +2 -0
- package/lib/esm/generated/20px/paths/paste-variable.js +2 -0
- package/lib/esm/generated/20px/paths/paste-variable.js.map +1 -0
- package/lib/esm/generated/20px/paths/phone-call.d.ts +2 -0
- package/lib/esm/generated/20px/paths/phone-call.js +2 -0
- package/lib/esm/generated/20px/paths/phone-call.js.map +1 -0
- package/lib/esm/generated/20px/paths/phone-forward.d.ts +2 -0
- package/lib/esm/generated/20px/paths/phone-forward.js +2 -0
- package/lib/esm/generated/20px/paths/phone-forward.js.map +1 -0
- package/lib/esm/generated/components/index.d.ts +4 -0
- package/lib/esm/generated/components/index.js +4 -0
- package/lib/esm/generated/components/index.js.map +1 -1
- package/lib/esm/generated/components/new-shield.d.ts +4 -0
- package/lib/esm/generated/components/new-shield.js +31 -0
- package/lib/esm/generated/components/new-shield.js.map +1 -0
- package/lib/esm/generated/components/paste-variable.d.ts +4 -0
- package/lib/esm/generated/components/paste-variable.js +31 -0
- package/lib/esm/generated/components/paste-variable.js.map +1 -0
- package/lib/esm/generated/components/phone-call.d.ts +4 -0
- package/lib/esm/generated/components/phone-call.js +31 -0
- package/lib/esm/generated/components/phone-call.js.map +1 -0
- package/lib/esm/generated/components/phone-forward.d.ts +4 -0
- package/lib/esm/generated/components/phone-forward.js +31 -0
- package/lib/esm/generated/components/phone-forward.js.map +1 -0
- package/lib/esm/generated/index.d.ts +4 -0
- package/lib/esm/generated/index.js +4 -0
- package/lib/esm/generated/index.js.map +1 -1
- package/lib/esm/iconCodepoints.d.ts +4 -0
- package/lib/esm/iconNames.d.ts +342 -334
- package/lib/esm/iconNames.js.map +1 -1
- package/lib/esm/index.d.ts +5 -5
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/paths-loaders/splitPathsBySizeLoader.js.map +1 -1
- package/lib/esm/svgIconProps.d.ts +1 -1
- package/lib/esm/type-utils/camel-case.d.ts +2 -2
- package/lib/esm/type-utils/delimiter-case.d.ts +1 -1
- package/lib/esm/type-utils/index.d.ts +6 -3
- package/lib/esm/type-utils/pascal-case.d.ts +1 -1
- package/lib/esm/type-utils/screaming-snake-case.d.ts +3 -3
- package/lib/esm/type-utils/snake-case.d.ts +1 -1
- package/lib/esnext/allPaths.d.ts +2 -2
- package/lib/esnext/allPaths.js.map +1 -1
- package/lib/esnext/classes.d.ts +1 -1
- package/lib/esnext/generated/16px/blueprint-icons-16.d.ts +6 -2
- package/lib/esnext/generated/16px/blueprint-icons-16.js +8 -0
- package/lib/esnext/generated/16px/blueprint-icons-16.js.map +1 -1
- package/lib/esnext/generated/16px/paths/index.d.ts +4 -0
- package/lib/esnext/generated/16px/paths/index.js +4 -0
- package/lib/esnext/generated/16px/paths/index.js.map +1 -1
- package/lib/esnext/generated/16px/paths/new-shield.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/new-shield.js +2 -0
- package/lib/esnext/generated/16px/paths/new-shield.js.map +1 -0
- package/lib/esnext/generated/16px/paths/paste-variable.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/paste-variable.js +2 -0
- package/lib/esnext/generated/16px/paths/paste-variable.js.map +1 -0
- package/lib/esnext/generated/16px/paths/phone-call.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/phone-call.js +2 -0
- package/lib/esnext/generated/16px/paths/phone-call.js.map +1 -0
- package/lib/esnext/generated/16px/paths/phone-forward.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/phone-forward.js +2 -0
- package/lib/esnext/generated/16px/paths/phone-forward.js.map +1 -0
- package/lib/esnext/generated/20px/blueprint-icons-20.d.ts +6 -2
- package/lib/esnext/generated/20px/blueprint-icons-20.js +8 -0
- package/lib/esnext/generated/20px/blueprint-icons-20.js.map +1 -1
- package/lib/esnext/generated/20px/paths/index.d.ts +4 -0
- package/lib/esnext/generated/20px/paths/index.js +4 -0
- package/lib/esnext/generated/20px/paths/index.js.map +1 -1
- package/lib/esnext/generated/20px/paths/new-shield.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/new-shield.js +2 -0
- package/lib/esnext/generated/20px/paths/new-shield.js.map +1 -0
- package/lib/esnext/generated/20px/paths/paste-variable.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/paste-variable.js +2 -0
- package/lib/esnext/generated/20px/paths/paste-variable.js.map +1 -0
- package/lib/esnext/generated/20px/paths/phone-call.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/phone-call.js +2 -0
- package/lib/esnext/generated/20px/paths/phone-call.js.map +1 -0
- package/lib/esnext/generated/20px/paths/phone-forward.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/phone-forward.js +2 -0
- package/lib/esnext/generated/20px/paths/phone-forward.js.map +1 -0
- package/lib/esnext/generated/components/index.d.ts +4 -0
- package/lib/esnext/generated/components/index.js +4 -0
- package/lib/esnext/generated/components/index.js.map +1 -1
- package/lib/esnext/generated/components/new-shield.d.ts +4 -0
- package/lib/esnext/generated/components/new-shield.js +30 -0
- package/lib/esnext/generated/components/new-shield.js.map +1 -0
- package/lib/esnext/generated/components/paste-variable.d.ts +4 -0
- package/lib/esnext/generated/components/paste-variable.js +30 -0
- package/lib/esnext/generated/components/paste-variable.js.map +1 -0
- package/lib/esnext/generated/components/phone-call.d.ts +4 -0
- package/lib/esnext/generated/components/phone-call.js +30 -0
- package/lib/esnext/generated/components/phone-call.js.map +1 -0
- package/lib/esnext/generated/components/phone-forward.d.ts +4 -0
- package/lib/esnext/generated/components/phone-forward.js +30 -0
- package/lib/esnext/generated/components/phone-forward.js.map +1 -0
- package/lib/esnext/generated/index.d.ts +4 -0
- package/lib/esnext/generated/index.js +4 -0
- package/lib/esnext/generated/index.js.map +1 -1
- package/lib/esnext/iconCodepoints.d.ts +4 -0
- package/lib/esnext/iconNames.d.ts +16 -8
- package/lib/esnext/iconNames.js.map +1 -1
- package/lib/esnext/index.d.ts +5 -5
- package/lib/esnext/index.js.map +1 -1
- package/lib/esnext/paths-loaders/splitPathsBySizeLoader.js.map +1 -1
- package/lib/esnext/svgIconProps.d.ts +1 -1
- package/lib/esnext/type-utils/camel-case.d.ts +2 -2
- package/lib/esnext/type-utils/delimiter-case.d.ts +1 -1
- package/lib/esnext/type-utils/index.d.ts +6 -3
- package/lib/esnext/type-utils/pascal-case.d.ts +1 -1
- package/lib/esnext/type-utils/screaming-snake-case.d.ts +3 -3
- package/lib/esnext/type-utils/snake-case.d.ts +1 -1
- package/lib/scss/blueprint-icons-16.scss +4 -0
- package/package.json +6 -6
- package/src/allPaths.ts +2 -2
- package/src/generated/16px/_icon-variables.scss +4 -0
- package/src/generated/16px/blueprint-icons-16.css +5 -5
- package/src/generated/16px/blueprint-icons-16.eot +0 -0
- package/src/generated/16px/blueprint-icons-16.svg +12 -0
- package/src/generated/16px/blueprint-icons-16.ts +16 -0
- package/src/generated/16px/blueprint-icons-16.ttf +0 -0
- package/src/generated/16px/blueprint-icons-16.woff +0 -0
- package/src/generated/16px/blueprint-icons-16.woff2 +0 -0
- package/src/generated/16px/paths/index.ts +4 -0
- package/src/generated/16px/paths/new-shield.ts +1 -0
- package/src/generated/16px/paths/paste-variable.ts +1 -0
- package/src/generated/16px/paths/phone-call.ts +1 -0
- package/src/generated/16px/paths/phone-forward.ts +1 -0
- package/src/generated/20px/blueprint-icons-20.css +5 -5
- package/src/generated/20px/blueprint-icons-20.eot +0 -0
- package/src/generated/20px/blueprint-icons-20.svg +12 -0
- package/src/generated/20px/blueprint-icons-20.ts +16 -0
- package/src/generated/20px/blueprint-icons-20.ttf +0 -0
- package/src/generated/20px/blueprint-icons-20.woff +0 -0
- package/src/generated/20px/blueprint-icons-20.woff2 +0 -0
- package/src/generated/20px/paths/index.ts +4 -0
- package/src/generated/20px/paths/new-shield.ts +1 -0
- package/src/generated/20px/paths/paste-variable.ts +1 -0
- package/src/generated/20px/paths/phone-call.ts +1 -0
- package/src/generated/20px/paths/phone-forward.ts +1 -0
- package/src/generated/components/index.ts +4 -0
- package/src/generated/components/new-shield.tsx +40 -0
- package/src/generated/components/paste-variable.tsx +40 -0
- package/src/generated/components/phone-call.tsx +40 -0
- package/src/generated/components/phone-forward.tsx +40 -0
- package/src/generated/index.ts +4 -0
- package/src/iconNames.ts +1 -1
- package/src/index.ts +5 -5
- package/src/paths-loaders/splitPathsBySizeLoader.ts +2 -2
- package/src/svgIconProps.ts +1 -1
- package/src/tsconfig.json +1 -1
- package/src/type-utils/camel-case.ts +2 -2
- package/src/type-utils/delimiter-case.ts +1 -1
- package/src/type-utils/index.ts +6 -3
- package/src/type-utils/pascal-case.ts +1 -1
- package/src/type-utils/screaming-snake-case.ts +3 -3
- package/src/type-utils/snake-case.ts +1 -1
package/lib/esm/iconNames.d.ts
CHANGED
|
@@ -1,25 +1,76 @@
|
|
|
1
|
-
import { BlueprintIcons_16Id as IconName } from "./generated/16px/blueprint-icons-16";
|
|
1
|
+
import { type BlueprintIcons_16Id as IconName } from "./generated/16px/blueprint-icons-16";
|
|
2
2
|
export type { IconName };
|
|
3
3
|
export declare const IconNames: {
|
|
4
4
|
FUNCTION: IconName;
|
|
5
|
+
SEARCH: IconName;
|
|
6
|
+
REPEAT: IconName;
|
|
7
|
+
ANCHOR: IconName;
|
|
8
|
+
BOLD: IconName;
|
|
9
|
+
LINK: IconName;
|
|
10
|
+
AT: IconName;
|
|
11
|
+
MAP: IconName;
|
|
12
|
+
FILTER: IconName;
|
|
13
|
+
SORT: IconName;
|
|
14
|
+
EMOJI: IconName;
|
|
15
|
+
TIME: IconName;
|
|
16
|
+
CODE: IconName;
|
|
5
17
|
ADD: IconName;
|
|
18
|
+
DELTA: IconName;
|
|
19
|
+
KEY: IconName;
|
|
20
|
+
ERROR: IconName;
|
|
21
|
+
RECORD: IconName;
|
|
22
|
+
MEDIA: IconName;
|
|
23
|
+
PAUSE: IconName;
|
|
24
|
+
PLAY: IconName;
|
|
25
|
+
STOP: IconName;
|
|
26
|
+
SQUARE: IconName;
|
|
27
|
+
GEOLOCATION: IconName;
|
|
28
|
+
NOTIFICATIONS: IconName;
|
|
29
|
+
MANUAL: IconName;
|
|
30
|
+
VARIABLE: IconName;
|
|
31
|
+
REMOVE: IconName;
|
|
32
|
+
CLIP: IconName;
|
|
33
|
+
FONT: IconName;
|
|
34
|
+
GRID: IconName;
|
|
35
|
+
TRANSLATE: IconName;
|
|
36
|
+
MOVE: IconName;
|
|
37
|
+
FORM: IconName;
|
|
38
|
+
HEADER: IconName;
|
|
39
|
+
LABEL: IconName;
|
|
40
|
+
MENU: IconName;
|
|
41
|
+
SELECT: IconName;
|
|
42
|
+
STYLE: IconName;
|
|
43
|
+
TH: IconName;
|
|
44
|
+
VIDEO: IconName;
|
|
45
|
+
CIRCLE: IconName;
|
|
46
|
+
PATH: IconName;
|
|
47
|
+
SWITCH: IconName;
|
|
48
|
+
ANNOTATION: IconName;
|
|
49
|
+
CUT: IconName;
|
|
50
|
+
RESET: IconName;
|
|
51
|
+
OFFLINE: IconName;
|
|
52
|
+
TARGET: IconName;
|
|
53
|
+
HOME: IconName;
|
|
54
|
+
REFRESH: IconName;
|
|
55
|
+
DOCUMENT: IconName;
|
|
56
|
+
HISTORY: IconName;
|
|
57
|
+
CONFIRM: IconName;
|
|
58
|
+
PRINT: IconName;
|
|
59
|
+
USER: IconName;
|
|
60
|
+
CALENDAR: IconName;
|
|
6
61
|
AIRPLANE: IconName;
|
|
7
62
|
AMMUNITION: IconName;
|
|
8
|
-
ANCHOR: IconName;
|
|
9
|
-
ANNOTATION: IconName;
|
|
10
63
|
ANTENNA: IconName;
|
|
11
64
|
APPLICATION: IconName;
|
|
12
65
|
APPLICATIONS: IconName;
|
|
13
66
|
ARCHIVE: IconName;
|
|
14
67
|
ARRAY: IconName;
|
|
15
68
|
ASTERISK: IconName;
|
|
16
|
-
AT: IconName;
|
|
17
69
|
AXLE: IconName;
|
|
18
70
|
BACKLINK: IconName;
|
|
19
71
|
BADGE: IconName;
|
|
20
72
|
BARCODE: IconName;
|
|
21
73
|
BLANK: IconName;
|
|
22
|
-
BOLD: IconName;
|
|
23
74
|
BOOK: IconName;
|
|
24
75
|
BOOKMARK: IconName;
|
|
25
76
|
BOX: IconName;
|
|
@@ -28,42 +79,34 @@ export declare const IconNames: {
|
|
|
28
79
|
BUGGY: IconName;
|
|
29
80
|
BUILD: IconName;
|
|
30
81
|
CALCULATOR: IconName;
|
|
31
|
-
CALENDAR: IconName;
|
|
32
82
|
CAMERA: IconName;
|
|
33
83
|
CHANGES: IconName;
|
|
34
84
|
CHART: IconName;
|
|
35
85
|
CHAT: IconName;
|
|
36
|
-
CIRCLE: IconName;
|
|
37
86
|
CITATION: IconName;
|
|
38
87
|
CLEAN: IconName;
|
|
39
|
-
CLIP: IconName;
|
|
40
88
|
CLIPBOARD: IconName;
|
|
41
89
|
CLOUD: IconName;
|
|
42
|
-
CODE: IconName;
|
|
43
90
|
COG: IconName;
|
|
44
91
|
COMMENT: IconName;
|
|
45
92
|
COMPARISON: IconName;
|
|
46
93
|
COMPASS: IconName;
|
|
47
94
|
COMPRESSED: IconName;
|
|
48
|
-
CONFIRM: IconName;
|
|
49
95
|
CONSOLE: IconName;
|
|
50
96
|
CONTRAST: IconName;
|
|
51
97
|
CONTROL: IconName;
|
|
52
98
|
CROSS: IconName;
|
|
53
99
|
CROWN: IconName;
|
|
54
100
|
CUBE: IconName;
|
|
55
|
-
CUT: IconName;
|
|
56
101
|
CYCLE: IconName;
|
|
57
102
|
DASHBOARD: IconName;
|
|
58
103
|
DATABASE: IconName;
|
|
59
104
|
DELETE: IconName;
|
|
60
|
-
DELTA: IconName;
|
|
61
105
|
DESKTOP: IconName;
|
|
62
106
|
DETECTION: IconName;
|
|
63
107
|
DIAGNOSIS: IconName;
|
|
64
108
|
DISABLE: IconName;
|
|
65
109
|
DIVIDE: IconName;
|
|
66
|
-
DOCUMENT: IconName;
|
|
67
110
|
DOLLAR: IconName;
|
|
68
111
|
DOT: IconName;
|
|
69
112
|
DOWNLOAD: IconName;
|
|
@@ -71,48 +114,38 @@ export declare const IconNames: {
|
|
|
71
114
|
DUPLICATE: IconName;
|
|
72
115
|
EDIT: IconName;
|
|
73
116
|
EJECT: IconName;
|
|
74
|
-
EMOJI: IconName;
|
|
75
117
|
ENDORSED: IconName;
|
|
76
118
|
ENVELOPE: IconName;
|
|
77
119
|
EQUALS: IconName;
|
|
78
120
|
ERASER: IconName;
|
|
79
|
-
ERROR: IconName;
|
|
80
121
|
EURO: IconName;
|
|
81
122
|
EXCHANGE: IconName;
|
|
82
123
|
EXPORT: IconName;
|
|
83
124
|
FEED: IconName;
|
|
84
125
|
FILM: IconName;
|
|
85
|
-
FILTER: IconName;
|
|
86
126
|
FLAG: IconName;
|
|
87
127
|
FLAME: IconName;
|
|
88
128
|
FLASH: IconName;
|
|
89
129
|
FLOWS: IconName;
|
|
90
130
|
FOLLOWER: IconName;
|
|
91
131
|
FOLLOWING: IconName;
|
|
92
|
-
FONT: IconName;
|
|
93
132
|
FORK: IconName;
|
|
94
|
-
FORM: IconName;
|
|
95
133
|
FUEL: IconName;
|
|
96
134
|
FULLSCREEN: IconName;
|
|
97
135
|
GEOFENCE: IconName;
|
|
98
|
-
GEOLOCATION: IconName;
|
|
99
136
|
GEOSEARCH: IconName;
|
|
100
137
|
GEOTIME: IconName;
|
|
101
138
|
GLASS: IconName;
|
|
102
139
|
GLOBE: IconName;
|
|
103
140
|
GRAPH: IconName;
|
|
104
|
-
GRID: IconName;
|
|
105
141
|
HAND: IconName;
|
|
106
142
|
HAT: IconName;
|
|
107
|
-
HEADER: IconName;
|
|
108
143
|
HEADSET: IconName;
|
|
109
144
|
HEART: IconName;
|
|
110
145
|
HEATMAP: IconName;
|
|
111
146
|
HELICOPTER: IconName;
|
|
112
147
|
HELP: IconName;
|
|
113
148
|
HIGHLIGHT: IconName;
|
|
114
|
-
HISTORY: IconName;
|
|
115
|
-
HOME: IconName;
|
|
116
149
|
HURRICANE: IconName;
|
|
117
150
|
IMPORT: IconName;
|
|
118
151
|
INBOX: IconName;
|
|
@@ -122,8 +155,6 @@ export declare const IconNames: {
|
|
|
122
155
|
INTERSECTION: IconName;
|
|
123
156
|
ISSUE: IconName;
|
|
124
157
|
ITALIC: IconName;
|
|
125
|
-
KEY: IconName;
|
|
126
|
-
LABEL: IconName;
|
|
127
158
|
LAYER: IconName;
|
|
128
159
|
LAYERS: IconName;
|
|
129
160
|
LAYOUT: IconName;
|
|
@@ -131,16 +162,11 @@ export declare const IconNames: {
|
|
|
131
162
|
LIFESAVER: IconName;
|
|
132
163
|
LIGHTBULB: IconName;
|
|
133
164
|
LIGHTNING: IconName;
|
|
134
|
-
LINK: IconName;
|
|
135
165
|
LIST: IconName;
|
|
136
166
|
LOCATE: IconName;
|
|
137
167
|
LOCK: IconName;
|
|
138
168
|
LOCOMOTIVE: IconName;
|
|
139
|
-
MANUAL: IconName;
|
|
140
|
-
MAP: IconName;
|
|
141
169
|
MAXIMIZE: IconName;
|
|
142
|
-
MEDIA: IconName;
|
|
143
|
-
MENU: IconName;
|
|
144
170
|
MICROPHONE: IconName;
|
|
145
171
|
MINIMIZE: IconName;
|
|
146
172
|
MINUS: IconName;
|
|
@@ -149,47 +175,35 @@ export declare const IconNames: {
|
|
|
149
175
|
MOON: IconName;
|
|
150
176
|
MORE: IconName;
|
|
151
177
|
MOUNTAIN: IconName;
|
|
152
|
-
MOVE: IconName;
|
|
153
178
|
MUGSHOT: IconName;
|
|
154
179
|
MUSIC: IconName;
|
|
155
180
|
NEST: IconName;
|
|
156
181
|
NINJA: IconName;
|
|
157
|
-
NOTIFICATIONS: IconName;
|
|
158
182
|
NUMERICAL: IconName;
|
|
159
183
|
OFFICE: IconName;
|
|
160
|
-
OFFLINE: IconName;
|
|
161
184
|
OUTDATED: IconName;
|
|
162
185
|
PAPERCLIP: IconName;
|
|
163
186
|
PARAGRAPH: IconName;
|
|
164
|
-
PATH: IconName;
|
|
165
|
-
PAUSE: IconName;
|
|
166
187
|
PEOPLE: IconName;
|
|
167
188
|
PERCENTAGE: IconName;
|
|
168
189
|
PERSON: IconName;
|
|
169
190
|
PHONE: IconName;
|
|
170
191
|
PIN: IconName;
|
|
171
192
|
PIVOT: IconName;
|
|
172
|
-
PLAY: IconName;
|
|
173
193
|
PLAYBOOK: IconName;
|
|
174
194
|
PLUS: IconName;
|
|
175
195
|
POWER: IconName;
|
|
176
196
|
PRESCRIPTION: IconName;
|
|
177
197
|
PRESENTATION: IconName;
|
|
178
|
-
PRINT: IconName;
|
|
179
198
|
PROJECTS: IconName;
|
|
180
199
|
PROPERTIES: IconName;
|
|
181
200
|
PROPERTY: IconName;
|
|
182
201
|
PULSE: IconName;
|
|
183
202
|
RAIN: IconName;
|
|
184
203
|
RANDOM: IconName;
|
|
185
|
-
RECORD: IconName;
|
|
186
204
|
RECTANGLE: IconName;
|
|
187
205
|
REDO: IconName;
|
|
188
|
-
REFRESH: IconName;
|
|
189
206
|
REGEX: IconName;
|
|
190
|
-
REMOVE: IconName;
|
|
191
|
-
REPEAT: IconName;
|
|
192
|
-
RESET: IconName;
|
|
193
207
|
RESOLVE: IconName;
|
|
194
208
|
RIG: IconName;
|
|
195
209
|
RING: IconName;
|
|
@@ -197,8 +211,6 @@ export declare const IconNames: {
|
|
|
197
211
|
ROUTE: IconName;
|
|
198
212
|
SATELLITE: IconName;
|
|
199
213
|
SAVED: IconName;
|
|
200
|
-
SEARCH: IconName;
|
|
201
|
-
SELECT: IconName;
|
|
202
214
|
SELECTION: IconName;
|
|
203
215
|
SENSOR: IconName;
|
|
204
216
|
SETTINGS: IconName;
|
|
@@ -209,30 +221,21 @@ export declare const IconNames: {
|
|
|
209
221
|
SHOP: IconName;
|
|
210
222
|
SLASH: IconName;
|
|
211
223
|
SNOWFLAKE: IconName;
|
|
212
|
-
SORT: IconName;
|
|
213
|
-
SQUARE: IconName;
|
|
214
224
|
STAR: IconName;
|
|
215
|
-
STOP: IconName;
|
|
216
225
|
STOPWATCH: IconName;
|
|
217
226
|
STRIKETHROUGH: IconName;
|
|
218
|
-
STYLE: IconName;
|
|
219
227
|
SUBSCRIPT: IconName;
|
|
220
228
|
SUPERSCRIPT: IconName;
|
|
221
|
-
SWITCH: IconName;
|
|
222
229
|
SYRINGE: IconName;
|
|
223
230
|
TAG: IconName;
|
|
224
231
|
TANK: IconName;
|
|
225
|
-
TARGET: IconName;
|
|
226
232
|
TAXI: IconName;
|
|
227
233
|
TEMPERATURE: IconName;
|
|
228
|
-
TH: IconName;
|
|
229
234
|
TICK: IconName;
|
|
230
|
-
TIME: IconName;
|
|
231
235
|
TINT: IconName;
|
|
232
236
|
TORCH: IconName;
|
|
233
237
|
TRACTOR: IconName;
|
|
234
238
|
TRAIN: IconName;
|
|
235
|
-
TRANSLATE: IconName;
|
|
236
239
|
TRASH: IconName;
|
|
237
240
|
TREE: IconName;
|
|
238
241
|
TRUCK: IconName;
|
|
@@ -245,9 +248,6 @@ export declare const IconNames: {
|
|
|
245
248
|
UNRESOLVE: IconName;
|
|
246
249
|
UPDATED: IconName;
|
|
247
250
|
UPLOAD: IconName;
|
|
248
|
-
USER: IconName;
|
|
249
|
-
VARIABLE: IconName;
|
|
250
|
-
VIDEO: IconName;
|
|
251
251
|
VIRUS: IconName;
|
|
252
252
|
WALK: IconName;
|
|
253
253
|
WAVES: IconName;
|
|
@@ -468,6 +468,7 @@ export declare const IconNames: {
|
|
|
468
468
|
NEW_OBJECT: IconName;
|
|
469
469
|
NEW_PERSON: IconName;
|
|
470
470
|
NEW_PRESCRIPTION: IconName;
|
|
471
|
+
NEW_SHIELD: IconName;
|
|
471
472
|
NEW_TEXT_BOX: IconName;
|
|
472
473
|
NOT_EQUAL_TO: IconName;
|
|
473
474
|
NOTIFICATIONS_SNOOZE: IconName;
|
|
@@ -481,7 +482,10 @@ export declare const IconNames: {
|
|
|
481
482
|
PAGE_LAYOUT: IconName;
|
|
482
483
|
PANEL_STATS: IconName;
|
|
483
484
|
PANEL_TABLE: IconName;
|
|
485
|
+
PASTE_VARIABLE: IconName;
|
|
484
486
|
PATH_SEARCH: IconName;
|
|
487
|
+
PHONE_CALL: IconName;
|
|
488
|
+
PHONE_FORWARD: IconName;
|
|
485
489
|
PIE_CHART: IconName;
|
|
486
490
|
PIVOT_TABLE: IconName;
|
|
487
491
|
POLYGON_FILTER: IconName;
|
|
@@ -582,94 +586,109 @@ export declare const IconNames: {
|
|
|
582
586
|
ZOOM_IN: IconName;
|
|
583
587
|
ZOOM_OUT: IconName;
|
|
584
588
|
ZOOM_TO_FIT: IconName;
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
ArrowLeft: IconName;
|
|
594
|
-
ArrowRight: IconName;
|
|
595
|
-
ArrowUp: IconName;
|
|
596
|
-
Download: IconName;
|
|
597
|
-
Upload: IconName;
|
|
598
|
-
Layout: IconName;
|
|
589
|
+
AddClip: IconName;
|
|
590
|
+
AddColumnLeft: IconName;
|
|
591
|
+
AddColumnRight: IconName;
|
|
592
|
+
AddLocation: IconName;
|
|
593
|
+
AddRowBottom: IconName;
|
|
594
|
+
AddRowTop: IconName;
|
|
595
|
+
AddToArtifact: IconName;
|
|
596
|
+
AddToFolder: IconName;
|
|
599
597
|
Add: IconName;
|
|
600
|
-
|
|
601
|
-
Chart: IconName;
|
|
602
|
-
Tree: IconName;
|
|
603
|
-
Share: IconName;
|
|
604
|
-
ChevronDown: IconName;
|
|
605
|
-
ChevronLeft: IconName;
|
|
606
|
-
ChevronRight: IconName;
|
|
607
|
-
ChevronUp: IconName;
|
|
608
|
-
Time: IconName;
|
|
609
|
-
List: IconName;
|
|
610
|
-
StackedChart: IconName;
|
|
611
|
-
Grid: IconName;
|
|
612
|
-
Search: IconName;
|
|
613
|
-
Control: IconName;
|
|
614
|
-
Delete: IconName;
|
|
615
|
-
Phone: IconName;
|
|
616
|
-
Video: IconName;
|
|
617
|
-
Select: IconName;
|
|
618
|
-
Layer: IconName;
|
|
619
|
-
Layers: IconName;
|
|
620
|
-
Link: IconName;
|
|
621
|
-
Prescription: IconName;
|
|
622
|
-
Box: IconName;
|
|
623
|
-
Updated: IconName;
|
|
624
|
-
Application: IconName;
|
|
625
|
-
Filter: IconName;
|
|
626
|
-
Function: IconName;
|
|
627
|
-
Document: IconName;
|
|
628
|
-
Graph: IconName;
|
|
629
|
-
Map: IconName;
|
|
630
|
-
Cross: IconName;
|
|
631
|
-
InfoSign: IconName;
|
|
632
|
-
Minus: IconName;
|
|
633
|
-
Plus: IconName;
|
|
634
|
-
Square: IconName;
|
|
635
|
-
Tick: IconName;
|
|
636
|
-
Media: IconName;
|
|
637
|
-
Numerical: IconName;
|
|
638
|
-
Rectangle: IconName;
|
|
639
|
-
Highlight: IconName;
|
|
598
|
+
AimpointsTarget: IconName;
|
|
640
599
|
Airplane: IconName;
|
|
600
|
+
AlignCenter: IconName;
|
|
601
|
+
AlignJustify: IconName;
|
|
602
|
+
AlignLeft: IconName;
|
|
603
|
+
AlignRight: IconName;
|
|
604
|
+
AlignmentBottom: IconName;
|
|
605
|
+
AlignmentHorizontalCenter: IconName;
|
|
606
|
+
AlignmentLeft: IconName;
|
|
607
|
+
AlignmentRight: IconName;
|
|
608
|
+
AlignmentTop: IconName;
|
|
609
|
+
AlignmentVerticalCenter: IconName;
|
|
641
610
|
Ammunition: IconName;
|
|
642
611
|
Anchor: IconName;
|
|
643
612
|
Annotation: IconName;
|
|
644
613
|
Antenna: IconName;
|
|
614
|
+
AppHeader: IconName;
|
|
615
|
+
Application: IconName;
|
|
645
616
|
Applications: IconName;
|
|
646
617
|
Archive: IconName;
|
|
618
|
+
AreaOfInterest: IconName;
|
|
619
|
+
ArrayBoolean: IconName;
|
|
620
|
+
ArrayDate: IconName;
|
|
621
|
+
ArrayFloatingPoint: IconName;
|
|
622
|
+
ArrayNumeric: IconName;
|
|
623
|
+
ArrayString: IconName;
|
|
624
|
+
ArrayTimestamp: IconName;
|
|
647
625
|
Array: IconName;
|
|
626
|
+
ArrowBottomLeft: IconName;
|
|
627
|
+
ArrowBottomRight: IconName;
|
|
628
|
+
ArrowDown: IconName;
|
|
629
|
+
ArrowLeft: IconName;
|
|
630
|
+
ArrowRight: IconName;
|
|
631
|
+
ArrowTopLeft: IconName;
|
|
632
|
+
ArrowTopRight: IconName;
|
|
633
|
+
ArrowUp: IconName;
|
|
634
|
+
ArrowsHorizontal: IconName;
|
|
635
|
+
ArrowsVertical: IconName;
|
|
648
636
|
Asterisk: IconName;
|
|
649
637
|
At: IconName;
|
|
638
|
+
AutomaticUpdates: IconName;
|
|
650
639
|
Axle: IconName;
|
|
651
640
|
Backlink: IconName;
|
|
652
641
|
Badge: IconName;
|
|
642
|
+
BanCircle: IconName;
|
|
643
|
+
BankAccount: IconName;
|
|
653
644
|
Barcode: IconName;
|
|
654
645
|
Blank: IconName;
|
|
646
|
+
BlockedPerson: IconName;
|
|
655
647
|
Bold: IconName;
|
|
656
648
|
Book: IconName;
|
|
657
649
|
Bookmark: IconName;
|
|
650
|
+
Box: IconName;
|
|
658
651
|
Briefcase: IconName;
|
|
652
|
+
BringData: IconName;
|
|
659
653
|
Bug: IconName;
|
|
660
654
|
Buggy: IconName;
|
|
661
655
|
Build: IconName;
|
|
662
656
|
Calculator: IconName;
|
|
663
657
|
Calendar: IconName;
|
|
664
658
|
Camera: IconName;
|
|
659
|
+
CaretDown: IconName;
|
|
660
|
+
CaretLeft: IconName;
|
|
661
|
+
CaretRight: IconName;
|
|
662
|
+
CaretUp: IconName;
|
|
663
|
+
CargoShip: IconName;
|
|
664
|
+
CellTower: IconName;
|
|
665
665
|
Changes: IconName;
|
|
666
|
+
Chart: IconName;
|
|
666
667
|
Chat: IconName;
|
|
668
|
+
ChevronBackward: IconName;
|
|
669
|
+
ChevronDown: IconName;
|
|
670
|
+
ChevronForward: IconName;
|
|
671
|
+
ChevronLeft: IconName;
|
|
672
|
+
ChevronRight: IconName;
|
|
673
|
+
ChevronUp: IconName;
|
|
674
|
+
CircleArrowDown: IconName;
|
|
675
|
+
CircleArrowLeft: IconName;
|
|
676
|
+
CircleArrowRight: IconName;
|
|
677
|
+
CircleArrowUp: IconName;
|
|
678
|
+
Circle: IconName;
|
|
667
679
|
Citation: IconName;
|
|
668
680
|
Clean: IconName;
|
|
681
|
+
Clip: IconName;
|
|
669
682
|
Clipboard: IconName;
|
|
683
|
+
CloudDownload: IconName;
|
|
684
|
+
CloudUpload: IconName;
|
|
670
685
|
Cloud: IconName;
|
|
686
|
+
CodeBlock: IconName;
|
|
671
687
|
Code: IconName;
|
|
672
688
|
Cog: IconName;
|
|
689
|
+
CollapseAll: IconName;
|
|
690
|
+
ColorFill: IconName;
|
|
691
|
+
ColumnLayout: IconName;
|
|
673
692
|
Comment: IconName;
|
|
674
693
|
Comparison: IconName;
|
|
675
694
|
Compass: IconName;
|
|
@@ -677,244 +696,37 @@ export declare const IconNames: {
|
|
|
677
696
|
Confirm: IconName;
|
|
678
697
|
Console: IconName;
|
|
679
698
|
Contrast: IconName;
|
|
699
|
+
Control: IconName;
|
|
700
|
+
CreditCard: IconName;
|
|
701
|
+
CrossCircle: IconName;
|
|
702
|
+
Cross: IconName;
|
|
680
703
|
Crown: IconName;
|
|
704
|
+
CubeAdd: IconName;
|
|
705
|
+
CubeRemove: IconName;
|
|
681
706
|
Cube: IconName;
|
|
707
|
+
CurvedRangeChart: IconName;
|
|
682
708
|
Cut: IconName;
|
|
683
709
|
Cycle: IconName;
|
|
684
710
|
Dashboard: IconName;
|
|
711
|
+
DataConnection: IconName;
|
|
712
|
+
DataLineage: IconName;
|
|
685
713
|
Database: IconName;
|
|
714
|
+
Delete: IconName;
|
|
686
715
|
Delta: IconName;
|
|
716
|
+
DeriveColumn: IconName;
|
|
687
717
|
Desktop: IconName;
|
|
688
718
|
Detection: IconName;
|
|
689
719
|
Diagnosis: IconName;
|
|
720
|
+
DiagramTree: IconName;
|
|
721
|
+
DirectionLeft: IconName;
|
|
722
|
+
DirectionRight: IconName;
|
|
690
723
|
Disable: IconName;
|
|
691
724
|
Divide: IconName;
|
|
725
|
+
DocumentOpen: IconName;
|
|
726
|
+
DocumentShare: IconName;
|
|
727
|
+
Document: IconName;
|
|
692
728
|
Dollar: IconName;
|
|
693
729
|
Dot: IconName;
|
|
694
|
-
Draw: IconName;
|
|
695
|
-
Duplicate: IconName;
|
|
696
|
-
Edit: IconName;
|
|
697
|
-
Eject: IconName;
|
|
698
|
-
Emoji: IconName;
|
|
699
|
-
Endorsed: IconName;
|
|
700
|
-
Envelope: IconName;
|
|
701
|
-
Equals: IconName;
|
|
702
|
-
Eraser: IconName;
|
|
703
|
-
Error: IconName;
|
|
704
|
-
Euro: IconName;
|
|
705
|
-
Exchange: IconName;
|
|
706
|
-
Export: IconName;
|
|
707
|
-
Feed: IconName;
|
|
708
|
-
Film: IconName;
|
|
709
|
-
Flag: IconName;
|
|
710
|
-
Flame: IconName;
|
|
711
|
-
Flash: IconName;
|
|
712
|
-
Flows: IconName;
|
|
713
|
-
Follower: IconName;
|
|
714
|
-
Following: IconName;
|
|
715
|
-
Font: IconName;
|
|
716
|
-
Fork: IconName;
|
|
717
|
-
Form: IconName;
|
|
718
|
-
Fuel: IconName;
|
|
719
|
-
Fullscreen: IconName;
|
|
720
|
-
Geofence: IconName;
|
|
721
|
-
Geolocation: IconName;
|
|
722
|
-
Geosearch: IconName;
|
|
723
|
-
Geotime: IconName;
|
|
724
|
-
Glass: IconName;
|
|
725
|
-
Globe: IconName;
|
|
726
|
-
Hand: IconName;
|
|
727
|
-
Hat: IconName;
|
|
728
|
-
Headset: IconName;
|
|
729
|
-
Heart: IconName;
|
|
730
|
-
Heatmap: IconName;
|
|
731
|
-
Helicopter: IconName;
|
|
732
|
-
Help: IconName;
|
|
733
|
-
History: IconName;
|
|
734
|
-
Home: IconName;
|
|
735
|
-
Hurricane: IconName;
|
|
736
|
-
Import: IconName;
|
|
737
|
-
Inbox: IconName;
|
|
738
|
-
Inheritance: IconName;
|
|
739
|
-
Insert: IconName;
|
|
740
|
-
Intelligence: IconName;
|
|
741
|
-
Intersection: IconName;
|
|
742
|
-
Issue: IconName;
|
|
743
|
-
Italic: IconName;
|
|
744
|
-
Key: IconName;
|
|
745
|
-
Label: IconName;
|
|
746
|
-
Learning: IconName;
|
|
747
|
-
Lifesaver: IconName;
|
|
748
|
-
Lightbulb: IconName;
|
|
749
|
-
Lightning: IconName;
|
|
750
|
-
Locate: IconName;
|
|
751
|
-
Lock: IconName;
|
|
752
|
-
Locomotive: IconName;
|
|
753
|
-
Manual: IconName;
|
|
754
|
-
Maximize: IconName;
|
|
755
|
-
Menu: IconName;
|
|
756
|
-
Microphone: IconName;
|
|
757
|
-
Minimize: IconName;
|
|
758
|
-
Modal: IconName;
|
|
759
|
-
Model: IconName;
|
|
760
|
-
Moon: IconName;
|
|
761
|
-
More: IconName;
|
|
762
|
-
Mountain: IconName;
|
|
763
|
-
Move: IconName;
|
|
764
|
-
Mugshot: IconName;
|
|
765
|
-
Music: IconName;
|
|
766
|
-
Nest: IconName;
|
|
767
|
-
Ninja: IconName;
|
|
768
|
-
Notifications: IconName;
|
|
769
|
-
Office: IconName;
|
|
770
|
-
Offline: IconName;
|
|
771
|
-
Outdated: IconName;
|
|
772
|
-
Paperclip: IconName;
|
|
773
|
-
Paragraph: IconName;
|
|
774
|
-
Path: IconName;
|
|
775
|
-
Pause: IconName;
|
|
776
|
-
People: IconName;
|
|
777
|
-
Percentage: IconName;
|
|
778
|
-
Pin: IconName;
|
|
779
|
-
Pivot: IconName;
|
|
780
|
-
Play: IconName;
|
|
781
|
-
Playbook: IconName;
|
|
782
|
-
Power: IconName;
|
|
783
|
-
Presentation: IconName;
|
|
784
|
-
Print: IconName;
|
|
785
|
-
Projects: IconName;
|
|
786
|
-
Properties: IconName;
|
|
787
|
-
Property: IconName;
|
|
788
|
-
Pulse: IconName;
|
|
789
|
-
Rain: IconName;
|
|
790
|
-
Random: IconName;
|
|
791
|
-
Record: IconName;
|
|
792
|
-
Redo: IconName;
|
|
793
|
-
Refresh: IconName;
|
|
794
|
-
Regex: IconName;
|
|
795
|
-
Repeat: IconName;
|
|
796
|
-
Reset: IconName;
|
|
797
|
-
Resolve: IconName;
|
|
798
|
-
Rig: IconName;
|
|
799
|
-
Ring: IconName;
|
|
800
|
-
Rocket: IconName;
|
|
801
|
-
Route: IconName;
|
|
802
|
-
Satellite: IconName;
|
|
803
|
-
Saved: IconName;
|
|
804
|
-
Selection: IconName;
|
|
805
|
-
Sensor: IconName;
|
|
806
|
-
Settings: IconName;
|
|
807
|
-
Shapes: IconName;
|
|
808
|
-
Shield: IconName;
|
|
809
|
-
Shop: IconName;
|
|
810
|
-
Slash: IconName;
|
|
811
|
-
Snowflake: IconName;
|
|
812
|
-
Sort: IconName;
|
|
813
|
-
Star: IconName;
|
|
814
|
-
Stop: IconName;
|
|
815
|
-
Stopwatch: IconName;
|
|
816
|
-
Strikethrough: IconName;
|
|
817
|
-
Style: IconName;
|
|
818
|
-
Subscript: IconName;
|
|
819
|
-
Superscript: IconName;
|
|
820
|
-
Switch: IconName;
|
|
821
|
-
Syringe: IconName;
|
|
822
|
-
Tag: IconName;
|
|
823
|
-
Tank: IconName;
|
|
824
|
-
Taxi: IconName;
|
|
825
|
-
Temperature: IconName;
|
|
826
|
-
Th: IconName;
|
|
827
|
-
Tint: IconName;
|
|
828
|
-
Torch: IconName;
|
|
829
|
-
Tractor: IconName;
|
|
830
|
-
Train: IconName;
|
|
831
|
-
Translate: IconName;
|
|
832
|
-
Trash: IconName;
|
|
833
|
-
Truck: IconName;
|
|
834
|
-
Unarchive: IconName;
|
|
835
|
-
Underline: IconName;
|
|
836
|
-
Undo: IconName;
|
|
837
|
-
Unlink: IconName;
|
|
838
|
-
Unlock: IconName;
|
|
839
|
-
Unpin: IconName;
|
|
840
|
-
Unresolve: IconName;
|
|
841
|
-
User: IconName;
|
|
842
|
-
Variable: IconName;
|
|
843
|
-
Virus: IconName;
|
|
844
|
-
Walk: IconName;
|
|
845
|
-
Waves: IconName;
|
|
846
|
-
Widget: IconName;
|
|
847
|
-
Wind: IconName;
|
|
848
|
-
Wrench: IconName;
|
|
849
|
-
AddClip: IconName;
|
|
850
|
-
AddColumnLeft: IconName;
|
|
851
|
-
AddColumnRight: IconName;
|
|
852
|
-
AddLocation: IconName;
|
|
853
|
-
AddRowBottom: IconName;
|
|
854
|
-
AddRowTop: IconName;
|
|
855
|
-
AddToArtifact: IconName;
|
|
856
|
-
AddToFolder: IconName;
|
|
857
|
-
AimpointsTarget: IconName;
|
|
858
|
-
AlignCenter: IconName;
|
|
859
|
-
AlignJustify: IconName;
|
|
860
|
-
AlignLeft: IconName;
|
|
861
|
-
AlignRight: IconName;
|
|
862
|
-
AlignmentBottom: IconName;
|
|
863
|
-
AlignmentHorizontalCenter: IconName;
|
|
864
|
-
AlignmentLeft: IconName;
|
|
865
|
-
AlignmentRight: IconName;
|
|
866
|
-
AlignmentTop: IconName;
|
|
867
|
-
AlignmentVerticalCenter: IconName;
|
|
868
|
-
AppHeader: IconName;
|
|
869
|
-
AreaOfInterest: IconName;
|
|
870
|
-
ArrayBoolean: IconName;
|
|
871
|
-
ArrayDate: IconName;
|
|
872
|
-
ArrayFloatingPoint: IconName;
|
|
873
|
-
ArrayNumeric: IconName;
|
|
874
|
-
ArrayString: IconName;
|
|
875
|
-
ArrayTimestamp: IconName;
|
|
876
|
-
ArrowBottomLeft: IconName;
|
|
877
|
-
ArrowBottomRight: IconName;
|
|
878
|
-
ArrowTopLeft: IconName;
|
|
879
|
-
ArrowTopRight: IconName;
|
|
880
|
-
ArrowsHorizontal: IconName;
|
|
881
|
-
ArrowsVertical: IconName;
|
|
882
|
-
AutomaticUpdates: IconName;
|
|
883
|
-
BanCircle: IconName;
|
|
884
|
-
BankAccount: IconName;
|
|
885
|
-
BlockedPerson: IconName;
|
|
886
|
-
BringData: IconName;
|
|
887
|
-
CaretDown: IconName;
|
|
888
|
-
CaretLeft: IconName;
|
|
889
|
-
CaretRight: IconName;
|
|
890
|
-
CaretUp: IconName;
|
|
891
|
-
CargoShip: IconName;
|
|
892
|
-
CellTower: IconName;
|
|
893
|
-
ChevronBackward: IconName;
|
|
894
|
-
ChevronForward: IconName;
|
|
895
|
-
CircleArrowDown: IconName;
|
|
896
|
-
CircleArrowLeft: IconName;
|
|
897
|
-
CircleArrowRight: IconName;
|
|
898
|
-
CircleArrowUp: IconName;
|
|
899
|
-
CloudDownload: IconName;
|
|
900
|
-
CloudUpload: IconName;
|
|
901
|
-
CodeBlock: IconName;
|
|
902
|
-
CollapseAll: IconName;
|
|
903
|
-
ColorFill: IconName;
|
|
904
|
-
ColumnLayout: IconName;
|
|
905
|
-
CreditCard: IconName;
|
|
906
|
-
CrossCircle: IconName;
|
|
907
|
-
CubeAdd: IconName;
|
|
908
|
-
CubeRemove: IconName;
|
|
909
|
-
CurvedRangeChart: IconName;
|
|
910
|
-
DataConnection: IconName;
|
|
911
|
-
DataLineage: IconName;
|
|
912
|
-
DeriveColumn: IconName;
|
|
913
|
-
DiagramTree: IconName;
|
|
914
|
-
DirectionLeft: IconName;
|
|
915
|
-
DirectionRight: IconName;
|
|
916
|
-
DocumentOpen: IconName;
|
|
917
|
-
DocumentShare: IconName;
|
|
918
730
|
DoubleCaretHorizontal: IconName;
|
|
919
731
|
DoubleCaretVertical: IconName;
|
|
920
732
|
DoubleChevronDown: IconName;
|
|
@@ -922,39 +734,73 @@ export declare const IconNames: {
|
|
|
922
734
|
DoubleChevronRight: IconName;
|
|
923
735
|
DoubleChevronUp: IconName;
|
|
924
736
|
DoughnutChart: IconName;
|
|
737
|
+
Download: IconName;
|
|
925
738
|
DragHandleHorizontal: IconName;
|
|
926
739
|
DragHandleVertical: IconName;
|
|
740
|
+
Draw: IconName;
|
|
927
741
|
DrawerLeftFilled: IconName;
|
|
928
742
|
DrawerLeft: IconName;
|
|
929
743
|
DrawerRightFilled: IconName;
|
|
930
744
|
DrawerRight: IconName;
|
|
931
745
|
DriveTime: IconName;
|
|
746
|
+
Duplicate: IconName;
|
|
747
|
+
Edit: IconName;
|
|
748
|
+
Eject: IconName;
|
|
749
|
+
Emoji: IconName;
|
|
750
|
+
Endorsed: IconName;
|
|
751
|
+
Envelope: IconName;
|
|
752
|
+
Equals: IconName;
|
|
753
|
+
Eraser: IconName;
|
|
754
|
+
Error: IconName;
|
|
755
|
+
Euro: IconName;
|
|
756
|
+
Exchange: IconName;
|
|
932
757
|
ExcludeRow: IconName;
|
|
933
758
|
ExpandAll: IconName;
|
|
759
|
+
Export: IconName;
|
|
934
760
|
EyeOff: IconName;
|
|
935
761
|
EyeOn: IconName;
|
|
936
762
|
EyeOpen: IconName;
|
|
937
763
|
FastBackward: IconName;
|
|
938
764
|
FastForward: IconName;
|
|
939
765
|
FeedSubscribed: IconName;
|
|
766
|
+
Feed: IconName;
|
|
767
|
+
Film: IconName;
|
|
940
768
|
FilterKeep: IconName;
|
|
941
769
|
FilterList: IconName;
|
|
942
770
|
FilterOpen: IconName;
|
|
943
771
|
FilterRemove: IconName;
|
|
772
|
+
Filter: IconName;
|
|
773
|
+
Flag: IconName;
|
|
774
|
+
Flame: IconName;
|
|
775
|
+
Flash: IconName;
|
|
776
|
+
FloatingPoint: IconName;
|
|
944
777
|
FloppyDisk: IconName;
|
|
945
778
|
FlowBranch: IconName;
|
|
946
779
|
FlowEnd: IconName;
|
|
947
780
|
FlowLinear: IconName;
|
|
948
781
|
FlowReviewBranch: IconName;
|
|
949
782
|
FlowReview: IconName;
|
|
783
|
+
Flows: IconName;
|
|
950
784
|
FolderClose: IconName;
|
|
951
785
|
FolderNew: IconName;
|
|
952
786
|
FolderOpen: IconName;
|
|
953
787
|
FolderSharedOpen: IconName;
|
|
954
788
|
FolderShared: IconName;
|
|
789
|
+
Follower: IconName;
|
|
790
|
+
Following: IconName;
|
|
791
|
+
Font: IconName;
|
|
792
|
+
Fork: IconName;
|
|
793
|
+
Form: IconName;
|
|
794
|
+
Fuel: IconName;
|
|
955
795
|
FullCircle: IconName;
|
|
956
796
|
FullStackedChart: IconName;
|
|
797
|
+
Fullscreen: IconName;
|
|
798
|
+
Function: IconName;
|
|
957
799
|
GanttChart: IconName;
|
|
800
|
+
Geofence: IconName;
|
|
801
|
+
Geolocation: IconName;
|
|
802
|
+
Geosearch: IconName;
|
|
803
|
+
Geotime: IconName;
|
|
958
804
|
GitBranch: IconName;
|
|
959
805
|
GitCommit: IconName;
|
|
960
806
|
GitMerge: IconName;
|
|
@@ -962,42 +808,67 @@ export declare const IconNames: {
|
|
|
962
808
|
GitPull: IconName;
|
|
963
809
|
GitPush: IconName;
|
|
964
810
|
GitRepo: IconName;
|
|
811
|
+
Glass: IconName;
|
|
965
812
|
GlobeNetwork: IconName;
|
|
813
|
+
Globe: IconName;
|
|
966
814
|
GraphRemove: IconName;
|
|
815
|
+
Graph: IconName;
|
|
967
816
|
GreaterThanOrEqualTo: IconName;
|
|
968
817
|
GreaterThan: IconName;
|
|
969
818
|
GridView: IconName;
|
|
819
|
+
Grid: IconName;
|
|
970
820
|
GroupObjects: IconName;
|
|
971
821
|
GroupedBarChart: IconName;
|
|
972
822
|
HandDown: IconName;
|
|
973
823
|
HandLeft: IconName;
|
|
974
824
|
HandRight: IconName;
|
|
975
825
|
HandUp: IconName;
|
|
826
|
+
Hand: IconName;
|
|
827
|
+
Hat: IconName;
|
|
976
828
|
HeaderOne: IconName;
|
|
977
829
|
HeaderThree: IconName;
|
|
978
830
|
HeaderTwo: IconName;
|
|
831
|
+
Header: IconName;
|
|
832
|
+
Headset: IconName;
|
|
979
833
|
HeartBroken: IconName;
|
|
834
|
+
Heart: IconName;
|
|
980
835
|
HeatGrid: IconName;
|
|
836
|
+
Heatmap: IconName;
|
|
837
|
+
Helicopter: IconName;
|
|
838
|
+
Help: IconName;
|
|
981
839
|
HelperManagement: IconName;
|
|
982
840
|
HighPriority: IconName;
|
|
983
841
|
HighVoltagePole: IconName;
|
|
842
|
+
Highlight: IconName;
|
|
843
|
+
History: IconName;
|
|
844
|
+
Home: IconName;
|
|
984
845
|
HorizontalBarChartAsc: IconName;
|
|
985
846
|
HorizontalBarChartDesc: IconName;
|
|
986
847
|
HorizontalBarChart: IconName;
|
|
987
848
|
HorizontalDistribution: IconName;
|
|
988
849
|
HorizontalInbetween: IconName;
|
|
850
|
+
Hurricane: IconName;
|
|
989
851
|
IdNumber: IconName;
|
|
990
852
|
ImageRotateLeft: IconName;
|
|
991
853
|
ImageRotateRight: IconName;
|
|
854
|
+
Import: IconName;
|
|
992
855
|
InboxFiltered: IconName;
|
|
993
856
|
InboxGeo: IconName;
|
|
994
857
|
InboxSearch: IconName;
|
|
995
858
|
InboxUpdate: IconName;
|
|
859
|
+
Inbox: IconName;
|
|
860
|
+
InfoSign: IconName;
|
|
861
|
+
Inheritance: IconName;
|
|
996
862
|
InheritedGroup: IconName;
|
|
997
863
|
InnerJoin: IconName;
|
|
864
|
+
Insert: IconName;
|
|
865
|
+
Intelligence: IconName;
|
|
866
|
+
Intersection: IconName;
|
|
998
867
|
IpAddress: IconName;
|
|
999
868
|
IssueClosed: IconName;
|
|
1000
869
|
IssueNew: IconName;
|
|
870
|
+
Issue: IconName;
|
|
871
|
+
Italic: IconName;
|
|
1001
872
|
JoinTable: IconName;
|
|
1002
873
|
KeyBackspace: IconName;
|
|
1003
874
|
KeyCommand: IconName;
|
|
@@ -1008,9 +879,13 @@ export declare const IconNames: {
|
|
|
1008
879
|
KeyOption: IconName;
|
|
1009
880
|
KeyShift: IconName;
|
|
1010
881
|
KeyTab: IconName;
|
|
882
|
+
Key: IconName;
|
|
1011
883
|
KnownVehicle: IconName;
|
|
1012
884
|
LabTest: IconName;
|
|
885
|
+
Label: IconName;
|
|
1013
886
|
LayerOutline: IconName;
|
|
887
|
+
Layer: IconName;
|
|
888
|
+
Layers: IconName;
|
|
1014
889
|
LayoutAuto: IconName;
|
|
1015
890
|
LayoutBalloon: IconName;
|
|
1016
891
|
LayoutCircle: IconName;
|
|
@@ -1020,28 +895,55 @@ export declare const IconNames: {
|
|
|
1020
895
|
LayoutLinear: IconName;
|
|
1021
896
|
LayoutSkewGrid: IconName;
|
|
1022
897
|
LayoutSortedClusters: IconName;
|
|
898
|
+
Layout: IconName;
|
|
899
|
+
Learning: IconName;
|
|
1023
900
|
LeftJoin: IconName;
|
|
1024
901
|
LengthenText: IconName;
|
|
1025
902
|
LessThanOrEqualTo: IconName;
|
|
1026
903
|
LessThan: IconName;
|
|
904
|
+
Lifesaver: IconName;
|
|
905
|
+
Lightbulb: IconName;
|
|
906
|
+
Lightning: IconName;
|
|
907
|
+
Link: IconName;
|
|
1027
908
|
ListColumns: IconName;
|
|
1028
909
|
ListDetailView: IconName;
|
|
910
|
+
List: IconName;
|
|
911
|
+
Locate: IconName;
|
|
912
|
+
Lock: IconName;
|
|
913
|
+
Locomotive: IconName;
|
|
1029
914
|
LogIn: IconName;
|
|
1030
915
|
LogOut: IconName;
|
|
1031
916
|
LowVoltagePole: IconName;
|
|
917
|
+
Manual: IconName;
|
|
1032
918
|
ManuallyEnteredData: IconName;
|
|
1033
919
|
ManyToMany: IconName;
|
|
1034
920
|
ManyToOne: IconName;
|
|
1035
921
|
MapCreate: IconName;
|
|
1036
922
|
MapMarker: IconName;
|
|
923
|
+
Map: IconName;
|
|
924
|
+
Maximize: IconName;
|
|
925
|
+
Media: IconName;
|
|
1037
926
|
MenuClosed: IconName;
|
|
1038
927
|
MenuOpen: IconName;
|
|
928
|
+
Menu: IconName;
|
|
1039
929
|
MergeColumns: IconName;
|
|
1040
930
|
MergeLinks: IconName;
|
|
931
|
+
Microphone: IconName;
|
|
932
|
+
Minimize: IconName;
|
|
933
|
+
Minus: IconName;
|
|
1041
934
|
MobilePhone: IconName;
|
|
1042
935
|
MobileVideo: IconName;
|
|
1043
936
|
ModalFilled: IconName;
|
|
937
|
+
Modal: IconName;
|
|
938
|
+
Model: IconName;
|
|
939
|
+
Moon: IconName;
|
|
940
|
+
More: IconName;
|
|
941
|
+
Mountain: IconName;
|
|
942
|
+
Move: IconName;
|
|
943
|
+
Mugshot: IconName;
|
|
1044
944
|
MultiSelect: IconName;
|
|
945
|
+
Music: IconName;
|
|
946
|
+
Nest: IconName;
|
|
1045
947
|
NewDrawing: IconName;
|
|
1046
948
|
NewGridItem: IconName;
|
|
1047
949
|
NewLayer: IconName;
|
|
@@ -1050,62 +952,122 @@ export declare const IconNames: {
|
|
|
1050
952
|
NewObject: IconName;
|
|
1051
953
|
NewPerson: IconName;
|
|
1052
954
|
NewPrescription: IconName;
|
|
955
|
+
NewShield: IconName;
|
|
1053
956
|
NewTextBox: IconName;
|
|
957
|
+
Ninja: IconName;
|
|
1054
958
|
NotEqualTo: IconName;
|
|
1055
959
|
NotificationsSnooze: IconName;
|
|
1056
960
|
NotificationsUpdated: IconName;
|
|
961
|
+
Notifications: IconName;
|
|
1057
962
|
NumberedList: IconName;
|
|
963
|
+
Numerical: IconName;
|
|
964
|
+
Office: IconName;
|
|
965
|
+
Offline: IconName;
|
|
1058
966
|
OilField: IconName;
|
|
1059
967
|
OneColumn: IconName;
|
|
1060
968
|
OneToMany: IconName;
|
|
1061
969
|
OneToOne: IconName;
|
|
1062
970
|
OpenApplication: IconName;
|
|
971
|
+
Outdated: IconName;
|
|
1063
972
|
PageLayout: IconName;
|
|
1064
973
|
PanelStats: IconName;
|
|
1065
974
|
PanelTable: IconName;
|
|
975
|
+
Paperclip: IconName;
|
|
976
|
+
Paragraph: IconName;
|
|
977
|
+
PasteVariable: IconName;
|
|
1066
978
|
PathSearch: IconName;
|
|
979
|
+
Path: IconName;
|
|
980
|
+
Pause: IconName;
|
|
981
|
+
People: IconName;
|
|
982
|
+
Percentage: IconName;
|
|
983
|
+
Person: IconName;
|
|
984
|
+
PhoneCall: IconName;
|
|
985
|
+
PhoneForward: IconName;
|
|
986
|
+
Phone: IconName;
|
|
1067
987
|
PieChart: IconName;
|
|
988
|
+
Pin: IconName;
|
|
1068
989
|
PivotTable: IconName;
|
|
990
|
+
Pivot: IconName;
|
|
991
|
+
Play: IconName;
|
|
992
|
+
Playbook: IconName;
|
|
993
|
+
Plus: IconName;
|
|
1069
994
|
PolygonFilter: IconName;
|
|
995
|
+
Power: IconName;
|
|
1070
996
|
PredictiveAnalysis: IconName;
|
|
997
|
+
Prescription: IconName;
|
|
998
|
+
Presentation: IconName;
|
|
999
|
+
Print: IconName;
|
|
1000
|
+
Projects: IconName;
|
|
1001
|
+
Properties: IconName;
|
|
1002
|
+
Property: IconName;
|
|
1071
1003
|
PublishFunction: IconName;
|
|
1004
|
+
Pulse: IconName;
|
|
1005
|
+
Rain: IconName;
|
|
1006
|
+
Random: IconName;
|
|
1007
|
+
Record: IconName;
|
|
1072
1008
|
RectHeight: IconName;
|
|
1073
1009
|
RectWidth: IconName;
|
|
1010
|
+
Rectangle: IconName;
|
|
1011
|
+
Redo: IconName;
|
|
1012
|
+
Refresh: IconName;
|
|
1013
|
+
Regex: IconName;
|
|
1074
1014
|
RegressionChart: IconName;
|
|
1075
1015
|
RemoveColumnLeft: IconName;
|
|
1076
1016
|
RemoveColumnRight: IconName;
|
|
1077
1017
|
RemoveColumn: IconName;
|
|
1078
1018
|
RemoveRowBottom: IconName;
|
|
1079
1019
|
RemoveRowTop: IconName;
|
|
1020
|
+
Remove: IconName;
|
|
1021
|
+
Repeat: IconName;
|
|
1022
|
+
Reset: IconName;
|
|
1023
|
+
Resolve: IconName;
|
|
1024
|
+
Rig: IconName;
|
|
1080
1025
|
RightJoin: IconName;
|
|
1026
|
+
Ring: IconName;
|
|
1081
1027
|
RocketSlant: IconName;
|
|
1028
|
+
Rocket: IconName;
|
|
1082
1029
|
RotateDocument: IconName;
|
|
1083
1030
|
RotatePage: IconName;
|
|
1031
|
+
Route: IconName;
|
|
1032
|
+
Satellite: IconName;
|
|
1033
|
+
Saved: IconName;
|
|
1084
1034
|
ScatterPlot: IconName;
|
|
1085
1035
|
SearchAround: IconName;
|
|
1086
1036
|
SearchTemplate: IconName;
|
|
1087
1037
|
SearchText: IconName;
|
|
1038
|
+
Search: IconName;
|
|
1088
1039
|
SegmentedControl: IconName;
|
|
1040
|
+
Select: IconName;
|
|
1041
|
+
Selection: IconName;
|
|
1089
1042
|
SendMessage: IconName;
|
|
1090
1043
|
SendToGraph: IconName;
|
|
1091
1044
|
SendToMap: IconName;
|
|
1092
1045
|
SendTo: IconName;
|
|
1046
|
+
Sensor: IconName;
|
|
1093
1047
|
SeriesAdd: IconName;
|
|
1094
1048
|
SeriesConfiguration: IconName;
|
|
1095
1049
|
SeriesDerived: IconName;
|
|
1096
1050
|
SeriesFiltered: IconName;
|
|
1097
1051
|
SeriesSearch: IconName;
|
|
1052
|
+
Settings: IconName;
|
|
1053
|
+
Shapes: IconName;
|
|
1054
|
+
Share: IconName;
|
|
1098
1055
|
SharedFilter: IconName;
|
|
1056
|
+
Shield: IconName;
|
|
1057
|
+
Ship: IconName;
|
|
1058
|
+
Shop: IconName;
|
|
1099
1059
|
ShoppingCart: IconName;
|
|
1100
1060
|
ShortenText: IconName;
|
|
1101
1061
|
SignalSearch: IconName;
|
|
1102
1062
|
SimCard: IconName;
|
|
1063
|
+
Slash: IconName;
|
|
1103
1064
|
SmallCross: IconName;
|
|
1104
1065
|
SmallInfoSign: IconName;
|
|
1105
1066
|
SmallMinus: IconName;
|
|
1106
1067
|
SmallPlus: IconName;
|
|
1107
1068
|
SmallSquare: IconName;
|
|
1108
1069
|
SmallTick: IconName;
|
|
1070
|
+
Snowflake: IconName;
|
|
1109
1071
|
SocialMedia: IconName;
|
|
1110
1072
|
SortAlphabeticalDesc: IconName;
|
|
1111
1073
|
SortAlphabetical: IconName;
|
|
@@ -1113,15 +1075,26 @@ export declare const IconNames: {
|
|
|
1113
1075
|
SortDesc: IconName;
|
|
1114
1076
|
SortNumericalDesc: IconName;
|
|
1115
1077
|
SortNumerical: IconName;
|
|
1078
|
+
Sort: IconName;
|
|
1116
1079
|
SpellCheck: IconName;
|
|
1117
1080
|
SplitColumns: IconName;
|
|
1081
|
+
Square: IconName;
|
|
1082
|
+
StackedChart: IconName;
|
|
1118
1083
|
StadiumGeometry: IconName;
|
|
1119
1084
|
StarEmpty: IconName;
|
|
1085
|
+
Star: IconName;
|
|
1120
1086
|
StepBackward: IconName;
|
|
1121
1087
|
StepChart: IconName;
|
|
1122
1088
|
StepForward: IconName;
|
|
1089
|
+
Stop: IconName;
|
|
1090
|
+
Stopwatch: IconName;
|
|
1091
|
+
Strikethrough: IconName;
|
|
1092
|
+
Style: IconName;
|
|
1093
|
+
Subscript: IconName;
|
|
1094
|
+
Superscript: IconName;
|
|
1123
1095
|
SwapHorizontal: IconName;
|
|
1124
1096
|
SwapVertical: IconName;
|
|
1097
|
+
Switch: IconName;
|
|
1125
1098
|
SymbolCircle: IconName;
|
|
1126
1099
|
SymbolCross: IconName;
|
|
1127
1100
|
SymbolDiamond: IconName;
|
|
@@ -1129,37 +1102,72 @@ export declare const IconNames: {
|
|
|
1129
1102
|
SymbolSquare: IconName;
|
|
1130
1103
|
SymbolTriangleDown: IconName;
|
|
1131
1104
|
SymbolTriangleUp: IconName;
|
|
1105
|
+
Syringe: IconName;
|
|
1106
|
+
Tag: IconName;
|
|
1132
1107
|
TakeAction: IconName;
|
|
1108
|
+
Tank: IconName;
|
|
1109
|
+
Target: IconName;
|
|
1110
|
+
Taxi: IconName;
|
|
1111
|
+
Temperature: IconName;
|
|
1133
1112
|
TextHighlight: IconName;
|
|
1134
1113
|
ThDerived: IconName;
|
|
1135
1114
|
ThDisconnect: IconName;
|
|
1136
1115
|
ThFiltered: IconName;
|
|
1137
1116
|
ThList: IconName;
|
|
1117
|
+
Th: IconName;
|
|
1138
1118
|
ThirdParty: IconName;
|
|
1139
1119
|
ThumbsDown: IconName;
|
|
1140
1120
|
ThumbsUp: IconName;
|
|
1141
1121
|
TickCircle: IconName;
|
|
1122
|
+
Tick: IconName;
|
|
1123
|
+
Time: IconName;
|
|
1142
1124
|
TimelineAreaChart: IconName;
|
|
1143
1125
|
TimelineBarChart: IconName;
|
|
1144
1126
|
TimelineEvents: IconName;
|
|
1145
1127
|
TimelineLineChart: IconName;
|
|
1128
|
+
Tint: IconName;
|
|
1129
|
+
Torch: IconName;
|
|
1130
|
+
Tractor: IconName;
|
|
1131
|
+
Train: IconName;
|
|
1132
|
+
Translate: IconName;
|
|
1133
|
+
Trash: IconName;
|
|
1134
|
+
Tree: IconName;
|
|
1146
1135
|
TrendingDown: IconName;
|
|
1147
1136
|
TrendingUp: IconName;
|
|
1137
|
+
Truck: IconName;
|
|
1148
1138
|
TwoColumns: IconName;
|
|
1139
|
+
Unarchive: IconName;
|
|
1140
|
+
Underline: IconName;
|
|
1141
|
+
Undo: IconName;
|
|
1149
1142
|
UngroupObjects: IconName;
|
|
1150
1143
|
UnknownVehicle: IconName;
|
|
1144
|
+
Unlink: IconName;
|
|
1145
|
+
Unlock: IconName;
|
|
1146
|
+
Unpin: IconName;
|
|
1147
|
+
Unresolve: IconName;
|
|
1148
|
+
Updated: IconName;
|
|
1149
|
+
Upload: IconName;
|
|
1150
|
+
User: IconName;
|
|
1151
|
+
Variable: IconName;
|
|
1151
1152
|
VerticalBarChartAsc: IconName;
|
|
1152
1153
|
VerticalBarChartDesc: IconName;
|
|
1153
1154
|
VerticalDistribution: IconName;
|
|
1154
1155
|
VerticalInbetween: IconName;
|
|
1156
|
+
Video: IconName;
|
|
1157
|
+
Virus: IconName;
|
|
1155
1158
|
VolumeDown: IconName;
|
|
1156
1159
|
VolumeOff: IconName;
|
|
1157
1160
|
VolumeUp: IconName;
|
|
1161
|
+
Walk: IconName;
|
|
1158
1162
|
WarningSign: IconName;
|
|
1159
1163
|
WaterfallChart: IconName;
|
|
1164
|
+
Waves: IconName;
|
|
1160
1165
|
WidgetButton: IconName;
|
|
1161
1166
|
WidgetFooter: IconName;
|
|
1162
1167
|
WidgetHeader: IconName;
|
|
1168
|
+
Widget: IconName;
|
|
1169
|
+
Wind: IconName;
|
|
1170
|
+
Wrench: IconName;
|
|
1163
1171
|
ZoomIn: IconName;
|
|
1164
1172
|
ZoomOut: IconName;
|
|
1165
1173
|
ZoomToFit: IconName;
|