@maptiler/geocoding-control 2.0.1 → 2.1.0-rc1

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 (110) hide show
  1. package/MapLibreBasedGeocodingControl.d.ts +1037 -626
  2. package/icons/10pin.svg +4 -1
  3. package/icons/9pin.svg +4 -1
  4. package/icons/alcohol.svg +1 -1
  5. package/icons/alpine_hut.svg +1 -1
  6. package/icons/apartment.svg +4 -1
  7. package/icons/area.svg +1 -5
  8. package/icons/artwork.svg +4 -1
  9. package/icons/beauty.svg +14 -1
  10. package/icons/bicycle_repair_station.svg +18 -1
  11. package/icons/biergarten.svg +4 -1
  12. package/icons/books.svg +14 -1
  13. package/icons/bowl.svg +4 -1
  14. package/icons/bowling_alley.svg +4 -1
  15. package/icons/bus_station.svg +1 -1
  16. package/icons/camping.svg +1 -1
  17. package/icons/car_repair.svg +14 -1
  18. package/icons/car_wash.svg +19 -1
  19. package/icons/cave_entrance.svg +15 -1
  20. package/icons/chalet.svg +1 -1
  21. package/icons/chemist.svg +14 -1
  22. package/icons/church.svg +4 -1
  23. package/icons/community_centre.svg +20 -1
  24. package/icons/firestation.svg +4 -1
  25. package/icons/guest_house.svg +29 -8
  26. package/icons/hotel.svg +1 -1
  27. package/icons/housenumber.svg +19 -14
  28. package/icons/hut.svg +1 -4
  29. package/icons/medical_supply.svg +20 -1
  30. package/icons/memorial.svg +14 -1
  31. package/icons/motel.svg +19 -1
  32. package/icons/post.svg +1 -1
  33. package/icons/post_office.svg +1 -1
  34. package/icons/postal_code.svg +1 -23
  35. package/icons/public_bookcase.svg +14 -1
  36. package/icons/public_building.svg +4 -1
  37. package/icons/shintoist.svg +1 -1
  38. package/icons/street.svg +11 -14
  39. package/icons/vehicle_inspection.svg +18 -1
  40. package/icons/wilderness_hut.svg +1 -1
  41. package/leaflet-controller.js +32 -31
  42. package/leaflet-controller.js.map +1 -1
  43. package/leaflet-controller.umd.js +1 -1
  44. package/leaflet-controller.umd.js.map +1 -1
  45. package/leaflet.d.ts +32 -1
  46. package/leaflet.js +1578 -1402
  47. package/leaflet.js.map +1 -1
  48. package/leaflet.umd.js +3 -3
  49. package/leaflet.umd.js.map +1 -1
  50. package/maplibregl-controller.js +5 -5
  51. package/maplibregl-controller.js.map +1 -1
  52. package/maplibregl-controller.umd.js +1 -1
  53. package/maplibregl-controller.umd.js.map +1 -1
  54. package/maplibregl.d.ts +527 -626
  55. package/maplibregl.js +1709 -1538
  56. package/maplibregl.js.map +1 -1
  57. package/maplibregl.umd.js +3 -3
  58. package/maplibregl.umd.js.map +1 -1
  59. package/maptilersdk.d.ts +527 -626
  60. package/maptilersdk.js +1705 -1534
  61. package/maptilersdk.js.map +1 -1
  62. package/maptilersdk.umd.js +3 -3
  63. package/maptilersdk.umd.js.map +1 -1
  64. package/openlayers-controller.js +5 -4
  65. package/openlayers-controller.js.map +1 -1
  66. package/openlayers-controller.umd.js +1 -1
  67. package/openlayers-controller.umd.js.map +1 -1
  68. package/openlayers.d.ts +32 -1
  69. package/openlayers.js +2009 -1833
  70. package/openlayers.js.map +1 -1
  71. package/openlayers.umd.js +3 -3
  72. package/openlayers.umd.js.map +1 -1
  73. package/package.json +23 -23
  74. package/react.d.ts +27 -1
  75. package/react.js +1284 -1128
  76. package/react.js.map +1 -1
  77. package/react.umd.js +1 -1
  78. package/react.umd.js.map +1 -1
  79. package/style.css +1 -1
  80. package/svelte/FeatureItem.svelte +59 -12
  81. package/svelte/FeatureItem.svelte.d.ts +2 -2
  82. package/svelte/GeocodingControl.svelte +140 -71
  83. package/svelte/GeocodingControl.svelte.d.ts +10 -3
  84. package/svelte/MapLibreBasedGeocodingControl.d.ts +1037 -626
  85. package/svelte/MapLibreBasedGeocodingControl.js +36 -6
  86. package/svelte/leaflet-controller.js +3 -3
  87. package/svelte/leaflet.d.ts +32 -1
  88. package/svelte/leaflet.js +35 -2
  89. package/svelte/maplibregl-controller.js +3 -3
  90. package/svelte/maplibregl.d.ts +527 -626
  91. package/svelte/maptilersdk.d.ts +527 -626
  92. package/svelte/openlayers-controller.js +4 -4
  93. package/svelte/openlayers.d.ts +32 -1
  94. package/svelte/openlayers.js +36 -3
  95. package/svelte/react.d.ts +27 -1
  96. package/svelte/react.js +16 -4
  97. package/svelte/types.d.ts +23 -1
  98. package/svelte/vanilla.d.ts +32 -1
  99. package/svelte/vanilla.js +35 -2
  100. package/types.d.ts +23 -1
  101. package/vanilla.d.ts +32 -1
  102. package/vanilla.js +1153 -978
  103. package/vanilla.js.map +1 -1
  104. package/vanilla.umd.js +1 -1
  105. package/vanilla.umd.js.map +1 -1
  106. package/icons/aerodrome.12.svg +0 -1
  107. package/icons/bus_stop.12.svg +0 -1
  108. package/icons/elevator.12.svg +0 -1
  109. /package/icons/{helipad.16.svg → helipad.svg} +0 -0
  110. /package/icons/{traffic_light.13.svg → traffic_light.svg} +0 -0
