@m3e/icons 1.0.14 → 1.0.16

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.
Files changed (69) hide show
  1. package/dist/outlined/battery_android_0.js +1 -1
  2. package/dist/outlined/car_defrost_left.js +1 -1
  3. package/dist/outlined/car_defrost_low_left.js +1 -1
  4. package/dist/outlined/car_defrost_low_right.js +1 -1
  5. package/dist/outlined/car_defrost_mid_left.js +1 -1
  6. package/dist/outlined/car_defrost_mid_low_left.js +1 -1
  7. package/dist/outlined/car_defrost_mid_low_right.js +1 -1
  8. package/dist/outlined/car_defrost_mid_right.js +1 -1
  9. package/dist/outlined/car_defrost_right.js +1 -1
  10. package/dist/outlined/car_seat_off.js +2 -0
  11. package/dist/outlined/device_swoosh_star.js +2 -0
  12. package/dist/outlined/grocery.js +1 -1
  13. package/dist/outlined/hvac_max_defrost.js +1 -1
  14. package/dist/outlined/index.js +9 -0
  15. package/dist/outlined/mobile_tap.js +2 -0
  16. package/dist/outlined/people_size_decrease.js +2 -0
  17. package/dist/outlined/people_size_increase.js +2 -0
  18. package/dist/outlined/spatial_gallery.js +2 -0
  19. package/dist/outlined/speaker_3.js +2 -0
  20. package/dist/outlined/steering_wheel_cool.js +2 -0
  21. package/dist/outlined/target_check.js +2 -0
  22. package/dist/outlined/windshield_defrost_auto.js +1 -1
  23. package/dist/outlined/windshield_heat_front.js +1 -1
  24. package/dist/rounded/battery_android_0.js +1 -1
  25. package/dist/rounded/car_defrost_left.js +1 -1
  26. package/dist/rounded/car_defrost_low_left.js +1 -1
  27. package/dist/rounded/car_defrost_low_right.js +1 -1
  28. package/dist/rounded/car_defrost_mid_left.js +1 -1
  29. package/dist/rounded/car_defrost_mid_low_left.js +1 -1
  30. package/dist/rounded/car_defrost_mid_low_right.js +1 -1
  31. package/dist/rounded/car_defrost_mid_right.js +1 -1
  32. package/dist/rounded/car_defrost_right.js +1 -1
  33. package/dist/rounded/car_seat_off.js +2 -0
  34. package/dist/rounded/device_swoosh_star.js +2 -0
  35. package/dist/rounded/grocery.js +1 -1
  36. package/dist/rounded/hvac_max_defrost.js +1 -1
  37. package/dist/rounded/index.js +9 -0
  38. package/dist/rounded/mobile_tap.js +2 -0
  39. package/dist/rounded/people_size_decrease.js +2 -0
  40. package/dist/rounded/people_size_increase.js +2 -0
  41. package/dist/rounded/spatial_gallery.js +2 -0
  42. package/dist/rounded/speaker_3.js +2 -0
  43. package/dist/rounded/steering_wheel_cool.js +2 -0
  44. package/dist/rounded/target_check.js +2 -0
  45. package/dist/rounded/windshield_defrost_auto.js +1 -1
  46. package/dist/rounded/windshield_heat_front.js +1 -1
  47. package/dist/sharp/battery_android_0.js +1 -1
  48. package/dist/sharp/car_defrost_left.js +1 -1
  49. package/dist/sharp/car_defrost_low_left.js +1 -1
  50. package/dist/sharp/car_defrost_low_right.js +1 -1
  51. package/dist/sharp/car_defrost_mid_left.js +1 -1
  52. package/dist/sharp/car_defrost_mid_low_left.js +1 -1
  53. package/dist/sharp/car_defrost_mid_low_right.js +1 -1
  54. package/dist/sharp/car_defrost_mid_right.js +1 -1
  55. package/dist/sharp/car_defrost_right.js +1 -1
  56. package/dist/sharp/car_seat_off.js +2 -0
  57. package/dist/sharp/device_swoosh_star.js +2 -0
  58. package/dist/sharp/grocery.js +1 -1
  59. package/dist/sharp/hvac_max_defrost.js +1 -1
  60. package/dist/sharp/index.js +9 -0
  61. package/dist/sharp/mobile_tap.js +2 -0
  62. package/dist/sharp/people_size_decrease.js +2 -0
  63. package/dist/sharp/people_size_increase.js +2 -0
  64. package/dist/sharp/spatial_gallery.js +2 -0
  65. package/dist/sharp/speaker_3.js +2 -0
  66. package/dist/sharp/steering_wheel_cool.js +2 -0
  67. package/dist/sharp/target_check.js +2 -0
  68. package/dist/sharp/windshield_heat_front.js +1 -1
  69. package/package.json +2 -2
