jao-icons 1.5.6 → 1.5.7

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/README.md CHANGED
@@ -223,6 +223,11 @@ console.log(iconMap.small.cross)
223
223
  <br>
224
224
  <strong>Thoughts</strong>
225
225
  </td>
226
+ <td style="width: 20%; text-align: center;">
227
+ <img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/throw-ball.svg" style="width: 128px;">
228
+ <br>
229
+ <strong>Throw ball</strong>
230
+ </td>
226
231
  <td style="width: 20%; text-align: center;">
227
232
  <img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/user.svg" style="width: 128px;">
228
233
  <br>
@@ -233,6 +238,8 @@ console.log(iconMap.small.cross)
233
238
  <br>
234
239
  <strong>User Outline</strong>
235
240
  </td>
241
+ </tr>
242
+ <tr>
236
243
  <td style="width: 20%; text-align: center;">
237
244
  <img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/wrench.svg" style="width: 128px;">
238
245
  <br>
@@ -17016,6 +17016,204 @@ var largeThoughts = [
17016
17016
  ]
17017
17017
  ];
17018
17018
 
17019
+ var largeThrowBall = [
17020
+ [
17021
+ 0,
17022
+ 0,
17023
+ 0,
17024
+ 0,
17025
+ 0,
17026
+ 0,
17027
+ 0,
17028
+ 0,
17029
+ 0,
17030
+ 0,
17031
+ 1,
17032
+ 1,
17033
+ 0
17034
+ ],
17035
+ [
17036
+ 0,
17037
+ 0,
17038
+ 0,
17039
+ 0,
17040
+ 0,
17041
+ 0,
17042
+ 0,
17043
+ 0,
17044
+ 0,
17045
+ 1,
17046
+ 1,
17047
+ 1,
17048
+ 1
17049
+ ],
17050
+ [
17051
+ 0,
17052
+ 0,
17053
+ 0,
17054
+ 0,
17055
+ 0,
17056
+ 0,
17057
+ 0,
17058
+ 0,
17059
+ 0,
17060
+ 1,
17061
+ 1,
17062
+ 1,
17063
+ 1
17064
+ ],
17065
+ [
17066
+ 0,
17067
+ 0,
17068
+ 0,
17069
+ 0,
17070
+ 0,
17071
+ 0,
17072
+ 0,
17073
+ 0,
17074
+ 0,
17075
+ 0,
17076
+ 1,
17077
+ 1,
17078
+ 0
17079
+ ],
17080
+ [
17081
+ 0,
17082
+ 0,
17083
+ 0,
17084
+ 0,
17085
+ 0,
17086
+ 0,
17087
+ 1,
17088
+ 0,
17089
+ 0,
17090
+ 0,
17091
+ 0,
17092
+ 0,
17093
+ 0
17094
+ ],
17095
+ [
17096
+ 0,
17097
+ 0,
17098
+ 0,
17099
+ 0,
17100
+ 0,
17101
+ 0,
17102
+ 0,
17103
+ 0,
17104
+ 0,
17105
+ 0,
17106
+ 0,
17107
+ 0,
17108
+ 0
17109
+ ],
17110
+ [
17111
+ 0,
17112
+ 0,
17113
+ 0,
17114
+ 1,
17115
+ 0,
17116
+ 0,
17117
+ 0,
17118
+ 0,
17119
+ 0,
17120
+ 0,
17121
+ 0,
17122
+ 0,
17123
+ 0
17124
+ ],
17125
+ [
17126
+ 0,
17127
+ 0,
17128
+ 0,
17129
+ 0,
17130
+ 0,
17131
+ 0,
17132
+ 0,
17133
+ 0,
17134
+ 0,
17135
+ 0,
17136
+ 0,
17137
+ 0,
17138
+ 0
17139
+ ],
17140
+ [
17141
+ 0,
17142
+ 0,
17143
+ 0,
17144
+ 0,
17145
+ 0,
17146
+ 0,
17147
+ 0,
17148
+ 0,
17149
+ 0,
17150
+ 0,
17151
+ 0,
17152
+ 0,
17153
+ 0
17154
+ ],
17155
+ [
17156
+ 0,
17157
+ 1,
17158
+ 0,
17159
+ 0,
17160
+ 0,
17161
+ 0,
17162
+ 0,
17163
+ 0,
17164
+ 0,
17165
+ 0,
17166
+ 0,
17167
+ 0,
17168
+ 0
17169
+ ],
17170
+ [
17171
+ 0,
17172
+ 0,
17173
+ 0,
17174
+ 0,
17175
+ 0,
17176
+ 0,
17177
+ 0,
17178
+ 0,
17179
+ 0,
17180
+ 0,
17181
+ 0,
17182
+ 0,
17183
+ 0
17184
+ ],
17185
+ [
17186
+ 0,
17187
+ 0,
17188
+ 0,
17189
+ 0,
17190
+ 0,
17191
+ 0,
17192
+ 0,
17193
+ 0,
17194
+ 0,
17195
+ 0,
17196
+ 0,
17197
+ 0,
17198
+ 0
17199
+ ],
17200
+ [
17201
+ 1,
17202
+ 0,
17203
+ 0,
17204
+ 0,
17205
+ 0,
17206
+ 0,
17207
+ 0,
17208
+ 0,
17209
+ 0,
17210
+ 0,
17211
+ 0,
17212
+ 0,
17213
+ 0
17214
+ ]
17215
+ ];
17216
+
17019
17217
  var largeUser = [
17020
17218
  [
17021
17219
  0,
@@ -18026,6 +18224,7 @@ const iconsMap = {
18026
18224
  "speech-bubble": largeSpeechBubble,
18027
18225
  "shower": largeShower,
18028
18226
  "thoughts": largeThoughts,
18227
+ "throw-ball": largeThrowBall,
18029
18228
  "user": largeUser,
18030
18229
  "user-outline": largeUserOutline,
18031
18230
  "wrench": largeWrench,
@@ -17014,6 +17014,204 @@ var largeThoughts = [
17014
17014
  ]
17015
17015
  ];
17016
17016
 
17017
+ var largeThrowBall = [
17018
+ [
17019
+ 0,
17020
+ 0,
17021
+ 0,
17022
+ 0,
17023
+ 0,
17024
+ 0,
17025
+ 0,
17026
+ 0,
17027
+ 0,
17028
+ 0,
17029
+ 1,
17030
+ 1,
17031
+ 0
17032
+ ],
17033
+ [
17034
+ 0,
17035
+ 0,
17036
+ 0,
17037
+ 0,
17038
+ 0,
17039
+ 0,
17040
+ 0,
17041
+ 0,
17042
+ 0,
17043
+ 1,
17044
+ 1,
17045
+ 1,
17046
+ 1
17047
+ ],
17048
+ [
17049
+ 0,
17050
+ 0,
17051
+ 0,
17052
+ 0,
17053
+ 0,
17054
+ 0,
17055
+ 0,
17056
+ 0,
17057
+ 0,
17058
+ 1,
17059
+ 1,
17060
+ 1,
17061
+ 1
17062
+ ],
17063
+ [
17064
+ 0,
17065
+ 0,
17066
+ 0,
17067
+ 0,
17068
+ 0,
17069
+ 0,
17070
+ 0,
17071
+ 0,
17072
+ 0,
17073
+ 0,
17074
+ 1,
17075
+ 1,
17076
+ 0
17077
+ ],
17078
+ [
17079
+ 0,
17080
+ 0,
17081
+ 0,
17082
+ 0,
17083
+ 0,
17084
+ 0,
17085
+ 1,
17086
+ 0,
17087
+ 0,
17088
+ 0,
17089
+ 0,
17090
+ 0,
17091
+ 0
17092
+ ],
17093
+ [
17094
+ 0,
17095
+ 0,
17096
+ 0,
17097
+ 0,
17098
+ 0,
17099
+ 0,
17100
+ 0,
17101
+ 0,
17102
+ 0,
17103
+ 0,
17104
+ 0,
17105
+ 0,
17106
+ 0
17107
+ ],
17108
+ [
17109
+ 0,
17110
+ 0,
17111
+ 0,
17112
+ 1,
17113
+ 0,
17114
+ 0,
17115
+ 0,
17116
+ 0,
17117
+ 0,
17118
+ 0,
17119
+ 0,
17120
+ 0,
17121
+ 0
17122
+ ],
17123
+ [
17124
+ 0,
17125
+ 0,
17126
+ 0,
17127
+ 0,
17128
+ 0,
17129
+ 0,
17130
+ 0,
17131
+ 0,
17132
+ 0,
17133
+ 0,
17134
+ 0,
17135
+ 0,
17136
+ 0
17137
+ ],
17138
+ [
17139
+ 0,
17140
+ 0,
17141
+ 0,
17142
+ 0,
17143
+ 0,
17144
+ 0,
17145
+ 0,
17146
+ 0,
17147
+ 0,
17148
+ 0,
17149
+ 0,
17150
+ 0,
17151
+ 0
17152
+ ],
17153
+ [
17154
+ 0,
17155
+ 1,
17156
+ 0,
17157
+ 0,
17158
+ 0,
17159
+ 0,
17160
+ 0,
17161
+ 0,
17162
+ 0,
17163
+ 0,
17164
+ 0,
17165
+ 0,
17166
+ 0
17167
+ ],
17168
+ [
17169
+ 0,
17170
+ 0,
17171
+ 0,
17172
+ 0,
17173
+ 0,
17174
+ 0,
17175
+ 0,
17176
+ 0,
17177
+ 0,
17178
+ 0,
17179
+ 0,
17180
+ 0,
17181
+ 0
17182
+ ],
17183
+ [
17184
+ 0,
17185
+ 0,
17186
+ 0,
17187
+ 0,
17188
+ 0,
17189
+ 0,
17190
+ 0,
17191
+ 0,
17192
+ 0,
17193
+ 0,
17194
+ 0,
17195
+ 0,
17196
+ 0
17197
+ ],
17198
+ [
17199
+ 1,
17200
+ 0,
17201
+ 0,
17202
+ 0,
17203
+ 0,
17204
+ 0,
17205
+ 0,
17206
+ 0,
17207
+ 0,
17208
+ 0,
17209
+ 0,
17210
+ 0,
17211
+ 0
17212
+ ]
17213
+ ];
17214
+
17017
17215
  var largeUser = [
17018
17216
  [
17019
17217
  0,
@@ -18024,6 +18222,7 @@ const iconsMap = {
18024
18222
  "speech-bubble": largeSpeechBubble,
18025
18223
  "shower": largeShower,
18026
18224
  "thoughts": largeThoughts,
18225
+ "throw-ball": largeThrowBall,
18027
18226
  "user": largeUser,
18028
18227
  "user-outline": largeUserOutline,
18029
18228
  "wrench": largeWrench,
@@ -0,0 +1,15 @@
1
+ [
2
+ [0,0,0,0,0,0,0,0,0,0,1,1,0],
3
+ [0,0,0,0,0,0,0,0,0,1,1,1,1],
4
+ [0,0,0,0,0,0,0,0,0,1,1,1,1],
5
+ [0,0,0,0,0,0,0,0,0,0,1,1,0],
6
+ [0,0,0,0,0,0,1,0,0,0,0,0,0],
7
+ [0,0,0,0,0,0,0,0,0,0,0,0,0],
8
+ [0,0,0,1,0,0,0,0,0,0,0,0,0],
9
+ [0,0,0,0,0,0,0,0,0,0,0,0,0],
10
+ [0,0,0,0,0,0,0,0,0,0,0,0,0],
11
+ [0,1,0,0,0,0,0,0,0,0,0,0,0],
12
+ [0,0,0,0,0,0,0,0,0,0,0,0,0],
13
+ [0,0,0,0,0,0,0,0,0,0,0,0,0],
14
+ [1,0,0,0,0,0,0,0,0,0,0,0,0]
15
+ ]
@@ -0,0 +1 @@
1
+ <svg data-v-849d7cbf="" class="site-icon" version="1.1" viewBox="0 0 130 130" xmlns="http://www.w3.org/2000/svg"><g><rect class="site-icon-cell" x="1" y="1" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="11" y="1" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="21" y="1" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="31" y="1" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="41" y="1" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="51" y="1" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="61" y="1" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="71" y="1" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="81" y="1" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="91" y="1" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="101" y="1" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="111" y="1" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="121" y="1" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="1" y="11" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="11" y="11" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="21" y="11" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="31" y="11" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="41" y="11" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="51" y="11" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="61" y="11" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="71" y="11" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="81" y="11" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="91" y="11" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="101" y="11" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="111" y="11" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="121" y="11" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="1" y="21" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="11" y="21" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="21" y="21" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="31" y="21" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="41" y="21" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="51" y="21" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="61" y="21" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="71" y="21" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="81" y="21" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="91" y="21" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="101" y="21" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="111" y="21" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="121" y="21" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="1" y="31" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="11" y="31" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="21" y="31" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="31" y="31" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="41" y="31" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="51" y="31" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="61" y="31" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="71" y="31" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="81" y="31" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="91" y="31" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="101" y="31" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="111" y="31" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="121" y="31" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="1" y="41" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="11" y="41" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="21" y="41" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="31" y="41" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="41" y="41" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="51" y="41" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="61" y="41" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="71" y="41" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="81" y="41" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="91" y="41" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="101" y="41" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="111" y="41" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="121" y="41" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="1" y="51" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="11" y="51" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="21" y="51" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="31" y="51" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="41" y="51" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="51" y="51" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="61" y="51" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="71" y="51" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="81" y="51" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="91" y="51" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="101" y="51" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="111" y="51" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="121" y="51" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="1" y="61" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="11" y="61" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="21" y="61" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="31" y="61" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="41" y="61" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="51" y="61" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="61" y="61" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="71" y="61" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="81" y="61" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="91" y="61" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="101" y="61" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="111" y="61" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="121" y="61" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="1" y="71" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="11" y="71" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="21" y="71" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="31" y="71" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="41" y="71" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="51" y="71" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="61" y="71" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="71" y="71" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="81" y="71" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="91" y="71" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="101" y="71" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="111" y="71" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="121" y="71" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="1" y="81" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="11" y="81" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="21" y="81" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="31" y="81" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="41" y="81" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="51" y="81" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="61" y="81" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="71" y="81" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="81" y="81" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="91" y="81" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="101" y="81" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="111" y="81" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="121" y="81" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="1" y="91" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="11" y="91" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="21" y="91" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="31" y="91" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="41" y="91" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="51" y="91" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="61" y="91" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="71" y="91" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="81" y="91" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="91" y="91" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="101" y="91" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="111" y="91" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="121" y="91" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="1" y="101" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="11" y="101" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="21" y="101" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="31" y="101" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="41" y="101" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="51" y="101" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="61" y="101" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="71" y="101" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="81" y="101" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="91" y="101" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="101" y="101" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="111" y="101" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="121" y="101" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="1" y="111" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="11" y="111" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="21" y="111" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="31" y="111" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="41" y="111" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="51" y="111" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="61" y="111" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="71" y="111" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="81" y="111" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="91" y="111" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="101" y="111" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="111" y="111" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="121" y="111" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="1" y="121" width="8" height="8" style="fill: rgb(64, 54, 113);"/><rect class="site-icon-cell" x="11" y="121" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="21" y="121" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="31" y="121" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="41" y="121" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="51" y="121" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="61" y="121" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="71" y="121" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="81" y="121" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="91" y="121" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="101" y="121" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="111" y="121" width="8" height="8" style="fill: rgb(239, 239, 239);"/><rect class="site-icon-cell" x="121" y="121" width="8" height="8" style="fill: rgb(239, 239, 239);"/></g></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jao-icons",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "Icon set - Jeffrey Arts Online ",
5
5
  "type": "module",
6
6
  "main": "dist/jao-icons.cjs.js",
package/src/index.ts CHANGED
@@ -215,6 +215,7 @@ import largeSkull from "../icons/large/skull.json"
215
215
  import largeSpeechBubble from "../icons/large/speech-bubble.json"
216
216
  import largeShower from "../icons/large/shower.json"
217
217
  import largeThoughts from "../icons/large/thoughts.json"
218
+ import largeThrowBall from "../icons/large/throw-ball.json"
218
219
  import largeUser from "../icons/large/user.json"
219
220
  import largeUserOutline from "../icons/large/user-outline.json"
220
221
  import largeWrench from "../icons/large/wrench.json"
@@ -438,6 +439,7 @@ const iconsMap = {
438
439
  "speech-bubble": largeSpeechBubble,
439
440
  "shower": largeShower,
440
441
  "thoughts": largeThoughts,
442
+ "throw-ball": largeThrowBall,
441
443
  "user": largeUser,
442
444
  "user-outline": largeUserOutline,
443
445
  "wrench": largeWrench,