package/icons/10pin.svg CHANGED
@@ -1 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M11 0a2 2 0 0 0-2 2c.001.351.323.696.5 1h3c.176-.304.5-.649.5-1a2 2 0 0 0-2-2ZM9.5 4v1h3V4h-3Zm0 2c-.284.575-.651 1.258-.951 2a4.636 4.636 0 0 1-.176 4.318c.205.596.452 1.164.627 1.682h4c.35-1.043 1-2.283 1-3.555C14 8.773 13.076 7.17 12.5 6h-3ZM4 6.055a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM4 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm2 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-2.5.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="bowling" width="15" height="15" version="1.1" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="m11.106 3.1664c0 1.006-0.335 1.857-0.693 2.77-0.414 1.052-0.86 2.185-0.86 3.73 0 2.166 0.687 4.333 1.409 4.333h1.444c0.723 0 1.409-2.166 1.409-4.333 0-1.545-0.446-2.678-0.86-3.73-0.358-0.912-0.693-1.764-0.693-2.77 0-0.722 0.144-0.723 0.144-1.445a0.743 0.743 0 0 0-0.722-0.722 0.743 0.743 0 0 0-0.722 0.722c0 0.723 0.144 0.723 0.144 1.445zm-2.552 6.5c0-1.234 0.254-2.236 0.55-3.091a4.5 4.5 0 1 0-0.17 6.038c-0.237-0.865-0.38-1.91-0.38-2.947zm-3.13-2.546a0.62 0.62 0 1 1-1.24 0 0.62 0.62 0 0 1 1.24 0zm-1 2a0.62 0.62 0 1 1-1.24 0 0.62 0.62 0 0 1 1.24 0zm2 0a0.62 0.62 0 1 1-1.24 0 0.62 0.62 0 0 1 1.24 0z"/>
4
+ </svg>
package/icons/9pin.svg CHANGED
@@ -1 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M11 0a2 2 0 0 0-2 2c.001.351.323.696.5 1h3c.176-.304.5-.649.5-1a2 2 0 0 0-2-2ZM9.5 4v1h3V4h-3Zm0 2c-.284.575-.651 1.258-.951 2a4.636 4.636 0 0 1-.176 4.318c.205.596.452 1.164.627 1.682h4c.35-1.043 1-2.283 1-3.555C14 8.773 13.076 7.17 12.5 6h-3ZM4 6.055a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM4 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm2 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-2.5.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="bowling" width="15" height="15" version="1.1" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="m11.106 3.1664c0 1.006-0.335 1.857-0.693 2.77-0.414 1.052-0.86 2.185-0.86 3.73 0 2.166 0.687 4.333 1.409 4.333h1.444c0.723 0 1.409-2.166 1.409-4.333 0-1.545-0.446-2.678-0.86-3.73-0.358-0.912-0.693-1.764-0.693-2.77 0-0.722 0.144-0.723 0.144-1.445a0.743 0.743 0 0 0-0.722-0.722 0.743 0.743 0 0 0-0.722 0.722c0 0.723 0.144 0.723 0.144 1.445zm-2.552 6.5c0-1.234 0.254-2.236 0.55-3.091a4.5 4.5 0 1 0-0.17 6.038c-0.237-0.865-0.38-1.91-0.38-2.947zm-3.13-2.546a0.62 0.62 0 1 1-1.24 0 0.62 0.62 0 0 1 1.24 0zm-1 2a0.62 0.62 0 1 1-1.24 0 0.62 0.62 0 0 1 1.24 0zm2 0a0.62 0.62 0 1 1-1.24 0 0.62 0.62 0 0 1 1.24 0z"/>
4
+ </svg>
package/icons/alcohol.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M3 0C2 0 2 .467 2 1v2c0 1-2 1-2 3v7c0 .566.467 1 1 1h4c.6 0 1-.4 1-1V6c0-2-2-2-2-3V1c0-.566 0-1-1-1zm4 5c0 3 .471 5 3 5v2c0 .667-1 1-1.5 1-1 0-1.5 0-1.5 1h7c0-1-.5-1-1.5-1-.5 0-1.5-.366-1.5-1v-2c2.471 0 3-2 3-5H7z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="18.6" height="19.8"><path d="M17.1 6.3h-4.8v4.2a2.4 2.4 0 0 0 1.8 2.316V17.1h-.6a.6.6 0 0 0 0 1.2h2.4a.6.6 0 0 0 0-1.2h-.6v-4.284a2.4 2.4 0 0 0 1.8-2.316v-.072zm-1.2 4.2a1.2 1.2 0 1 1-2.4 0v-3h2.4zm-9-6v-.6a.6.6 0 0 0 0-1.2v-.6a.6.6 0 0 0-.6-.6H5.1a.6.6 0 0 0-.6.6v.6a.6.6 0 0 0 0 1.2v.6c0 1.716-3 3.684-3 5.4v7.2a1.2 1.2 0 0 0 1.2 1.2h6a1.32 1.32 0 0 0 1.2-1.2V9.9c0-1.62-3-3.78-3-5.4zM5.7 15.9a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" overflow="visible"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M7 0 0 3.5v2l1.5-.65V14H3V4.2l4-1.7 4 1.7V14h1.5V4.85l1.5.65v-2L7 0Zm-.027 5.049a.704.704 0 1 0-.002 1.408.704.704 0 0 0 .002-1.408ZM5.049 6.187a.199.199 0 0 0-.242.147l-.493 2.041a.2.2 0 0 0 .149.242l.586.14a.198.198 0 0 0 .242-.146l.492-2.039a.203.203 0 0 0-.146-.244l-.588-.14Zm1.719.377c-.574-.014-.72.588-.72.588l-1.487 6.254a.494.494 0 0 0 .96.24l.852-3.519.809 3.498a.494.494 0 0 0 .972-.12.644.644 0 0 0-.008-.109L7.033 8.748l.094-.408.072.322a.32.32 0 0 0 .258.229l1.145.293a.416.416 0 0 0 .07.005.335.335 0 0 0 .338-.335.34.34 0 0 0-.26-.333l-.992-.248-.272-1.107c-.13-.617-.718-.602-.718-.602Zm3.062.715c-.082 0-.143.062-.16.14l-1.182 6.407-.002.01c0 .09.073.162.162.162a.167.167 0 0 0 .163-.14L9.99 7.45v-.01a.16.16 0 0 0-.16-.16Z"/></svg>
1
+ <svg fill="none" height="13" viewBox="0 0 13 13" width="13" xmlns="http://www.w3.org/2000/svg"><g fill="#000"><path d="m12.9322 5.77624-2.93248-2.74625-3.31792-2.760499c-.09451-.099003-.25238-.103859-.35296-.010857l-.011.010857-6.2502689 5.482269c-.0944175.09946-.0892565.25562.0115222.3488.0454687.04204.1052097.06581.1675107.06666l1.753526.02467h10.74897c.1381.00046.2504-.10966.2509-.24595.0002-.06298-.0242-.12375-.0678-.1697z"/><path d="m9.00458 1.18863c0-.549605.44554-.995149.99515-.995149.54957 0 .99517.445543.99517.995149v2.81137l-1.99032-.7613z"/><path clip-rule="evenodd" d="m1.1535 8.19189c0-.55228.44772-1 1-1h9c.5523 0 1 .44772 1 1 0 .55229-.4477 1-1 1h-2.15347c0-.55228-.44771-1-1-1h-1c-.55228 0-1 .44772-1 1h-3.84653c-.55228 0-1-.44771-1-1zm4.84653 2.00001h-3.84653c-.55228 0-1 .4477-1 1s.44772 1 1 1h3.84653zm3 2h2.15347c.5523 0 1-.4477 1-1s-.4477-1-1-1h-2.15347z" fill-rule="evenodd"/></g></svg>
@@ -1 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M.5 3c-.277 0-.5.223-.5.5V11h1V9h12v2h1V5.5a.499.499 0 1 0-1 0V8H1V3.5C1 3.223.777 3 .5 3Zm3 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM6 5v2h6c0-1-1.036-2-2-2H6Z"/><path d="M14 0H0v2h14V0Zm0 12H0v2h14v-2Z" opacity=".5"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="building" width="15" height="15" version="1.1" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M3,2v11h5v-3h3v3h1V2H3z M7,12H4v-2h3V12z M7,9H4V7h3V9z M7,6H4V4h3V6z M11,9H8V7h3V9z M11,6H8V4h3V6z"/>
4
+ </svg>
package/icons/area.svg CHANGED
@@ -1,5 +1 @@
1
- <svg width="16" height="12" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M8.5380631 9.3224c-.603283-2.4222 1.9922899-1.3924 3.2209819 0 .756162.511 1.507072.3248 2.257945.1345 1.957005-.36 1.461761-3.0218 1.379903-3.4492-.277846-.8432-.22161-1.061-1.438908-2.1021-1.073374-.499-2.076717-.1483-2.459486-.4388-.707308-.3481.356589-2.2339-1.187385-2.3689-2.8155432.2884-3.877829.1299-4.0699413-.067C5.1806737.4077 5.0494924.2495 3.7526576.9292 2.1281399 2.1623 2.6536097 3.6656 2.4563998 4.9579 2.1022806 6.3691.48298381 7.3852.49894637 8.137.29432168 10.9376 2.4055325 10.79 2.7724647 11.0813c1.051048.4388 6.4448484.9064 6.6276018-.5853-.0003162-.6497-.7628576-.6939-.8620034-1.1738z"
4
- fill="gray" fill-opacity=".99215686" fill-rule="evenodd" stroke="#000" stroke-width=".97307134" />
5
- </svg>
1
+ <svg fill="none" height="13" viewBox="0 0 17 13" width="17" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m6.91407 1.05313c.04658.03886.06941.05492.08157.06206.039.02292.15162.05815.41013.06175.24574.00343.54565-.02072.9132-.05176.01542-.00131.03094-.00262.04655-.00394.7064-.05977 1.60407-.13573 2.51868-.00275.701.10192 1.2198.29981 1.5229.65591.3339.39232.3013.8423.2212 1.16054-.0399.15869-.0972.30914-.1449.43031-.0096.02443-.0187.04736-.0272.06902-.0256.06439-.0466.11754-.0639.1654.0146.002.0312.00395.0499.00574.101.00967.211.01167.3533.01425.0569.00103.119.00215.1877.0039.4501.01145 1.054.04988 1.6867.34403.7265.33774 1.1179.72562 1.3424 1.2004.1043.22053.1635.44178.2114.63601.01.04058.0195.07984.0287.11817.0374.15489.0711.29451.1205.44444l.0102.03069.006.03173c.0418.21793.202 1.06207.0784 1.91557-.0622.42996-.2011.89846-.495 1.29476-.3004.40524-.7425.70644-1.3475.82164-.8832.2189-1.6978.0118-2.2677-.1401-.2644-.0705-.6552-.147-1.0036-.1673-.1752-.0103-.3191-.0049-.4225.0133-.0502.0089-.0774.0184-.0893.0232-.1019.1161-.1499.1875-.1743.2315-.0215.0386-.0303.0651-.0415.1109-.0039.0161-.0078.033-.012.051-.0333.1451-.0816.3554-.2868.6895-.3038.4949-.7992.8308-1.35174 1.0506-.55493.2208-1.20337.3394-1.87274.3781-1.33528.0772-2.83849-.1594-4.01854-.6423l-.00328-.0013c-.16679-.0696-.33011-.1132-.52497-.1652-.06833-.0182-.14054-.0375-.21814-.0593-.27513-.0772-.60186-.1838-.89803-.4032-.633742-.4695-.946219-1.3034-.939762-2.77495-.004878-.3534.174728-.66798.33884-.90398.150665-.21666.347572-.44665.536852-.66775.02816-.03289.05615-.06558.08379-.098.4492-.52688.8573-1.04379 1.00704-1.61087.0322-.23608.00751-.48149-.03693-.78471-.00569-.03882-.01179-.07901-.01808-.1204-.0412-.27134-.09027-.59444-.08221-.92361.00977-.3991.10115-.82094.36556-1.25629.25979-.42772.67012-.84143 1.2758-1.25741l.02135-.01466.02275-.01238c.92321-.502318 1.59636-.599927 2.13831-.426024.26176.083994.45368.220115.5924.332151.04016.032434.0882.073367.1253.104983.01749.0149.03255.02773.0432.03663zm-2.39852.81834c-.51479.35664-.80307.66942-.96588.93749-.16042.26413-.2144.50981-.22057.76166-.00575.23484.02851.46329.07009.74057.00651.04338.01319.08796.01993.13394.04692.32009.09422.70062.03273 1.10359l-.00356.02335-.00575.02291c-.20953.83498-.78314 1.5248-1.22199 2.03953-.02972.03485-.05872.06877-.087.10185-.19407.22697-.35393.41394-.47361.58604-.14492.20839-.16035.29994-.15993.31937l.00027.01308h-.00017c-.00677 1.37475.29201 1.79195.53499 1.97195.14258.1057.32117.1734.57305.2441.0492.0138.10312.0281.16046.0433.20803.0553.46098.1225.696.2204 1.03231.422 2.38454.6379 3.58051.5688.59656-.0345 1.13297-.1388 1.5608-.309.43022-.1711.71547-.3942.86921-.6446.12019-.1958.14004-.2828.16575-.3956.0043-.0189.00878-.0385.01391-.0595.02455-.1002.06036-.2179.13871-.35889.07401-.13319.177-.27116.3195-.43088.1868-.20947.4487-.28815.644-.32269.2099-.03713.4395-.03956.655-.02698.4329.02528.8923.11662 1.2029.1994.5765.15368 1.1681.28814 1.7804.13295l.0161-.00407.0163-.003c.3651-.06716.5897-.23193.7415-.43675.1612-.21739.2603-.50855.3086-.84246.0934-.64476-.0199-1.31349-.0651-1.55393-.058-.18122-.1002-.35681-.1361-.50557-.0082-.03439-.0162-.06734-.0239-.0986-.0455-.18486-.0857-.32349-.1444-.4478-.1016-.21488-.2908-.45645-.8599-.72104-.4407-.20486-.8751-.24058-1.2907-.25115-.0462-.00118-.0946-.00204-.144-.00292-.1567-.0028-.3241-.00579-.4669-.01946-.174-.01668-.4078-.05492-.6109-.19274-.2044-.11546-.3367-.3033-.374-.53066-.0326-.19795.0148-.38454.0522-.5055.033-.1066.0789-.22206.1174-.31894.0075-.01873.0146-.03676.0214-.0539.0463-.11776.0826-.21673.1056-.3081.0458-.18188.016-.23455-.0129-.26846-.0597-.07013-.2694-.22202-.9053-.31447-.79994-.11632-1.60055-.04869-2.32837.0128l-.0088.00074c-.35417.02991-.70661.05946-1.01129.05522-.29191-.00407-.62778-.03788-.90279-.19947-.08603-.05055-.16047-.11039-.21571-.15649-.02896-.02417-.05108-.04311-.07129-.06042-.02763-.02366-.05169-.04426-.08477-.07098-.09403-.07594-.1749-.12754-.26964-.15794-.16945-.05437-.53875-.08735-1.33209.33992z" fill="#000" fill-rule="evenodd"/></svg>
package/icons/artwork.svg CHANGED
@@ -1 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21"><path d="m13.71 7-2.86-2.85a.5.5 0 0 0-.707-.003l-.003.003L7.29 7H4.5a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5ZM10.5 5.21 12.29 7H8.71ZM16 16H5V8h11Zm-8-5a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm7 4H7.5L9 12l1.25 2.5L12.5 10Z" overflow="visible"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="art_gallery" width="15" height="15" version="1.1" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="m10.71 3.999-2.86-2.85c-0.1945-0.1961-0.511-0.1974-0.7071-0.0029l-2.8529 2.8529h-2.79c-0.2761 0-0.5 0.2239-0.5 0.5v9c0 0.2761 0.2239 0.5 0.5 0.5h12c0.2761 0 0.5-0.2239 0.5-0.5v-9c0-0.2761-0.2239-0.5-0.5-0.5zm-3.21-1.79 1.79 1.79h-3.58zm5.5 10.79h-11v-8h11zm-8-5c-0.5523 0-1-0.4477-1-1s0.4477-1 1-1 1 0.4477 1 1-0.4477 1-1 1zm7 4h-7.5l1.5-3 1.25 2.5 2.25-4.5z"/>
4
+ </svg>
package/icons/beauty.svg CHANGED
@@ -1 +1,14 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M5 0C4 0 3 .469 2 1.469s-2 2-2 3c.667 0 1.333.375 2 .375 1.524 0 1.934-1.31 3-2.375.539-.351.99-.707 2.469-.531C9.029 2.27 12 3.46 14 4.874c-1.609-1.65-3.49-3.464-6-4.406C7-.026 6 0 5 0zm7.344 5.156-4.031 1.75c-3.34.548-7.178-.735-7.063-.593.045.054.082.101.125.156V6.5L0 10l2.594-2L3 12l1.969-3.188c.182.032.358.073.562.094L7 12l1.094-3.094c.337-.059.636-.171.937-.281L11 11l.031-3.656c.057-.059.102-.127.156-.188L14 9l-1.875-3.281c.08-.181.16-.377.219-.563z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="14"
4
+ height="14"
5
+ version="1.1"
6
+ id="svg1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:svg="http://www.w3.org/2000/svg">
9
+ <defs
10
+ id="defs1" />
11
+ <path
12
+ d="m 5,1.0001179 c -1,0 -2,0.469 -3,1.469 -1,1 -2,2 -2,3 0.667,0 1.333,0.375 2,0.375 1.524,0 1.934,-1.31 3,-2.375 0.539,-0.351 0.99,-0.707 2.469,-0.531 1.56,0.332 4.531,1.522 6.531,2.936 -1.609,-1.65 -3.49,-3.464 -6,-4.406 -1,-0.49399999 -2,-0.468 -3,-0.468 z m 7.344,5.156 -4.031,1.75 c -3.34,0.548 -7.178,-0.735 -7.063,-0.593 0.045,0.054 0.082,0.101 0.125,0.156 v 0.031 L 0,11.000118 2.594,9.0001179 3,13.000118 4.969,9.8121179 c 0.182,0.032 0.358,0.073 0.562,0.094 L 7,13.000118 8.094,9.9061179 c 0.337,-0.059 0.636,-0.171 0.937,-0.281 L 11,12.000118 11.031,8.3441179 c 0.057,-0.059 0.102,-0.127 0.156,-0.188 L 14,10.000118 12.125,6.7191179 c 0.08,-0.181 0.16,-0.377 0.219,-0.563 z"
13
+ id="path1" />
14
+ </svg>
@@ -1 +1,18 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M2.744 0C2.034 0 1.374.412 1 1h2.37l.622 1-.623 1H1.002c.374.588 1.033.999 1.742 1 .758 0 1.412-.404 1.768-1h4.666c.355.596 1.01 1 1.77 1C12.08 4 13 3.105 13 2s-.919-2-2.053-2c-.758 0-1.414.404-1.77 1H4.513c-.356-.596-1.01-1-1.768-1Zm7.578 1h1.25l.623 1-.623 1h-1.25L9.7 2l.623-1Zm-2.34 4.451.032.998.965.563v.998H4.99v-.998h.498c.998 0 .998-.998 0-.998H3.494c-.997 0-.997.998 0 .998h.498v.998l-.56 1.373c-.042-.002-.083 0-.125 0A2.316 2.316 0 0 0 1 11.69 2.316 2.316 0 0 0 3.307 14a2.316 2.316 0 0 0 2.306-2.309c0-.24-.055-.469-.125-.687h1.496l2.15-1.996.282.719a2.362 2.362 0 0 0-1.06 1.964A2.316 2.316 0 0 0 10.661 14C11.93 14 13 12.96 13 11.691c0-1.268-1.07-2.308-2.338-2.308-.042 0-.083-.002-.125 0l-.56-1.373V6.637L7.982 5.45ZM4.834 9.008h3.104l-1.303 1.248H5.084c-.153-.188-.328-.397-.531-.53l.281-.718Zm-1.527 1.498c.66 0 1.183.524 1.183 1.185 0 .662-.523 1.186-1.183 1.186a1.176 1.176 0 0 1-1.184-1.186c0-.661.523-1.185 1.184-1.185Zm7.355 0c.66 0 1.186.524 1.186 1.185 0 .662-.525 1.186-1.186 1.186-.66 0-1.152-.524-1.152-1.186 0-.661.491-1.185 1.152-1.185Z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="14"
4
+ height="14"
5
+ version="1.1"
6
+ id="svg1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:svg="http://www.w3.org/2000/svg">
9
+ <defs
10
+ id="defs1" />
11
+ <path
12
+ d="m 6.9999299,5.2182751 c -0.50708,-0.0075 -0.50708,0.7572 0,0.75 h 1.125 v 0.9492 l -2.102,1.7505002 -0.73102,-1.9497002 h 0.20805 c 0.50708,0.0075 0.50708,-0.7572 0,-0.75 h -1.5 c -0.50708,-0.0075 -0.50708,0.7572 0,0.75 h 0.48922 l 0.66802,1.7812002 c -0.35085,-0.17445 -0.74032,-0.28125 -1.1572,-0.28125 -1.4453,0 -2.625,1.1797 -2.625,2.6249997 0,1.4453 1.1797,2.625 2.625,2.625 1.4453,0 2.625,-1.1797 2.625,-2.625 0,-0.50242 -0.15022,-0.9683197 -0.39698,-1.3681997 l 2.1152,-1.7622 0.34718,0.87015 c -0.78188,0.45548 -1.3154,1.2936 -1.3154,2.2601997 0,1.4453 1.1797,2.625 2.6250001,2.625 1.4453,0 2.625,-1.1797 2.625,-2.625 0,-1.4452997 -1.1797,-2.6249997 -2.625,-2.6249997 -0.2123201,0 -0.4158001,0.03255 -0.6138001,0.08055 l -0.5112,-1.2788002 v -1.4267 c 0,-0.20708 -0.16792,-0.375 -0.375,-0.375 z m -3,3.7500002 c 0.44422,0 0.8457,0.15892 1.166,0.41452 l -1.4062,1.1718997 c -0.38317,0.32048 0.09585,0.89588 0.48045,0.57712 l 1.4062,-1.1718997 c 0.14115,0.2638497 0.22852,0.5616797 0.22852,0.8833497 0,1.04 -0.83505,1.875 -1.875,1.875 -1.04,0 -1.875,-0.83505 -1.875,-1.875 0,-1.0399497 0.83497,-1.8749997 1.875,-1.8749997 z m 6.0000002,0 c 1.0399999,0 1.8749999,0.83505 1.8749999,1.8749997 0,1.03995 -0.83505,1.875 -1.8749999,1.875 -1.0399002,0 -1.8750002,-0.83505 -1.8750002,-1.875 0,-0.65775 0.3351,-1.2315997 0.84375,-1.5658997 l 0.68265,1.7049997 c 0.1845,0.46732 0.8853001,0.18758 0.6972701,-0.27832 L 9.6674499,9.0019553 c 0.10815,-0.0192 0.21855,-0.033675 0.3324702,-0.033675 z"
13
+ id="path2" />
14
+ <path
15
+ d="m 12.850641,2.300718 v 0.9000292 c -0.0045,0.5012002 -0.414126,0.9040231 -0.91533,0.9000293 H 5.0626869 C 4.0080822,5.479599 1.8634585,5.2329772 1.1493595,3.6507619 H 3.3994327 V 1.8507033 H 1.1493595 C 1.8634585,0.268488 4.0080822,0.0218662 5.0626869,1.4006887 H 11.93441 c 0.501205,-0.004 0.910875,0.3988291 0.91533,0.9000293 z"
16
+ id="path1"
17
+ style="stroke-width:0.900029" />
18
+ </svg>
@@ -1 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M3 0C2 0 1 1 1 2v10c0 1-1 2-1 2h11s-1-1-1-2h3c1 0 1-1 1-1V5c0-1-1-2-2-2h-2V2c0-1.24-.736-2-2-2H3Zm1 1h3c1.381 0 2 .353 2 1-3 0-5.145.198-5 3 0 2-2 2-2 0V3c0-1.503.497-2 2-2Zm6 3.5h1c.69 0 1.5.027 1.5 1.5v4.5H10v-6ZM2 12h7v1H2v-1Z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="beer" width="15" height="15" version="1.1" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="m3.126 9.2844v-2.3328c0-0.55404-0.01458-1.0643-0.34992-1.5892-0.59778-0.91854 0.05832-2.1433 1.1664-2.3328 0.26244-0.04374 0.42282-0.1458 0.56862-0.34992 0.2916-0.40824 0.729-0.59778 1.2393-0.56862 0.23328 0.01458 0.39366-0.02916 0.5832-0.16038 0.97686-0.64152 2.2307-0.27702 2.741 0.78732 0.08748 0.17496 0.17496 0.30618 0.39366 0.39366 1.1081 0.4374 1.3997 1.735 0.61236 2.639-0.08748 0.10206-0.27702 0.16038-0.18954 0.32076 0.0729 0.1458 0.24786 0.10129 0.37908 0.10129 0.32467-0.00495 0.64152-0.042969 0.96228-0.013809 0.69984 0.08748 1.181 0.5832 1.1956 1.283 0.02916 0.9477 0.02916 1.8954 0 2.8431-0.01458 0.74358-0.56862 1.2539-1.3414 1.2976-0.30618 0.01458-0.61236 0.01458-0.91854 0-0.23328-0.01458-0.34992 0.04374-0.30618 0.2916v0.04374c-0.02916 1.3851-0.05832 1.4288-1.4726 1.4288h-4.3157c-0.71442 0-0.96228-0.24786-0.96228-0.96228 0-1.0498 0.01458-2.0849 0.01458-3.1201zm3.7762-3.922c0.6561 0 1.3122 0.01458 1.9683-0.01458 0.45198-0.01458 0.74358-0.32076 0.74358-0.71442s-0.24786-0.68526-0.67068-0.71442c-0.40824-0.02916-0.53946-0.24786-0.62694-0.59778-0.18954-0.78732-1.0643-1.0498-1.633-0.49572-0.26244 0.26244-0.5103 0.32076-0.86022 0.20412-0.32076-0.10206-0.61236 0.04374-0.68526 0.3645-0.11664 0.49572-0.3645 0.6561-0.86022 0.53946-0.2916-0.0729-0.53946 0.08748-0.69984 0.33534-0.1458 0.23328-0.20412 0.52488 0 0.729 0.2187 0.23328 0.2187 0.48114 0.2187 0.75816v1.006c0 0.27702 0.13122 0.48114 0.42282 0.49572 0.32076 0.01458 0.46656-0.18954 0.48114-0.49572 0.01458-0.33534 0.02916-0.67068 0-1.006s0.10206-0.40824 0.40824-0.39366c0.59778 0.02916 1.1956 0 1.7933 0zm2.9743 3.4846v0.55404c0 1.006 0 0.99144 1.0206 0.96228 0.24786-0.01458 0.30618-0.08748 0.30618-0.32076-0.01458-0.55404 0-1.0935 0-1.6475 0-1.0352 0-1.0352-1.0352-1.006-0.26244 0-0.2916 0.10206-0.2916 0.32076 0.01458 0.37908 0 0.75816 0 1.1372z"/>
4
+ </svg>
package/icons/books.svg CHANGED
@@ -1 +1,14 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M2.592.877A1.844 1.844 0 0 0 2 1v8s3.188-.125 4 3V3.6C5.38 2.294 3.981.82 2.592.877ZM6 12c-2.063-1.594-5-2-5-2V2.4L0 2v9l6 2h2l6-2V2l-1 .4v8L8 12a2.95 2.95 0 0 0-2 0Zm6-11C10.008.893 7.707 2.09 6.5 3.12v8.464c1.115-.925 3.114-2.141 5.5-2.385V1Z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="14"
4
+ height="14"
5
+ version="1.1"
6
+ id="svg1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:svg="http://www.w3.org/2000/svg">
9
+ <defs
10
+ id="defs1" />
11
+ <path
12
+ d="M 2.592,0.93930137 A 1.844,1.844 0 0 0 2,1.0623014 v 8 c 0,0 3.188,-0.125 4,2.9999996 V 3.6623014 C 5.38,2.3563014 3.981,0.88230137 2.592,0.93930137 Z M 6,12.062301 c -2.063,-1.594 -5,-2 -5,-2 V 2.4623014 l -1,-0.4 v 8.9999996 l 6,2 h 2 l 6,-2 V 2.0623014 l -1,0.4 v 7.9999996 l -5,1.6 a 2.95,2.95 0 0 0 -2,0 z M 12,1.0623014 c -1.992,-0.10700003 -4.293,1.09 -5.5,2.12 v 8.4639996 c 1.115,-0.925 3.114,-2.1409996 5.5,-2.3849996 z"
13
+ id="path1" />
14
+ </svg>
package/icons/bowl.svg CHANGED
@@ -1 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M11 0a2 2 0 0 0-2 2c.001.351.323.696.5 1h3c.176-.304.5-.649.5-1a2 2 0 0 0-2-2ZM9.5 4v1h3V4h-3Zm0 2c-.284.575-.651 1.258-.951 2a4.636 4.636 0 0 1-.176 4.318c.205.596.452 1.164.627 1.682h4c.35-1.043 1-2.283 1-3.555C14 8.773 13.076 7.17 12.5 6h-3ZM4 6.055a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM4 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm2 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-2.5.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="bowling" width="15" height="15" version="1.1" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="m11.106 3.1664c0 1.006-0.335 1.857-0.693 2.77-0.414 1.052-0.86 2.185-0.86 3.73 0 2.166 0.687 4.333 1.409 4.333h1.444c0.723 0 1.409-2.166 1.409-4.333 0-1.545-0.446-2.678-0.86-3.73-0.358-0.912-0.693-1.764-0.693-2.77 0-0.722 0.144-0.723 0.144-1.445a0.743 0.743 0 0 0-0.722-0.722 0.743 0.743 0 0 0-0.722 0.722c0 0.723 0.144 0.723 0.144 1.445zm-2.552 6.5c0-1.234 0.254-2.236 0.55-3.091a4.5 4.5 0 1 0-0.17 6.038c-0.237-0.865-0.38-1.91-0.38-2.947zm-3.13-2.546a0.62 0.62 0 1 1-1.24 0 0.62 0.62 0 0 1 1.24 0zm-1 2a0.62 0.62 0 1 1-1.24 0 0.62 0.62 0 0 1 1.24 0zm2 0a0.62 0.62 0 1 1-1.24 0 0.62 0.62 0 0 1 1.24 0z"/>
4
+ </svg>
@@ -1 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M11 0a2 2 0 0 0-2 2c.001.351.323.696.5 1h3c.176-.304.5-.649.5-1a2 2 0 0 0-2-2ZM9.5 4v1h3V4h-3Zm0 2c-.284.575-.651 1.258-.951 2a4.636 4.636 0 0 1-.176 4.318c.205.596.452 1.164.627 1.682h4c.35-1.043 1-2.283 1-3.555C14 8.773 13.076 7.17 12.5 6h-3ZM4 6.055a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM4 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm2 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-2.5.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="bowling" width="15" height="15" version="1.1" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="m11.106 3.1664c0 1.006-0.335 1.857-0.693 2.77-0.414 1.052-0.86 2.185-0.86 3.73 0 2.166 0.687 4.333 1.409 4.333h1.444c0.723 0 1.409-2.166 1.409-4.333 0-1.545-0.446-2.678-0.86-3.73-0.358-0.912-0.693-1.764-0.693-2.77 0-0.722 0.144-0.723 0.144-1.445a0.743 0.743 0 0 0-0.722-0.722 0.743 0.743 0 0 0-0.722 0.722c0 0.723 0.144 0.723 0.144 1.445zm-2.552 6.5c0-1.234 0.254-2.236 0.55-3.091a4.5 4.5 0 1 0-0.17 6.038c-0.237-0.865-0.38-1.91-0.38-2.947zm-3.13-2.546a0.62 0.62 0 1 1-1.24 0 0.62 0.62 0 0 1 1.24 0zm-1 2a0.62 0.62 0 1 1-1.24 0 0.62 0.62 0 0 1 1.24 0zm2 0a0.62 0.62 0 1 1-1.24 0 0.62 0.62 0 0 1 1.24 0z"/>
4
+ </svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M1.568.002c-.156 0-.3.014-.435.039h11.76a2.352 2.352 0 0 0-.436-.039S1.564-.002 1.568.002Zm12.418 1.309v11.441c.009-.083.014-.17.014-.262V1.576c0-.093-.005-.18-.014-.265ZM7 .46c-1.205.01-2.84.35-3.521.635-.691.288-1.151.575-1.295 1.295l-.52 3.994v5.502h.895v.861c0 1.051 1.537 1.051 1.537 0v-.861h5.806v.861c0 1.051 1.54 1.051 1.54 0v-.861h.894V6.385l-.52-3.994c-.144-.721-.604-1.007-1.296-1.295C9.839.812 8.205.472 7 .463ZM4.805 1.469h4.388c.432 0 .432.648 0 .648H4.807c-.433 0-.433-.646-.002-.648ZM3.639 2.77h6.72c.457 0 .578.234.633.586l.404 2.897c.037.278-.042.55-.425.55H3.03c-.383 0-.464-.272-.426-.55l.403-2.897c.055-.352.174-.586.63-.586Zm-.31 5.915a.739.739 0 0 1 0 1.476.739.739 0 1 1 0-1.476Zm7.343 0a.739.739 0 0 1 0 1.476.739.739 0 1 1 0-1.476Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="19" height="19"><path d="M6 2c-1.364 0-3 .743-3 2.746V14s0 1 1 1v1s0 1 1 1 1-1 1-1v-1h7v1s0 1 1 1 1-1 1-1v-1s1 0 1-1V4.746C16 2.701 14.764 2 13.4 2Zm.25 1.5h6.5c.139 0 .25.111.25.25s-.111.25-.25.25h-6.5A.249.249 0 0 1 6 3.75c0-.139.111-.25.25-.25ZM5 5h9c1 0 1 .967 1 .967V9s0 1-1 1H5c-1 0-1-1-1-1V6s0-1 1-1Zm0 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm9 0a1 1 0 1 1 0 2 1 1 0 1 1 0-2z" overflow="visible"/></svg>
package/icons/camping.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M14 14 8 3l1-3H8L7 2 6 0H5l1 3-6 11h14ZM7 7l3 6H4l3-6Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="19.801" height="16.803"><path d="m9.35 1.953-6.05 9.9h-.55c-1.1 0-1.1 1.1-1.1 1.1v1.1s0 1.1 1.1 1.1h14.3c1.1 0 1.1-1.1 1.1-1.1v-1.1s0-1.1-1.1-1.1h-.55l-6.05-9.9c-.22-.44-.88-.44-1.1 0zm.55 3.85 3.52 6.05H6.27Z" overflow="visible"/></svg>
@@ -1 +1,14 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16.823" height="17.959"><path d="m13.923 10.159-1.1-2.2a1.05 1.05 0 0 0-.9-.5h-6.2a1.05 1.05 0 0 0-.9.5l-1.1 2.2-1.24 1.152a.5.5 0 0 0-.16.367v4.28a.5.5 0 0 0 .5.5h2c.2 0 .5-.2.5-.4v-.6h7v.5c0 .2.2.5.4.5h2.1a.5.5 0 0 0 .5-.5v-4.28a.5.5 0 0 0-.16-.367zm-8.1-1.7h6l1 2h-8Zm.5 4.6c0 .2-.3.4-.5.4h-2.1c-.2 0-.4-.3-.4-.5v-1.1c.1-.3.3-.5.6-.4l2 .4c.2 0 .4.3.4.5zm8-.1c0 .2-.2.5-.4.5h-2.1c-.2 0-.5-.2-.5-.4v-.7c0-.2.2-.5.4-.5l2-.4c.3-.1.5.1.6.4zm1-9.5v1a1.009 1.009 0 0 1-1.017 1H6.67a2.549 2.549 0 0 1-4.348-.5h2.5v-2h-2.5a2.549 2.549 0 0 1 4.348-.5h7.635a1.009 1.009 0 0 1 1.017 1z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="16.823"
4
+ height="17.959"
5
+ version="1.1"
6
+ id="svg1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:svg="http://www.w3.org/2000/svg">
9
+ <defs
10
+ id="defs1" />
11
+ <path
12
+ d="m 13.512,10.159 -1.1,-2.2 a 1.05,1.05 0 0 0 -0.9,-0.5 H 5.3119998 a 1.05,1.05 0 0 0 -0.9,0.5 l -1.1,2.2 -1.24,1.152 a 0.5,0.5 0 0 0 -0.16,0.367 v 4.28 a 0.5,0.5 0 0 0 0.5,0.5 h 2 c 0.2,0 0.5,-0.2 0.5,-0.4 v -0.6 H 11.912 v 0.5 c 0,0.2 0.2,0.5 0.4,0.5 h 2.1 a 0.5,0.5 0 0 0 0.5,-0.5 v -4.28 a 0.5,0.5 0 0 0 -0.16,-0.367 z M 5.4119998,8.459 H 11.412 l 1,2 H 4.4119998 Z m 0.5,4.6 c 0,0.2 -0.3,0.4 -0.5,0.4 h -2.1 c -0.2,0 -0.4,-0.3 -0.4,-0.5 v -1.1 c 0.1,-0.3 0.3,-0.5 0.6,-0.4 l 2,0.4 c 0.2,0 0.4,0.3 0.4,0.5 z M 13.912,12.959 c 0,0.2 -0.2,0.5 -0.4,0.5 h -2.1 c -0.2,0 -0.5,-0.2 -0.5,-0.4 v -0.7 c 0,-0.2 0.2,-0.5 0.4,-0.5 l 2,-0.4 c 0.3,-0.1 0.5,0.1 0.6,0.4 z m 1,-9.5 v 1 a 1.009,1.009 0 0 1 -1.017,1 H 6.2589998 a 2.549,2.549 0 0 1 -4.348,-0.5 h 2.5 v -2 h -2.5 a 2.549,2.549 0 0 1 4.348,-0.5 H 13.894 a 1.009,1.009 0 0 1 1.017,1 z"
13
+ id="path1" />
14
+ </svg>
@@ -1 +1,19 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M5 2 3 5H2l2-3h1Zm4 0 2 3h1l-2-3H9ZM6.5 2h1v3h-1V2ZM6 0 4 1h6L8 0H6ZM4 6 3 9c-.473 0-1 .384-1 1v3h1s0 1 1 1 1-1 1-1h4s0 1 1 1 1-1 1-1h1v-3c0-.52-.455-1-1-1l-1-3H4Zm1 1h4l.625 2h-5.25L5 7Zm-1 3.25a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm6 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Z" clip-rule="evenodd"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="14"
4
+ height="14"
5
+ version="1.1"
6
+ id="svg1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:svg="http://www.w3.org/2000/svg">
9
+ <defs
10
+ id="defs1" />
11
+ <path
12
+ d="M 5,2 3,5 H 2 L 4,2 Z m 4,0 2,3 h 1 L 10,2 Z M 6.5,2 h 1 v 3 h -1 z M 6,0 4,1 h 6 L 8,0 Z"
13
+ clip-rule="evenodd"
14
+ id="path1" />
15
+ <path
16
+ d="M 10.95571,8.458841 10.102518,6.7524558 C 9.9535235,6.5101468 9.6888995,6.3631328 9.4044515,6.3646408 h -4.808903 c -0.284449,-0.0015 -0.549073,0.145506 -0.698067,0.387815 l -0.853193,1.7063852 -0.96178,0.893525 c -0.07921,0.07346 -0.124186,0.176628 -0.124101,0.284657 v 3.319694 c 0,0.214184 0.173631,0.387815 0.387815,0.387815 h 1.551259 c 0.155126,0 0.387815,-0.155126 0.387815,-0.310252 v -0.465378 h 5.429407 v 0.387815 c 0,0.155126 0.155126,0.387815 0.3102515,0.387815 h 1.628822 c 0.214184,0 0.387815,-0.173631 0.387815,-0.387815 V 9.637023 c 8.5e-5,-0.108029 -0.04489,-0.211197 -0.124101,-0.284657 z M 4.6731115,7.140271 h 4.653777 L 10.102518,8.69153 H 3.8974815 Z m 0.387814,3.567896 c 0,0.155126 -0.232689,0.310252 -0.387814,0.310252 h -1.628823 c -0.155126,0 -0.310251,-0.232689 -0.310251,-0.387815 V 9.777411 c 0.07756,-0.232688 0.232688,-0.387814 0.465377,-0.310251 l 1.551259,0.310251 c 0.155126,0 0.310252,0.232689 0.310252,0.387815 z m 6.2050365,-0.07756 c 0,0.155126 -0.155126,0.387815 -0.310252,0.387815 H 9.3268885 c -0.155126,0 -0.387815,-0.155126 -0.387815,-0.310252 v -0.542941 c 0,-0.155126 0.155126,-0.387815 0.310252,-0.387815 L 10.800584,9.467163 c 0.232689,-0.07756 0.387815,0.07756 0.465378,0.310251 z m 0.77563,-7.3684813 h -7.76e-4 z"
17
+ id="path1-8"
18
+ style="stroke-width:0.77563" />
19
+ </svg>
@@ -1 +1,15 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M3 10c0-1 2-4 3.976-4C9 6 11 9 11 10H3Zm4-7c-3 0-7 4-7 7h1c0-3 4-6 6-6s6 3 6 6h1c0-3-4-7-7-7Z" clip-rule="evenodd"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="14"
4
+ height="14"
5
+ version="1.1"
6
+ id="svg1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:svg="http://www.w3.org/2000/svg">
9
+ <defs
10
+ id="defs1" />
11
+ <path
12
+ d="m 3,10.5 c 0,-1 2,-4 3.976,-4 C 9,6.5 11,9.5 11,10.5 Z m 4,-7 c -3,0 -7,4 -7,7 h 1 c 0,-3 4,-6 6,-6 2,0 6,3 6,6 h 1 c 0,-3 -4,-7 -7,-7 z"
13
+ clip-rule="evenodd"
14
+ id="path1" />
15
+ </svg>
package/icons/chalet.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="gray" fill-opacity=".991" d="M10.297 5.378 7.994 8.024v3.198H5.398v-.215l-1.515 1.742 9.49.018z"/><path d="M4.242.733 0 4.593h.49v6.629h2.596V7.507h2.312v2.74l-2.252 2.588a.25.25 0 0 0 .188.414l10.414.018a.25.25 0 0 0 .232-.346l-3.375-8.108a.25.25 0 0 0-.42-.068l-2.19 2.518v-2.67h.49zm6.055 4.645 3.076 7.389-9.49-.018 1.515-1.742v.215h2.596V8.024z"/></svg>
1
+ <svg fill="none" height="13" viewBox="0 0 13 13" width="13" xmlns="http://www.w3.org/2000/svg"><g fill="#000"><path d="m12.9322 5.77624-2.93248-2.74625-3.31792-2.760499c-.09451-.099003-.25238-.103859-.35296-.010857l-.011.010857-6.2502689 5.482269c-.0944175.09946-.0892565.25562.0115222.3488.0454687.04204.1052097.06581.1675107.06666l1.753526.02467h10.74897c.1381.00046.2504-.10966.2509-.24595.0002-.06298-.0242-.12375-.0678-.1697z"/><path d="m9.00458 1.18863c0-.549605.44554-.995149.99515-.995149.54957 0 .99517.445543.99517.995149v2.81137l-1.99032-.7613z"/><path clip-rule="evenodd" d="m1.1535 8.19189c0-.55228.44772-1 1-1h9c.5523 0 1 .44772 1 1 0 .55229-.4477 1-1 1h-2.15347c0-.55228-.44771-1-1-1h-1c-.55228 0-1 .44772-1 1h-3.84653c-.55228 0-1-.44771-1-1zm4.84653 2.00001h-3.84653c-.55228 0-1 .4477-1 1s.44772 1 1 1h3.84653zm3 2h2.15347c.5523 0 1-.4477 1-1s-.4477-1-1-1h-2.15347z" fill-rule="evenodd"/></g></svg>
package/icons/chemist.svg CHANGED
@@ -1 +1,14 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M13.516 13c0-12 .023-10.048.023-12 0-1-.047-1-1.539-1v13.039c.048.964 0 .961.719.961.765 0 .797 0 .797-1zM2.508 11.625c1.989.633 3.127.633 5.093-.07L7 4c-2 .281-2 .305-4 0zM4.32 0h1.399l.554 3c-1 .305-1.554.305-2.554 0zM2.023 14l.235-1h5.5l.257 1zM9.484 0h1.96v.61h-1.96zm0 1h1.96v.61h-1.96zm0 1h1.96v.61h-1.96zm0 1h1.96v.61h-1.96zm0 1h1.96v.61h-1.96z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="14"
4
+ height="14"
5
+ version="1.1"
6
+ id="svg1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:svg="http://www.w3.org/2000/svg">
9
+ <defs
10
+ id="defs1" />
11
+ <path
12
+ d="m 12.735,13 c 0,-12 0.023,-10.048 0.023,-12 0,-1 -0.047,-1 -1.539,-1 v 13.039 c 0.048,0.964 0,0.961 0.719,0.961 0.765,0 0.797,0 0.797,-1 z M 1.727,11.625 c 1.989,0.633 3.127,0.633 5.093,-0.07 L 6.219,4 c -2,0.281 -2,0.305 -4,0 z M 3.539,0 h 1.399 l 0.554,3 c -1,0.305 -1.554,0.305 -2.554,0 z M 1.242,14 1.477,13 h 5.5 l 0.257,1 z M 8.703,0 h 1.96 v 0.61 h -1.96 z m 0,1 h 1.96 v 0.61 h -1.96 z m 0,1 h 1.96 v 0.61 h -1.96 z m 0,1 h 1.96 v 0.61 h -1.96 z m 0,1 h 1.96 v 0.61 h -1.96 z"
13
+ id="path1" />
14
+ </svg>
package/icons/church.svg CHANGED
@@ -1 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="10.8" height="16.2"><path d="M4.05 2.21v2.74h-2.7v2.7h2.7v7.2h2.7v-7.2h2.7v-2.7h-2.7v-2.7c0-.9-.88-.9-.88-.9h-.93s-.89 0-.89.86z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="place_of_worship" width="15" height="15" version="1.1" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="m7.5 1-2 2v2h4v-2zm-2 4.5-1.5 1.5h7l-1.5-1.5zm-3.5 2c-0.5523 0-1 0.4477-1 1v5.5h2v-5.5c0-0.5523-0.4477-1-1-1zm2 0v6.5h7v-6.5zm9 0c-0.5523 0-1 0.4477-1 1v5.5h2v-5.5c0-0.5523-0.4477-1-1-1z"/>
4
+ </svg>
@@ -1 +1,20 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="15.825" height="14.705"><path d="M2.447 12.98c0 .124.11.225.247.225h3.712c4.233-.05 1.951-.007 2.97 0h3.711c.137 0 .248-.101.248-.225V7.805H2.447Zm11.81-6.453-.922-.737c-2.978-2.384.567.415-1.98-1.583l-3.284-2.62a.265.265 0 0 0-.35-.01l-.01.01-6.187 4.917a.21.21 0 0 0 .011.318.26.26 0 0 0 .166.061l1.736.023h10.64c.136 0 .247-.1.248-.225a.214.214 0 0 0-.067-.154z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="14"
4
+ height="14"
5
+ viewBox="0 0 14 14"
6
+ fill="none"
7
+ version="1.1"
8
+ id="svg1"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:svg="http://www.w3.org/2000/svg">
11
+ <defs
12
+ id="defs1" />
13
+ <path
14
+ fill-rule="evenodd"
15
+ clip-rule="evenodd"
16
+ d="M11.4735 2.5C11.4735 3.32843 10.8138 4 10 4C9.18621 4 8.52649 3.32843 8.52649 2.5C8.52649 1.67157 9.18621 1 10 1C10.8138 1 11.4735 1.67157 11.4735 2.5ZM3 6H5V9H3V6ZM5.47351 2.5C5.47351 3.32843 4.81379 4 4 4C3.18621 4 2.52649 3.32843 2.52649 2.5C2.52649 1.67157 3.18621 1 4 1C4.81379 1 5.47351 1.67157 5.47351 2.5ZM0 5H7V6H0V5ZM1 13L3 9H4L2 13H1ZM7 13L5 9H4L6 13H7ZM9 6H11V9H9V6ZM7 5H14V6H7V5ZM7 13L9 9H10L8 13H7ZM13 13L11 9H10L12 13H13Z"
17
+ fill="#734A08"
18
+ id="path1"
19
+ style="fill:#000000" />
20
+ </svg>
@@ -1 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M7 0C3.424 1.241 2 5 2 8s1.745 5.26 4 6c-2-3.259-2-6 1-8-.505 1.353 0 4 1 5 .431-.4 1-1.425 1-2 2 2 .563 3.633 0 5 1.088-.56 3-2 3-5s-2-4-2-7c-1.384.6-2 2-2 3-.952-.557-2-2.754-1-5Z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="fire_station" width="15" height="15" version="1.1" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="m7.5 14c3.5899 0 6.5-3 6.5-6.5 0-3-2.5-5.5-2.5-5.5l-1 3.5-3-4.5-3 4.5-1-3.5s-2.5 2.5-2.5 5.5c0 3.5 2.9102 6.5 6.5 6.5zm0-1.5c-1.3807 0-2.5-1.1193-2.5-2.5 0-1.3807 2.5-4.5 2.5-4.5s2.5 3.1193 2.5 4.5c0 1.3807-1.1193 2.5-2.5 2.5z"/>
4
+ </svg>
@@ -1,13 +1,34 @@
1
1
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <g clip-path="url(#clip0_9_850)">
4
- <path fill-rule="evenodd" clip-rule="evenodd"
5
- d="M13 5.5625L7.0625 1.353L1.125 5.5625H13ZM1.125 14.125V6.0625H13V14.125H1.125ZM2.44141 7.25C2.24448 7.25 2.08594 7.40854 2.08594 7.60547V12.9375H2.79688V11.5156H11.3281V12.9375H12.0391V9.02734C12.0391 8.93307 12.0016 8.84265 11.9349 8.77599C11.8683 8.70933 11.7779 8.67188 11.6836 8.67188C11.5893 8.67188 11.4989 8.70933 11.4322 8.77599C11.3656 8.84265 11.3281 8.93307 11.3281 9.02734V10.8047H2.79688V7.60547C2.79688 7.40854 2.63834 7.25 2.44141 7.25ZM4.57422 7.96094C4.29139 7.96094 4.02015 8.07329 3.82016 8.27328C3.62017 8.47327 3.50781 8.74452 3.50781 9.02734C3.50781 9.31017 3.62017 9.58142 3.82016 9.78141C4.02015 9.9814 4.29139 10.0938 4.57422 10.0938C4.85705 10.0938 5.12829 9.9814 5.32828 9.78141C5.52827 9.58142 5.64062 9.31017 5.64062 9.02734C5.64062 8.74452 5.52827 8.47327 5.32828 8.27328C5.12829 8.07329 4.85705 7.96094 4.57422 7.96094ZM6.35156 8.67188V10.0938H10.6172C10.6172 9.38281 9.88066 8.67188 9.19531 8.67188H6.35156Z"
6
- fill="black" />
2
+ <svg
3
+ width="14"
4
+ height="15"
5
+ viewBox="0 0 14 15"
6
+ fill="none"
7
+ version="1.1"
8
+ id="svg1"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:svg="http://www.w3.org/2000/svg">
11
+ <g
12
+ clip-path="url(#clip0_9_850)"
13
+ id="g1"
14
+ transform="translate(-0.0625,-0.239)">
15
+ <path
16
+ fill-rule="evenodd"
17
+ clip-rule="evenodd"
18
+ d="M 13,5.5625 7.0625,1.353 1.125,5.5625 Z M 1.125,14.125 V 6.0625 H 13 V 14.125 Z M 2.44141,7.25 c -0.19693,0 -0.35547,0.15854 -0.35547,0.35547 v 5.33203 h 0.71094 v -1.4219 h 8.53122 v 1.4219 h 0.711 V 9.02734 c 0,-0.09427 -0.0375,-0.18469 -0.1042,-0.25135 -0.0666,-0.06666 -0.157,-0.10411 -0.2513,-0.10411 -0.0943,0 -0.1847,0.03745 -0.2514,0.10411 -0.0666,0.06666 -0.1041,0.15708 -0.1041,0.25135 V 10.8047 H 2.79688 V 7.60547 C 2.79688,7.40854 2.63834,7.25 2.44141,7.25 Z m 2.13281,0.71094 c -0.28283,0 -0.55407,0.11235 -0.75406,0.31234 -0.19999,0.19999 -0.31235,0.47124 -0.31235,0.75406 0,0.28283 0.11236,0.55408 0.31235,0.75407 0.19999,0.19999 0.47123,0.31239 0.75406,0.31239 0.28283,0 0.55407,-0.1124 0.75406,-0.31239 C 5.52827,9.58142 5.64062,9.31017 5.64062,9.02734 5.64062,8.74452 5.52827,8.47327 5.32828,8.27328 5.12829,8.07329 4.85705,7.96094 4.57422,7.96094 Z m 1.77734,0.71094 v 1.42192 h 4.26564 c 0,-0.71099 -0.73654,-1.42192 -1.42189,-1.42192 z"
19
+ fill="#000000"
20
+ id="path1" />
7
21
  </g>