@@ -669,6 +669,7 @@ import './car_lock';
669
669
  import './car_mirror_heat';
670
670
  import './car_rental';
671
671
  import './car_repair';
672
+ import './car_seat_off';
672
673
  import './car_tag';
673
674
  import './cases';
674
675
  import './casino';
@@ -1010,6 +1011,7 @@ import './devices_other';
1010
1011
  import './devices_wearables';
1011
1012
  import './device_band';
1012
1013
  import './device_hub';
1014
+ import './device_swoosh_star';
1013
1015
  import './device_thermostat';
1014
1016
  import './dew_point';
1015
1017
  import './diagnosis';
@@ -2199,6 +2201,7 @@ import './mobile_sound';
2199
2201
  import './mobile_sound_2';
2200
2202
  import './mobile_sound_off';
2201
2203
  import './mobile_speaker';
2204
+ import './mobile_tap';
2202
2205
  import './mobile_text';
2203
2206
  import './mobile_text_2';
2204
2207
  import './mobile_theft';
@@ -2547,6 +2550,8 @@ import './pen_size_2';
2547
2550
  import './pen_size_3';
2548
2551
  import './pen_size_4';
2549
2552
  import './pen_size_5';
2553
+ import './people_size_decrease';
2554
+ import './people_size_increase';
2550
2555
  import './percent';
2551
2556
  import './percent_discount';
2552
2557
  import './pergola';
@@ -3175,10 +3180,12 @@ import './space_dashboard';
3175
3180
  import './space_dashboard_2';
3176
3181
  import './spatial_audio';
3177
3182
  import './spatial_audio_off';
3183
+ import './spatial_gallery';
3178
3184
  import './spatial_speaker';
3179
3185
  import './spatial_tracking';
3180
3186
  import './speaker';
3181
3187
  import './speaker_2';
3188
+ import './speaker_3';
3182
3189
  import './speaker_group';
3183
3190
  import './speaker_notes';
3184
3191
  import './speaker_notes_off';
@@ -3283,6 +3290,7 @@ import './stat_3';
3283
3290
  import './stat_minus_1';
3284
3291
  import './stat_minus_2';
3285
3292
  import './stat_minus_3';
3293
+ import './steering_wheel_cool';
3286
3294
  import './steering_wheel_heat';
3287
3295
  import './step';
3288
3296
  import './steppers';
@@ -3438,6 +3446,7 @@ import './tamper_detection_off';
3438
3446
  import './tamper_detection_on';
3439
3447
  import './tapas';
3440
3448
  import './target';
3449
+ import './target_check';
3441
3450
  import './task';
3442
3451
  import './task_alt';
3443
3452
  import './tatami_seat';
