@simplybusiness/icons 4.31.2 → 4.32.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/CHANGELOG.md +17 -0
- package/dist/cjs/index.js +66 -0
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/index.js +66 -0
- package/dist/types/arrowLeft.d.ts +3 -0
- package/dist/types/arrowUp.d.ts +3 -0
- package/dist/types/fileContract.d.ts +3 -0
- package/dist/types/fileImage.d.ts +3 -0
- package/dist/types/gear.d.ts +3 -0
- package/dist/types/icons.d.ts +6 -0
- package/dist/types/microphone.d.ts +3 -0
- package/dist/types/robot.d.ts +3 -0
- package/package.json +4 -5
- package/src/arrowLeft.tsx +12 -0
- package/src/arrowUp.tsx +13 -0
- package/src/fileContract.tsx +13 -0
- package/src/fileImage.tsx +13 -0
- package/src/gear.tsx +13 -0
- package/src/icons.tsx +6 -0
- package/src/microphone.tsx +13 -0
- package/src/robot.tsx +13 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.32.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4a99304: Add robot icon
|
|
8
|
+
|
|
9
|
+
## 4.32.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 23d5f93: Added four icons for chat-ui package
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- e1038a9: Change icons for unpadded versions
|
|
18
|
+
- 4b2f6d0: Add gear icon
|
|
19
|
+
|
|
3
20
|
## 4.31.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/cjs/index.js
CHANGED
|
@@ -22,6 +22,7 @@ var index_exports = {};
|
|
|
22
22
|
__export(index_exports, {
|
|
23
23
|
arrowDownToBracket: () => arrowDownToBracket,
|
|
24
24
|
arrowDownToLine: () => arrowDownToLine,
|
|
25
|
+
arrowUp: () => arrowUp,
|
|
25
26
|
bell: () => bell,
|
|
26
27
|
bin: () => bin,
|
|
27
28
|
boxOpen: () => boxOpen,
|
|
@@ -59,9 +60,12 @@ __export(index_exports, {
|
|
|
59
60
|
fileCertificate: () => fileCertificate,
|
|
60
61
|
fileCircleInfo: () => fileCircleInfo,
|
|
61
62
|
fileCirclePlus: () => fileCirclePlus,
|
|
63
|
+
fileContract: () => fileContract,
|
|
64
|
+
fileImage: () => fileImage,
|
|
62
65
|
filePen: () => filePen,
|
|
63
66
|
fileShield: () => fileShield,
|
|
64
67
|
fileSignature: () => fileSignature,
|
|
68
|
+
gear: () => gear,
|
|
65
69
|
grid2: () => grid2,
|
|
66
70
|
handHoldingHeart: () => handHoldingHeart,
|
|
67
71
|
handshake: () => handshake,
|
|
@@ -80,6 +84,7 @@ __export(index_exports, {
|
|
|
80
84
|
message: () => message,
|
|
81
85
|
messageQuestion: () => messageQuestion,
|
|
82
86
|
messageSmile: () => messageSmile,
|
|
87
|
+
microphone: () => microphone,
|
|
83
88
|
minus: () => minus,
|
|
84
89
|
moneyBill: () => moneyBill,
|
|
85
90
|
newspaper: () => newspaper,
|
|
@@ -95,6 +100,7 @@ __export(index_exports, {
|
|
|
95
100
|
refreshArrow: () => refreshArrow,
|
|
96
101
|
refreshCircle: () => refreshCircle,
|
|
97
102
|
rightArrow: () => rightArrow,
|
|
103
|
+
robot: () => robot,
|
|
98
104
|
rocketLaunch: () => rocketLaunch,
|
|
99
105
|
rulerTriangle: () => rulerTriangle,
|
|
100
106
|
sb: () => sb,
|
|
@@ -1137,3 +1143,63 @@ var buildingCircleCheck = {
|
|
|
1137
1143
|
iconType: "fill",
|
|
1138
1144
|
fill: "none"
|
|
1139
1145
|
};
|
|
1146
|
+
|
|
1147
|
+
// src/arrowUp.tsx
|
|
1148
|
+
var arrowUp = {
|
|
1149
|
+
iconName: "arrow-up",
|
|
1150
|
+
width: 448,
|
|
1151
|
+
height: 512,
|
|
1152
|
+
svgPathData: "M241.4 15l-17-17-17 17-185 185 33.9 33.9 17-17 127-127 0 430.1 48 0 0-430.1 127 127 17 17 33.9-33.9-17-17-168-168z",
|
|
1153
|
+
iconType: "fill",
|
|
1154
|
+
fill: "none"
|
|
1155
|
+
};
|
|
1156
|
+
|
|
1157
|
+
// src/fileImage.tsx
|
|
1158
|
+
var fileImage = {
|
|
1159
|
+
iconName: "file-image",
|
|
1160
|
+
width: 384,
|
|
1161
|
+
height: 512,
|
|
1162
|
+
svgPathData: "M176 48l-128 0 0 416 288 0 0-256-160 0 0-160zM316.1 160l-92.1-92.1 0 92.1 92.1 0zM48 0L224 0 384 160 384 512 0 512 0 0 48 0zM288 432l-192 0 0-48 96-96 96 96 0 48zM112 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z",
|
|
1163
|
+
iconType: "fill",
|
|
1164
|
+
fill: "none"
|
|
1165
|
+
};
|
|
1166
|
+
|
|
1167
|
+
// src/fileContract.tsx
|
|
1168
|
+
var fileContract = {
|
|
1169
|
+
iconName: "file-contract",
|
|
1170
|
+
width: 384,
|
|
1171
|
+
height: 512,
|
|
1172
|
+
svgPathData: "M176 48l-128 0 0 416 288 0 0-256-160 0 0-160zM316.1 160l-92.1-92.1 0 92.1 92.1 0zM48 0L224 0 384 160 384 512 0 512 0 0 48 0zM156.6 288l42.2 0 40 80 65.2 0 0 48-94.8 0c-.6-1.2-12.7-25.3-36.1-72.3l-58.5 71.5-37.2-30.4 72-88 7.2-8.8zM104 80l40 0 0 48-64 0 0-48 24 0zm0 80l40 0 0 48-64 0 0-48 24 0z",
|
|
1173
|
+
iconType: "fill",
|
|
1174
|
+
fill: "none"
|
|
1175
|
+
};
|
|
1176
|
+
|
|
1177
|
+
// src/microphone.tsx
|
|
1178
|
+
var microphone = {
|
|
1179
|
+
iconName: "microphone",
|
|
1180
|
+
width: 384,
|
|
1181
|
+
height: 512,
|
|
1182
|
+
svgPathData: "M144 48l96 0 0 176c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-176zM96 0l0 224c0 53 43 96 96 96s96-43 96-96L288 0 96 0zM48 184l0-24-48 0 0 64c0 97.9 73.3 178.7 168 190.5l0 49.5-72 0 0 48 192 0 0-48-72 0 0-49.5c94.7-11.8 168-92.6 168-190.5l0-64-48 0 0 64c0 79.5-64.5 144-144 144S48 303.5 48 224l0-40z",
|
|
1183
|
+
iconType: "fill",
|
|
1184
|
+
fill: "none"
|
|
1185
|
+
};
|
|
1186
|
+
|
|
1187
|
+
// src/gear.tsx
|
|
1188
|
+
var gear = {
|
|
1189
|
+
iconName: "gear",
|
|
1190
|
+
width: 576,
|
|
1191
|
+
height: 512,
|
|
1192
|
+
svgPathData: "M232.2-16L213-16c-1 4.2-7.5 33.2-19.6 86.8-6.3 3.2-12.3 6.7-18.2 10.5l-85-26.4-9.6 16.6-56 97-9.6 16.6c3.2 2.9 25 23.1 65.4 60.4-.3 6.9-.3 14 0 21-40.4 37.3-62.2 57.5-65.4 60.4l9.6 16.6 56 97 9.6 16.6c4.2-1.3 32.5-10.1 85-26.4 5.9 3.8 11.9 7.3 18.2 10.5 12.1 53.6 18.6 82.6 19.6 86.8l150.4 0c1-4.2 7.5-33.2 19.6-86.8 6.2-3.2 12.3-6.7 18.2-10.5 52.5 16.3 80.8 25.1 85 26.4l9.6-16.6 56-97 9.6-16.6c-3.2-2.9-25-23.1-65.4-60.4 .3-6.9 .3-14 0-21 40.4-37.3 62.2-57.5 65.4-60.4l-9.6-16.6-56-97-9.6-16.6c-4.2 1.3-32.5 10.1-85 26.4-5.9-3.8-11.9-7.3-18.2-10.5-12.1-53.6-18.6-82.6-19.6-86.8L232.2-16zm5.5 108.7l13.7-60.7 73.6 0 13.7 60.7 2.7 11.8 11.1 4.9c10.8 4.8 21 10.7 30.4 17.6l9.8 7.2 11.6-3.6 59.5-18.5 36.8 63.8-45.8 42.3-8.9 8.2 1.3 12c.6 5.8 1 11.6 1 17.6s-.3 11.8-1 17.6l-1.3 12 8.9 8.2 45.8 42.3-36.8 63.8-59.5-18.5-11.6-3.6-9.8 7.2c-9.4 6.9-19.6 12.9-30.4 17.6l-11.1 4.9-2.7 11.8-13.7 60.7-73.6 0-13.7-60.7-2.7-11.8-11.1-4.9c-10.8-4.8-21-10.7-30.4-17.6l-9.8-7.2-11.6 3.6-59.5 18.5-36.8-63.8 45.8-42.3 8.9-8.2-1.3-12c-.6-5.8-1-11.6-1-17.6s.3-11.8 1-17.6l1.3-12-8.9-8.2-45.8-42.3 36.8-63.8 59.5 18.5 11.6 3.6 9.8-7.2c9.4-6.9 19.6-12.9 30.4-17.6l11.1-4.9 2.7-11.8zM335.8 256a47.8 47.8 0 1 1 -95.7 0 47.8 47.8 0 1 1 95.7 0zm-47.7-96a96 96 0 1 0 -.3 192 96 96 0 1 0 .3-192z",
|
|
1193
|
+
iconType: "fill",
|
|
1194
|
+
fill: "none"
|
|
1195
|
+
};
|
|
1196
|
+
|
|
1197
|
+
// src/robot.tsx
|
|
1198
|
+
var robot = {
|
|
1199
|
+
iconName: "robot",
|
|
1200
|
+
width: 640,
|
|
1201
|
+
height: 640,
|
|
1202
|
+
svgPathData: "M352 64C352 46.3 337.7 32 320 32C302.3 32 288 46.3 288 64L288 128L192 128C139 128 96 171 96 224L96 448C96 501 139 544 192 544L448 544C501 544 544 501 544 448L544 224C544 171 501 128 448 128L352 128L352 64zM160 432C160 418.7 170.7 408 184 408L216 408C229.3 408 240 418.7 240 432C240 445.3 229.3 456 216 456L184 456C170.7 456 160 445.3 160 432zM280 432C280 418.7 290.7 408 304 408L336 408C349.3 408 360 418.7 360 432C360 445.3 349.3 456 336 456L304 456C290.7 456 280 445.3 280 432zM400 432C400 418.7 410.7 408 424 408L456 408C469.3 408 480 418.7 480 432C480 445.3 469.3 456 456 456L424 456C410.7 456 400 445.3 400 432zM224 240C250.5 240 272 261.5 272 288C272 314.5 250.5 336 224 336C197.5 336 176 314.5 176 288C176 261.5 197.5 240 224 240zM368 288C368 261.5 389.5 240 416 240C442.5 240 464 261.5 464 288C464 314.5 442.5 336 416 336C389.5 336 368 314.5 368 288zM64 288C64 270.3 49.7 256 32 256C14.3 256 0 270.3 0 288L0 384C0 401.7 14.3 416 32 416C49.7 416 64 401.7 64 384L64 288zM608 256C590.3 256 576 270.3 576 288L576 384C576 401.7 590.3 416 608 416C625.7 416 640 401.7 640 384L640 288C640 270.3 625.7 256 608 256z",
|
|
1203
|
+
iconType: "fill",
|
|
1204
|
+
fill: "none"
|
|
1205
|
+
};
|