8
- <defs>
9
- <clipPath id="clip0_9_850">
10
- <rect width="14" height="14" fill="white" transform="translate(0 0.5)" />
22
+ <defs
23
+ id="defs1">
24
+ <clipPath
25
+ id="clip0_9_850">
26
+ <rect
27
+ width="14"
28
+ height="14"
29
+ fill="white"
30
+ transform="translate(0 0.5)"
31
+ id="rect1" />
11
32
  </clipPath>
12
33
  </defs>
13
34
  </svg>
package/icons/hotel.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="13.785" height="15.945"><text xml:space="preserve" x=".006" y="13.888" stroke-linecap="round" stroke-width="3.063" transform="scale(.96354 1.03784)"><tspan x=".006" y="13.888">H</tspan></text></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="19.8" height="14.85"><path d="M2.2 1.65c-.33 0-.55.22-.55.55v10.45c0 .33.22.55.55.55.33 0 .55-.22.55-.55V11h14.3v1.65c0 .33.22.55.55.55.33 0 .55-.22.55-.55v-2.2c0-.33-.22-.55-.55-.55H2.75V2.2c0-.33-.22-.55-.55-.55Zm3.3.55c-.88 0-1.65.77-1.65 1.65 0 .88.77 1.65 1.65 1.65.88 0 1.65-.77 1.65-1.65 0-.88-.77-1.65-1.65-1.65Zm3.85 1.1C7.7 3.3 7.7 4.95 7.7 4.95V6.6H4.4c-.33 0-.55.22-.55.55v1.1c0 .33.22.55.55.55h13.75V6.05c0-2.75-2.75-2.75-2.75-2.75Z"/></svg>
@@ -1,15 +1,20 @@
1
- <svg width="18.000004" height="14.000003" viewBox="0 0 4.762501 3.7041675"
2
- xmlns="http://www.w3.org/2000/svg">
3
- <g stroke="#000" stroke-linecap="round" stroke-linejoin="round">
4
- <path
5
- d="M.92604167.13229167a.79374999.79374999 0 0 1-.79375.79375V2.778125a.79374999.79374999 0 0 1 .79375.79375H3.8364583a.79374999.79374999 0 0 1 .79375-.79375V.92604167a.79374999.79374999 0 0 1-.79375-.79375Z"
6
- fill="none" stroke-width=".264584" paint-order="stroke markers fill" />
7
- <g aria-label="12"
8
- style="line-height:2.5ex;-inkscape-font-specification:&quot;Noto Sans, Normal&quot;"
9
- font-size="2.38125" font-family="Noto Sans" letter-spacing="0" word-spacing="0"
10
- stroke-width=".079375">
11
- <path
12
- d="M1.8204656 2.7140963h-.2047875V1.5258526q0-.1023937.0023812-.1643062.0023813-.0619125.0071438-.1285875-.0381.0381-.0690563.0642937-.0309562.0261938-.0785812.066675l-.180975.1476375-.1095375-.1404937.4595812-.3571875h.1738313ZM3.575448 2.7140963h-1.12395v-.1738312l.4452937-.4500563q.1285875-.1285875.2166938-.2286.0881062-.1000125.13335-.1952625.0452437-.0976312.0452437-.2119312 0-.1404937-.0833437-.2119312-.0833438-.0738188-.2166938-.0738188-.123825 0-.2190749.0428625-.0928688.0428625-.1905.1190625l-.1119188-.1404937q.1000125-.0833438.2286-.1404938.1309687-.05953122.2928937-.05953122.238125 0 .3762375.12144372.1381125.1190625.1381125.3309938 0 .13335-.0547687.2500312-.0547688.1166812-.1524.2309812-.0976313.1119188-.2286.2405063l-.3548062.3500437v.009525h.8596312Z" />
13
- </g>
14
- </g>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ id="home"
4
+ width="15"
5
+ height="15"
6
+ version="1.1"
7
+ viewBox="0 0 15 15"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ xmlns:svg="http://www.w3.org/2000/svg">
10
+ <defs
11
+ id="defs1" />
12
+ <path
13
+ d="m 2.0009636,13.749 c 0,0.13807 0.11193,0.25 0.25,0.25 h 3.749 3 3.7490004 c 0.13807,0 0.25,-0.11193 0.25,-0.25 L 12.935405,6.7922729 2.0009636,6.8558322 Z m 11.9300004,-7.17 -2.9319,-2.5778 -3.3173004,-2.91 c -0.0945,-0.1003 -0.25234,-0.10522 -0.3529,-0.011 l -0.011,0.011 -6.2491,5.463 c -0.0944,0.10076 -0.08924,0.25897 0.01152,0.35337 0.04546,0.04259 0.10519,0.06667 0.16748,0.06753 l 1.7532,0.025 H 13.747964 c 0.13807,4.6e-4 0.25037,-0.1111 0.25083,-0.24917 2.1e-4,-0.06381 -0.02398,-0.12528 -0.06763,-0.17183 z"
14
+ id="path1" />
15
+ <path
16
+ d="M 10.143479,13.02966 H 4.7524462 V 11.70792 L 6.5633338,9.876218 Q 7.1253334,9.2829962 7.4375554,8.9291446 7.7601848,8.575293 7.8850736,8.3255154 8.0099624,8.0757378 8.0099624,7.8051454 8.0099624,7.4721086 7.791407,7.326405 7.583259,7.1807014 7.2918518,7.1807014 q -0.3538516,0 -0.7077032,0.1977406 Q 6.230297,7.5761826 5.7723714,7.9716638 L 4.669187,6.6811461 Q 5.0022238,6.3793315 5.3768902,6.1087391 5.761964,5.8381467 6.2719266,5.6716283 6.7818892,5.4947025 7.5208146,5.4947025 q 0.7597402,0 1.3113324,0.2705924 0.5515922,0.260185 0.8534068,0.7181106 0.312222,0.4579256 0.312222,1.0407401 0,0.6452588 -0.2393702,1.1552214 Q 9.5294428,9.1789222 9.0507024,9.6888848 8.5823694,10.18844 7.8746662,10.833699 l -0.5411848,0.489148 v 0.05204 h 2.8099976 z"
17
+ id="text1"
18
+ style="font-weight:900;font-size:10.4074px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans Heavy';fill:#ffffff;stroke-width:1.95139"
19
+ aria-label="2" />
15
20
  </svg>