@@ -0,0 +1,2 @@
1
+ import { registerIcon } from '@m3e/web/icon';
2
+ registerIcon('mobile_tap','sharp',{outlined:'M469-880h351-351ZM80-656q0-94 65-159t159-65v60q-69 0-116.5 47.5T140-656H80Zm0 576v-471h471v471h-60v-411H140v411H80Zm164-576q0-24.75 17.63-42.38Q279.25-716 304-716v60h-60Zm92.5 279.32q8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5 12.82 0 21.32-8.68ZM409-656v-224h60v224h-60ZM656-80v-60q69 0 116.5-47.5T820-304h60q0 94-65 159T656-80Zm0-164v-60h60q0 25-17.62 42.5Q680.75-244 656-244Zm0-165v-60h164v-411h60v471H656ZM491-80H140h351Z',filled:'M80-80v-471h471v471H80Zm0-576q0-93 65-158.5T304-880v60q-68.68 0-116.34 48.17Q140-723.65 140-656H80Zm164 0q0-24.75 17.25-42.38Q278.5-716 304-716v60h-60Zm71 288q12 0 21-8.63 9-8.62 9-21.37 0-12-9-21t-21.5-9q-12.5 0-21 9t-8.5 21.5q0 12.5 8.63 21 8.62 8.5 21.37 8.5Zm341-41v-247H409v-224h471v471H656Zm0 329v-60q68 0 116-47.66T820-304h60q0 94-65.33 159Q749.33-80 656-80Zm0-164v-60h60q0 26-17.62 43-17.63 17-42.38 17Z'});
@@ -0,0 +1,2 @@
1
+ import { registerIcon } from '@m3e/web/icon';
2
+ registerIcon('people_size_decrease','sharp',{outlined:'M140-160v-228H79v-174q0-16.18 8.5-28.59T109.8-613q13.8-10 34.5-15t44.7-5q24 0 44.7 5 20.7 5 34.5 15t22.3 22.41Q299-578.18 299-562v174h-61v228h-98Zm49-513q-25 0-42-17.6t-17-42.5q0-24.9 17-42.9t42-18q25 0 42 17.81t17 43q0 25.19-17 42.69-17 17.5-42 17.5Zm311 83q-20.42 0-34.71-15T451-640q0-20 14.29-35T500-690q20.42 0 34.71 15T549-640q0 20-14.29 35T500-590Zm290.27 62Q774-528 763-539.44q-11-11.43-11-28 0-16.56 11-28.06t27.27-11.5q16.27 0 27.5 11.64t11.23 28.5Q829-550 817.77-539t-27.5 11ZM461-160v-186h-61v-138q0-14 7-26t21-21q14-9 31.87-14t40-5q22.13 0 40.13 5 18 5 32 14t21 21q7 12 7 26v138h-61v186h-78Zm301 0v-145h-61v-122q0-13.94 6.5-24.97T726-471q12-8 27.77-12.5T790-488q20 0 36.5 4.5T855-471q12 8 18.5 19.03Q880-440.94 880-427v122h-61v145h-57Z',filled:'M140-160v-228H79v-174q0-16.18 8.5-28.59T109.8-613q13.8-10 34.5-15t44.7-5q24 0 44.7 5 20.7 5 34.5 15t22.3 22.41Q299-578.18 299-562v174h-61v228h-98Zm49-513q-25 0-42-17.6t-17-42.5q0-24.9 17-42.9t42-18q25 0 42 17.81t17 43q0 25.19-17 42.69-17 17.5-42 17.5Zm311 83q-20.42 0-34.71-15T451-640q0-20 14.29-35T500-690q20.42 0 34.71 15T549-640q0 20-14.29 35T500-590Zm290.27 62Q774-528 763-539.44q-11-11.43-11-28 0-16.56 11-28.06t27.27-11.5q16.27 0 27.5 11.64t11.23 28.5Q829-550 817.77-539t-27.5 11ZM461-160v-186h-61v-138q0-14 7-26t21-21q14-9 31.87-14t40-5q22.13 0 40.13 5 18 5 32 14t21 21q7 12 7 26v138h-61v186h-78Zm301 0v-145h-61v-122q0-13.94 6.5-24.97T726-471q12-8 27.77-12.5T790-488q20 0 36.5 4.5T855-471q12 8 18.5 19.03Q880-440.94 880-427v122h-61v145h-57Z'});
@@ -0,0 +1,2 @@
1
+ import { registerIcon } from '@m3e/web/icon';
2
+ registerIcon('people_size_increase','sharp',{outlined:'M721-160v-228h-61v-174q0-16.18 8.5-28.59T690.8-613q13.8-10 34.5-15t44.7-5q24 0 44.7 5 20.7 5 34.5 15t22.3 22.41Q880-578.18 880-562v174h-61v228h-98Zm49-513q-25 0-42-17.6t-17-42.5q0-24.9 17-42.9t42-18q25 0 42 17.81t17 43q0 25.19-17 42.69-17 17.5-42 17.5Zm-311 83q-20.42 0-34.71-15T410-640q0-20 14.29-35T459-690q20.42 0 34.71 15T508-640q0 20-14.29 35T459-590Zm-290.27 62q-16.27 0-27.5-11T130-566.86q0-16.86 11.23-28.5t27.5-11.64Q185-607 196-595.4t11 28.4q0 16.38-11 27.69Q185-528 168.73-528ZM420-160v-186h-61v-138q0-14 7-26t21-21q14-9 31.87-14t40-5q22.13 0 40.13 5 18 5 32 14t21 21q7 12 7 26v138h-61v186h-78Zm-280 0v-145H79v-122q0-13.94 6.5-24.97T104-471q12-8 28.5-12.5T169-488q20 0 36 4.5t28 12.5q12 8 18.5 19.03Q258-440.94 258-427v122h-61v145h-57Z',filled:'M721-160v-228h-61v-174q0-16.18 8.5-28.59T690.8-613q13.8-10 34.5-15t44.7-5q24 0 44.7 5 20.7 5 34.5 15t22.3 22.41Q880-578.18 880-562v174h-61v228h-98Zm49-513q-25 0-42-17.6t-17-42.5q0-24.9 17-42.9t42-18q25 0 42 17.81t17 43q0 25.19-17 42.69-17 17.5-42 17.5Zm-311 83q-20.42 0-34.71-15T410-640q0-20 14.29-35T459-690q20.42 0 34.71 15T508-640q0 20-14.29 35T459-590Zm-290.27 62q-16.27 0-27.5-11T130-566.86q0-16.86 11.23-28.5t27.5-11.64Q185-607 196-595.4t11 28.4q0 16.38-11 27.69Q185-528 168.73-528ZM420-160v-186h-61v-138q0-14 7-26t21-21q14-9 31.87-14t40-5q22.13 0 40.13 5 18 5 32 14t21 21q7 12 7 26v138h-61v186h-78Zm-280 0v-145H79v-122q0-13.94 6.5-24.97T104-471q12-8 28.5-12.5T169-488q20 0 36 4.5t28 12.5q12 8 18.5 19.03Q258-440.94 258-427v122h-61v145h-57Z'});
@@ -0,0 +1,2 @@
1
+ import { registerIcon } from '@m3e/web/icon';
2
+ registerIcon('spatial_gallery','sharp',{outlined:'M573-292v-157H387v156l186 1ZM387-509h186v-153H387v153Zm-247 0h187v-156l-187-54v210Zm0 272 187-52v-160H140v212Zm680 0v-212H633v160l187 52ZM633-509h187v-207l-187 50v157ZM80-159v-640l275 80h250l275-75v635l-275-75H355L80-159Z',filled:'M370-245v-205h220v205H370Zm0-264v-197h220v197H370Zm-280-1v-276l220 63v213H90Zm0 337v-277h220v218L90-173Zm780 0-220-58v-219h220v277ZM650-510v-213l220-59v272H650Z'});
@@ -0,0 +1,2 @@
1
+ import { registerIcon } from '@m3e/web/icon';
2
+ registerIcon('speaker_3','sharp',{outlined:'M220-180h520v-640H220v640ZM325-80v-40H160v-760h640v760H634v40H325Zm155-420Z',filled:'M325-80v-40H160v-760h640v760H634v40H325Z'});
@@ -0,0 +1,2 @@
1
+ import { registerIcon } from '@m3e/web/icon';
2
+ registerIcon('steering_wheel_cool','sharp',{outlined:'M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-80 29.5-150.5T190-755q51-54 120-87t148-37q-14 15-25 31t-20 34q-110 22-186 106t-86 198h293q28 40 67 69.5t87 45.5l-78 97v157q114-10 197.5-85.5T814-412q18-9 34-20t31-25q-4 79-37 147.5T755-190q-54 51-124.5 80.5T480-80Zm-30-61v-157L328-450H141q11 124 98 211t211 98Zm206-299v-97l-77 76-35-36 112-111v-47h-47L498-543l-36-35 76-77h-97v-50h97l-76-76 36-35 111 111h47v-46L544-862l35-36 77 76v-97h50v97l76-76 35 36-111 111v46h46l111-111 36 35-76 76h97v50h-97l76 77-36 35-111-112h-46v47l111 111-35 36-76-76v97h-50Z',filled:'M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-80 29.5-150.5T190-755q51-54 120-87t148-37q-14 15-25 31t-20 34q-110 22-186 106t-86 198h293q28 40 67 69.5t87 45.5l-78 97v157q114-10 197.5-85.5T814-412q18-9 34-20t31-25q-4 79-37 147.5T755-190q-54 51-124.5 80.5T480-80Zm-30-61v-157L328-450H141q11 124 98 211t211 98Zm206-299v-97l-77 76-35-36 112-111v-47h-47L498-543l-36-35 76-77h-97v-50h97l-76-76 36-35 111 111h47v-46L544-862l35-36 77 76v-97h50v97l76-76 35 36-111 111v46h46l111-111 36 35-76 76h97v50h-97l76 77-36 35-111-112h-46v47l111 111-35 36-76-76v97h-50Z'});
@@ -0,0 +1,2 @@
1
+ import { registerIcon } from '@m3e/web/icon';
2
+ registerIcon('target_check','sharp',{outlined:'M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q67 0 127 20t110 57l-43 43q-42-29-91-44.5T480-820q-142 0-241 99t-99 241q0 142 99 241t241 99q142 0 241-99t99-241q0-38-7.5-73.5T790-621l44-45q22 42 34 88.5t12 97.5q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-164q-98 0-167-69t-69-167q0-98 69-167t167-69q32 0 62 8.5t56 23.5l-44 44q-17-8-35.5-12t-38.5-4q-73 0-124.5 51.5T304-480q0 73 51.5 124.5T480-304q37 0 69-14t56-38q26-26 39.5-60.5T656-488l52-52q16 61 0 121.5T647-313q-32 32-75 50.5T480-244Zm0-153L372-504l43-42 65 65 353-353 42 42-395 395Z',filled:'M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q67 0 127 20t110 57l-43 43q-42-29-91-44.5T480-820q-142 0-241 99t-99 241q0 142 99 241t241 99q142 0 241-99t99-241q0-38-7.5-73.5T790-621l44-45q22 42 34 88.5t12 97.5q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-164q-98 0-167-69t-69-167q0-98 69-167t167-69q32 0 62 8.5t56 23.5l-44 44q-17-8-35.5-12t-38.5-4q-73 0-124.5 51.5T304-480q0 73 51.5 124.5T480-304q37 0 69-14t56-38q26-26 39.5-60.5T656-488l52-52q16 61 0 121.5T647-313q-32 32-75 50.5T480-244Zm0-153L372-504l43-42 65 65 353-353 42 42-395 395Z'});
@@ -1,2 +1,2 @@
1
1
  import { registerIcon } from '@m3e/web/icon';
