@vkontakte/icons 2.48.1 → 2.49.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.
Files changed (89) hide show
  1. package/dist/12/fire_alt_12.js +21 -0
  2. package/dist/12/government_12.js +21 -0
  3. package/dist/16/calendar_outline_16.js +1 -1
  4. package/dist/16/shopping_cart_outline_16.js +1 -1
  5. package/dist/20/calendar_large_outline_20.js +21 -0
  6. package/dist/20/calendar_outline_20.js +1 -1
  7. package/dist/20/hearts_2_outline_20.js +21 -0
  8. package/dist/20/megaphone_outline_20.js +21 -0
  9. package/dist/20/minecraft_outline_20.js +21 -0
  10. package/dist/20/shopping_cart_outline_20.js +1 -1
  11. package/dist/20/user_star_outline_20.js +21 -0
  12. package/dist/24/calendar_add_outline_24.js +1 -1
  13. package/dist/24/calendar_outline_24.js +1 -1
  14. package/dist/24/shopping_cart_outline_24.js +1 -1
  15. package/dist/28/calendar_add_outline_28.js +1 -1
  16. package/dist/28/calendar_outline_28.js +1 -1
  17. package/dist/28/government_outline_28.js +21 -0
  18. package/dist/28/megaphone_outline_28.js +21 -0
  19. package/dist/28/minecraft_outline_28.js +21 -0
  20. package/dist/28/receipt_outline_28.js +21 -0
  21. package/dist/28/shopping_cart_outline_28.js +1 -1
  22. package/dist/28/user_star_outline_28.js +21 -0
  23. package/dist/36/calendar_outline_36.js +1 -1
  24. package/dist/56/calendar_outline_56.js +1 -1
  25. package/dist/es6/12/fire_alt_12.js +3 -0
  26. package/dist/es6/12/government_12.js +3 -0
  27. package/dist/es6/16/calendar_outline_16.js +1 -1
  28. package/dist/es6/16/shopping_cart_outline_16.js +1 -1
  29. package/dist/es6/20/calendar_large_outline_20.js +3 -0
  30. package/dist/es6/20/calendar_outline_20.js +1 -1
  31. package/dist/es6/20/hearts_2_outline_20.js +3 -0
  32. package/dist/es6/20/megaphone_outline_20.js +3 -0
  33. package/dist/es6/20/minecraft_outline_20.js +3 -0
  34. package/dist/es6/20/shopping_cart_outline_20.js +1 -1
  35. package/dist/es6/20/user_star_outline_20.js +3 -0
  36. package/dist/es6/24/calendar_add_outline_24.js +1 -1
  37. package/dist/es6/24/calendar_outline_24.js +1 -1
  38. package/dist/es6/24/shopping_cart_outline_24.js +1 -1
  39. package/dist/es6/28/calendar_add_outline_28.js +1 -1
  40. package/dist/es6/28/calendar_outline_28.js +1 -1
  41. package/dist/es6/28/government_outline_28.js +3 -0
  42. package/dist/es6/28/megaphone_outline_28.js +3 -0
  43. package/dist/es6/28/minecraft_outline_28.js +3 -0
  44. package/dist/es6/28/receipt_outline_28.js +3 -0
  45. package/dist/es6/28/shopping_cart_outline_28.js +1 -1
  46. package/dist/es6/28/user_star_outline_28.js +3 -0
  47. package/dist/es6/36/calendar_outline_36.js +1 -1
  48. package/dist/es6/56/calendar_outline_56.js +1 -1
  49. package/dist/es6/index.js +12 -0
  50. package/dist/icons-map.json +1 -1
  51. package/dist/index.js +48 -0
  52. package/dist/typings/12/fire_alt_12.d.ts +12 -0
  53. package/dist/typings/12/government_12.d.ts +12 -0
  54. package/dist/typings/20/calendar_large_outline_20.d.ts +12 -0
  55. package/dist/typings/20/hearts_2_outline_20.d.ts +12 -0
  56. package/dist/typings/20/megaphone_outline_20.d.ts +12 -0
  57. package/dist/typings/20/minecraft_outline_20.d.ts +12 -0
  58. package/dist/typings/20/user_star_outline_20.d.ts +12 -0
  59. package/dist/typings/28/government_outline_28.d.ts +12 -0
  60. package/dist/typings/28/megaphone_outline_28.d.ts +12 -0
  61. package/dist/typings/28/minecraft_outline_28.d.ts +12 -0
  62. package/dist/typings/28/receipt_outline_28.d.ts +12 -0
  63. package/dist/typings/28/user_star_outline_28.d.ts +12 -0
  64. package/dist/typings/index.d.ts +12 -0
  65. package/package.json +2 -2
  66. package/src/svg/12/fire_alt_12.svg +1 -0
  67. package/src/svg/12/government_12.svg +1 -0
  68. package/src/svg/16/calendar_outline_16.svg +1 -1
  69. package/src/svg/16/shopping_cart_outline_16.svg +1 -1
  70. package/src/svg/20/calendar_large_outline_20.svg +1 -0
  71. package/src/svg/20/calendar_outline_20.svg +1 -1
  72. package/src/svg/20/hearts_2_outline_20.svg +1 -0
  73. package/src/svg/20/megaphone_outline_20.svg +1 -0
  74. package/src/svg/20/minecraft_outline_20.svg +1 -0
  75. package/src/svg/20/shopping_cart_outline_20.svg +1 -1
  76. package/src/svg/20/user_star_outline_20.svg +1 -0
  77. package/src/svg/24/calendar_add_outline_24.svg +1 -1
  78. package/src/svg/24/calendar_outline_24.svg +1 -1
  79. package/src/svg/24/shopping_cart_outline_24.svg +1 -1
  80. package/src/svg/28/calendar_add_outline_28.svg +1 -1
  81. package/src/svg/28/calendar_outline_28.svg +1 -12
  82. package/src/svg/28/government_outline_28.svg +1 -0
  83. package/src/svg/28/megaphone_outline_28.svg +1 -0
  84. package/src/svg/28/minecraft_outline_28.svg +1 -0
  85. package/src/svg/28/receipt_outline_28.svg +1 -0
  86. package/src/svg/28/shopping_cart_outline_28.svg +1 -1
  87. package/src/svg/28/user_star_outline_28.svg +1 -0
  88. package/src/svg/36/calendar_outline_36.svg +1 -1
  89. package/src/svg/56/calendar_outline_56.svg +1 -1
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M3.493 4.934c-.085-.025-.21-.034-.834-.034H2a.9.9 0 1 1 0-1.8h.76c.463 0 .87-.001 1.235.105A2.65 2.65 0 0 1 5.654 4.62c.07.15.122.31.164.48h12.318c.43 0 .793 0 1.088.017.305.018.606.057.899.167a2.9 2.9 0 0 1 1.856 2.314 3.04 3.04 0 0 1-.033.913c-.047.292-.126.646-.219 1.066l-.006.026-.633 2.851-.025.113c-.14.633-.248 1.12-.467 1.53a3.4 3.4 0 0 1-2.093 1.68c-.449.124-.947.123-1.596.123H9.365c-.686 0-1.212 0-1.68-.135a3.4 3.4 0 0 1-2.127-1.816c-.207-.44-.29-.96-.397-1.637l-.02-.12-.951-5.986c-.098-.616-.127-.738-.165-.818a.85.85 0 0 0-.532-.454ZM6.123 6.9l.796 5.008c.137.856.184 1.097.267 1.274a1.6 1.6 0 0 0 1.002.854c.188.055.433.064 1.3.064h7.304c.818 0 1.05-.008 1.23-.058a1.6 1.6 0 0 0 .985-.79c.088-.166.146-.39.323-1.188l.634-2.852c.1-.453.168-.754.205-.988.037-.23.034-.327.027-.377a1.1 1.1 0 0 0-.704-.877c-.047-.018-.141-.042-.374-.056A19.226 19.226 0 0 0 18.11 6.9H6.123ZM7 19.25a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0Zm10.25-1.75a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Z" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M3.935 4.817a14.055 14.055 0 0 0-.94-.017H2.9a.9.9 0 0 1 0-1.8h.127c.401 0 .751 0 1.043.022.31.023.618.075.923.21a2.7 2.7 0 0 1 1.139.952c.094.138.167.28.227.427l11.586.362c.64.02 1.18.037 1.611.09.445.053.892.156 1.284.424a2.7 2.7 0 0 1 1.116 1.655c.101.465.03.917-.088 1.35-.113.42-.3.927-.522 1.527l-.511 1.387c-.495 1.345-.828 2.248-1.426 2.93a4.9 4.9 0 0 1-1.938 1.352c-.848.324-1.81.324-3.243.323H9.804c-.402 0-.752 0-1.043-.022a2.727 2.727 0 0 1-.924-.21 2.7 2.7 0 0 1-1.139-.951 2.726 2.726 0 0 1-.37-.872 14.876 14.876 0 0 1-.208-1.022L4.944 6.428a14.146 14.146 0 0 0-.183-.921c-.052-.199-.092-.273-.118-.312a.9.9 0 0 0-.38-.317c-.043-.02-.123-.046-.328-.061Zm2.838 1.608 1.113 6.158c.079.434.13.711.184.921.051.199.091.273.118.313a.9.9 0 0 0 .38.317c.042.019.123.045.328.06a14 14 0 0 0 .939.017h4.213c1.682 0 2.283-.014 2.78-.204a3.1 3.1 0 0 0 1.227-.855c.35-.401.571-.96 1.153-2.538l.435-1.179c.24-.649.398-1.08.487-1.412.089-.328.078-.449.067-.497a.9.9 0 0 0-.372-.552c-.04-.028-.149-.084-.486-.125-.342-.041-.8-.057-1.491-.078L6.773 6.425Z M10 19.25a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0ZM16.75 21a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28"><path fill="currentColor" d="M25 15.4072h-.0019l-.0034 2.5112c-.0408 2.2197-.315 3.1126-.7961 4.0121-.5229.9778-1.2903 1.7452-2.2681 2.2681-.9777.5229-1.9476.8014-4.6222.8014h-6.6166l-.6101-.0053c-2.2197-.0408-3.1126-.315-4.0121-.7961-.9778-.5229-1.7452-1.2903-2.2681-2.2681-.502-.9386-.7787-1.87-.8-4.3093L3 10c.053-2.1604.3263-3.0422.8014-3.9305.523-.9778 1.2903-1.7452 2.268-2.2681.5465-.2922 1.0905-.5081 1.931-.6418L8 2c0-.5523.4477-1 1-1s1 .4477 1 1l-.001 1.007c.2175-.0047.448-.007.6927-.007H15.1c.5523 0 1 .4477 1 1 0 .5128-.3861.9355-.8834.9933L15.1 5l-4.6913.001L10 5.006V6c0 .5523-.4477 1-1 1s-1-.4477-1-1l-.0008-.8075c-.3806.088-.682.2096-.9865.3725-.6293.3365-1.1111.8184-1.4477 1.4477-.3694.6907-.527 1.3649-.5588 2.986L19 9.9996c.5523 0 1 .448 1 1.0003s-.4477 1-1 1H5l.001 5.5913.0088.5688c.0389 1.5072.1981 2.1595.5552 2.8272.3365.6293.8184 1.1112 1.4477 1.4477.7463.3991 1.4732.5511 3.396.5641h7.1826l.5688-.0089c1.5072-.0388 2.1595-.1981 2.8272-.5552.6293-.3365 1.1112-.8184 1.4477-1.4477.3991-.7463.5511-1.4732.5641-3.396L22.999 12l.001.001c0-.5523.4477-1.001 1-1.001.5128 0 .9355.386.9933.8834L25 12v3.4072Z"/><path fill="currentColor" d="M22 1c.5128 0 .9355.386.9933.8834L23 2v2h2c.5128 0 .9355.386.9933.8834L26 5c0 .5128-.386.9355-.8834.9933L25 6h-2v2c0 .5523-.4477 1-1 1-.5128 0-.9355-.386-.9933-.8834L21 8V6h-2c-.5128 0-.9355-.386-.9933-.8834L18 5c0-.5128.386-.9355.8834-.9933L19 4h2V2c0-.5523.4477-1 1-1Zm-1.8953 16.2337C19.8196 17.0812 19.4788 17 19.046 17h-.092c-.4328 0-.7736.0812-1.0587.2337a1.5913 1.5913 0 0 0-.6616.6616c-.1525.2851-.2337.6259-.2337 1.0587v.092c0 .4328.0812.7736.2337 1.0587.1526.2852.3764.509.6616.6616.2851.1525.6259.2337 1.0587.2337h.092c.4328 0 .7736-.0812 1.0587-.2337a1.5913 1.5913 0 0 0 .6616-.6616c.1525-.2851.2337-.6259.2337-1.0587v-.092c0-.4328-.0812-.7736-.2337-1.0587a1.5913 1.5913 0 0 0-.6616-.6616Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path d="M25 15.407h-.002l-.003 2.511c-.041 2.22-.315 3.113-.796 4.012a5.452 5.452 0 0 1-2.269 2.27c-.977.522-1.947.801-4.622.801h-6.616l-.61-.005c-2.22-.041-3.113-.315-4.013-.796a5.452 5.452 0 0 1-2.268-2.269c-.502-.938-.778-1.87-.8-4.309L3 10c.053-2.16.326-3.042.801-3.93A5.452 5.452 0 0 1 6.07 3.8 5.679 5.679 0 0 1 8 3.16V2a1 1 0 0 1 2 0v1.007c.216-.005.447-.007.692-.007H15a1 1 0 0 1 .117 1.993L15 5h-4.591L10 5.007V6a1 1 0 0 1-2 0v-.807c-.381.087-.683.21-.987.372a3.453 3.453 0 0 0-1.448 1.448c-.37.69-.527 1.365-.559 2.986H19A1 1 0 0 1 19 12H5v5.591l.01.57c.039 1.506.198 2.159.555 2.826.337.63.818 1.112 1.448 1.448.746.4 1.473.551 3.396.564h7.182l.57-.009c1.506-.039 2.159-.198 2.826-.555a3.452 3.452 0 0 0 1.448-1.448c.4-.746.551-1.473.564-3.396V12l.001.001a1 1 0 0 1 1.993-.118L25 12v3.407Z M22 1a1 1 0 0 1 .993.883L23 2v2h2a1 1 0 0 1 .993.883L26 5a1 1 0 0 1-.883.993L25 6h-2v2a1 1 0 0 1-1.993.117L21 8V6h-2a1 1 0 0 1-.993-.883L18 5a1 1 0 0 1 .883-.993L19 4h2V2a1 1 0 0 1 1-1Z"/></svg>
@@ -1,12 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
- <title>calendar_outline_28</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="calendar_outline_28">
8
- <rect x="0" y="0" width="28" height="28"></rect>
9
- <path d="M19,1 C19.5522847,1 20,1.44771525 20,2 L20.0007134,3.15981736 C20.840564,3.29343733 21.3843149,3.50927527 21.9305371,3.80139811 C22.9083149,4.32431939 23.6756806,5.09168511 24.1986019,6.06946289 C24.6736814,6.9577844 24.9469986,7.83956959 24.9930333,9.99907027 L25,10 L25,17.3083444 L24.9946707,17.9183846 C24.9538793,20.1381287 24.6796895,21.0309816 24.1986019,21.9305371 C23.6756806,22.9083149 22.9083149,23.6756806 21.9305371,24.1986019 C20.9527593,24.7215232 19.9829006,25 17.3083444,25 L10.6916556,25 L10.0816154,24.9946707 C7.8618713,24.9538793 6.96901844,24.6796895 6.06946289,24.1986019 C5.09168511,23.6756806 4.32431939,22.9083149 3.80139811,21.9305371 C3.29939368,20.9918704 3.02266926,20.060502 3.00133451,17.6212182 L3,10.6916556 L3,10 C3.05300141,7.83956959 3.32631857,6.9577844 3.80139811,6.06946289 C4.32431939,5.09168511 5.09168511,4.32431939 6.06946289,3.80139811 C6.61590733,3.50915642 7.15987843,3.29326172 8.00031181,3.15965432 L8,2 C8,1.44771525 8.44771525,1 9,1 C9.55228475,1 10,1.44771525 10,2 L9.99907027,3.00696674 C10.2165376,3.00233094 10.4469622,3 10.6916556,3 L17.3083444,3 C17.5534172,3 17.7841769,3.00233817 18.0019411,3.00698832 L18,2 C18,1.44771525 18.4477153,1 19,1 Z M22.999,12 L5,12 L5.0009221,17.591291 L5.00977072,18.1601475 C5.04864664,19.667315 5.20790244,20.3195792 5.56502451,20.9873394 C5.90154619,21.6165802 6.38341978,22.0984538 7.01266061,22.4349755 C7.75898085,22.8341119 8.48594441,22.9860867 10.408709,22.9990779 L17.591291,22.9990779 L18.1601475,22.9902293 C19.667315,22.9513534 20.3195792,22.7920976 20.9873394,22.4349755 C21.6165802,22.0984538 22.0984538,21.6165802 22.4349755,20.9873394 C22.8341119,20.2410191 22.9860867,19.5140556 22.9990779,17.591291 L22.999,12 Z M19.0460121,17 C19.478797,17 19.8195548,17.0812224 20.10474,17.2337411 C20.3899252,17.3862598 20.6137402,17.6100748 20.7662589,17.89526 C20.9187776,18.1804452 21,18.521203 21,18.9539879 L21,19.0460121 C21,19.478797 20.9187776,19.8195548 20.7662589,20.10474 C20.6137402,20.3899252 20.3899252,20.6137402 20.10474,20.7662589 C19.8195548,20.9187776 19.478797,21 19.0460121,21 L18.9539879,21 C18.521203,21 18.1804452,20.9187776 17.89526,20.7662589 C17.6100748,20.6137402 17.3862598,20.3899252 17.2337411,20.10474 C17.0812224,19.8195548 17,19.478797 17,19.0460121 L17,18.9539879 C17,18.521203 17.0812224,18.1804452 17.2337411,17.89526 C17.3862598,17.6100748 17.6100748,17.3862598 17.89526,17.2337411 C18.1804452,17.0812224 18.521203,17 18.9539879,17 L19.0460121,17 Z M17.591291,5.0009221 L10.408709,5.0009221 L10,5.006 L10,6 C10,6.55228475 9.55228475,7 9,7 C8.44771525,7 8,6.55228475 8,6 L7.99925005,5.19251184 C7.618557,5.28042372 7.31722055,5.40214407 7.01266061,5.56502451 C6.38341978,5.90154619 5.90154619,6.38341978 5.56502451,7.01266061 C5.19560369,7.70341749 5.03791225,8.37759259 5.00617938,9.99864362 L22.993,10 L22.9902293,9.83985252 C22.9513534,8.33268497 22.7920976,7.68042082 22.4349755,7.01266061 C22.0984538,6.38341978 21.6165802,5.90154619 20.9873394,5.56502451 C20.6828516,5.40218264 20.3815857,5.28048136 20.0010204,5.1925743 L20,6 C20,6.55228475 19.5522847,7 19,7 C18.4477153,7 18,6.55228475 18,6 L18.0023619,5.00619909 C17.8716635,5.00363578 17.7348083,5.00189178 17.591291,5.0009221 Z" id="↳-Icon-Color" fill="currentColor" fill-rule="nonzero"></path>
10
- </g>
11
- </g>
12
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path d="M19 1a1 1 0 0 1 1 1v1.16c.84.133 1.384.35 1.93.641A5.452 5.452 0 0 1 24.2 6.07c.475.889.748 1.77.794 3.93H25v7.308l-.005.61c-.041 2.22-.315 3.113-.796 4.012a5.452 5.452 0 0 1-2.269 2.27c-.977.522-1.947.801-4.622.801h-6.616l-.61-.005c-2.22-.041-3.113-.315-4.013-.796a5.452 5.452 0 0 1-2.268-2.269c-.502-.938-.778-1.87-.8-4.309L3 10.691V10c.053-2.16.326-3.042.801-3.93A5.452 5.452 0 0 1 6.07 3.8 5.679 5.679 0 0 1 8 3.16V2a1 1 0 0 1 2 0v1.007c.216-.005.447-.007.692-.007h6.616c.245 0 .476.002.694.007L18 2a1 1 0 0 1 1-1Zm3.999 11H5v5.591l.01.57c.039 1.506.198 2.159.555 2.826.337.63.818 1.112 1.448 1.448.746.4 1.473.551 3.396.564h7.182l.57-.009c1.506-.039 2.159-.198 2.826-.555a3.452 3.452 0 0 0 1.448-1.448c.4-.746.551-1.473.564-3.396V12Zm-5.408-7H10.41l-.41.007V6a1 1 0 0 1-2 0v-.807c-.381.087-.683.21-.987.372a3.453 3.453 0 0 0-1.448 1.448c-.37.69-.527 1.365-.559 2.986L22.993 10l-.003-.16c-.039-1.507-.198-2.16-.555-2.827a3.452 3.452 0 0 0-1.448-1.448 3.833 3.833 0 0 0-.986-.372L20 6a1 1 0 1 1-2 0l.002-.994-.41-.005Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path d="M21.047 7.16C19.875 8.28 19 9.659 19 11a1 1 0 1 1-2 0c0-2.158 1.35-4.03 2.665-5.286a11.565 11.565 0 0 1 2.021-1.55c.315-.187.622-.344.905-.457.257-.103.584-.207.91-.207.775 0 1.042.675 1.097.852.076.242.089.5.09.69.002.407-.056.907-.122 1.355a26.397 26.397 0 0 1-.27 1.494l.044.107c.107.265.244.64.373 1.094.256.899.49 2.154.348 3.49-.145 1.353-.681 2.8-1.969 3.997-.877.816-2.06 1.476-3.61 1.929.439.575.688 1.247.83 1.972.397 2.025-1.215 3.61-2.932 3.922l-3.195.582L14 25l-.18-.016-3.194-.582c-1.717-.312-3.329-1.897-2.932-3.922.142-.725.391-1.397.83-1.972-1.551-.453-2.733-1.113-3.61-1.929-1.288-1.197-1.824-2.644-1.969-3.998-.143-1.335.092-2.59.348-3.489a10.934 10.934 0 0 1 .417-1.2 26.34 26.34 0 0 1-.27-1.494 9.549 9.549 0 0 1-.122-1.356 2.4 2.4 0 0 1 .09-.69c.055-.177.322-.852 1.098-.852.325 0 .652.104.91.207.281.113.589.27.904.457.63.375 1.345.905 2.02 1.55C9.657 6.971 11.007 8.842 11.007 11a1 1 0 1 1-2 0c0-1.342-.875-2.72-2.047-3.84a9.688 9.688 0 0 0-1.563-1.218l.023.161a24.346 24.346 0 0 0 .305 1.643l.006.027.001.006v.001a1 1 0 0 1-.078.663l-.005.01-.026.056a8.935 8.935 0 0 0-.406 1.13c-.215.758-.388 1.74-.282 2.73.103.97.472 1.937 1.342 2.746.882.82 2.369 1.562 4.862 1.894a1 1 0 0 1 .184 1.94c-.582.194-.926.434-1.151.7-.229.271-.402.645-.514 1.216-.124.63.381 1.397 1.327 1.57l3.019.55 3.02-.55c.945-.173 1.45-.94 1.326-1.57-.112-.57-.285-.945-.514-1.215-.225-.266-.569-.507-1.15-.701a1 1 0 0 1 .183-1.94c2.493-.332 3.98-1.074 4.862-1.894.87-.81 1.238-1.775 1.342-2.746.106-.99-.067-1.972-.282-2.73a8.947 8.947 0 0 0-.406-1.13 3.514 3.514 0 0 0-.026-.056l-.005-.01a1 1 0 0 1-.079-.663l.002-.007.006-.027.023-.106.079-.382a24.377 24.377 0 0 0 .226-1.316 9.689 9.689 0 0 0-1.563 1.219Z M10.136 4.496a1 1 0 0 1 1.368-.36l.916.535c.63.367 1.164.855 1.58 1.425.416-.57.95-1.058 1.58-1.425l.916-.535a1 1 0 1 1 1.008 1.728l-.916.534A3.2 3.2 0 0 0 15 9.162V10a1 1 0 1 1-2 0v-.838a3.2 3.2 0 0 0-1.588-2.764l-.916-.534a1 1 0 0 1-.36-1.368Z M15.5 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M18.315 1.014a1 1 0 0 0-1.153.819l-.46 2.712a1 1 0 0 0 1.972.334l.46-2.712a1 1 0 0 0-.82-1.153Zm7.34 3.412a1 1 0 1 0-1.31-1.512L19.6 7.022a1 1 0 1 0 1.309 1.512l4.746-4.108ZM9.852 12.94l-4.355 3.655a2.774 2.774 0 0 0-.985 1.876 2.705 2.705 0 0 0 .621 1.997 2.705 2.705 0 0 0 1.86.96 2.772 2.772 0 0 0 2.018-.645l4.356-3.654-3.515-4.189Zm5.259 3.156 3.81-.519a.685.685 0 0 0 .59-.613.647.647 0 0 0-.15-.48l-5.863-6.989a.648.648 0 0 0-.305-.202.682.682 0 0 0-.849.447l-1.172 3.662 3.939 4.694Zm-4.553 6 1.339 1.222a.72.72 0 0 0 .541.182.876.876 0 0 0 .587-.289.876.876 0 0 0 .235-.61.72.72 0 0 0-.231-.523l-1.173-1.071-1.298 1.089Zm-1.782 1.081a4.776 4.776 0 0 1-1.949.244 4.705 4.705 0 0 1-3.226-1.667 4.705 4.705 0 0 1-1.08-3.466 4.774 4.774 0 0 1 1.69-3.225l5.044-4.232L10.44 7.13a2.682 2.682 0 0 1 3.347-1.747c.485.151.916.437 1.243.827l5.864 6.989c.474.564.67 1.27.608 1.948a2.686 2.686 0 0 1-2.311 2.412l-3.85.524-1.94 1.627.976.89a2.72 2.72 0 0 1 .882 1.953 2.876 2.876 0 0 1-.757 2.006 2.876 2.876 0 0 1-1.93.937 2.72 2.72 0 0 1-2.024-.701l-1.772-1.618Zm16.718-11.323a1 1 0 1 0 .012-2l-2.672-.016a1 1 0 1 0-.012 2l2.672.016Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path d="M12 8H8v4h4v2.5h-2v6h2v-2h4v2h2v-6h-2V12h4V8h-4v4h-4V8Z"/><path fill-rule="evenodd" d="M3 12.6c0-3.36 0-5.04.654-6.324a6 6 0 0 1 2.622-2.622C7.56 3 9.24 3 12.6 3h2.8c3.36 0 5.04 0 6.324.654a6 6 0 0 1 2.622 2.622C25 7.56 25 9.24 25 12.6v2.8c0 3.36 0 5.04-.654 6.324a6 6 0 0 1-2.622 2.622C20.44 25 18.76 25 15.4 25h-2.8c-3.36 0-5.04 0-6.324-.654a6 6 0 0 1-2.622-2.622C3 20.44 3 18.76 3 15.4v-2.8ZM12.6 5h2.8c1.713 0 2.878.002 3.778.075.877.072 1.325.202 1.638.361a4 4 0 0 1 1.748 1.748c.16.313.29.761.36 1.638.074.9.076 2.065.076 3.778v2.8c0 1.713-.002 2.878-.075 3.778-.072.877-.202 1.325-.361 1.638a4 4 0 0 1-1.748 1.748c-.313.16-.761.29-1.638.36-.9.074-2.065.076-3.778.076h-2.8c-1.713 0-2.878-.002-3.778-.075-.877-.072-1.325-.202-1.638-.361a4 4 0 0 1-1.748-1.748c-.16-.313-.29-.761-.36-1.638C5.001 18.278 5 17.113 5 15.4v-2.8c0-1.713.002-2.878.075-3.778.072-.877.202-1.325.361-1.638a4 4 0 0 1 1.748-1.748c.313-.16.761-.29 1.638-.36C9.722 5.001 10.887 5 12.6 5Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M10 12a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Z M4.544 3.11a1 1 0 0 1 1.04.078l2.201 1.585 2.27-1.592a1 1 0 0 1 1.21.047l1.8 1.484 1.866-1.493a1 1 0 0 1 1.258.007l1.872 1.532 2.384-1.59A1 1 0 0 1 22 4v14h1.084c.38 0 .708 0 1.001.058a3 3 0 0 1 2.357 2.357c.059.293.058.62.058 1.001v.168c0 .38 0 .708-.058 1.001a3 3 0 0 1-2.357 2.357c-.293.059-.62.058-1.001.058H20v-.005h-9.187c-.15.005-.31.005-.48.005H8v-.032a9.78 9.78 0 0 1-.252-.017c-.562-.046-1.078-.145-1.564-.392a4 4 0 0 1-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C4 20.706 4 20.041 4 19.237V4a1 1 0 0 1 .544-.89Zm9.036 19.885H21V23h2c.513 0 .623-.005.695-.02a1 1 0 0 0 .786-.785c.014-.072.019-.182.019-.695 0-.513-.005-.623-.02-.695a1 1 0 0 0-.785-.786C23.623 20.005 23.513 20 23 20h-7.75c-.513 0-.623.005-.695.02a1 1 0 0 0-.786.785c-.014.072-.019.182-.019.695v.084c0 .38 0 .708-.058 1.001a2.95 2.95 0 0 1-.112.41ZM20 18h-4.834c-.38 0-.708 0-1.001.058a3 3 0 0 0-2.357 2.357c-.059.293-.058.62-.058 1.001v.084c0 .513-.005.623-.02.695a1 1 0 0 1-.785.786 1.024 1.024 0 0 1-.166.014H9.8c-.856 0-1.438 0-1.888-.037-.438-.036-.662-.101-.819-.18a2 2 0 0 1-.874-.875c-.08-.156-.144-.38-.18-.819C6 20.634 6 20.052 6 19.195V5.952l1.194.86a1 1 0 0 0 1.158.007l2.228-1.563 1.84 1.516a1 1 0 0 0 1.26.009l1.869-1.495 1.818 1.488a1 1 0 0 0 1.188.058L20 5.869V18Z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M3.296 5c.492 0 .806 0 1.047.019.228.017.318.046.366.067a1 1 0 0 1 .422.354c.03.044.074.127.13.349.06.234.116.543.201 1.027l1.55 8.75c.078.441.146.825.227 1.14.086.337.202.664.41.973a3 3 0 0 0 1.267 1.062c.34.151.683.209 1.029.235.325.024.715.024 1.162.024h5.302c1.843 0 3.045.001 4.097-.408a6 6 0 0 0 2.393-1.703c.732-.86 1.126-1.995 1.73-3.736l.642-1.849c.224-.646.414-1.192.528-1.646.117-.47.186-.96.073-1.461a3 3 0 0 0-1.21-1.802c-.423-.295-.901-.416-1.38-.484-.464-.067-1.042-.097-1.725-.134l-14.44-.77a2.722 2.722 0 0 0-.328-.686A3 3 0 0 0 5.522 3.26a3.03 3.03 0 0 0-1.029-.235C4.168 3 3.778 3 3.331 3H3a1 1 0 0 0 0 2h.296Zm5.68 10.184L7.531 7.03l13.874.74c.74.04 1.227.067 1.592.12.358.05.474.112.52.144a1 1 0 0 1 .403.601c.012.054.026.185-.062.536-.09.357-.25.819-.492 1.518l-.558 1.606c-.7 2.014-.975 2.76-1.432 3.297a4 4 0 0 1-1.596 1.135c-.657.255-1.452.272-3.584.272h-5.055c-.492 0-.806 0-1.047-.019-.228-.017-.318-.046-.366-.067a1 1 0 0 1-.422-.354c-.03-.044-.074-.127-.13-.349a15.63 15.63 0 0 1-.202-1.027Z M7.5 23a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm10 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M3.296 5c.492 0 .806 0 1.047.019.228.017.318.046.366.067a1 1 0 0 1 .422.354c.03.044.074.127.13.349.06.234.116.543.201 1.027l1.55 8.75c.078.441.146.825.227 1.14.086.337.202.664.41.973a3 3 0 0 0 1.267 1.062c.34.151.683.209 1.029.235.325.024.715.024 1.162.024h5.346c1.83 0 3.023.001 4.069-.403a6.001 6.001 0 0 0 2.385-1.683c.732-.85 1.132-1.975 1.744-3.698l.67-1.88c.23-.65.426-1.198.544-1.654.122-.472.195-.963.084-1.468a3 3 0 0 0-1.21-1.814c-.423-.297-.904-.419-1.386-.488-.466-.066-1.049-.097-1.736-.134l-14.5-.772a2.722 2.722 0 0 0-.328-.685A3 3 0 0 0 5.522 3.26a3.03 3.03 0 0 0-1.029-.235C4.168 3 3.778 3 3.331 3H3a1 1 0 0 0 0 2h.296Zm5.68 10.184L7.531 7.03l13.934.742c.744.04 1.236.067 1.603.12.361.05.478.113.523.145a1 1 0 0 1 .403.605c.012.054.025.185-.067.538-.092.36-.257.824-.507 1.526l-.583 1.64c-.71 1.994-.99 2.731-1.447 3.262a4 4 0 0 1-1.59 1.122c-.654.253-1.442.269-3.558.269h-5.101c-.492 0-.806 0-1.047-.019-.228-.017-.318-.046-.366-.067a1 1 0 0 1-.422-.354c-.03-.044-.074-.127-.13-.349a15.63 15.63 0 0 1-.202-1.027Z M7.5 23a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm10 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path d="M9 19.77v.634c0 .33.273.596.61.596h8.78c.337 0 .61-.267.61-.596v-.635C19 17.615 15.669 17 14 17s-5 .615-5 2.77ZM14 16a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z M12.64 2.318a3.085 3.085 0 0 1 2.721 0c.62.304 1.032.883 1.373 1.48.347.608.724 1.433 1.189 2.45l.959 2.099 1.634.23c1.167.164 2.11.297 2.823.463.694.161 1.393.399 1.868.927.652.725.923 1.716.73 2.672-.14.697-.622 1.256-1.137 1.749-.53.505-1.274 1.099-2.195 1.833l-.815.65.74 2.67c.189.684.348 1.26.435 1.735.09.491.128.993-.017 1.496a3.09 3.09 0 0 1-1.347 1.77c-.446.275-.94.373-1.438.417-.48.043-1.078.043-1.787.043H9.604c-.713 0-1.313 0-1.796-.043-.5-.045-.996-.143-1.443-.42A3.09 3.09 0 0 1 5.02 22.76c-.144-.505-.103-1.009-.01-1.502.09-.477.254-1.054.448-1.74l.75-2.65-.811-.647c-.922-.734-1.667-1.328-2.196-1.833-.515-.493-.997-1.053-1.137-1.749a3.085 3.085 0 0 1 .73-2.672c.475-.528 1.174-.766 1.869-.927.712-.166 1.655-.3 2.822-.463l1.634-.23.96-2.1c.464-1.016.841-1.84 1.188-2.449.34-.597.753-1.176 1.373-1.48Zm1.839 1.794a1.085 1.085 0 0 0-.958 0c-.047.024-.21.137-.518.677-.297.52-.637 1.263-1.128 2.336l-1.038 2.272-.007.016c-.03.067-.116.264-.262.427a1.35 1.35 0 0 1-.43.322c-.2.093-.413.12-.486.13l-.016.002-1.822.256c-1.23.173-2.084.294-2.699.437-.642.15-.802.28-.835.317-.23.255-.324.604-.257.94.01.048.081.241.559.697.456.436 1.13.974 2.1 1.749l1 .797.016.012c.069.053.272.21.406.43.11.181.176.386.192.598.02.257-.055.503-.08.585l-.005.02-.818 2.887c-.21.74-.347 1.232-.419 1.61-.07.373-.05.516-.031.582.074.261.243.485.474.628.059.036.19.094.568.128.384.034.894.035 1.664.035h8.682c.766 0 1.273-.001 1.655-.035.375-.033.507-.091.566-.127.23-.142.4-.365.475-.625.019-.066.04-.208-.029-.578-.069-.377-.204-.867-.408-1.605l-.805-2.908-.006-.019a1.66 1.66 0 0 1-.076-.583 1.35 1.35 0 0 1 .193-.594 1.66 1.66 0 0 1 .404-.428l.016-.012 1.001-.798c.971-.775 1.645-1.313 2.102-1.749.477-.456.548-.649.558-.697a1.085 1.085 0 0 0-.257-.94c-.033-.037-.192-.167-.835-.317-.615-.143-1.469-.264-2.699-.437l-1.822-.256-.016-.003a1.645 1.645 0 0 1-.485-.13 1.35 1.35 0 0 1-.43-.32 1.622 1.622 0 0 1-.263-.428l-.007-.016-1.038-2.272c-.49-1.073-.831-1.815-1.128-2.336-.308-.54-.47-.653-.518-.676Z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg fill="none" height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><g fill="currentColor"><path d="m22.0086 24.0539c-.0086.0978-.0086.2139-.0086.4461 0 .2321 0 .3482.0086.4461.0951 1.0877.9575 1.9502 2.0453 2.0453.0979.0086.2139.0086.4461.0086s.3482 0 .4461-.0086c1.0878-.0951 1.9502-.9576 2.0453-2.0453.0086-.0979.0086-.214.0086-.4461 0-.2322 0-.3483-.0086-.4461-.0951-1.0878-.9575-1.9502-2.0453-2.0454-.0979-.0085-.2139-.0085-.4461-.0085s-.3482 0-.4461.0085c-1.0878.0952-1.9502.9576-2.0453 2.0454z"/><path clip-rule="evenodd" d="m10 2.57999c0-.69036.5596-1.25 1.25-1.25s1.25.55964 1.25 1.25v1.4576c.4207-.0203.883-.03245 1.3947-.03628l7.8498-.00132c.6577 0 1.2381.01263 1.7555.0376v-1.4576c0-.69036.5596-1.25 1.25-1.25s1.25.55964 1.25 1.25v1.76179c.7631.17668 1.3342.42021 1.9074.72674 1.3037.69723 2.3268 1.72038 3.0241 3.02408.6085 1.13783.9687 2.2676 1.0506 4.9074h.0179v2.5h-.0011l.0011 6.2444c0 3.5661-.3713 4.8593-1.0685 6.163-.6973 1.3037-1.7204 2.3268-3.0241 3.0241l-.2703.1395c-1.2226.6071-2.5725.929-5.8926.929h-7.489l-.7061-.0053c-3.0383-.0475-4.24299-.4141-5.45678-1.0632-1.30371-.6973-2.32686-1.7204-3.02409-3.0241l-.13959-.2704c-.60709-1.2225-.92894-2.5724-.92894-5.8926v-8.7444h.01794c.08182-2.6398.44208-3.76957 1.05059-4.9074.69723-1.3037 1.72038-2.32685 3.02409-3.02408l.27033-.13959c.48673-.2417.99365-.43819 1.63705-.58715zm13.5 3.95593v1.54407c0 .69035.5596 1.25 1.25 1.25s1.25-.55965 1.25-1.25v-1.13493c.2549.09228.4909.20099.7284.32799.868.46423 1.5343 1.13052 1.9985 1.99855.4799.8973.6986 1.7737.7567 3.7284h-22.9672c.05275-1.7754.23801-2.6612.63113-3.48117l.12553-.24723c.46423-.86803 1.13052-1.53432 1.99855-1.99855.23747-.127.47348-.23571.72839-.32799v1.13493c0 .69035.5596 1.25 1.25 1.25s1.25-.55965 1.25-1.25v-1.54407c.4991-.0247 1.0761-.03593 1.7555-.03593l7.8125.0009c.5416.00311 1.0141.01434 1.432.03503zm-17 15.20848v-6.2444h23v6.2444l-.0036.6315c-.0295 2.4026-.2413 3.3648-.7695 4.3525-.4642.868-1.1305 1.5343-1.9985 1.9985-1.0699.5722-2.1101.7731-4.9839.7731l-7.8125-.0009c-2.6304-.0151-3.6316-.222-4.66039-.7722-.86803-.4642-1.53432-1.1305-1.99855-1.9985-.5722-1.07-.77306-2.1101-.77306-4.984z" fill-rule="evenodd"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="currentColor" viewBox="0 0 36 36"><path fill-rule="evenodd" d="M10 2.58a1.25 1.25 0 1 1 2.5 0v1.458c.42-.02.883-.033 1.395-.037L21.745 4c.657 0 1.238.013 1.755.038V2.58a1.25 1.25 0 1 1 2.5 0v1.762c.763.176 1.334.42 1.907.727a7.27 7.27 0 0 1 3.024 3.024c.609 1.137.97 2.267 1.051 4.907H32v2.5h-.001L32 21.744c0 3.567-.371 4.86-1.069 6.163a7.27 7.27 0 0 1-3.024 3.024l-.27.14c-1.223.607-2.572.929-5.893.929h-7.489l-.706-.005c-3.038-.048-4.243-.414-5.456-1.064a7.27 7.27 0 0 1-3.024-3.024l-.14-.27C4.322 26.414 4 25.065 4 21.744V13h.018c.082-2.64.442-3.77 1.05-4.907a7.27 7.27 0 0 1 3.025-3.024l.27-.14A7.2 7.2 0 0 1 10 4.342V2.58Zm13.5 3.956V8.08a1.25 1.25 0 1 0 2.5 0V6.945c.255.092.49.201.728.328a4.77 4.77 0 0 1 1.999 1.999c.48.897.698 1.773.757 3.728H6.516c.053-1.775.238-2.661.632-3.481l.125-.247a4.77 4.77 0 0 1 1.999-1.999c.237-.127.473-.236.728-.328V8.08a1.25 1.25 0 1 0 2.5 0V6.536c.5-.025 1.076-.036 1.755-.036h7.813c.542.004 1.014.015 1.432.036Zm-17 15.208V15.5h23v6.244l-.004.632c-.03 2.402-.24 3.365-.77 4.352a4.77 4.77 0 0 1-1.998 1.999c-1.07.572-2.11.773-4.984.773h-7.812c-2.63-.016-3.632-.223-4.66-.773a4.77 4.77 0 0 1-1.999-1.999c-.572-1.07-.773-2.11-.773-4.984Z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" fill="none" viewBox="0 0 56 56"><path fill="currentColor" d="M36 39c0-.9319 0-1.3978.1522-1.7654.203-.49.5924-.8794 1.0824-1.0824C37.6022 36 38.0681 36 39 36c.9319 0 1.3978 0 1.7654.1522.49.203.8794.5924 1.0824 1.0824C42 37.6022 42 38.0681 42 39c0 .9319 0 1.3978-.1522 1.7654-.203.49-.5924.8794-1.0824 1.0824C40.3978 42 39.9319 42 39 42c-.9319 0-1.3978 0-1.7654-.1522a2.0005 2.0005 0 0 1-1.0824-1.0824C36 40.3978 36 39.9319 36 39Z"/><path fill="currentColor" fill-rule="evenodd" d="M6 25.2c0-6.7206 0-10.0809 1.308-12.6479a12.0004 12.0004 0 0 1 5.2441-5.2442c1.2145-.6188 2.6065-.9448 4.4479-1.1166V3.5c0-.8284.6716-1.5 1.5-1.5s1.5.6716 1.5 1.5v2.535C21.4782 6 23.1886 6 25.2 6h5.6c2.0114 0 3.7218 0 5.2.035V3.5c0-.8284.6716-1.5 1.5-1.5s1.5.6716 1.5 1.5v2.6913c1.8414.1718 3.2334.4978 4.4479 1.1166a12.0006 12.0006 0 0 1 5.2442 5.2442C50 15.1191 50 18.4794 50 25.2v5.6c0 6.7206 0 10.0809-1.3079 12.6479a12.0007 12.0007 0 0 1-5.2442 5.2442C40.8809 50 37.5206 50 30.8 50h-5.6c-6.7206 0-10.0809 0-12.6479-1.3079a12.0006 12.0006 0 0 1-5.2442-5.2442C6 40.8809 6 37.5206 6 30.8v-5.6ZM30.8 9h-5.6c-2.0791 0-3.7741.0009-5.2.0358V12.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5V9.2062c-1.4755.157-2.3813.4157-3.0859.7747a8.9996 8.9996 0 0 0-3.9332 3.9332c-.4025.7901-.679 1.8331-.8274 3.6486-.059.7222-.0953 1.5246-.1177 2.4373h37.9284c-.0224-.9127-.0587-1.7151-.1177-2.4373-.1484-1.8155-.4249-2.8585-.8274-3.6486a9 9 0 0 0-3.9332-3.9332c-.7046-.359-1.6104-.6177-3.0859-.7747V12.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5V9.0358C34.5741 9.0008 32.8791 9 30.8 9ZM9 25.2v5.6c0 3.4098.0023 5.7868.1535 7.6373.1484 1.8155.4249 2.8585.8274 3.6486a9 9 0 0 0 3.9332 3.9332c.7901.4025 1.8331.679 3.6486.8274C19.4132 46.9977 21.7902 47 25.2 47h5.6c3.4098 0 5.7868-.0023 7.6373-.1535 1.8155-.1484 2.8585-.4249 3.6486-.8274a9.0002 9.0002 0 0 0 3.9332-3.9332c.4025-.7901.679-1.8331.8274-3.6486C46.9977 36.5868 47 34.2098 47 30.8v-5.6c0-.7862-.0001-1.5174-.0022-2.2H9.0022C9.0002 23.6826 9 24.4138 9 25.2Z" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" fill="currentColor" viewBox="0 0 56 56"><path fill-rule="evenodd" d="M6 25.2c0-6.72 0-10.08 1.308-12.648a12 12 0 0 1 5.244-5.244C13.767 6.689 15.16 6.363 17 6.19V3.5a1.5 1.5 0 0 1 3 0v2.535C21.478 6 23.189 6 25.2 6h5.6c2.011 0 3.722 0 5.2.035V3.5a1.5 1.5 0 0 1 3 0v2.691c1.841.172 3.233.498 4.448 1.117a12 12 0 0 1 5.244 5.244C50 15.12 50 18.48 50 25.2v5.6c0 6.72 0 10.08-1.308 12.648a12 12 0 0 1-5.244 5.244C40.88 50 37.52 50 30.8 50h-5.6c-6.72 0-10.08 0-12.648-1.308a12 12 0 0 1-5.244-5.244C6 40.88 6 37.52 6 30.8v-5.6ZM30.8 9h-5.6c-2.08 0-3.774 0-5.2.036V12.5a1.5 1.5 0 0 1-3 0V9.206c-1.476.157-2.381.416-3.086.775a9 9 0 0 0-3.933 3.933c-.403.79-.68 1.833-.827 3.649A43.211 43.211 0 0 0 9.036 20h37.928a43.25 43.25 0 0 0-.117-2.437c-.149-1.816-.425-2.859-.828-3.649a9 9 0 0 0-3.933-3.933c-.705-.36-1.61-.618-3.086-.775V12.5a1.5 1.5 0 0 1-3 0V9.036C34.574 9 32.88 9 30.8 9ZM9 25.2v5.6c0 3.41.002 5.787.154 7.637.148 1.816.424 2.859.827 3.649a9 9 0 0 0 3.933 3.933c.79.403 1.833.68 3.649.828 1.85.15 4.227.153 7.637.153h5.6c3.41 0 5.787-.002 7.637-.154 1.816-.148 2.859-.424 3.649-.827a9 9 0 0 0 3.933-3.933c.403-.79.68-1.833.828-3.649.15-1.85.153-4.227.153-7.637v-5.6c0-.786 0-1.517-.002-2.2H9.002C9 23.683 9 24.414 9 25.2Z" clip-rule="evenodd"/></svg>