@blueprintjs/icons 3.5.1 → 3.9.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/LICENSE +176 -190
- package/dist/icons.bundle.js +1 -1
- package/lib/cjs/generated/iconContents.d.ts +14 -0
- package/lib/cjs/generated/iconContents.js +14 -0
- package/lib/cjs/generated/iconContents.js.map +1 -1
- package/lib/cjs/generated/iconNames.d.ts +14 -0
- package/lib/cjs/generated/iconNames.js +14 -0
- package/lib/cjs/generated/iconNames.js.map +1 -1
- package/lib/cjs/generated/iconSvgPaths.js +28 -0
- package/lib/cjs/generated/iconSvgPaths.js.map +1 -1
- package/lib/cjs/index.js +11 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/css/blueprint-icons.css +22 -11
- package/lib/css/blueprint-icons.css.map +15 -1
- package/lib/esm/generated/iconContents.d.ts +14 -0
- package/lib/esm/generated/iconContents.js +14 -0
- package/lib/esm/generated/iconContents.js.map +1 -1
- package/lib/esm/generated/iconNames.d.ts +14 -0
- package/lib/esm/generated/iconNames.js +14 -0
- package/lib/esm/generated/iconNames.js.map +1 -1
- package/lib/esm/generated/iconSvgPaths.js +28 -0
- package/lib/esm/generated/iconSvgPaths.js.map +1 -1
- package/lib/esm/index.js +11 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/esnext/generated/iconContents.d.ts +14 -0
- package/lib/esnext/generated/iconContents.js +14 -0
- package/lib/esnext/generated/iconContents.js.map +1 -1
- package/lib/esnext/generated/iconNames.d.ts +14 -0
- package/lib/esnext/generated/iconNames.js +14 -0
- package/lib/esnext/generated/iconNames.js.map +1 -1
- package/lib/esnext/generated/iconSvgPaths.js +28 -0
- package/lib/esnext/generated/iconSvgPaths.js.map +1 -1
- package/lib/esnext/index.js +11 -1
- package/lib/esnext/index.js.map +1 -1
- package/package.json +6 -6
- package/resources/icons/icons-16.eot +0 -0
- package/resources/icons/icons-16.ttf +0 -0
- package/resources/icons/icons-16.woff +0 -0
- package/resources/icons/icons-20.eot +0 -0
- package/resources/icons/icons-20.ttf +0 -0
- package/resources/icons/icons-20.woff +0 -0
- package/resources/icons/icons.json +98 -0
- package/src/_font-face.scss +1 -1
- package/src/_font-imports.scss +1 -1
- package/src/_icons.scss +1 -1
- package/src/blueprint-icons.scss +1 -1
- package/src/generated/_icon-map.scss +14 -0
- package/src/generated/_icon-variables.scss +14 -0
- package/src/generated/iconContents.ts +14 -0
- package/src/generated/iconNames.ts +14 -0
- package/src/generated/iconSvgPaths.ts +28 -0
- package/src/index.ts +11 -1
- package/lib/less/variables.less +0 -464
- package/lib/scss/variables.scss +0 -464
package/lib/scss/variables.scss
DELETED
|
@@ -1,464 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2017 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
$pt-icon-add: "\e63e";
|
|
8
|
-
$pt-icon-add-column-left: "\e6f9";
|
|
9
|
-
$pt-icon-add-column-right: "\e6fa";
|
|
10
|
-
$pt-icon-add-row-bottom: "\e6f8";
|
|
11
|
-
$pt-icon-add-row-top: "\e6f7";
|
|
12
|
-
$pt-icon-add-to-artifact: "\e67c";
|
|
13
|
-
$pt-icon-add-to-folder: "\e6d2";
|
|
14
|
-
$pt-icon-airplane: "\e74b";
|
|
15
|
-
$pt-icon-align-center: "\e603";
|
|
16
|
-
$pt-icon-align-justify: "\e605";
|
|
17
|
-
$pt-icon-align-left: "\e602";
|
|
18
|
-
$pt-icon-align-right: "\e604";
|
|
19
|
-
$pt-icon-alignment-bottom: "\e727";
|
|
20
|
-
$pt-icon-alignment-horizontal-center: "\e726";
|
|
21
|
-
$pt-icon-alignment-left: "\e722";
|
|
22
|
-
$pt-icon-alignment-right: "\e724";
|
|
23
|
-
$pt-icon-alignment-top: "\e725";
|
|
24
|
-
$pt-icon-alignment-vertical-center: "\e723";
|
|
25
|
-
$pt-icon-annotation: "\e6f0";
|
|
26
|
-
$pt-icon-application: "\e735";
|
|
27
|
-
$pt-icon-applications: "\e621";
|
|
28
|
-
$pt-icon-arrow-bottom-left: "\2199";
|
|
29
|
-
$pt-icon-arrow-bottom-right: "\2198";
|
|
30
|
-
$pt-icon-arrow-down: "\2193 ";
|
|
31
|
-
$pt-icon-arrow-left: "\2190";
|
|
32
|
-
$pt-icon-arrow-right: "\2192";
|
|
33
|
-
$pt-icon-arrow-top-left: "\2196";
|
|
34
|
-
$pt-icon-arrow-top-right: "\2197";
|
|
35
|
-
$pt-icon-arrow-up: "\2191 ";
|
|
36
|
-
$pt-icon-arrows-horizontal: "\2194 ";
|
|
37
|
-
$pt-icon-arrows-vertical: "\2195 ";
|
|
38
|
-
$pt-icon-asterisk: "\002a";
|
|
39
|
-
$pt-icon-automatic-updates: "\e65f";
|
|
40
|
-
$pt-icon-badge: "\e6e3";
|
|
41
|
-
$pt-icon-ban-circle: "\e69d";
|
|
42
|
-
$pt-icon-bank-account: "\e76f";
|
|
43
|
-
$pt-icon-barcode: "\e676";
|
|
44
|
-
$pt-icon-blank: "\e900";
|
|
45
|
-
$pt-icon-blocked-person: "\e768";
|
|
46
|
-
$pt-icon-bold: "\e606";
|
|
47
|
-
$pt-icon-book: "\e6b8";
|
|
48
|
-
$pt-icon-bookmark: "\e61a";
|
|
49
|
-
$pt-icon-box: "\e6bf";
|
|
50
|
-
$pt-icon-briefcase: "\e674";
|
|
51
|
-
$pt-icon-build: "\e72d";
|
|
52
|
-
$pt-icon-calculator: "\e70b";
|
|
53
|
-
$pt-icon-calendar: "\e62b";
|
|
54
|
-
$pt-icon-camera: "\e69e";
|
|
55
|
-
$pt-icon-caret-down: "\2304";
|
|
56
|
-
$pt-icon-caret-left: "\2329";
|
|
57
|
-
$pt-icon-caret-right: "\232A";
|
|
58
|
-
$pt-icon-caret-up: "\2303";
|
|
59
|
-
$pt-icon-cell-tower: "\e770";
|
|
60
|
-
$pt-icon-changes: "\e623";
|
|
61
|
-
$pt-icon-chart: "\e67e";
|
|
62
|
-
$pt-icon-chat: "\e689";
|
|
63
|
-
$pt-icon-chevron-backward: "\e6df";
|
|
64
|
-
$pt-icon-chevron-down: "\e697";
|
|
65
|
-
$pt-icon-chevron-forward: "\e6e0";
|
|
66
|
-
$pt-icon-chevron-left: "\e694";
|
|
67
|
-
$pt-icon-chevron-right: "\e695";
|
|
68
|
-
$pt-icon-chevron-up: "\e696";
|
|
69
|
-
$pt-icon-circle: "\e66a";
|
|
70
|
-
$pt-icon-circle-arrow-down: "\e68e";
|
|
71
|
-
$pt-icon-circle-arrow-left: "\e68c";
|
|
72
|
-
$pt-icon-circle-arrow-right: "\e68b";
|
|
73
|
-
$pt-icon-circle-arrow-up: "\e68d";
|
|
74
|
-
$pt-icon-citation: "\e61b";
|
|
75
|
-
$pt-icon-clean: "\e7c5";
|
|
76
|
-
$pt-icon-clipboard: "\e61d";
|
|
77
|
-
$pt-icon-cloud: "\2601";
|
|
78
|
-
$pt-icon-cloud-download: "\e690";
|
|
79
|
-
$pt-icon-cloud-upload: "\e691";
|
|
80
|
-
$pt-icon-code: "\e661";
|
|
81
|
-
$pt-icon-code-block: "\e6c5";
|
|
82
|
-
$pt-icon-cog: "\e645";
|
|
83
|
-
$pt-icon-collapse-all: "\e763";
|
|
84
|
-
$pt-icon-column-layout: "\e6da";
|
|
85
|
-
$pt-icon-comment: "\e68a";
|
|
86
|
-
$pt-icon-comparison: "\e637";
|
|
87
|
-
$pt-icon-compass: "\e79c";
|
|
88
|
-
$pt-icon-compressed: "\e6c0";
|
|
89
|
-
$pt-icon-confirm: "\e639";
|
|
90
|
-
$pt-icon-console: "\e79b";
|
|
91
|
-
$pt-icon-contrast: "\e6cb";
|
|
92
|
-
$pt-icon-control: "\e67f";
|
|
93
|
-
$pt-icon-credit-card: "\e649";
|
|
94
|
-
$pt-icon-cross: "\2717";
|
|
95
|
-
$pt-icon-crown: "\e7b4";
|
|
96
|
-
$pt-icon-cube: "\e7c8";
|
|
97
|
-
$pt-icon-cube-add: "\e7c9";
|
|
98
|
-
$pt-icon-cube-remove: "\e7d0";
|
|
99
|
-
$pt-icon-curved-range-chart: "\e71b";
|
|
100
|
-
$pt-icon-cut: "\e6ef";
|
|
101
|
-
$pt-icon-dashboard: "\e751";
|
|
102
|
-
$pt-icon-database: "\e683";
|
|
103
|
-
$pt-icon-delete: "\e644";
|
|
104
|
-
$pt-icon-delta: "\0394";
|
|
105
|
-
$pt-icon-derive-column: "\e739";
|
|
106
|
-
$pt-icon-desktop: "\e6af";
|
|
107
|
-
$pt-icon-diagram-tree: "\e7b3";
|
|
108
|
-
$pt-icon-direction-left: "\e681";
|
|
109
|
-
$pt-icon-direction-right: "\e682";
|
|
110
|
-
$pt-icon-disable: "\e600";
|
|
111
|
-
$pt-icon-document: "\e630";
|
|
112
|
-
$pt-icon-document-open: "\e71e";
|
|
113
|
-
$pt-icon-document-share: "\e71f";
|
|
114
|
-
$pt-icon-dollar: "\0024";
|
|
115
|
-
$pt-icon-dot: "\2022";
|
|
116
|
-
$pt-icon-double-caret-horizontal: "\e6c7";
|
|
117
|
-
$pt-icon-double-caret-vertical: "\e6c6";
|
|
118
|
-
$pt-icon-double-chevron-down: "\e703";
|
|
119
|
-
$pt-icon-double-chevron-left: "\e6ff";
|
|
120
|
-
$pt-icon-double-chevron-right: "\e701";
|
|
121
|
-
$pt-icon-double-chevron-up: "\e702";
|
|
122
|
-
$pt-icon-doughnut-chart: "\e6ce";
|
|
123
|
-
$pt-icon-download: "\e62f";
|
|
124
|
-
$pt-icon-drag-handle-horizontal: "\e716";
|
|
125
|
-
$pt-icon-drag-handle-vertical: "\e715";
|
|
126
|
-
$pt-icon-draw: "\e66b";
|
|
127
|
-
$pt-icon-drive-time: "\e615";
|
|
128
|
-
$pt-icon-duplicate: "\e69c";
|
|
129
|
-
$pt-icon-edit: "\270E";
|
|
130
|
-
$pt-icon-eject: "\23cf";
|
|
131
|
-
$pt-icon-endorsed: "\e75f";
|
|
132
|
-
$pt-icon-envelope: "\2709";
|
|
133
|
-
$pt-icon-eraser: "\e773";
|
|
134
|
-
$pt-icon-error: "\e648";
|
|
135
|
-
$pt-icon-euro: "\20ac";
|
|
136
|
-
$pt-icon-exchange: "\e636";
|
|
137
|
-
$pt-icon-exclude-row: "\e6ea";
|
|
138
|
-
$pt-icon-expand-all: "\e764";
|
|
139
|
-
$pt-icon-export: "\e633";
|
|
140
|
-
$pt-icon-eye-off: "\e6cc";
|
|
141
|
-
$pt-icon-eye-on: "\e75a";
|
|
142
|
-
$pt-icon-eye-open: "\e66f";
|
|
143
|
-
$pt-icon-fast-backward: "\e6a8";
|
|
144
|
-
$pt-icon-fast-forward: "\e6ac";
|
|
145
|
-
$pt-icon-feed: "\e656";
|
|
146
|
-
$pt-icon-feed-subscribed: "\e78f";
|
|
147
|
-
$pt-icon-film: "\e6a1";
|
|
148
|
-
$pt-icon-filter: "\e638";
|
|
149
|
-
$pt-icon-filter-keep: "\e78c";
|
|
150
|
-
$pt-icon-filter-list: "\e6ee";
|
|
151
|
-
$pt-icon-filter-remove: "\e78d";
|
|
152
|
-
$pt-icon-flag: "\2691";
|
|
153
|
-
$pt-icon-flame: "\e7a9";
|
|
154
|
-
$pt-icon-flash: "\e6b3";
|
|
155
|
-
$pt-icon-floppy-disk: "\e6b7";
|
|
156
|
-
$pt-icon-flow-branch: "\e7c1";
|
|
157
|
-
$pt-icon-flow-end: "\e7c4";
|
|
158
|
-
$pt-icon-flow-linear: "\e7c0";
|
|
159
|
-
$pt-icon-flow-review: "\e7c2";
|
|
160
|
-
$pt-icon-flow-review-branch: "\e7c3";
|
|
161
|
-
$pt-icon-flows: "\e659";
|
|
162
|
-
$pt-icon-folder-close: "\e652";
|
|
163
|
-
$pt-icon-folder-new: "\e7b0";
|
|
164
|
-
$pt-icon-folder-open: "\e651";
|
|
165
|
-
$pt-icon-folder-shared: "\e653";
|
|
166
|
-
$pt-icon-folder-shared-open: "\e670";
|
|
167
|
-
$pt-icon-follower: "\e760";
|
|
168
|
-
$pt-icon-following: "\e761";
|
|
169
|
-
$pt-icon-font: "\e6b4";
|
|
170
|
-
$pt-icon-fork: "\e63a";
|
|
171
|
-
$pt-icon-form: "\e795";
|
|
172
|
-
$pt-icon-full-circle: "\e685";
|
|
173
|
-
$pt-icon-full-stacked-chart: "\e75e";
|
|
174
|
-
$pt-icon-fullscreen: "\e699";
|
|
175
|
-
$pt-icon-function: "\e6e5";
|
|
176
|
-
$pt-icon-gantt-chart: "\e6f4";
|
|
177
|
-
$pt-icon-geolocation: "\e640";
|
|
178
|
-
$pt-icon-geosearch: "\e613";
|
|
179
|
-
$pt-icon-git-branch: "\e72a";
|
|
180
|
-
$pt-icon-git-commit: "\e72b";
|
|
181
|
-
$pt-icon-git-merge: "\e729";
|
|
182
|
-
$pt-icon-git-new-branch: "\e749";
|
|
183
|
-
$pt-icon-git-pull: "\e728";
|
|
184
|
-
$pt-icon-git-push: "\e72c";
|
|
185
|
-
$pt-icon-git-repo: "\e748";
|
|
186
|
-
$pt-icon-glass: "\e6b1";
|
|
187
|
-
$pt-icon-globe: "\e666";
|
|
188
|
-
$pt-icon-globe-network: "\e7b5";
|
|
189
|
-
$pt-icon-graph: "\e673";
|
|
190
|
-
$pt-icon-graph-remove: "\e609";
|
|
191
|
-
$pt-icon-grid: "\e6d0";
|
|
192
|
-
$pt-icon-grid-view: "\e6e4";
|
|
193
|
-
$pt-icon-group-objects: "\e60a";
|
|
194
|
-
$pt-icon-grouped-bar-chart: "\e75d";
|
|
195
|
-
$pt-icon-hand: "\e6de";
|
|
196
|
-
$pt-icon-hand-down: "\e6bb";
|
|
197
|
-
$pt-icon-hand-left: "\e6bc";
|
|
198
|
-
$pt-icon-hand-right: "\e6b9";
|
|
199
|
-
$pt-icon-hand-up: "\e6ba";
|
|
200
|
-
$pt-icon-header: "\e6b5";
|
|
201
|
-
$pt-icon-header-one: "\e793";
|
|
202
|
-
$pt-icon-header-two: "\e794";
|
|
203
|
-
$pt-icon-headset: "\e6dc";
|
|
204
|
-
$pt-icon-heart: "\2665";
|
|
205
|
-
$pt-icon-heart-broken: "\e7a2";
|
|
206
|
-
$pt-icon-heat-grid: "\e6f3";
|
|
207
|
-
$pt-icon-heatmap: "\e614";
|
|
208
|
-
$pt-icon-help: "\003F";
|
|
209
|
-
$pt-icon-helper-management: "\e66d";
|
|
210
|
-
$pt-icon-highlight: "\e6ed";
|
|
211
|
-
$pt-icon-history: "\e64a";
|
|
212
|
-
$pt-icon-home: "\2302";
|
|
213
|
-
$pt-icon-horizontal-bar-chart: "\e70c";
|
|
214
|
-
$pt-icon-horizontal-bar-chart-asc: "\e75c";
|
|
215
|
-
$pt-icon-horizontal-bar-chart-desc: "\e71d";
|
|
216
|
-
$pt-icon-horizontal-distribution: "\e720";
|
|
217
|
-
$pt-icon-id-number: "\e771";
|
|
218
|
-
$pt-icon-image-rotate-left: "\e73a";
|
|
219
|
-
$pt-icon-image-rotate-right: "\e73b";
|
|
220
|
-
$pt-icon-import: "\e632";
|
|
221
|
-
$pt-icon-inbox: "\e629";
|
|
222
|
-
$pt-icon-info-sign: "\2139";
|
|
223
|
-
$pt-icon-inner-join: "\e7a3";
|
|
224
|
-
$pt-icon-insert: "\e66c";
|
|
225
|
-
$pt-icon-intersection: "\e765";
|
|
226
|
-
$pt-icon-ip-address: "\e772";
|
|
227
|
-
$pt-icon-issue: "\e774";
|
|
228
|
-
$pt-icon-issue-closed: "\e776";
|
|
229
|
-
$pt-icon-issue-new: "\e775";
|
|
230
|
-
$pt-icon-italic: "\e607";
|
|
231
|
-
$pt-icon-join-table: "\e738";
|
|
232
|
-
$pt-icon-key: "\e78e";
|
|
233
|
-
$pt-icon-key-backspace: "\e707";
|
|
234
|
-
$pt-icon-key-command: "\e705";
|
|
235
|
-
$pt-icon-key-control: "\e704";
|
|
236
|
-
$pt-icon-key-delete: "\e708";
|
|
237
|
-
$pt-icon-key-enter: "\e70a";
|
|
238
|
-
$pt-icon-key-escape: "\e709";
|
|
239
|
-
$pt-icon-key-option: "\e742";
|
|
240
|
-
$pt-icon-key-shift: "\e706";
|
|
241
|
-
$pt-icon-key-tab: "\e757";
|
|
242
|
-
$pt-icon-known-vehicle: "\e73c";
|
|
243
|
-
$pt-icon-label: "\e665";
|
|
244
|
-
$pt-icon-layer: "\e6cf";
|
|
245
|
-
$pt-icon-layers: "\e618";
|
|
246
|
-
$pt-icon-layout: "\e60c";
|
|
247
|
-
$pt-icon-layout-auto: "\e60d";
|
|
248
|
-
$pt-icon-layout-balloon: "\e6d3";
|
|
249
|
-
$pt-icon-layout-circle: "\e60e";
|
|
250
|
-
$pt-icon-layout-grid: "\e610";
|
|
251
|
-
$pt-icon-layout-group-by: "\e611";
|
|
252
|
-
$pt-icon-layout-hierarchy: "\e60f";
|
|
253
|
-
$pt-icon-layout-linear: "\e6c3";
|
|
254
|
-
$pt-icon-layout-skew-grid: "\e612";
|
|
255
|
-
$pt-icon-layout-sorted-clusters: "\e6d4";
|
|
256
|
-
$pt-icon-left-join: "\e7a4";
|
|
257
|
-
$pt-icon-lifesaver: "\e7c7";
|
|
258
|
-
$pt-icon-lightbulb: "\e6b0";
|
|
259
|
-
$pt-icon-link: "\e62d";
|
|
260
|
-
$pt-icon-list: "\2630";
|
|
261
|
-
$pt-icon-list-columns: "\e7b9";
|
|
262
|
-
$pt-icon-list-detail-view: "\e743";
|
|
263
|
-
$pt-icon-locate: "\e619";
|
|
264
|
-
$pt-icon-lock: "\e625";
|
|
265
|
-
$pt-icon-log-in: "\e69a";
|
|
266
|
-
$pt-icon-log-out: "\e64c";
|
|
267
|
-
$pt-icon-manual: "\e6f6";
|
|
268
|
-
$pt-icon-manually-entered-data: "\e74a";
|
|
269
|
-
$pt-icon-map: "\e662";
|
|
270
|
-
$pt-icon-map-create: "\e741";
|
|
271
|
-
$pt-icon-map-marker: "\e67d";
|
|
272
|
-
$pt-icon-maximize: "\e635";
|
|
273
|
-
$pt-icon-media: "\e62c";
|
|
274
|
-
$pt-icon-menu: "\e762";
|
|
275
|
-
$pt-icon-menu-closed: "\e655";
|
|
276
|
-
$pt-icon-menu-open: "\e654";
|
|
277
|
-
$pt-icon-merge-columns: "\e74f";
|
|
278
|
-
$pt-icon-merge-links: "\e60b";
|
|
279
|
-
$pt-icon-minimize: "\e634";
|
|
280
|
-
$pt-icon-minus: "\2212";
|
|
281
|
-
$pt-icon-mobile-phone: "\e717";
|
|
282
|
-
$pt-icon-mobile-video: "\e69f";
|
|
283
|
-
$pt-icon-moon: "\e754";
|
|
284
|
-
$pt-icon-more: "\e62a";
|
|
285
|
-
$pt-icon-mountain: "\e7b1";
|
|
286
|
-
$pt-icon-move: "\e693";
|
|
287
|
-
$pt-icon-mugshot: "\e6db";
|
|
288
|
-
$pt-icon-multi-select: "\e680";
|
|
289
|
-
$pt-icon-music: "\e6a6";
|
|
290
|
-
$pt-icon-new-grid-item: "\e747";
|
|
291
|
-
$pt-icon-new-link: "\e65c";
|
|
292
|
-
$pt-icon-new-object: "\e65d";
|
|
293
|
-
$pt-icon-new-person: "\e6e9";
|
|
294
|
-
$pt-icon-new-prescription: "\e78b";
|
|
295
|
-
$pt-icon-new-text-box: "\e65b";
|
|
296
|
-
$pt-icon-ninja: "\e675";
|
|
297
|
-
$pt-icon-notifications: "\e624";
|
|
298
|
-
$pt-icon-notifications-updated: "\e7b8";
|
|
299
|
-
$pt-icon-numbered-list: "\e746";
|
|
300
|
-
$pt-icon-numerical: "\e756";
|
|
301
|
-
$pt-icon-office: "\e69b";
|
|
302
|
-
$pt-icon-offline: "\e67a";
|
|
303
|
-
$pt-icon-oil-field: "\e73f";
|
|
304
|
-
$pt-icon-one-column: "\e658";
|
|
305
|
-
$pt-icon-outdated: "\e7a8";
|
|
306
|
-
$pt-icon-page-layout: "\e660";
|
|
307
|
-
$pt-icon-panel-stats: "\e777";
|
|
308
|
-
$pt-icon-panel-table: "\e778";
|
|
309
|
-
$pt-icon-paperclip: "\e664";
|
|
310
|
-
$pt-icon-paragraph: "\e76c";
|
|
311
|
-
$pt-icon-path: "\e753";
|
|
312
|
-
$pt-icon-path-search: "\e65e";
|
|
313
|
-
$pt-icon-pause: "\e6a9";
|
|
314
|
-
$pt-icon-people: "\e63d";
|
|
315
|
-
$pt-icon-percentage: "\e76a";
|
|
316
|
-
$pt-icon-person: "\e63c";
|
|
317
|
-
$pt-icon-phone: "\260e";
|
|
318
|
-
$pt-icon-pie-chart: "\e684";
|
|
319
|
-
$pt-icon-pin: "\e646";
|
|
320
|
-
$pt-icon-pivot: "\e6f1";
|
|
321
|
-
$pt-icon-pivot-table: "\e6eb";
|
|
322
|
-
$pt-icon-play: "\e6ab";
|
|
323
|
-
$pt-icon-plus: "\002b";
|
|
324
|
-
$pt-icon-polygon-filter: "\e6d1";
|
|
325
|
-
$pt-icon-power: "\e6d9";
|
|
326
|
-
$pt-icon-predictive-analysis: "\e617";
|
|
327
|
-
$pt-icon-prescription: "\e78a";
|
|
328
|
-
$pt-icon-presentation: "\e687";
|
|
329
|
-
$pt-icon-print: "\2399";
|
|
330
|
-
$pt-icon-projects: "\e622";
|
|
331
|
-
$pt-icon-properties: "\e631";
|
|
332
|
-
$pt-icon-property: "\e65a";
|
|
333
|
-
$pt-icon-publish-function: "\e752";
|
|
334
|
-
$pt-icon-pulse: "\e6e8";
|
|
335
|
-
$pt-icon-random: "\e698";
|
|
336
|
-
$pt-icon-record: "\e6ae";
|
|
337
|
-
$pt-icon-redo: "\e6c4";
|
|
338
|
-
$pt-icon-refresh: "\e643";
|
|
339
|
-
$pt-icon-regression-chart: "\e758";
|
|
340
|
-
$pt-icon-remove: "\e63f";
|
|
341
|
-
$pt-icon-remove-column: "\e755";
|
|
342
|
-
$pt-icon-remove-column-left: "\e6fd";
|
|
343
|
-
$pt-icon-remove-column-right: "\e6fe";
|
|
344
|
-
$pt-icon-remove-row-bottom: "\e6fc";
|
|
345
|
-
$pt-icon-remove-row-top: "\e6fb";
|
|
346
|
-
$pt-icon-repeat: "\e692";
|
|
347
|
-
$pt-icon-resolve: "\e672";
|
|
348
|
-
$pt-icon-rig: "\e740";
|
|
349
|
-
$pt-icon-right-join: "\e7a5";
|
|
350
|
-
$pt-icon-ring: "\e6f2";
|
|
351
|
-
$pt-icon-rotate-document: "\e6e1";
|
|
352
|
-
$pt-icon-rotate-page: "\e6e2";
|
|
353
|
-
$pt-icon-satellite: "\e76b";
|
|
354
|
-
$pt-icon-saved: "\e6b6";
|
|
355
|
-
$pt-icon-scatter-plot: "\e73e";
|
|
356
|
-
$pt-icon-search: "\e64b";
|
|
357
|
-
$pt-icon-search-around: "\e608";
|
|
358
|
-
$pt-icon-search-template: "\e628";
|
|
359
|
-
$pt-icon-search-text: "\e663";
|
|
360
|
-
$pt-icon-segmented-control: "\e6ec";
|
|
361
|
-
$pt-icon-select: "\e616";
|
|
362
|
-
$pt-icon-selection: "\29bf";
|
|
363
|
-
$pt-icon-send-to: "\e66e";
|
|
364
|
-
$pt-icon-send-to-graph: "\e736";
|
|
365
|
-
$pt-icon-send-to-map: "\e737";
|
|
366
|
-
$pt-icon-series-add: "\e796";
|
|
367
|
-
$pt-icon-series-configuration: "\e79a";
|
|
368
|
-
$pt-icon-series-derived: "\e799";
|
|
369
|
-
$pt-icon-series-filtered: "\e798";
|
|
370
|
-
$pt-icon-series-search: "\e797";
|
|
371
|
-
$pt-icon-settings: "\e6a2";
|
|
372
|
-
$pt-icon-share: "\e62e";
|
|
373
|
-
$pt-icon-shield: "\e7b2";
|
|
374
|
-
$pt-icon-shop: "\e6c2";
|
|
375
|
-
$pt-icon-shopping-cart: "\e6c1";
|
|
376
|
-
$pt-icon-sim-card: "\e718";
|
|
377
|
-
$pt-icon-slash: "\e769";
|
|
378
|
-
$pt-icon-small-cross: "\e6d7";
|
|
379
|
-
$pt-icon-small-minus: "\e70e";
|
|
380
|
-
$pt-icon-small-plus: "\e70d";
|
|
381
|
-
$pt-icon-small-tick: "\e6d8";
|
|
382
|
-
$pt-icon-snowflake: "\e7b6";
|
|
383
|
-
$pt-icon-social-media: "\e671";
|
|
384
|
-
$pt-icon-sort: "\e64f";
|
|
385
|
-
$pt-icon-sort-alphabetical: "\e64d";
|
|
386
|
-
$pt-icon-sort-alphabetical-desc: "\e6c8";
|
|
387
|
-
$pt-icon-sort-asc: "\e6d5";
|
|
388
|
-
$pt-icon-sort-desc: "\e6d6";
|
|
389
|
-
$pt-icon-sort-numerical: "\e64e";
|
|
390
|
-
$pt-icon-sort-numerical-desc: "\e6c9";
|
|
391
|
-
$pt-icon-split-columns: "\e750";
|
|
392
|
-
$pt-icon-square: "\e686";
|
|
393
|
-
$pt-icon-stacked-chart: "\e6e7";
|
|
394
|
-
$pt-icon-star: "\2605";
|
|
395
|
-
$pt-icon-star-empty: "\2606";
|
|
396
|
-
$pt-icon-step-backward: "\e6a7";
|
|
397
|
-
$pt-icon-step-chart: "\e70f";
|
|
398
|
-
$pt-icon-step-forward: "\e6ad";
|
|
399
|
-
$pt-icon-stop: "\e6aa";
|
|
400
|
-
$pt-icon-strikethrough: "\e7a6";
|
|
401
|
-
$pt-icon-style: "\e601";
|
|
402
|
-
$pt-icon-swap-horizontal: "\e745";
|
|
403
|
-
$pt-icon-swap-vertical: "\e744";
|
|
404
|
-
$pt-icon-symbol-circle: "\e72e";
|
|
405
|
-
$pt-icon-symbol-cross: "\e731";
|
|
406
|
-
$pt-icon-symbol-diamond: "\e730";
|
|
407
|
-
$pt-icon-symbol-square: "\e72f";
|
|
408
|
-
$pt-icon-symbol-triangle-down: "\e733";
|
|
409
|
-
$pt-icon-symbol-triangle-up: "\e732";
|
|
410
|
-
$pt-icon-tag: "\e61c";
|
|
411
|
-
$pt-icon-take-action: "\e6ca";
|
|
412
|
-
$pt-icon-taxi: "\e79e";
|
|
413
|
-
$pt-icon-text-highlight: "\e6dd";
|
|
414
|
-
$pt-icon-th: "\e667";
|
|
415
|
-
$pt-icon-th-derived: "\e669";
|
|
416
|
-
$pt-icon-th-filtered: "\e7c6";
|
|
417
|
-
$pt-icon-th-list: "\e668";
|
|
418
|
-
$pt-icon-thumbs-down: "\e6be";
|
|
419
|
-
$pt-icon-thumbs-up: "\e6bd";
|
|
420
|
-
$pt-icon-tick: "\2713";
|
|
421
|
-
$pt-icon-tick-circle: "\e779";
|
|
422
|
-
$pt-icon-time: "\23F2";
|
|
423
|
-
$pt-icon-timeline-area-chart: "\e6cd";
|
|
424
|
-
$pt-icon-timeline-bar-chart: "\e620";
|
|
425
|
-
$pt-icon-timeline-events: "\e61e";
|
|
426
|
-
$pt-icon-timeline-line-chart: "\e61f";
|
|
427
|
-
$pt-icon-tint: "\e6b2";
|
|
428
|
-
$pt-icon-torch: "\e677";
|
|
429
|
-
$pt-icon-train: "\e79f";
|
|
430
|
-
$pt-icon-translate: "\e759";
|
|
431
|
-
$pt-icon-trash: "\e63b";
|
|
432
|
-
$pt-icon-tree: "\e7b7";
|
|
433
|
-
$pt-icon-trending-down: "\e71a";
|
|
434
|
-
$pt-icon-trending-up: "\e719";
|
|
435
|
-
$pt-icon-two-columns: "\e657";
|
|
436
|
-
$pt-icon-underline: "\2381";
|
|
437
|
-
$pt-icon-undo: "\238c";
|
|
438
|
-
$pt-icon-ungroup-objects: "\e688";
|
|
439
|
-
$pt-icon-unknown-vehicle: "\e73d";
|
|
440
|
-
$pt-icon-unlock: "\e626";
|
|
441
|
-
$pt-icon-unpin: "\e650";
|
|
442
|
-
$pt-icon-unresolve: "\e679";
|
|
443
|
-
$pt-icon-updated: "\e7a7";
|
|
444
|
-
$pt-icon-upload: "\e68f";
|
|
445
|
-
$pt-icon-user: "\e627";
|
|
446
|
-
$pt-icon-variable: "\e6f5";
|
|
447
|
-
$pt-icon-vertical-bar-chart-asc: "\e75b";
|
|
448
|
-
$pt-icon-vertical-bar-chart-desc: "\e71c";
|
|
449
|
-
$pt-icon-vertical-distribution: "\e721";
|
|
450
|
-
$pt-icon-video: "\e6a0";
|
|
451
|
-
$pt-icon-volume-down: "\e6a4";
|
|
452
|
-
$pt-icon-volume-off: "\e6a3";
|
|
453
|
-
$pt-icon-volume-up: "\e6a5";
|
|
454
|
-
$pt-icon-walk: "\e79d";
|
|
455
|
-
$pt-icon-warning-sign: "\e647";
|
|
456
|
-
$pt-icon-waterfall-chart: "\e6e6";
|
|
457
|
-
$pt-icon-widget: "\e678";
|
|
458
|
-
$pt-icon-widget-button: "\e790";
|
|
459
|
-
$pt-icon-widget-footer: "\e792";
|
|
460
|
-
$pt-icon-widget-header: "\e791";
|
|
461
|
-
$pt-icon-wrench: "\e734";
|
|
462
|
-
$pt-icon-zoom-in: "\e641";
|
|
463
|
-
$pt-icon-zoom-out: "\e642";
|
|
464
|
-
$pt-icon-zoom-to-fit: "\e67b";
|