@firesoon/icons-react 3.0.18 → 3.0.20
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 +96 -0
- package/README.md +61 -61
- package/es/Icon.css +12 -12
- package/es/components/fs/business-menu/index.d.ts +7 -7
- package/es/components/fs/business-menu/index.js +7 -7
- package/es/components/fs/currency/AppendTo.d.ts +4 -0
- package/es/components/fs/currency/AppendTo.js +12 -0
- package/es/components/fs/currency/Chart.d.ts +4 -0
- package/es/components/fs/currency/Chart.js +12 -0
- package/es/components/fs/currency/Table.d.ts +4 -0
- package/es/components/fs/currency/Table.js +12 -0
- package/es/components/fs/currency/index.d.ts +3 -0
- package/es/components/fs/currency/index.js +3 -0
- package/es/components/fs/old-outlined/index.d.ts +6 -6
- package/es/components/fs/old-outlined/index.js +6 -6
- package/es/components/sbt/currency/SbtChecked.d.ts +4 -0
- package/es/components/sbt/currency/SbtChecked.js +12 -0
- package/es/components/sbt/currency/SbtJpg.d.ts +4 -0
- package/es/components/sbt/currency/SbtJpg.js +12 -0
- package/es/components/sbt/currency/SbtPdf.d.ts +4 -0
- package/es/components/sbt/currency/SbtPdf.js +12 -0
- package/es/components/sbt/currency/SbtPng.d.ts +4 -0
- package/es/components/sbt/currency/SbtPng.js +12 -0
- package/es/components/sbt/currency/SbtRarZip.d.ts +4 -0
- package/es/components/sbt/currency/SbtRarZip.js +12 -0
- package/es/components/sbt/currency/Word.d.ts +4 -0
- package/es/components/sbt/currency/Word.js +12 -0
- package/es/dome/index.less +8 -8
- package/es/icons/fs/currency/append-to.d.ts +17 -0
- package/es/icons/fs/currency/append-to.js +29 -0
- package/es/icons/fs/currency/chart.d.ts +17 -0
- package/es/icons/fs/currency/chart.js +23 -0
- package/es/icons/fs/currency/table.d.ts +17 -0
- package/es/icons/fs/currency/table.js +17 -0
- package/es/icons/sbt/currency/sbt-checked.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-checked.js +17 -0
- package/es/icons/sbt/currency/sbt-jpg.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-jpg.js +23 -0
- package/es/icons/sbt/currency/sbt-pdf.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-pdf.js +23 -0
- package/es/icons/sbt/currency/sbt-png.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-png.js +23 -0
- package/es/icons/sbt/currency/sbt-rarZip.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-rarZip.js +23 -0
- package/es/icons/sbt/currency/word.d.ts +17 -0
- package/es/icons/sbt/currency/word.js +29 -0
- package/es/index.d.ts +185 -176
- package/es/index.js +170 -161
- package/lib/Icon.css +12 -12
- package/lib/components/fs/business-menu/index.d.ts +7 -7
- package/lib/components/fs/business-menu/index.js +7 -7
- package/lib/components/fs/currency/AppendTo.d.ts +4 -0
- package/lib/components/fs/currency/AppendTo.js +20 -0
- package/lib/components/fs/currency/Chart.d.ts +4 -0
- package/lib/components/fs/currency/Chart.js +20 -0
- package/lib/components/fs/currency/Table.d.ts +4 -0
- package/lib/components/fs/currency/Table.js +20 -0
- package/lib/components/fs/currency/index.d.ts +3 -0
- package/lib/components/fs/currency/index.js +21 -0
- package/lib/components/fs/old-outlined/index.d.ts +6 -6
- package/lib/components/fs/old-outlined/index.js +6 -6
- package/lib/components/sbt/currency/SbtChecked.d.ts +4 -0
- package/lib/components/sbt/currency/SbtChecked.js +20 -0
- package/lib/components/sbt/currency/SbtJpg.d.ts +4 -0
- package/lib/components/sbt/currency/SbtJpg.js +20 -0
- package/lib/components/sbt/currency/SbtPdf.d.ts +4 -0
- package/lib/components/sbt/currency/SbtPdf.js +20 -0
- package/lib/components/sbt/currency/SbtPng.d.ts +4 -0
- package/lib/components/sbt/currency/SbtPng.js +20 -0
- package/lib/components/sbt/currency/SbtRarZip.d.ts +4 -0
- package/lib/components/sbt/currency/SbtRarZip.js +20 -0
- package/lib/components/sbt/currency/Word.d.ts +4 -0
- package/lib/components/sbt/currency/Word.js +20 -0
- package/lib/dome/index.less +8 -8
- package/lib/icons/fs/currency/append-to.d.ts +17 -0
- package/lib/icons/fs/currency/append-to.js +36 -0
- package/lib/icons/fs/currency/chart.d.ts +17 -0
- package/lib/icons/fs/currency/chart.js +30 -0
- package/lib/icons/fs/currency/table.d.ts +17 -0
- package/lib/icons/fs/currency/table.js +24 -0
- package/lib/icons/sbt/currency/sbt-checked.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-checked.js +24 -0
- package/lib/icons/sbt/currency/sbt-jpg.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-jpg.js +30 -0
- package/lib/icons/sbt/currency/sbt-pdf.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-pdf.js +30 -0
- package/lib/icons/sbt/currency/sbt-png.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-png.js +30 -0
- package/lib/icons/sbt/currency/sbt-rarZip.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-rarZip.js +30 -0
- package/lib/icons/sbt/currency/word.d.ts +17 -0
- package/lib/icons/sbt/currency/word.js +36 -0
- package/lib/index.d.ts +185 -176
- package/lib/index.js +223 -160
- package/package.json +56 -56
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "sbt-pdf",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M658.29 292.57A36.57 36.57 0 01621.7 256V0L914.3 292.57h-256zm-309.72 384V402.3a9.14 9.14 0 019.14-9.15H568c80.8 0 146.29 65.5 146.29 146.29 0 80.8-65.5 146.28-146.29 146.28H421.71v137.15a9.14 9.14 0 01-9.14 9.14h-54.86a9.14 9.14 0 01-9.14-9.14V676.57zm73.14-64H568c20.2 0 37.44-7.14 51.72-21.42s21.42-31.52 21.42-51.72-7.14-37.44-21.42-51.72-31.52-21.42-51.72-21.42H421.71v146.28z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}]
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
var _default = node;
|
|
30
|
+
exports.default = _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "sbt-png",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M565.71 712v-91.43a9.14 9.14 0 019.15-9.14h91.43a9.14 9.14 0 019.14 9.14V712a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm-219.42 0v-91.43a9.14 9.14 0 019.14-9.14h91.43a9.14 9.14 0 019.14 9.14V712a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zm329.14 109.71V730.3a9.14 9.14 0 019.14-9.15H776a9.14 9.14 0 019.14 9.15v91.42a9.14 9.14 0 01-9.14 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zm-219.43 0V730.3a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.14 9.15v91.42a9.14 9.14 0 01-9.14 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zm-219.43 0V730.3a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.15 9.15v91.42a9.14 9.14 0 01-9.15 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zm329.14-329.14v-91.43a9.14 9.14 0 019.15-9.14h91.43a9.14 9.14 0 019.14 9.14v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm-219.42 0v-91.43a9.14 9.14 0 019.14-9.14h91.43a9.14 9.14 0 019.14 9.14v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zM675.43 602.3v-91.43a9.14 9.14 0 019.14-9.15H776a9.14 9.14 0 019.14 9.15v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zm-219.43 0v-91.43a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.14 9.15v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zm-219.43 0v-91.43a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.15 9.15v91.43a9.14 9.14 0 01-9.15 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zM621.71 256a36.57 36.57 0 0036.58 36.57h256L621.7 0v256z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}]
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
var _default = node;
|
|
30
|
+
exports.default = _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "sbt-rarZip",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M347.43 429.71V338.3a9.14 9.14 0 019.14-9.15H448a9.14 9.14 0 019.14 9.15v91.42a9.14 9.14 0 01-9.14 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zM237.7 320v-91.43a9.14 9.14 0 019.15-9.14h91.43a9.14 9.14 0 019.14 9.14V320a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm109.72-109.71v-91.43a9.14 9.14 0 019.14-9.15H448a9.14 9.14 0 019.14 9.15v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zM237.7 100.57V9.14A9.14 9.14 0 01246.86 0h91.43a9.14 9.14 0 019.14 9.14v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm0 611.43V510.86a9.14 9.14 0 019.15-9.15H448a9.14 9.14 0 019.14 9.15V712a9.14 9.14 0 01-9.14 9.14H246.86a9.14 9.14 0 01-9.15-9.14zm384-456a36.57 36.57 0 0036.58 36.57h256L621.7 0v256z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}]
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
var _default = node;
|
|
30
|
+
exports.default = _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "word",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M240 310.86h64v512h-64v-512z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}, {
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"d": "M621.71 256a36.57 36.57 0 0036.58 36.57h256L621.7 0v256zM439.95 832h-54.38a9.14 9.14 0 01-8.91-7.1l-96.38-420.57a9.14 9.14 0 018.91-11.19h54.38a9.14 9.14 0 018.91 7.1l61.23 267.19 61.23-267.19a9.14 9.14 0 018.91-7.1h56.3a9.14 9.14 0 018.9 7.1l61.24 267.19 61.23-267.19a9.14 9.14 0 018.9-7.1h54.39a9.14 9.14 0 018.91 11.19L647.34 824.9a9.14 9.14 0 01-8.91 7.1h-56.29a9.14 9.14 0 01-8.91-7.1L512 557.7 450.77 824.9a9.14 9.14 0 01-8.91 7.1h-1.9z"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
}]
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
var _default = node;
|
|
36
|
+
exports.default = _default;
|