package/icons/hut.svg CHANGED
@@ -1,4 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="square" width="12" height="10" version="1.1" viewBox="0 0 12 10" xmlns="http://www.w3.org/2000/svg">
3
- <path d="m6.0058 0.056096c-0.057458-0.00179-0.11471 0.017367-0.15996 0.059766l-0.010547 0.010546-5.6232 4.9166c-0.08496 0.090684-0.080137 0.2332 0.010547 0.31816 0.040914 0.038331 0.093353 0.06075 0.14941 0.061523l0.7418 0.010547v4.2855c0 0.12426 0.10074 0.225 0.225 0.225h3.3732c3.9477 0.0048-2.0376-0.06929 2.7 0h3.375c0.12426 0 0.225-0.10074 0.225-0.225v-4.275h0.60996c0.12426 4.138e-4 0.22634-0.098979 0.22676-0.22324 1.89e-4 -0.057429-0.02224-0.11279-0.06152-0.15469l-0.83848-0.73652c-3.2099-2.8984 0.83871 0.73623-1.8-1.5838l-2.9848-2.6191c-0.042525-0.045135-0.10074-0.068522-0.1582-0.070312z"/>
4
- </svg>
1
+ <svg fill="none" height="13" viewBox="0 0 13 13" width="13" xmlns="http://www.w3.org/2000/svg"><g fill="#000"><path d="m12.9322 5.77624-2.93248-2.74625-3.31792-2.760499c-.09451-.099003-.25238-.103859-.35296-.010857l-.011.010857-6.2502689 5.482269c-.0944175.09946-.0892565.25562.0115222.3488.0454687.04204.1052097.06581.1675107.06666l1.753526.02467h10.74897c.1381.00046.2504-.10966.2509-.24595.0002-.06298-.0242-.12375-.0678-.1697z"/><path d="m9.00458 1.18863c0-.549605.44554-.995149.99515-.995149.54957 0 .99517.445543.99517.995149v2.81137l-1.99032-.7613z"/><path clip-rule="evenodd" d="m1.1535 8.19189c0-.55228.44772-1 1-1h9c.5523 0 1 .44772 1 1 0 .55229-.4477 1-1 1h-2.15347c0-.55228-.44771-1-1-1h-1c-.55228 0-1 .44772-1 1h-3.84653c-.55228 0-1-.44771-1-1zm4.84653 2.00001h-3.84653c-.55228 0-1 .4477-1 1s.44772 1 1 1h3.84653zm3 2h2.15347c.5523 0 1-.4477 1-1s-.4477-1-1-1h-2.15347z" fill-rule="evenodd"/></g></svg>
@@ -1 +1,20 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="m13.82 0-3.345.242V.25l-.01-.002-.53 4.398h-5.32v1.417h2.337a4.218 4.218 0 0 0-1.97 2.182h-2.94v.053l-.618 2.054c-.395.107-.744.34-.993.664a1.85 1.85 0 0 0 .77 2.844 1.875 1.875 0 0 0 2.439-1.006 1.849 1.849 0 0 0-.786-2.312l.121-.407h1.723a4.202 4.202 0 0 0 1.35 2.752 4.245 4.245 0 0 0 6.778-1.486 4.191 4.191 0 0 0-1.21-4.849l.607-5.016 1.73-.125L13.818 0ZM8.942 7.239a2.628 2.628 0 0 1 2.423 1.615 2.611 2.611 0 0 1-1.42 3.418 2.63 2.63 0 0 1-2.858-.567 2.615 2.615 0 0 1-.569-2.851 2.616 2.616 0 0 1 1.42-1.416c.318-.132.66-.2 1.004-.2Z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ version="1.1"
4
+ id="medical_supply"
5
+ x="0px"
6
+ y="0px"
7
+ viewBox="0 0 15 15"
8
+ xml:space="preserve"
9
+ width="15"
10
+ height="15"
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ xmlns:svg="http://www.w3.org/2000/svg">
13
+ <path
14
+ d="m 13.951189,1.9775191 h -1.763671 c -0.646694,0 -0.76793,0.2976186 -0.845086,0.6944335 L 9.9131134,9.9103659 c 0,0 -0.1910754,0.3894681 -0.5585035,0.3894681 -2.068636,0 -8.2708872,0 -8.2708872,0 -0.25353827,0 -0.4592769,0.205769 -0.4592769,0.459277 0,0.253507 0.20576933,0.459277 0.4592769,0.459277 h 0.2976185 c 0.3196587,0 0.2057694,0.187386 0.1837292,0.290272 -0.018382,0.08084 -0.025729,0.165346 -0.025729,0.253538 0,0.694433 0.5658502,1.260283 1.2602832,1.260283 0.694433,0 1.2602832,-0.56585 1.2602832,-1.260283 0,-0.08819 -0.011037,-0.176352 -0.025728,-0.260885 -0.022041,-0.0992 -0.117578,-0.286583 0.1580005,-0.286583 h 2.6197931 c 0.1653472,0 0.1028847,0.117578 0.084503,0.18004 -0.033076,0.11389 -0.055115,0.235156 -0.055115,0.363769 0,0.694434 0.5658505,1.260284 1.260283,1.260284 0.6944333,0 1.2602835,-0.56585 1.2602835,-1.260284 0,-0.121266 -0.018381,-0.238844 -0.047769,-0.349045 -0.018381,-0.06615 -0.058802,-0.194734 0.1175783,-0.194734 h 0.4482722 c 0.6576996,0 0.7679306,-0.297618 0.8450866,-0.694433 l 1.473397,-7.4514986 c 0,0 0.03308,-0.1763519 0.257197,-0.1763519 0.374773,0 1.491781,0 1.491781,0 0.253538,0 0.459276,-0.2057692 0.459276,-0.4592773 0.0037,-0.2499108 -0.20202,-0.4556801 -0.455558,-0.4556801 z"
15
+ id="path1"
16
+ style="stroke-width:0.0307395" /><path
17
+ d="M 10.159304,2.9438725 C 10.060109,2.8226059 9.9094554,2.7564851 9.7441081,2.7564851 h -8.605239 c -0.16165827,0 -0.31231197,0.06615 -0.41519662,0.1837297 C 0.62078783,3.0577932 0.57670757,3.215793 0.5987477,3.3774513 L 1.4181055,8.9697717 C 1.4621855,9.2784263 1.7414529,9.51724 2.0500762,9.51724 h 6.4704824 c 0.3049656,0 0.5878904,-0.235156 0.6466952,-0.5327745 L 10.265878,3.3847984 c 0.03304,-0.1616894 -0.0074,-0.3196899 -0.106574,-0.4409259 z m -3.4024162,3.711041 h -0.620966 c 0,0 -0.139618,0.00372 -0.139618,0.1102311 0,0.1616582 0,0.6503528 0,0.6503528 0,0.3049651 -0.2461916,0.5548149 -0.5548147,0.5548149 -0.3086235,0 -0.5548151,-0.2461915 -0.5548151,-0.5548149 0,0 0,-0.4813473 0,-0.6430062 0,-0.1286131 -0.1212668,-0.1175777 -0.1212668,-0.1175777 H 4.1224011 c -0.3049652,0 -0.5548147,-0.2461921 -0.5548147,-0.5548148 0,-0.3049656 0.2461916,-0.5548147 0.5548147,-0.5548147 h 0.624624 c 0,0 0.1359601,0.00735 0.1359601,-0.1286138 0,-0.1580005 0,-0.6356591 0,-0.6356591 0,-0.3049657 0.2461919,-0.5548148 0.5548151,-0.5548148 0.3086231,0 0.5548147,0.2461915 0.5548147,0.5548148 0,0 0,0.5070461 0,0.6760813 0,0.091849 0.117578,0.084503 0.117578,0.084503 h 0.643006 c 0.3049653,0 0.5548151,0.2461914 0.5548151,0.5548148 0.00372,0.3086539 -0.246161,0.5585036 -0.5511263,0.5585033 z"
18
+ id="path2"
19
+ style="stroke-width:0.0307395" />
20
+ </svg>
@@ -1 +1,14 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M6 2C5 2 4 3 4 4v8h8V4c0-1-1-2-2-2H6Zm1 2h2v1H7V4ZM5 6h6v1H5V6Zm1 2h4v1H6V8Zm-3 5-1 1v1h12v-1l-1-1H3Z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="15"
4
+ height="15"
5
+ version="1.1"
6
+ id="svg1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:svg="http://www.w3.org/2000/svg">
9
+ <defs
10
+ id="defs1" />
11
+ <path
12
+ d="m 5.5,2 c -1,0 -2,1 -2,2 v 8 h 8 V 4 c 0,-1 -1,-2 -2,-2 z m 1,2 h 2 v 1 h -2 z m -2,2 h 6 v 1 h -6 z m 1,2 h 4 v 1 h -4 z m -3,5 -1,1 v 1 h 12 v -1 l -1,-1 z"
13
+ id="path1" />
14
+ </svg>
package/icons/motel.svg CHANGED
@@ -1 +1,19 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M.5 0C.223 0 0 .223 0 .5V6h1V5h12v1h1V1.5a.499.499 0 1 0-1 0V4H1V.5C1 .223.777 0 .5 0Zm3 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM6 1v2h6c0-1-1.036-2-2-2H6ZM4 6 3 9c-.473 0-1 .384-1 1v3h1s0 1 1 1 1-1 1-1h4s0 1 1 1 1-1 1-1h1v-3c0-.52-.455-1-1-1l-1-3H4Zm1 1h4l.625 2h-5.25L5 7Zm-1 3.25a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm6 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="15"
4
+ height="15"
5
+ version="1.1"
6
+ id="svg1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:svg="http://www.w3.org/2000/svg">
9
+ <defs
10
+ id="defs1" />
11
+ <path
12
+ d="M 12.342761,11.067601 11.395596,10.187793 10.555369,8.5073403 A 0.80203447,0.80203447 0 0 0 9.8679115,8.1254191 H 5.1320892 A 0.80203447,0.80203447 0 0 0 4.444631,8.5073403 L 3.6044044,10.187793 2.65724,11.067601 a 0.38192117,0.38192117 0 0 0 -0.1222148,0.280538 v 3.26994 A 0.38192117,0.38192117 0 0 0 2.9169464,15 H 4.444631 c 0.1527685,0 0.3819212,-0.152768 0.3819212,-0.305537 v -0.458305 h 5.3468958 v 0.381921 C 10.173448,14.770848 10.326217,15 10.478986,15 h 1.604068 a 0.38192117,0.38192117 0 0 0 0.381921,-0.381921 V 11.347445 A 0.38192117,0.38192117 0 0 0 12.342761,11.067601 Z M 5.2084734,8.8892615 H 9.7915273 L 10.555369,10.416946 H 4.444631 Z m 0.3819212,3.5136745 c 0,0.152769 -0.2291527,0.305537 -0.3819212,0.305537 h -1.604069 c -0.1527684,0 -0.3055369,-0.229153 -0.3055369,-0.381921 v -0.840227 c 0.076384,-0.229152 0.2291527,-0.381921 0.4583054,-0.305537 l 1.5276847,0.305537 c 0.1527685,0 0.305537,0.229153 0.305537,0.381922 z m 6.1107384,-0.07638 c 0,0.152768 -0.152769,0.381921 -0.305537,0.381921 H 9.7915273 c -0.1527685,0 -0.381921,-0.152768 -0.381921,-0.305537 v -0.534689 c 0,-0.152769 0.1527683,-0.381922 0.3055367,-0.381922 l 1.527684,-0.305537 c 0.229153,-0.07638 0.381922,0.07638 0.458306,0.305537 z"
13
+ id="path1"
14
+ style="stroke-width:0.694402" />
15
+ <path
16
+ d="M 2.6079099,0 C 2.3982489,0 2.2584748,0.13977401 2.2584748,0.34943503 V 6.9887009 c 0,0.209661 0.1397741,0.349435 0.3494351,0.349435 0.2096611,0 0.3494351,-0.139774 0.3494351,-0.349435 V 5.9403956 h 9.08531 v 1.0483053 c 0,0.209661 0.139774,0.349435 0.349435,0.349435 0.209661,0 0.349435,-0.139774 0.349435,-0.349435 V 5.5909605 c 0,-0.209661 -0.139774,-0.349435 -0.349435,-0.349435 H 2.957345 V 0.34943503 C 2.957345,0.13977401 2.817571,0 2.6079099,0 Z m 2.0966102,0.34943503 c -0.5590961,0 -1.0483052,0.48920906 -1.0483052,1.04830507 0,0.5590961 0.4892091,1.0483051 1.0483052,1.0483051 0.559096,0 1.0483051,-0.489209 1.0483051,-1.0483051 0,-0.55909601 -0.4892091,-1.04830507 -1.0483051,-1.04830507 z M 7.1505652,1.0483051 c -1.0483051,0 -1.0483051,1.0483051 -1.0483051,1.0483051 V 3.1449153 H 4.00565 c -0.209661,0 -0.3494351,0.139774 -0.3494351,0.349435 v 0.6988701 c 0,0.209661 0.1397741,0.349435 0.3494351,0.349435 h 8.735875 V 2.7954803 c 0,-1.7471752 -1.747175,-1.7471752 -1.747175,-1.7471752 z"
17
+ id="path1-4"
18
+ style="stroke-width:0.635336" />
19
+ </svg>
package/icons/post.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="17.305" height="14"><path d="M15.8 5.35v6.05a1.1 1.1 0 0 1-1.1 1.1H2.6a1.1 1.1 0 0 1-1.1-1.1V5.35a.55.55 0 0 1 .55-.55.538.538 0 0 1 .231 0L8.65 9.2l6.38-4.4a.537.537 0 0 1 .22 0 .55.55 0 0 1 .55.55zM1.775 2.512l.088.088L8.65 7l6.809-4.4h.066a.539.539 0 0 0 .275-.55.55.55 0 0 0-.55-.55H2.05a.55.55 0 0 0-.55.55.54.54 0 0 0 .275.462Z" overflow="visible"/></svg>
1
+ <svg fill="none" height="14" viewBox="0 0 17 14" width="17" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m2.00391 1h12.99669c1.0287 0 1.3846 1.38794.4884 1.89286l-6.98918 3.93742c-.32563.18345-.7264.17-1.039-.03488l-6.00762-3.93742c-.830909-.54458-.44276-1.85798.55071-1.85798zm-.22834 4.51226c-.33242-.21956-.77557.01883-.77557.41721v6.07053c0 .5523.44772 1 1 1h13c.5523 0 1-.4477 1-1v-6.07012c0-.38316-.4133-.62394-.7466-.43495l-6.65226 3.77161c-.35959.25153-.84115.23924-1.18743-.03031z" fill="#000" fill-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M0 2v1l7 4 7-4V2H0Zm0 3v7h14V5L7 9 0 5Z"/></svg>
1
+ <svg fill="none" height="14" viewBox="0 0 17 14" width="17" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m2.00391 1h12.99669c1.0287 0 1.3846 1.38794.4884 1.89286l-6.98918 3.93742c-.32563.18345-.7264.17-1.039-.03488l-6.00762-3.93742c-.830909-.54458-.44276-1.85798.55071-1.85798zm-.22834 4.51226c-.33242-.21956-.77557.01883-.77557.41721v6.07053c0 .5523.44772 1 1 1h13c.5523 0 1-.4477 1-1v-6.07012c0-.38316-.4133-.62394-.7466-.43495l-6.65226 3.77161c-.35959.25153-.84115.23924-1.18743-.03031z" fill="#000" fill-rule="evenodd"/></svg>
@@ -1,23 +1 @@
1
- <svg width="18" height="13" viewBox="0 0 4.7625 3.4395835" xmlns="http://www.w3.org/2000/svg">
2
- <defs>
3
- <linearGradient id="a">
4
- <stop offset="0" />
5
- <stop offset="1" stop-opacity="0" />
6
- </linearGradient>
7
- </defs>
8
- <g aria-label="Main"
9
- style="line-height:2.5ex;-inkscape-font-specification:&quot;Noto Sans, Normal&quot;"
10
- font-size="1.85208" font-family="Noto Sans" letter-spacing="0" word-spacing="0" stroke="#000"
11
- stroke-width=".079375" stroke-linecap="round" stroke-linejoin="round">
12
- <path fill="none" stroke-width=".264583" stroke-linecap="butt" paint-order="stroke markers fill"
13
- d="M4.6302009 3.307292H.1322837V.1322916h4.4979172z" />
14
- <path d="M.13224971.13229149 2.4113689 1.3229179 4.6302478.13229149Z" fill="none"
15
- stroke-width=".264583" stroke-linecap="butt" />
16
- <g aria-label="1234"
17
- style="line-height:125%;-inkscape-font-specification:&quot;Andale Mono, Normal&quot;"
18
- font-size="1.62546" font-family="Andale Mono" stroke-width=".105833">
19
- <path
20
- d="M1.2320038 2.81453907H.64309198v-.1134965H.8804028v-.869875l-.22381823.1119091v-.1301638l.24207291-.124608h.11190912v1.0127377h.2214372ZM2.1780723 2.81453907h-.6158969v-.0944481q.2341361-.2611213.30398-.3500136.069844-.0888923.1134965-.1865152.0436525-.0976228.0436525-.194452 0-.0936544-.0571451-.1476248-.0563514-.0539703-.1587363-.0539703-.0785745 0-.2111193.0484145l-.0182547-.1119091q.1198459-.0507956.2508034-.0507956.1500058 0 .2412792.0849239.0920671.0841303.0920671.2254056 0 .1007976-.0476209.2000078-.0468272.0992102-.1206396.1904836t-.2873128.3269968h.4714469ZM2.9320699 2.21292837q.102385.0285726.1642921.104766.0619072.0753998.0619072.1698479 0 .1476248-.1150838.2484223-.1150839.1000039-.2714392.1000039-.1333385 0-.2388981-.0587324l.0253978-.107147q.1103217.0515893.2182624.0515893.1015913 0 .1730226-.0627009.0722251-.0634945.0722251-.1627047 0-.0976229-.0769872-.1587363-.0769871-.0611135-.2039761-.0611135h-.0341284v-.1071471h.0095242q.122227 0 .2015952-.057145.0793681-.0579388.0793681-.1555616 0-.0793682-.0571451-.1238144-.057145-.0452398-.1571489-.0452398-.0865113 0-.1936583.0468272l-.017461-.1119091q.1079407-.0492083.2174687-.0492083.1500059 0 .246835.0793682.0976229.0785745.0976229.2023888 0 .0857176-.0595262.1603237-.0587324.0738124-.142069.0928607ZM4.2019606 2.55579887H4.06386v.2587402h-.1301638v-.2587402h-.4873205v-.0992102l.4420806-.7619344H4.06386v.7476481h.1381006Zm-.2682644-.1134965v-.6190717l-.3555694.6190717Z" />
21
- </g>
22
- </g>
23
- </svg>
1
+ <svg fill="none" height="14" viewBox="0 0 21 14" width="21" xmlns="http://www.w3.org/2000/svg"><g clip-rule="evenodd" fill="#000" fill-rule="evenodd"><path d="m11.1248 7.83571c.5894 1.6481 1.3554 3.47729 2.105 5.16429h-11.2298c-.55228 0-1-.4477-1-1v-6.07053c0-.39838.44315-.63677.77557-.41721l5.63814 3.72397c.34628.26955.82784.28184 1.18743.03031zm-.5492-6.83571c-.3211.79507-.4993 1.67399-.4993 2.59812 0 .545.1384 1.27993.3728 2.134l-1.94928 1.09816c-.32563.18345-.7264.17-1.039-.03488l-6.00762-3.93742c-.830909-.54458-.44276-1.85798.55071-1.85798z"/><path d="m12 4.16277c0-2.29833 1.7919-4.16277 4-4.16277v.00285087c2.2079 0 4 1.86452913 4 4.16276913 0 2.29823-4 9.83438-4 9.83438s-4-7.5389-4-9.83723zm4 1.83723c-1.1059 0-2-.8976-2-2s.8942-2 2-2 2 .89324 2 2c0 1.1024-.8942 2-2 2z"/></g></svg>
@@ -1 +1,14 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="M7 0 0 2v1l7-2 7 2V2L7 0ZM3.537 3.572c-.156.006-.31.037-.465.096v6.22s2.504-.095 3.143 2.335V5.689c-.487-1.015-1.586-2.16-2.678-2.117Zm2.678 8.65c-1.62-1.239-3.93-1.554-3.93-1.554v-5.91L1.5 4.445v7L6.215 13h1.57l4.715-1.555v-7l-.785.313v6.22l-3.93 1.245a2.34 2.34 0 0 0-1.57 0Zm4.713-8.554c-1.566-.083-3.372.848-4.32 1.648v6.582c.875-.719 2.445-1.664 4.32-1.853V3.668Z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="14"
4
+ height="14"
5
+ version="1.1"
6
+ id="svg1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:svg="http://www.w3.org/2000/svg">
9
+ <defs
10
+ id="defs1" />
11
+ <path
12
+ d="m 7,0.5 -7,2 v 1 l 7,-2 7,2 v -1 z M 3.537,4.072 C 3.381,4.078 3.227,4.109 3.072,4.168 v 6.22 c 0,0 2.504,-0.095 3.143,2.335 V 6.189 C 5.728,5.174 4.629,4.029 3.537,4.072 Z m 2.678,8.65 C 4.595,11.483 2.285,11.168 2.285,11.168 V 5.258 L 1.5,4.945 v 7 L 6.215,13.5 h 1.57 L 12.5,11.945 v -7 l -0.785,0.313 v 6.22 l -3.93,1.245 a 2.34,2.34 0 0 0 -1.57,0 z M 10.928,4.168 C 9.362,4.085 7.556,5.016 6.608,5.816 v 6.582 c 0.875,-0.719 2.445,-1.664 4.32,-1.853 z"
13
+ id="path1" />
14
+ </svg>
@@ -1 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path d="m12 2-1 1.5V4h3v-.5L13 2h-1ZM1 2 0 3.5V4h3v-.5L2 2H1Zm3 2h6V3L7 0 4 3v1ZM0 5v8h5c0-1 0-3 2-3s2 2 2 3h5V5h-2.982L11 6h-1l.033-1h-5.99L4 6H3V5H0Zm3 3c1 0 1 1 1 2H2c0-1 0-2 1-2Zm8 0c1 0 1 .73 1 2l-2 .025C9.965 8.747 10 8 11 8Z"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="building" width="15" height="15" version="1.1" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M3,2v11h5v-3h3v3h1V2H3z M7,12H4v-2h3V12z M7,9H4V7h3V9z M7,6H4V4h3V6z M11,9H8V7h3V9z M11,6H8V4h3V6z"/>
4
+ </svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M0 0c0 1 .655 1.64 1 1.984.345.346.843.213.843.473 0 0 .157.527.657.527h1.25c0 .288.25.5.25.5s-.25.14-.25.5H2.5c-.5 0-.5.25-.5.5v1c0 .24.231.5.5.5h1.25v1H3c0 .406.27.732.75 1v5.5c0 .659 1.5.716 1.5 0v-7.5h3.5v7.5c0 .692 1.5.644 1.5 0v-5.5c.48-.311.75-.592.75-1h-.75v-1h1.25c.221 0 .5-.26.5-.5v-1c0-.5-.274-.5-.5-.5h-1.25c.024-.263-.25-.5-.25-.5s.25-.212.25-.5h1.25c.5 0 .5-.5.5-.5 0-.236.583-.138 1-.5C13.417 1.623 14 1 14 0 8 1 5 1 0 0zm5.25 2.984h1v1h-1c0-.287-.25-.5-.25-.5s.25-.188.25-.5zm2.5 0h1c0 .265.25.5.25.5s-.25.237-.25.5h-1z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="15.003" height="13.503"><path d="M12.502 1.502h-10a.945.945 0 0 0-1 1 .945.945 0 0 0 1 1h.5v7.5a.945.945 0 0 0 1 1 .945.945 0 0 0 1-1v-4h5v4a.945.945 0 0 0 1 1 .945.945 0 0 0 1-1v-7.5h.5a.945.945 0 0 0 1-1 .945.945 0 0 0-1-1zm-2.5 3.5h-2v-1.5h2zm-3 0h-2v-1.5h2z"/></svg>