proicons 4.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +64 -0
- package/dist/icons.json +430 -0
- package/dist/proicons.js +2 -0
- package/dist/proicons.js.map +1 -0
- package/dist/tags.json +1713 -0
- package/lib/categories.d.ts +2 -0
- package/lib/getIconInfo.d.ts +3 -0
- package/lib/interfaces.d.ts +20 -0
- package/lib/proicons.d.ts +440 -0
- package/lib/replace.d.ts +3 -0
- package/lib/search.d.ts +3 -0
- package/package.json +41 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface ProIconReplaceConfig {
|
|
2
|
+
color: string;
|
|
3
|
+
strokeWidth: number;
|
|
4
|
+
strokeFilledElements: boolean;
|
|
5
|
+
strokeCaps: 'round' | 'square' | 'butt';
|
|
6
|
+
strokeJoin: 'round' | 'miter' | 'bevel';
|
|
7
|
+
cornerRadius: number;
|
|
8
|
+
attributeName: string;
|
|
9
|
+
overwrite: boolean | 'auto';
|
|
10
|
+
useAttributes: false;
|
|
11
|
+
}
|
|
12
|
+
export declare class ProIconInfo {
|
|
13
|
+
name: string;
|
|
14
|
+
kebabCase: string;
|
|
15
|
+
camelCase: string;
|
|
16
|
+
element: SVGElement;
|
|
17
|
+
category: string;
|
|
18
|
+
tags: string[];
|
|
19
|
+
constructor(name: string, kebabCase: string, camelCase: string, element: SVGElement, tags: string[], category: string);
|
|
20
|
+
}
|
|
@@ -0,0 +1,440 @@
|
|
|
1
|
+
import replace from './replace';
|
|
2
|
+
import getIconInfo from './getIconInfo';
|
|
3
|
+
import search from './search';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
icons: {
|
|
6
|
+
add: string;
|
|
7
|
+
addCircular: string;
|
|
8
|
+
addRhombus: string;
|
|
9
|
+
addSquare: string;
|
|
10
|
+
addSquareMultiple: string;
|
|
11
|
+
"addSquareMultiple-Var": string;
|
|
12
|
+
appRemove: string;
|
|
13
|
+
apps: string;
|
|
14
|
+
appsAdd: string;
|
|
15
|
+
backspace: string;
|
|
16
|
+
cancel: string;
|
|
17
|
+
checkmark: string;
|
|
18
|
+
compose: string;
|
|
19
|
+
copy: string;
|
|
20
|
+
"copy-Var": string;
|
|
21
|
+
crop: string;
|
|
22
|
+
cut: string;
|
|
23
|
+
delete: string;
|
|
24
|
+
eye: string;
|
|
25
|
+
eyeOff: string;
|
|
26
|
+
fastFoward: string;
|
|
27
|
+
heart: string;
|
|
28
|
+
heartStylistic: string;
|
|
29
|
+
keyboardShift: string;
|
|
30
|
+
more: string;
|
|
31
|
+
moreVertical: string;
|
|
32
|
+
pause: string;
|
|
33
|
+
pencil: string;
|
|
34
|
+
play: string;
|
|
35
|
+
playCircular: string;
|
|
36
|
+
reverse: string;
|
|
37
|
+
search: string;
|
|
38
|
+
star: string;
|
|
39
|
+
tune: string;
|
|
40
|
+
checkmarkStarburst: string;
|
|
41
|
+
creditCard: string;
|
|
42
|
+
lock: string;
|
|
43
|
+
lockOpen: string;
|
|
44
|
+
shield: string;
|
|
45
|
+
shieldCancel: string;
|
|
46
|
+
shieldCheckmark: string;
|
|
47
|
+
shieldKeyhole: string;
|
|
48
|
+
chat: string;
|
|
49
|
+
cloud: string;
|
|
50
|
+
comment: string;
|
|
51
|
+
commentMultiple: string;
|
|
52
|
+
"commentMultiple-Var": string;
|
|
53
|
+
database: string;
|
|
54
|
+
databaseAdd: string;
|
|
55
|
+
globe: string;
|
|
56
|
+
mail: string;
|
|
57
|
+
mailOpen: string;
|
|
58
|
+
megaphone: string;
|
|
59
|
+
megaphoneLoud: string;
|
|
60
|
+
mention: string;
|
|
61
|
+
narrator: string;
|
|
62
|
+
person: string;
|
|
63
|
+
person2: string;
|
|
64
|
+
personAdd: string;
|
|
65
|
+
personAdd2: string;
|
|
66
|
+
personCircle: string;
|
|
67
|
+
personMultiple: string;
|
|
68
|
+
phoneAccept: string;
|
|
69
|
+
phoneHangUp: string;
|
|
70
|
+
send: string;
|
|
71
|
+
"wi-fi": string;
|
|
72
|
+
anchor: string;
|
|
73
|
+
attatch: string;
|
|
74
|
+
bookInfo2: string;
|
|
75
|
+
calendar: string;
|
|
76
|
+
diamond: string;
|
|
77
|
+
eraser: string;
|
|
78
|
+
eyedropper: string;
|
|
79
|
+
eyedropperColor: string;
|
|
80
|
+
flashlight: string;
|
|
81
|
+
gift: string;
|
|
82
|
+
hatGraduation: string;
|
|
83
|
+
highlighter: string;
|
|
84
|
+
hourglass: string;
|
|
85
|
+
layers: string;
|
|
86
|
+
lightbulb: string;
|
|
87
|
+
link: string;
|
|
88
|
+
microphone: string;
|
|
89
|
+
microphoneOff: string;
|
|
90
|
+
pin: string;
|
|
91
|
+
pinOff: string;
|
|
92
|
+
timer: string;
|
|
93
|
+
wrench: string;
|
|
94
|
+
alertCircle: string;
|
|
95
|
+
alertTriangle: string;
|
|
96
|
+
arrowSync: string;
|
|
97
|
+
arrowSync2: string;
|
|
98
|
+
badge: string;
|
|
99
|
+
bell: string;
|
|
100
|
+
cancelCircle: string;
|
|
101
|
+
cancelSquare: string;
|
|
102
|
+
checkmarkCircle: string;
|
|
103
|
+
clock: string;
|
|
104
|
+
doNotDisturb: string;
|
|
105
|
+
info: string;
|
|
106
|
+
prohibited: string;
|
|
107
|
+
spinner: string;
|
|
108
|
+
emoji: string;
|
|
109
|
+
emojiFrown: string;
|
|
110
|
+
emojiGrin: string;
|
|
111
|
+
emojiLaughter: string;
|
|
112
|
+
skull: string;
|
|
113
|
+
arrowClockwise: string;
|
|
114
|
+
arrowCounterclockwise: string;
|
|
115
|
+
arrowDown: string;
|
|
116
|
+
arrowDownload: string;
|
|
117
|
+
arrowEnter: string;
|
|
118
|
+
arrowExport: string;
|
|
119
|
+
arrowFoward: string;
|
|
120
|
+
arrowImport: string;
|
|
121
|
+
arrowLeft: string;
|
|
122
|
+
arrowMove: string;
|
|
123
|
+
arrowRedo: string;
|
|
124
|
+
arrowRedo2: string;
|
|
125
|
+
arrowReply: string;
|
|
126
|
+
arrowRight: string;
|
|
127
|
+
arrowRotateClockwise: string;
|
|
128
|
+
arrowRotateCounterclockwise: string;
|
|
129
|
+
arrowSort: string;
|
|
130
|
+
arrowSwap: string;
|
|
131
|
+
arrowTrending: string;
|
|
132
|
+
arrowUndo: string;
|
|
133
|
+
arrowUndo2: string;
|
|
134
|
+
arrowUp: string;
|
|
135
|
+
arrowUpDown: string;
|
|
136
|
+
arrowUpload: string;
|
|
137
|
+
chevronDown: string;
|
|
138
|
+
chevronLeft: string;
|
|
139
|
+
chevronRight: string;
|
|
140
|
+
chevronUp: string;
|
|
141
|
+
subtract: string;
|
|
142
|
+
document: string;
|
|
143
|
+
drawText: string;
|
|
144
|
+
note: string;
|
|
145
|
+
noteAdd: string;
|
|
146
|
+
quote: string;
|
|
147
|
+
spacebar: string;
|
|
148
|
+
symbols: string;
|
|
149
|
+
text: string;
|
|
150
|
+
textAdd: string;
|
|
151
|
+
textAlignCenter: string;
|
|
152
|
+
textAlignJustify: string;
|
|
153
|
+
textAlignLeft: string;
|
|
154
|
+
textAlignRight: string;
|
|
155
|
+
textBold: string;
|
|
156
|
+
textCaseLowercase: string;
|
|
157
|
+
textCaseTitle: string;
|
|
158
|
+
textCaseUppercase: string;
|
|
159
|
+
textClearFormatting: string;
|
|
160
|
+
textCollapse: string;
|
|
161
|
+
textColor: string;
|
|
162
|
+
textEditStyle: string;
|
|
163
|
+
textEffects: string;
|
|
164
|
+
textExpand: string;
|
|
165
|
+
textFont: string;
|
|
166
|
+
textFontSize: string;
|
|
167
|
+
textFootnote: string;
|
|
168
|
+
textHighlightColor: string;
|
|
169
|
+
textIndentDecrease: string;
|
|
170
|
+
textIndentIncrease: string;
|
|
171
|
+
textItalic: string;
|
|
172
|
+
textLarge: string;
|
|
173
|
+
textLetterSpacing: string;
|
|
174
|
+
textLineHeight: string;
|
|
175
|
+
textLineSpacing: string;
|
|
176
|
+
textNumberList: string;
|
|
177
|
+
textPositionBottom: string;
|
|
178
|
+
textPositionMiddle: string;
|
|
179
|
+
textPositionTop: string;
|
|
180
|
+
textSmall: string;
|
|
181
|
+
textStrikethrough: string;
|
|
182
|
+
textSubscript: string;
|
|
183
|
+
textSuperscript: string;
|
|
184
|
+
textTypography: string;
|
|
185
|
+
textUnderline: string;
|
|
186
|
+
file: string;
|
|
187
|
+
fileAdd: string;
|
|
188
|
+
fileSync: string;
|
|
189
|
+
folder: string;
|
|
190
|
+
folderAdd: string;
|
|
191
|
+
folderOpen: string;
|
|
192
|
+
hardDrive: string;
|
|
193
|
+
pdf: string;
|
|
194
|
+
pdf2: string;
|
|
195
|
+
photo: string;
|
|
196
|
+
qrCode: string;
|
|
197
|
+
save: string;
|
|
198
|
+
saveAs: string;
|
|
199
|
+
accessibility: string;
|
|
200
|
+
battery: string;
|
|
201
|
+
batteryFull: string;
|
|
202
|
+
button: string;
|
|
203
|
+
checkboxIntermediate2: string;
|
|
204
|
+
checkboxUnchecked: string;
|
|
205
|
+
checkmarkChecked: string;
|
|
206
|
+
checkmarkIntermediate: string;
|
|
207
|
+
closedCaptions: string;
|
|
208
|
+
cursor: string;
|
|
209
|
+
cursorClick: string;
|
|
210
|
+
darkTheme: string;
|
|
211
|
+
extension: string;
|
|
212
|
+
menu: string;
|
|
213
|
+
settings: string;
|
|
214
|
+
zoomIn: string;
|
|
215
|
+
zoomOut: string;
|
|
216
|
+
airplane: string;
|
|
217
|
+
airplaneLanding: string;
|
|
218
|
+
airplaneTakeoff: string;
|
|
219
|
+
beach: string;
|
|
220
|
+
buildingMultiple: string;
|
|
221
|
+
component: string;
|
|
222
|
+
directions: string;
|
|
223
|
+
home: string;
|
|
224
|
+
home2: string;
|
|
225
|
+
location: string;
|
|
226
|
+
map: string;
|
|
227
|
+
museum: string;
|
|
228
|
+
vehicleCar: string;
|
|
229
|
+
barGraph: string;
|
|
230
|
+
boxMargins: string;
|
|
231
|
+
clipboard: string;
|
|
232
|
+
clipboardPaste: string;
|
|
233
|
+
clipboardSearch: string;
|
|
234
|
+
compareSize: string;
|
|
235
|
+
grid: string;
|
|
236
|
+
gridDots: string;
|
|
237
|
+
layout: string;
|
|
238
|
+
pageMargins: string;
|
|
239
|
+
panelLeft: string;
|
|
240
|
+
panelLeftContract: string;
|
|
241
|
+
panelLeftExpand: string;
|
|
242
|
+
panelLeftOpen: string;
|
|
243
|
+
panelRight: string;
|
|
244
|
+
panelRightContract: string;
|
|
245
|
+
panelRightExpand: string;
|
|
246
|
+
table: string;
|
|
247
|
+
tableSimple: string;
|
|
248
|
+
backgroundColor: string;
|
|
249
|
+
borderAll: string;
|
|
250
|
+
colorPalette: string;
|
|
251
|
+
mask: string;
|
|
252
|
+
paintBucket: string;
|
|
253
|
+
paintbrush: string;
|
|
254
|
+
paintbrush2: string;
|
|
255
|
+
shapeDifference: string;
|
|
256
|
+
shapeIntersect: string;
|
|
257
|
+
shapeSubtract: string;
|
|
258
|
+
shapeUnion: string;
|
|
259
|
+
strokeThickness: string;
|
|
260
|
+
arrowMaximize: string;
|
|
261
|
+
arrowMinimize: string;
|
|
262
|
+
chromeRestore: string;
|
|
263
|
+
"chromeRestore-Var": string;
|
|
264
|
+
contractDown: string;
|
|
265
|
+
expand: string;
|
|
266
|
+
fullScreenMaximize: string;
|
|
267
|
+
fullScreenMinimize: string;
|
|
268
|
+
open: string;
|
|
269
|
+
pictureInPicture: string;
|
|
270
|
+
pictureInPicture2: string;
|
|
271
|
+
pictureInPictureEnter: string;
|
|
272
|
+
pictureInPictureExit: string;
|
|
273
|
+
window: string;
|
|
274
|
+
windowMultiple: string;
|
|
275
|
+
"windowMultiple-Var": string;
|
|
276
|
+
beaker: string;
|
|
277
|
+
braces: string;
|
|
278
|
+
bracesVariable: string;
|
|
279
|
+
branch: string;
|
|
280
|
+
branchCompare: string;
|
|
281
|
+
branchFork: string;
|
|
282
|
+
branchFork2: string;
|
|
283
|
+
bug: string;
|
|
284
|
+
code: string;
|
|
285
|
+
gitCommit: string;
|
|
286
|
+
script: string;
|
|
287
|
+
script2: string;
|
|
288
|
+
terminal: string;
|
|
289
|
+
videoClip: string;
|
|
290
|
+
arc: string;
|
|
291
|
+
circle: string;
|
|
292
|
+
circleSmall: string;
|
|
293
|
+
cornerRadius: string;
|
|
294
|
+
hexagon: string;
|
|
295
|
+
lineDiagonal: string;
|
|
296
|
+
octagon: string;
|
|
297
|
+
pentagon: string;
|
|
298
|
+
rectangleWide: string;
|
|
299
|
+
rhombus: string;
|
|
300
|
+
square: string;
|
|
301
|
+
triangle: string;
|
|
302
|
+
backgroundColorAccent: string;
|
|
303
|
+
eyedropperColorAccent: string;
|
|
304
|
+
highlighterAccent: string;
|
|
305
|
+
paintBucketAccent: string;
|
|
306
|
+
tagAccent: string;
|
|
307
|
+
textColorAccent: string;
|
|
308
|
+
textHighlightColorAccent: string;
|
|
309
|
+
amazon: string;
|
|
310
|
+
appStore: string;
|
|
311
|
+
apple: string;
|
|
312
|
+
bluetooth: string;
|
|
313
|
+
css: string;
|
|
314
|
+
facebook: string;
|
|
315
|
+
figma: string;
|
|
316
|
+
github: string;
|
|
317
|
+
google: string;
|
|
318
|
+
google2: string;
|
|
319
|
+
googleChrome: string;
|
|
320
|
+
googlePlay: string;
|
|
321
|
+
html: string;
|
|
322
|
+
instagram: string;
|
|
323
|
+
javascript: string;
|
|
324
|
+
microsoft: string;
|
|
325
|
+
microsoftEdge: string;
|
|
326
|
+
python: string;
|
|
327
|
+
roblox: string;
|
|
328
|
+
tiktok: string;
|
|
329
|
+
visualStudioCode: string;
|
|
330
|
+
xTwitter: string;
|
|
331
|
+
youtube: string;
|
|
332
|
+
youtubeShorts: string;
|
|
333
|
+
book: string;
|
|
334
|
+
book2: string;
|
|
335
|
+
bookAdd: string;
|
|
336
|
+
bookAdd2: string;
|
|
337
|
+
bookInfo: string;
|
|
338
|
+
bookOpen: string;
|
|
339
|
+
box: string;
|
|
340
|
+
broom: string;
|
|
341
|
+
calligraphyPen: string;
|
|
342
|
+
cart: string;
|
|
343
|
+
compass: string;
|
|
344
|
+
flag: string;
|
|
345
|
+
library: string;
|
|
346
|
+
photoFilter: string;
|
|
347
|
+
ribbon: string;
|
|
348
|
+
ribbonStar: string;
|
|
349
|
+
video: string;
|
|
350
|
+
briefcase: string;
|
|
351
|
+
briefcase2: string;
|
|
352
|
+
cent: string;
|
|
353
|
+
dollar: string;
|
|
354
|
+
graph: string;
|
|
355
|
+
toolbox: string;
|
|
356
|
+
cake: string;
|
|
357
|
+
coffeeHot: string;
|
|
358
|
+
cookies: string;
|
|
359
|
+
drop: string;
|
|
360
|
+
hamburger: string;
|
|
361
|
+
boxDrag: string;
|
|
362
|
+
cursorDrag: string;
|
|
363
|
+
hand: string;
|
|
364
|
+
thumbsDown: string;
|
|
365
|
+
thumbsUp: string;
|
|
366
|
+
angle: string;
|
|
367
|
+
calculator: string;
|
|
368
|
+
hash: string;
|
|
369
|
+
ruler: string;
|
|
370
|
+
screenSize: string;
|
|
371
|
+
headphones: string;
|
|
372
|
+
movie: string;
|
|
373
|
+
musicNote: string;
|
|
374
|
+
musicNote2: string;
|
|
375
|
+
soundwave: string;
|
|
376
|
+
volume: string;
|
|
377
|
+
volume0: string;
|
|
378
|
+
volume1: string;
|
|
379
|
+
volumeMute: string;
|
|
380
|
+
leaf: string;
|
|
381
|
+
leafThree: string;
|
|
382
|
+
leafTwo: string;
|
|
383
|
+
history: string;
|
|
384
|
+
question: string;
|
|
385
|
+
questionCircle: string;
|
|
386
|
+
sparkle: string;
|
|
387
|
+
alignBottom: string;
|
|
388
|
+
alignHorizontalCenters: string;
|
|
389
|
+
alignLeft: string;
|
|
390
|
+
alignRight: string;
|
|
391
|
+
alignTop: string;
|
|
392
|
+
alignVerticalCenters: string;
|
|
393
|
+
appsList: string;
|
|
394
|
+
archive: string;
|
|
395
|
+
archiveAdd2: string;
|
|
396
|
+
board: string;
|
|
397
|
+
bookmark: string;
|
|
398
|
+
bookmarkAdd: string;
|
|
399
|
+
bookmarkMultiple: string;
|
|
400
|
+
"bookmarkMultiple-Var": string;
|
|
401
|
+
centerHorizontal: string;
|
|
402
|
+
centerVertical: string;
|
|
403
|
+
filter: string;
|
|
404
|
+
filter2: string;
|
|
405
|
+
filterCancel: string;
|
|
406
|
+
filterCancel2: string;
|
|
407
|
+
sectionBreak: string;
|
|
408
|
+
tag: string;
|
|
409
|
+
tagMultiple: string;
|
|
410
|
+
"tagMultiple-Var": string;
|
|
411
|
+
taskList: string;
|
|
412
|
+
textBulletList: string;
|
|
413
|
+
textBulletListSquare: string;
|
|
414
|
+
textBulletListSquareAdd: string;
|
|
415
|
+
camera: string;
|
|
416
|
+
computer: string;
|
|
417
|
+
computerMac: string;
|
|
418
|
+
foldableHorizontal: string;
|
|
419
|
+
foldableHorizontalHalf: string;
|
|
420
|
+
foldableVertical: string;
|
|
421
|
+
foldableVerticalHalf: string;
|
|
422
|
+
game: string;
|
|
423
|
+
keyboard: string;
|
|
424
|
+
laptop: string;
|
|
425
|
+
motherboard: string;
|
|
426
|
+
phone: string;
|
|
427
|
+
printer: string;
|
|
428
|
+
tv: string;
|
|
429
|
+
tablet: string;
|
|
430
|
+
watch: string;
|
|
431
|
+
brightness: string;
|
|
432
|
+
moon: string;
|
|
433
|
+
weatherCloudy: string;
|
|
434
|
+
};
|
|
435
|
+
replace: typeof replace;
|
|
436
|
+
getIconInfo: typeof getIconInfo;
|
|
437
|
+
categories: string[];
|
|
438
|
+
search: typeof search;
|
|
439
|
+
};
|
|
440
|
+
export default _default;
|
package/lib/replace.d.ts
ADDED
package/lib/search.d.ts
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "proicons",
|
|
3
|
+
"version": "4.8.1",
|
|
4
|
+
"description": "A collection of 400+ modern and open-source icons",
|
|
5
|
+
"main": "dist/proicons.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist",
|
|
8
|
+
"lib"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"build": "webpack --mode=production --node-env=production",
|
|
12
|
+
"dev": "webpack serve --mode=development --open",
|
|
13
|
+
"build-files": "node ./bin/build.js",
|
|
14
|
+
"dev-build": "webpack --mode=development",
|
|
15
|
+
"prepare": "node ./bin/publish.js"
|
|
16
|
+
},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"icons",
|
|
19
|
+
"icon-pack",
|
|
20
|
+
"roblox",
|
|
21
|
+
"js"
|
|
22
|
+
],
|
|
23
|
+
"author": "ProCode Software",
|
|
24
|
+
"license": "MIT",
|
|
25
|
+
"devDependencies": {
|
|
26
|
+
"@types/node": "^22.3.0",
|
|
27
|
+
"@types/webpack": "^5.28.5",
|
|
28
|
+
"@webpack-cli/generators": "^3.0.7",
|
|
29
|
+
"html-webpack-plugin": "^5.6.0",
|
|
30
|
+
"ts-loader": "^9.5.1",
|
|
31
|
+
"typescript": "^5.5.4",
|
|
32
|
+
"webpack": "^5.93.0",
|
|
33
|
+
"webpack-dev-server": "^5.0.4",
|
|
34
|
+
"ansi-colors": "^4.1.3",
|
|
35
|
+
"chalk": "^5.3.0",
|
|
36
|
+
"prettier": "^3.3.3",
|
|
37
|
+
"svg2ttf": "^6.0.3",
|
|
38
|
+
"svgo": "^3.3.2"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {}
|
|
41
|
+
}
|