2
- registerIcon('windshield_heat_front','sharp',{outlined:'M760-608v-61q39 8 79.5 18t84.5 22l-84 469H122L37-629q44-12 85-22.5t80-18.5v62q-23 5-46.5 10.5T106-586l64 360h622l63-360q-25-6-48.5-11.5T760-608Zm-74 108-50-33 8-11q8-11 12-24t4-27q0-18-6.5-34.5T634-660q-21-23-32.5-50.5T590-769q0-22 6.5-43t19.5-39l8-11 49 33-8 11q-8 11-12 23.5t-4 26.5q0 19 7 35.5t20 30.5q21 23 32.5 50.5T720-593q0 22-6.5 43T694-511l-8 11Zm-173 0-50-33 8-11q8-11 12-23.5t4-26.5q0-19-7-35.5T460-660q-21-23-32.5-50.5T416-769q0-22 6.5-43t19.5-39l8-11 50 33-8 11q-8 11-12 23.5t-4 26.5q0 19 7 35.5t20 30.5q21 23 32.5 50.5T547-593q0 22-6.5 43T521-511l-8 11Zm-173 0-50-33 8-11q8-11 12-23.5t4-26.5q0-19-7-35.5T287-660q-21-23-33-50.5T242-769q0-22 6.5-43t20.5-39l9-12 49 34-8 11q-8 11-12 23.5t-4 26.5q0 19 7 35.5t20 30.5q21 23 32.5 50.5T374-593q0 22-6.5 43T348-511l-8 11Z',filled:'M760-608v-61q39 8 79.5 18t84.5 22l-84 469H122L37-629q44-12 85-22.5t80-18.5v62q-23 5-46.5 10.5T106-586l64 360h622l63-360q-25-6-48.5-11.5T760-608Zm-74 108-50-33 8-11q8-11 12-24t4-27q0-18-6.5-34.5T634-660q-21-23-32.5-50.5T590-769q0-22 6.5-43t19.5-39l8-11 49 33-8 11q-8 11-12 23.5t-4 26.5q0 19 7 35.5t20 30.5q21 23 32.5 50.5T720-593q0 22-6.5 43T694-511l-8 11Zm-173 0-50-33 8-11q8-11 12-23.5t4-26.5q0-19-7-35.5T460-660q-21-23-32.5-50.5T416-769q0-22 6.5-43t19.5-39l8-11 50 33-8 11q-8 11-12 23.5t-4 26.5q0 19 7 35.5t20 30.5q21 23 32.5 50.5T547-593q0 22-6.5 43T521-511l-8 11Zm-173 0-50-33 8-11q8-11 12-23.5t4-26.5q0-19-7-35.5T287-660q-21-23-33-50.5T242-769q0-22 6.5-43t20.5-39l9-12 49 34-8 11q-8 11-12 23.5t-4 26.5q0 19 7 35.5t20 30.5q21 23 32.5 50.5T374-593q0 22-6.5 43T348-511l-8 11Z'});
2
+ registerIcon('windshield_heat_front','sharp',{outlined:'m244-790 62-90 58 90h-35l-20 37q-14 26-8 53t20 56q30-5 60-8t62-5q-11-28-12.5-58t16.5-62l7-13h-28l61-90 59 90h-35l-20 37q-13 23-9.5 46.5T496-658q34 1 68 4t67 9q-13-30-17-63t16-69l7-13h-28l61-90 59 90h-35l-21 37q-16 29-7 58.5t24 61.5q57 14 112 36.5T908-545L754-160q-75-20-141.5-29.5T480-199q-66 0-132.5 9.5T206-160L52-545q51-30 105-52.5T271-634q-15-33-21.5-68.5T265-777l7-13h-28Zm68 379-44-23 31-59q11-20 8.5-41.5T297-578q-45 11-88 26t-83 35l121 285q66-12 123.5-19t113.5-7q56 0 112.5 7T716-232l120-285q-29-14-58-26t-60-21q5 23 4.5 46T708-470l-32 59-44-23 32-59q11-21 8.5-42.5T661-579q-33-8-67.5-12t-69.5-6q12 29 15.5 60.5T525-470l-31 59-45-23 32-59q14-26 8-52t-19-53q-32 1-63 3.5t-61 7.5q11 27 12.5 56T343-470l-31 59Z',filled:'m244-790 62-90 58 90h-35l-20 37q-14 26-8 53t20 56q30-5 60-8t62-5q-11-28-12.5-58t16.5-62l7-13h-28l61-90 59 90h-35l-20 37q-13 23-9.5 46.5T496-658q34 1 68 4t67 9q-13-30-17-63t16-69l7-13h-28l61-90 59 90h-35l-21 37q-16 29-7 58.5t24 61.5q57 14 112 36.5T908-545L754-160q-75-20-141.5-29.5T480-199q-66 0-132.5 9.5T206-160L52-545q51-30 105-52.5T271-634q-15-33-21.5-68.5T265-777l7-13h-28Zm68 379-44-23 31-59q11-20 8.5-41.5T297-578q-45 11-88 26t-83 35l121 285q66-12 123.5-19t113.5-7q56 0 112.5 7T716-232l120-285q-29-14-58-26t-60-21q5 23 4.5 46T708-470l-32 59-44-23 32-59q11-21 8.5-42.5T661-579q-33-8-67.5-12t-69.5-6q12 29 15.5 60.5T525-470l-31 59-45-23 32-59q14-26 8-52t-19-53q-32 1-63 3.5t-61 7.5q11 27 12.5 56T343-470l-31 59Z'});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/icons",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "Icons for M3E Web Components",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -38,6 +38,6 @@
38
38
  "@m3e/web": "^2.3.2"
39
39
  },
40
40
  "devDependencies": {
41
- "@material-symbols/svg-400": "^0.47.0"
41
+ "@material-symbols/svg-400": "^0.47.2"
42
42
  }
43
43
  }