@simplybusiness/icons 5.0.4 → 5.1.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/CHANGELOG.md +8 -0
- package/dist/cjs/bolt.js +36 -0
- package/dist/cjs/bolt.js.map +7 -0
- package/dist/cjs/bullseye.js +36 -0
- package/dist/cjs/bullseye.js.map +7 -0
- package/dist/cjs/icons.js +40 -1
- package/dist/cjs/icons.js.map +3 -3
- package/dist/cjs/index.js +40 -1
- package/dist/cjs/index.js.map +3 -3
- package/dist/cjs/meta.json +124 -7
- package/dist/cjs/wrench.js +36 -0
- package/dist/cjs/wrench.js.map +7 -0
- package/dist/esm/bolt.js +7 -0
- package/dist/esm/bullseye.js +7 -0
- package/dist/esm/bullseye.js.map +7 -0
- package/dist/esm/chunk-3EDNLZY3.js +1 -0
- package/dist/esm/chunk-3EDNLZY3.js.map +7 -0
- package/dist/esm/chunk-HQDGHTXS.js +16 -0
- package/dist/esm/chunk-HQDGHTXS.js.map +7 -0
- package/dist/esm/chunk-LVANZ223.js +16 -0
- package/dist/esm/chunk-LVANZ223.js.map +7 -0
- package/dist/esm/chunk-TQGHHFK6.js +16 -0
- package/dist/esm/chunk-TQGHHFK6.js.map +7 -0
- package/dist/esm/icons.js +80 -68
- package/dist/esm/index.js +80 -68
- package/dist/esm/meta.json +788 -596
- package/dist/esm/wrench.js +7 -0
- package/dist/esm/wrench.js.map +7 -0
- package/dist/iconfont/_mobius-icons.scss +18 -0
- package/dist/iconfont/index.html +16 -1
- package/dist/iconfont/mobius-icons.css +3 -0
- package/dist/iconfont/mobius-icons.json +4 -1
- package/dist/iconfont/mobius-icons.woff2 +0 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/bolt.d.ts +3 -0
- package/dist/types/bullseye.d.ts +3 -0
- package/dist/types/icons.d.ts +3 -0
- package/dist/types/wrench.d.ts +3 -0
- package/package.json +1 -1
- package/src/bolt.tsx +15 -0
- package/src/bullseye.tsx +15 -0
- package/src/icons.tsx +3 -0
- package/src/wrench.tsx +15 -0
- package/dist/esm/chunk-YGEC5S6E.js +0 -1
- /package/dist/esm/{chunk-YGEC5S6E.js.map → bolt.js.map} +0 -0
package/dist/cjs/meta.json
CHANGED
|
@@ -137,6 +137,17 @@
|
|
|
137
137
|
],
|
|
138
138
|
"format": "esm"
|
|
139
139
|
},
|
|
140
|
+
"src/bolt.tsx": {
|
|
141
|
+
"bytes": 478,
|
|
142
|
+
"imports": [
|
|
143
|
+
{
|
|
144
|
+
"path": "./types",
|
|
145
|
+
"kind": "import-statement",
|
|
146
|
+
"external": true
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"format": "esm"
|
|
150
|
+
},
|
|
140
151
|
"src/boxOpen.tsx": {
|
|
141
152
|
"bytes": 739,
|
|
142
153
|
"imports": [
|
|
@@ -192,6 +203,17 @@
|
|
|
192
203
|
],
|
|
193
204
|
"format": "esm"
|
|
194
205
|
},
|
|
206
|
+
"src/bullseye.tsx": {
|
|
207
|
+
"bytes": 498,
|
|
208
|
+
"imports": [
|
|
209
|
+
{
|
|
210
|
+
"path": "./types",
|
|
211
|
+
"kind": "import-statement",
|
|
212
|
+
"external": true
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"format": "esm"
|
|
216
|
+
},
|
|
195
217
|
"src/calendar.tsx": {
|
|
196
218
|
"bytes": 403,
|
|
197
219
|
"imports": [
|
|
@@ -1479,8 +1501,19 @@
|
|
|
1479
1501
|
],
|
|
1480
1502
|
"format": "esm"
|
|
1481
1503
|
},
|
|
1504
|
+
"src/wrench.tsx": {
|
|
1505
|
+
"bytes": 987,
|
|
1506
|
+
"imports": [
|
|
1507
|
+
{
|
|
1508
|
+
"path": "./types",
|
|
1509
|
+
"kind": "import-statement",
|
|
1510
|
+
"external": true
|
|
1511
|
+
}
|
|
1512
|
+
],
|
|
1513
|
+
"format": "esm"
|
|
1514
|
+
},
|
|
1482
1515
|
"src/icons.tsx": {
|
|
1483
|
-
"bytes":
|
|
1516
|
+
"bytes": 4027,
|
|
1484
1517
|
"imports": [
|
|
1485
1518
|
{
|
|
1486
1519
|
"path": "src/arrowDownToBracket.tsx",
|
|
@@ -2146,6 +2179,21 @@
|
|
|
2146
2179
|
"path": "src/fireFlameCurved.tsx",
|
|
2147
2180
|
"kind": "import-statement",
|
|
2148
2181
|
"original": "./fireFlameCurved"
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"path": "src/bolt.tsx",
|
|
2185
|
+
"kind": "import-statement",
|
|
2186
|
+
"original": "./bolt"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"path": "src/bullseye.tsx",
|
|
2190
|
+
"kind": "import-statement",
|
|
2191
|
+
"original": "./bullseye"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"path": "src/wrench.tsx",
|
|
2195
|
+
"kind": "import-statement",
|
|
2196
|
+
"original": "./wrench"
|
|
2149
2197
|
}
|
|
2150
2198
|
],
|
|
2151
2199
|
"format": "esm"
|
|
@@ -2384,6 +2432,23 @@
|
|
|
2384
2432
|
},
|
|
2385
2433
|
"bytes": 1231
|
|
2386
2434
|
},
|
|
2435
|
+
"dist/cjs/bolt.js.map": {
|
|
2436
|
+
"imports": [],
|
|
2437
|
+
"exports": [],
|
|
2438
|
+
"inputs": {},
|
|
2439
|
+
"bytes": 810
|
|
2440
|
+
},
|
|
2441
|
+
"dist/cjs/bolt.js": {
|
|
2442
|
+
"imports": [],
|
|
2443
|
+
"exports": [],
|
|
2444
|
+
"entryPoint": "src/bolt.tsx",
|
|
2445
|
+
"inputs": {
|
|
2446
|
+
"src/bolt.tsx": {
|
|
2447
|
+
"bytesInOutput": 509
|
|
2448
|
+
}
|
|
2449
|
+
},
|
|
2450
|
+
"bytes": 1358
|
|
2451
|
+
},
|
|
2387
2452
|
"dist/cjs/boxOpen.js.map": {
|
|
2388
2453
|
"imports": [],
|
|
2389
2454
|
"exports": [],
|
|
@@ -2469,6 +2534,23 @@
|
|
|
2469
2534
|
},
|
|
2470
2535
|
"bytes": 1751
|
|
2471
2536
|
},
|
|
2537
|
+
"dist/cjs/bullseye.js.map": {
|
|
2538
|
+
"imports": [],
|
|
2539
|
+
"exports": [],
|
|
2540
|
+
"inputs": {},
|
|
2541
|
+
"bytes": 834
|
|
2542
|
+
},
|
|
2543
|
+
"dist/cjs/bullseye.js": {
|
|
2544
|
+
"imports": [],
|
|
2545
|
+
"exports": [],
|
|
2546
|
+
"entryPoint": "src/bullseye.tsx",
|
|
2547
|
+
"inputs": {
|
|
2548
|
+
"src/bullseye.tsx": {
|
|
2549
|
+
"bytesInOutput": 545
|
|
2550
|
+
}
|
|
2551
|
+
},
|
|
2552
|
+
"bytes": 1402
|
|
2553
|
+
},
|
|
2472
2554
|
"dist/cjs/calendar.js.map": {
|
|
2473
2555
|
"imports": [],
|
|
2474
2556
|
"exports": [],
|
|
@@ -3323,7 +3405,7 @@
|
|
|
3323
3405
|
"imports": [],
|
|
3324
3406
|
"exports": [],
|
|
3325
3407
|
"inputs": {},
|
|
3326
|
-
"bytes":
|
|
3408
|
+
"bytes": 123855
|
|
3327
3409
|
},
|
|
3328
3410
|
"dist/cjs/icons.js": {
|
|
3329
3411
|
"imports": [],
|
|
@@ -3331,7 +3413,7 @@
|
|
|
3331
3413
|
"entryPoint": "src/icons.tsx",
|
|
3332
3414
|
"inputs": {
|
|
3333
3415
|
"src/icons.tsx": {
|
|
3334
|
-
"bytesInOutput":
|
|
3416
|
+
"bytesInOutput": 4345
|
|
3335
3417
|
},
|
|
3336
3418
|
"src/arrowDownToBracket.tsx": {
|
|
3337
3419
|
"bytesInOutput": 386
|
|
@@ -3731,15 +3813,24 @@
|
|
|
3731
3813
|
},
|
|
3732
3814
|
"src/fireFlameCurved.tsx": {
|
|
3733
3815
|
"bytesInOutput": 989
|
|
3816
|
+
},
|
|
3817
|
+
"src/bolt.tsx": {
|
|
3818
|
+
"bytesInOutput": 393
|
|
3819
|
+
},
|
|
3820
|
+
"src/bullseye.tsx": {
|
|
3821
|
+
"bytesInOutput": 409
|
|
3822
|
+
},
|
|
3823
|
+
"src/wrench.tsx": {
|
|
3824
|
+
"bytesInOutput": 900
|
|
3734
3825
|
}
|
|
3735
3826
|
},
|
|
3736
|
-
"bytes":
|
|
3827
|
+
"bytes": 85492
|
|
3737
3828
|
},
|
|
3738
3829
|
"dist/cjs/index.js.map": {
|
|
3739
3830
|
"imports": [],
|
|
3740
3831
|
"exports": [],
|
|
3741
3832
|
"inputs": {},
|
|
3742
|
-
"bytes":
|
|
3833
|
+
"bytes": 119558
|
|
3743
3834
|
},
|
|
3744
3835
|
"dist/cjs/index.js": {
|
|
3745
3836
|
"imports": [],
|
|
@@ -3747,7 +3838,7 @@
|
|
|
3747
3838
|
"entryPoint": "src/index.tsx",
|
|
3748
3839
|
"inputs": {
|
|
3749
3840
|
"src/index.tsx": {
|
|
3750
|
-
"bytesInOutput":
|
|
3841
|
+
"bytesInOutput": 4339
|
|
3751
3842
|
},
|
|
3752
3843
|
"src/arrowDownToBracket.tsx": {
|
|
3753
3844
|
"bytesInOutput": 386
|
|
@@ -4147,9 +4238,18 @@
|
|
|
4147
4238
|
},
|
|
4148
4239
|
"src/fireFlameCurved.tsx": {
|
|
4149
4240
|
"bytesInOutput": 989
|
|
4241
|
+
},
|
|
4242
|
+
"src/bolt.tsx": {
|
|
4243
|
+
"bytesInOutput": 393
|
|
4244
|
+
},
|
|
4245
|
+
"src/bullseye.tsx": {
|
|
4246
|
+
"bytesInOutput": 409
|
|
4247
|
+
},
|
|
4248
|
+
"src/wrench.tsx": {
|
|
4249
|
+
"bytesInOutput": 900
|
|
4150
4250
|
}
|
|
4151
4251
|
},
|
|
4152
|
-
"bytes":
|
|
4252
|
+
"bytes": 85486
|
|
4153
4253
|
},
|
|
4154
4254
|
"dist/cjs/leftArrow.js.map": {
|
|
4155
4255
|
"imports": [],
|
|
@@ -5289,6 +5389,23 @@
|
|
|
5289
5389
|
}
|
|
5290
5390
|
},
|
|
5291
5391
|
"bytes": 1314
|
|
5392
|
+
},
|
|
5393
|
+
"dist/cjs/wrench.js.map": {
|
|
5394
|
+
"imports": [],
|
|
5395
|
+
"exports": [],
|
|
5396
|
+
"inputs": {},
|
|
5397
|
+
"bytes": 1321
|
|
5398
|
+
},
|
|
5399
|
+
"dist/cjs/wrench.js": {
|
|
5400
|
+
"imports": [],
|
|
5401
|
+
"exports": [],
|
|
5402
|
+
"entryPoint": "src/wrench.tsx",
|
|
5403
|
+
"inputs": {
|
|
5404
|
+
"src/wrench.tsx": {
|
|
5405
|
+
"bytesInOutput": 1026
|
|
5406
|
+
}
|
|
5407
|
+
},
|
|
5408
|
+
"bytes": 1879
|
|
5292
5409
|
}
|
|
5293
5410
|
}
|
|
5294
5411
|
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/wrench.tsx
|
|
21
|
+
var wrench_exports = {};
|
|
22
|
+
__export(wrench_exports, {
|
|
23
|
+
wrench: () => wrench
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(wrench_exports);
|
|
26
|
+
var wrench = {
|
|
27
|
+
iconName: "wrench",
|
|
28
|
+
width: 576,
|
|
29
|
+
height: 512,
|
|
30
|
+
svgPathData: "M544 160.4c.1 2.5 .2 5 .2 7.6 0 92.8-75.2 168-168 168-16.6 0-32.7-2.4-47.9-6.9-283 283-175.2 175.2-216.1 216.1-.9-.9-33-33-96.2-96.2L-1 432c7.5-7.5 26.4-26.4 56.6-56.6L215.1 215.9c-4.5-15.2-6.9-31.3-6.9-47.9 0-92.8 75.2-168 168-168 .3 0 .5 0 .8 0 26.8 .1 52.2 6.5 74.7 17.9l1.2 .6c9.3 4.8 18 10.3 26.2 16.7-5.4 5.4-37 37-94.8 94.8l0 30.1 30.1 0c57.9-57.9 89.5-89.5 94.8-94.8 6.3 8.2 11.9 16.9 16.7 26.2l.6 1.2c10.4 20.6 16.6 43.6 17.7 67.9zM256.1 168c0 16 3.1 31.3 8.8 45.2l6 14.8-11.3 11.3-170.2 170.2-22.6 22.6 45.3 45.3 22.6-22.6 170.2-170.2 11.3-11.3 14.8 6c13.9 5.7 29.2 8.8 45.2 8.8 66.3 0 120-53.7 120-120 0-6.9-.6-13.7-1.7-20.3l-53.3 53.3-7 7-97.9 0 0-97.9 7-7 53.3-53.3c-6.6-1.1-13.4-1.7-20.3-1.7-66.3 0-120 53.7-120 120z",
|
|
31
|
+
iconType: "fill",
|
|
32
|
+
fill: "none",
|
|
33
|
+
fontAwesomeName: "wrench",
|
|
34
|
+
unicode: 61613
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=wrench.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/wrench.tsx"],
|
|
4
|
+
"sourcesContent": ["import { IconDefinition } from \"./types\";\n\nconst wrench: IconDefinition = {\n iconName: \"wrench\",\n width: 576,\n height: 512,\n svgPathData:\n \"M544 160.4c.1 2.5 .2 5 .2 7.6 0 92.8-75.2 168-168 168-16.6 0-32.7-2.4-47.9-6.9-283 283-175.2 175.2-216.1 216.1-.9-.9-33-33-96.2-96.2L-1 432c7.5-7.5 26.4-26.4 56.6-56.6L215.1 215.9c-4.5-15.2-6.9-31.3-6.9-47.9 0-92.8 75.2-168 168-168 .3 0 .5 0 .8 0 26.8 .1 52.2 6.5 74.7 17.9l1.2 .6c9.3 4.8 18 10.3 26.2 16.7-5.4 5.4-37 37-94.8 94.8l0 30.1 30.1 0c57.9-57.9 89.5-89.5 94.8-94.8 6.3 8.2 11.9 16.9 16.7 26.2l.6 1.2c10.4 20.6 16.6 43.6 17.7 67.9zM256.1 168c0 16 3.1 31.3 8.8 45.2l6 14.8-11.3 11.3-170.2 170.2-22.6 22.6 45.3 45.3 22.6-22.6 170.2-170.2 11.3-11.3 14.8 6c13.9 5.7 29.2 8.8 45.2 8.8 66.3 0 120-53.7 120-120 0-6.9-.6-13.7-1.7-20.3l-53.3 53.3-7 7-97.9 0 0-97.9 7-7 53.3-53.3c-6.6-1.1-13.4-1.7-20.3-1.7-66.3 0-120 53.7-120 120z\",\n iconType: \"fill\",\n fill: \"none\",\n fontAwesomeName: \"wrench\",\n unicode: 0xf0ad,\n};\n\nexport { wrench };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,IAAM,SAAyB;AAAA,EAC7B,UAAU;AAAA,EACV,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,aACE;AAAA,EACF,UAAU;AAAA,EACV,MAAM;AAAA,EACN,iBAAiB;AAAA,EACjB,SAAS;AACX;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/esm/bolt.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=chunk-3EDNLZY3.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// src/bullseye.tsx
|
|
2
|
+
var bullseye = {
|
|
3
|
+
iconName: "bullseye",
|
|
4
|
+
width: 512,
|
|
5
|
+
height: 512,
|
|
6
|
+
svgPathData: "M464 256a208 208 0 1 0 -416 0 208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zm256 96a96 96 0 1 0 0-192 96 96 0 1 0 0 192zm0-240a144 144 0 1 1 0 288 144 144 0 1 1 0-288zM224 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z",
|
|
7
|
+
iconType: "fill",
|
|
8
|
+
fill: "none",
|
|
9
|
+
fontAwesomeName: "bullseye",
|
|
10
|
+
unicode: 61760
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export {
|
|
14
|
+
bullseye
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=chunk-HQDGHTXS.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/bullseye.tsx"],
|
|
4
|
+
"sourcesContent": ["import { IconDefinition } from \"./types\";\n\nconst bullseye: IconDefinition = {\n iconName: \"bullseye\",\n width: 512,\n height: 512,\n svgPathData:\n \"M464 256a208 208 0 1 0 -416 0 208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zm256 96a96 96 0 1 0 0-192 96 96 0 1 0 0 192zm0-240a144 144 0 1 1 0 288 144 144 0 1 1 0-288zM224 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\",\n iconType: \"fill\",\n fill: \"none\",\n fontAwesomeName: \"bullseye\",\n unicode: 0xf140,\n};\n\nexport { bullseye };\n"],
|
|
5
|
+
"mappings": ";AAEA,IAAM,WAA2B;AAAA,EAC/B,UAAU;AAAA,EACV,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,aACE;AAAA,EACF,UAAU;AAAA,EACV,MAAM;AAAA,EACN,iBAAiB;AAAA,EACjB,SAAS;AACX;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// src/wrench.tsx
|
|
2
|
+
var wrench = {
|
|
3
|
+
iconName: "wrench",
|
|
4
|
+
width: 576,
|
|
5
|
+
height: 512,
|
|
6
|
+
svgPathData: "M544 160.4c.1 2.5 .2 5 .2 7.6 0 92.8-75.2 168-168 168-16.6 0-32.7-2.4-47.9-6.9-283 283-175.2 175.2-216.1 216.1-.9-.9-33-33-96.2-96.2L-1 432c7.5-7.5 26.4-26.4 56.6-56.6L215.1 215.9c-4.5-15.2-6.9-31.3-6.9-47.9 0-92.8 75.2-168 168-168 .3 0 .5 0 .8 0 26.8 .1 52.2 6.5 74.7 17.9l1.2 .6c9.3 4.8 18 10.3 26.2 16.7-5.4 5.4-37 37-94.8 94.8l0 30.1 30.1 0c57.9-57.9 89.5-89.5 94.8-94.8 6.3 8.2 11.9 16.9 16.7 26.2l.6 1.2c10.4 20.6 16.6 43.6 17.7 67.9zM256.1 168c0 16 3.1 31.3 8.8 45.2l6 14.8-11.3 11.3-170.2 170.2-22.6 22.6 45.3 45.3 22.6-22.6 170.2-170.2 11.3-11.3 14.8 6c13.9 5.7 29.2 8.8 45.2 8.8 66.3 0 120-53.7 120-120 0-6.9-.6-13.7-1.7-20.3l-53.3 53.3-7 7-97.9 0 0-97.9 7-7 53.3-53.3c-6.6-1.1-13.4-1.7-20.3-1.7-66.3 0-120 53.7-120 120z",
|
|
7
|
+
iconType: "fill",
|
|
8
|
+
fill: "none",
|
|
9
|
+
fontAwesomeName: "wrench",
|
|
10
|
+
unicode: 61613
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export {
|
|
14
|
+
wrench
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=chunk-LVANZ223.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/wrench.tsx"],
|
|
4
|
+
"sourcesContent": ["import { IconDefinition } from \"./types\";\n\nconst wrench: IconDefinition = {\n iconName: \"wrench\",\n width: 576,\n height: 512,\n svgPathData:\n \"M544 160.4c.1 2.5 .2 5 .2 7.6 0 92.8-75.2 168-168 168-16.6 0-32.7-2.4-47.9-6.9-283 283-175.2 175.2-216.1 216.1-.9-.9-33-33-96.2-96.2L-1 432c7.5-7.5 26.4-26.4 56.6-56.6L215.1 215.9c-4.5-15.2-6.9-31.3-6.9-47.9 0-92.8 75.2-168 168-168 .3 0 .5 0 .8 0 26.8 .1 52.2 6.5 74.7 17.9l1.2 .6c9.3 4.8 18 10.3 26.2 16.7-5.4 5.4-37 37-94.8 94.8l0 30.1 30.1 0c57.9-57.9 89.5-89.5 94.8-94.8 6.3 8.2 11.9 16.9 16.7 26.2l.6 1.2c10.4 20.6 16.6 43.6 17.7 67.9zM256.1 168c0 16 3.1 31.3 8.8 45.2l6 14.8-11.3 11.3-170.2 170.2-22.6 22.6 45.3 45.3 22.6-22.6 170.2-170.2 11.3-11.3 14.8 6c13.9 5.7 29.2 8.8 45.2 8.8 66.3 0 120-53.7 120-120 0-6.9-.6-13.7-1.7-20.3l-53.3 53.3-7 7-97.9 0 0-97.9 7-7 53.3-53.3c-6.6-1.1-13.4-1.7-20.3-1.7-66.3 0-120 53.7-120 120z\",\n iconType: \"fill\",\n fill: \"none\",\n fontAwesomeName: \"wrench\",\n unicode: 0xf0ad,\n};\n\nexport { wrench };\n"],
|
|
5
|
+
"mappings": ";AAEA,IAAM,SAAyB;AAAA,EAC7B,UAAU;AAAA,EACV,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,aACE;AAAA,EACF,UAAU;AAAA,EACV,MAAM;AAAA,EACN,iBAAiB;AAAA,EACjB,SAAS;AACX;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// src/bolt.tsx
|
|
2
|
+
var bolt = {
|
|
3
|
+
iconName: "bolt",
|
|
4
|
+
width: 512,
|
|
5
|
+
height: 512,
|
|
6
|
+
svgPathData: "M350.7-16l-6.9 6.6-304 288-43.7 41.4 187.4 0-54.1 177-9.5 31 42 0 6.9-6.6 304-288 43.7-41.4-187.4 0 54.1-177 9.5-31-42 0zM116.5 272L310.7 88c-29.2 95.7-44.7 146.3-46.4 152L396 240 201.8 424c29.2-95.6 44.7-146.3 46.4-152l-131.8 0z",
|
|
7
|
+
iconType: "fill",
|
|
8
|
+
fill: "none",
|
|
9
|
+
fontAwesomeName: "bolt",
|
|
10
|
+
unicode: 61671
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export {
|
|
14
|
+
bolt
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=chunk-TQGHHFK6.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/bolt.tsx"],
|
|
4
|
+
"sourcesContent": ["import { IconDefinition } from \"./types\";\n\nconst bolt: IconDefinition = {\n iconName: \"bolt\",\n width: 512,\n height: 512,\n svgPathData:\n \"M350.7-16l-6.9 6.6-304 288-43.7 41.4 187.4 0-54.1 177-9.5 31 42 0 6.9-6.6 304-288 43.7-41.4-187.4 0 54.1-177 9.5-31-42 0zM116.5 272L310.7 88c-29.2 95.7-44.7 146.3-46.4 152L396 240 201.8 424c29.2-95.6 44.7-146.3 46.4-152l-131.8 0z\",\n iconType: \"fill\",\n fill: \"none\",\n fontAwesomeName: \"bolt\",\n unicode: 0xf0e7,\n};\n\nexport { bolt };\n"],
|
|
5
|
+
"mappings": ";AAEA,IAAM,OAAuB;AAAA,EAC3B,UAAU;AAAA,EACV,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,aACE;AAAA,EACF,UAAU;AAAA,EACV,MAAM;AAAA,EACN,iBAAiB;AAAA,EACjB,SAAS;AACX;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|