@simplybusiness/icons 4.31.2 → 4.32.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 +11 -0
- package/dist/cjs/index.js +55 -0
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/index.js +55 -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 +5 -0
- package/dist/types/microphone.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 +5 -0
- package/src/microphone.tsx +13 -0
package/CHANGELOG.md
CHANGED
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,
|
|
@@ -1137,3 +1142,53 @@ var buildingCircleCheck = {
|
|
|
1137
1142
|
iconType: "fill",
|
|
1138
1143
|
fill: "none"
|
|
1139
1144
|
};
|
|
1145
|
+
|
|
1146
|
+
// src/arrowUp.tsx
|
|
1147
|
+
var arrowUp = {
|
|
1148
|
+
iconName: "arrow-up",
|
|
1149
|
+
width: 448,
|
|
1150
|
+
height: 512,
|
|
1151
|
+
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",
|
|
1152
|
+
iconType: "fill",
|
|
1153
|
+
fill: "none"
|
|
1154
|
+
};
|
|
1155
|
+
|
|
1156
|
+
// src/fileImage.tsx
|
|
1157
|
+
var fileImage = {
|
|
1158
|
+
iconName: "file-image",
|
|
1159
|
+
width: 384,
|
|
1160
|
+
height: 512,
|
|
1161
|
+
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",
|
|
1162
|
+
iconType: "fill",
|
|
1163
|
+
fill: "none"
|
|
1164
|
+
};
|
|
1165
|
+
|
|
1166
|
+
// src/fileContract.tsx
|
|
1167
|
+
var fileContract = {
|
|
1168
|
+
iconName: "file-contract",
|
|
1169
|
+
width: 384,
|
|
1170
|
+
height: 512,
|
|
1171
|
+
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",
|
|
1172
|
+
iconType: "fill",
|
|
1173
|
+
fill: "none"
|
|
1174
|
+
};
|
|
1175
|
+
|
|
1176
|
+
// src/microphone.tsx
|
|
1177
|
+
var microphone = {
|
|
1178
|
+
iconName: "microphone",
|
|
1179
|
+
width: 384,
|
|
1180
|
+
height: 512,
|
|
1181
|
+
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",
|
|
1182
|
+
iconType: "fill",
|
|
1183
|
+
fill: "none"
|
|
1184
|
+
};
|
|
1185
|
+
|
|
1186
|
+
// src/gear.tsx
|
|
1187
|
+
var gear = {
|
|
1188
|
+
iconName: "gear",
|
|
1189
|
+
width: 576,
|
|
1190
|
+
height: 512,
|
|
1191
|
+
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",
|
|
1192
|
+
iconType: "fill",
|
|
1193
|
+
fill: "none"
|
|
1194
|
+
};
|