@mal-icons/astro 0.1.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 (291) hide show
  1. package/README.md +69 -0
  2. package/package.json +34 -0
  3. package/src/IconBase.astro +51 -0
  4. package/src/icons/fi/FiActivity.astro +9 -0
  5. package/src/icons/fi/FiAirplay.astro +9 -0
  6. package/src/icons/fi/FiAlertCircle.astro +9 -0
  7. package/src/icons/fi/FiAlertOctagon.astro +9 -0
  8. package/src/icons/fi/FiAlertTriangle.astro +9 -0
  9. package/src/icons/fi/FiAlignCenter.astro +9 -0
  10. package/src/icons/fi/FiAlignJustify.astro +9 -0
  11. package/src/icons/fi/FiAlignLeft.astro +9 -0
  12. package/src/icons/fi/FiAlignRight.astro +9 -0
  13. package/src/icons/fi/FiAnchor.astro +9 -0
  14. package/src/icons/fi/FiAperture.astro +9 -0
  15. package/src/icons/fi/FiArchive.astro +9 -0
  16. package/src/icons/fi/FiArrowDown.astro +9 -0
  17. package/src/icons/fi/FiArrowDownCircle.astro +9 -0
  18. package/src/icons/fi/FiArrowDownLeft.astro +9 -0
  19. package/src/icons/fi/FiArrowDownRight.astro +9 -0
  20. package/src/icons/fi/FiArrowLeft.astro +9 -0
  21. package/src/icons/fi/FiArrowLeftCircle.astro +9 -0
  22. package/src/icons/fi/FiArrowRight.astro +9 -0
  23. package/src/icons/fi/FiArrowRightCircle.astro +9 -0
  24. package/src/icons/fi/FiArrowUp.astro +9 -0
  25. package/src/icons/fi/FiArrowUpCircle.astro +9 -0
  26. package/src/icons/fi/FiArrowUpLeft.astro +9 -0
  27. package/src/icons/fi/FiArrowUpRight.astro +9 -0
  28. package/src/icons/fi/FiAtSign.astro +9 -0
  29. package/src/icons/fi/FiAward.astro +9 -0
  30. package/src/icons/fi/FiBarChart.astro +9 -0
  31. package/src/icons/fi/FiBarChart2.astro +9 -0
  32. package/src/icons/fi/FiBattery.astro +9 -0
  33. package/src/icons/fi/FiBatteryCharging.astro +9 -0
  34. package/src/icons/fi/FiBell.astro +9 -0
  35. package/src/icons/fi/FiBellOff.astro +9 -0
  36. package/src/icons/fi/FiBluetooth.astro +9 -0
  37. package/src/icons/fi/FiBold.astro +9 -0
  38. package/src/icons/fi/FiBook.astro +9 -0
  39. package/src/icons/fi/FiBookOpen.astro +9 -0
  40. package/src/icons/fi/FiBookmark.astro +9 -0
  41. package/src/icons/fi/FiBox.astro +9 -0
  42. package/src/icons/fi/FiBriefcase.astro +9 -0
  43. package/src/icons/fi/FiCalendar.astro +9 -0
  44. package/src/icons/fi/FiCamera.astro +9 -0
  45. package/src/icons/fi/FiCameraOff.astro +9 -0
  46. package/src/icons/fi/FiCast.astro +9 -0
  47. package/src/icons/fi/FiCheck.astro +9 -0
  48. package/src/icons/fi/FiCheckCircle.astro +9 -0
  49. package/src/icons/fi/FiCheckSquare.astro +9 -0
  50. package/src/icons/fi/FiChevronDown.astro +9 -0
  51. package/src/icons/fi/FiChevronLeft.astro +9 -0
  52. package/src/icons/fi/FiChevronRight.astro +9 -0
  53. package/src/icons/fi/FiChevronUp.astro +9 -0
  54. package/src/icons/fi/FiChevronsDown.astro +9 -0
  55. package/src/icons/fi/FiChevronsLeft.astro +9 -0
  56. package/src/icons/fi/FiChevronsRight.astro +9 -0
  57. package/src/icons/fi/FiChevronsUp.astro +9 -0
  58. package/src/icons/fi/FiChrome.astro +9 -0
  59. package/src/icons/fi/FiCircle.astro +9 -0
  60. package/src/icons/fi/FiClipboard.astro +9 -0
  61. package/src/icons/fi/FiClock.astro +9 -0
  62. package/src/icons/fi/FiCloud.astro +9 -0
  63. package/src/icons/fi/FiCloudDrizzle.astro +9 -0
  64. package/src/icons/fi/FiCloudLightning.astro +9 -0
  65. package/src/icons/fi/FiCloudOff.astro +9 -0
  66. package/src/icons/fi/FiCloudRain.astro +9 -0
  67. package/src/icons/fi/FiCloudSnow.astro +9 -0
  68. package/src/icons/fi/FiCode.astro +9 -0
  69. package/src/icons/fi/FiCodepen.astro +9 -0
  70. package/src/icons/fi/FiCodesandbox.astro +9 -0
  71. package/src/icons/fi/FiCoffee.astro +9 -0
  72. package/src/icons/fi/FiColumns.astro +9 -0
  73. package/src/icons/fi/FiCommand.astro +9 -0
  74. package/src/icons/fi/FiCompass.astro +9 -0
  75. package/src/icons/fi/FiCopy.astro +9 -0
  76. package/src/icons/fi/FiCornerDownLeft.astro +9 -0
  77. package/src/icons/fi/FiCornerDownRight.astro +9 -0
  78. package/src/icons/fi/FiCornerLeftDown.astro +9 -0
  79. package/src/icons/fi/FiCornerLeftUp.astro +9 -0
  80. package/src/icons/fi/FiCornerRightDown.astro +9 -0
  81. package/src/icons/fi/FiCornerRightUp.astro +9 -0
  82. package/src/icons/fi/FiCornerUpLeft.astro +9 -0
  83. package/src/icons/fi/FiCornerUpRight.astro +9 -0
  84. package/src/icons/fi/FiCpu.astro +9 -0
  85. package/src/icons/fi/FiCreditCard.astro +9 -0
  86. package/src/icons/fi/FiCrop.astro +9 -0
  87. package/src/icons/fi/FiCrosshair.astro +9 -0
  88. package/src/icons/fi/FiDatabase.astro +9 -0
  89. package/src/icons/fi/FiDelete.astro +9 -0
  90. package/src/icons/fi/FiDisc.astro +9 -0
  91. package/src/icons/fi/FiDivide.astro +9 -0
  92. package/src/icons/fi/FiDivideCircle.astro +9 -0
  93. package/src/icons/fi/FiDivideSquare.astro +9 -0
  94. package/src/icons/fi/FiDollarSign.astro +9 -0
  95. package/src/icons/fi/FiDownload.astro +9 -0
  96. package/src/icons/fi/FiDownloadCloud.astro +9 -0
  97. package/src/icons/fi/FiDribbble.astro +9 -0
  98. package/src/icons/fi/FiDroplet.astro +9 -0
  99. package/src/icons/fi/FiEdit.astro +9 -0
  100. package/src/icons/fi/FiEdit2.astro +9 -0
  101. package/src/icons/fi/FiEdit3.astro +9 -0
  102. package/src/icons/fi/FiExternalLink.astro +9 -0
  103. package/src/icons/fi/FiEye.astro +9 -0
  104. package/src/icons/fi/FiEyeOff.astro +9 -0
  105. package/src/icons/fi/FiFacebook.astro +9 -0
  106. package/src/icons/fi/FiFastForward.astro +9 -0
  107. package/src/icons/fi/FiFeather.astro +9 -0
  108. package/src/icons/fi/FiFigma.astro +9 -0
  109. package/src/icons/fi/FiFile.astro +9 -0
  110. package/src/icons/fi/FiFileMinus.astro +9 -0
  111. package/src/icons/fi/FiFilePlus.astro +9 -0
  112. package/src/icons/fi/FiFileText.astro +9 -0
  113. package/src/icons/fi/FiFilm.astro +9 -0
  114. package/src/icons/fi/FiFilter.astro +9 -0
  115. package/src/icons/fi/FiFlag.astro +9 -0
  116. package/src/icons/fi/FiFolder.astro +9 -0
  117. package/src/icons/fi/FiFolderMinus.astro +9 -0
  118. package/src/icons/fi/FiFolderPlus.astro +9 -0
  119. package/src/icons/fi/FiFramer.astro +9 -0
  120. package/src/icons/fi/FiFrown.astro +9 -0
  121. package/src/icons/fi/FiGift.astro +9 -0
  122. package/src/icons/fi/FiGitBranch.astro +9 -0
  123. package/src/icons/fi/FiGitCommit.astro +9 -0
  124. package/src/icons/fi/FiGitMerge.astro +9 -0
  125. package/src/icons/fi/FiGitPullRequest.astro +9 -0
  126. package/src/icons/fi/FiGithub.astro +9 -0
  127. package/src/icons/fi/FiGitlab.astro +9 -0
  128. package/src/icons/fi/FiGlobe.astro +9 -0
  129. package/src/icons/fi/FiGrid.astro +9 -0
  130. package/src/icons/fi/FiHardDrive.astro +9 -0
  131. package/src/icons/fi/FiHash.astro +9 -0
  132. package/src/icons/fi/FiHeadphones.astro +9 -0
  133. package/src/icons/fi/FiHeart.astro +9 -0
  134. package/src/icons/fi/FiHelpCircle.astro +9 -0
  135. package/src/icons/fi/FiHexagon.astro +9 -0
  136. package/src/icons/fi/FiHome.astro +9 -0
  137. package/src/icons/fi/FiImage.astro +9 -0
  138. package/src/icons/fi/FiInbox.astro +9 -0
  139. package/src/icons/fi/FiInfo.astro +9 -0
  140. package/src/icons/fi/FiInstagram.astro +9 -0
  141. package/src/icons/fi/FiItalic.astro +9 -0
  142. package/src/icons/fi/FiKey.astro +9 -0
  143. package/src/icons/fi/FiLayers.astro +9 -0
  144. package/src/icons/fi/FiLayout.astro +9 -0
  145. package/src/icons/fi/FiLifeBuoy.astro +9 -0
  146. package/src/icons/fi/FiLink.astro +9 -0
  147. package/src/icons/fi/FiLink2.astro +9 -0
  148. package/src/icons/fi/FiLinkedin.astro +9 -0
  149. package/src/icons/fi/FiList.astro +9 -0
  150. package/src/icons/fi/FiLoader.astro +9 -0
  151. package/src/icons/fi/FiLock.astro +9 -0
  152. package/src/icons/fi/FiLogIn.astro +9 -0
  153. package/src/icons/fi/FiLogOut.astro +9 -0
  154. package/src/icons/fi/FiMail.astro +9 -0
  155. package/src/icons/fi/FiMap.astro +9 -0
  156. package/src/icons/fi/FiMapPin.astro +9 -0
  157. package/src/icons/fi/FiMaximize.astro +9 -0
  158. package/src/icons/fi/FiMaximize2.astro +9 -0
  159. package/src/icons/fi/FiMeh.astro +9 -0
  160. package/src/icons/fi/FiMenu.astro +9 -0
  161. package/src/icons/fi/FiMessageCircle.astro +9 -0
  162. package/src/icons/fi/FiMessageSquare.astro +9 -0
  163. package/src/icons/fi/FiMic.astro +9 -0
  164. package/src/icons/fi/FiMicOff.astro +9 -0
  165. package/src/icons/fi/FiMinimize.astro +9 -0
  166. package/src/icons/fi/FiMinimize2.astro +9 -0
  167. package/src/icons/fi/FiMinus.astro +9 -0
  168. package/src/icons/fi/FiMinusCircle.astro +9 -0
  169. package/src/icons/fi/FiMinusSquare.astro +9 -0
  170. package/src/icons/fi/FiMonitor.astro +9 -0
  171. package/src/icons/fi/FiMoon.astro +9 -0
  172. package/src/icons/fi/FiMoreHorizontal.astro +9 -0
  173. package/src/icons/fi/FiMoreVertical.astro +9 -0
  174. package/src/icons/fi/FiMousePointer.astro +9 -0
  175. package/src/icons/fi/FiMove.astro +9 -0
  176. package/src/icons/fi/FiMusic.astro +9 -0
  177. package/src/icons/fi/FiNavigation.astro +9 -0
  178. package/src/icons/fi/FiNavigation2.astro +9 -0
  179. package/src/icons/fi/FiOctagon.astro +9 -0
  180. package/src/icons/fi/FiPackage.astro +9 -0
  181. package/src/icons/fi/FiPaperclip.astro +9 -0
  182. package/src/icons/fi/FiPause.astro +9 -0
  183. package/src/icons/fi/FiPauseCircle.astro +9 -0
  184. package/src/icons/fi/FiPenTool.astro +9 -0
  185. package/src/icons/fi/FiPercent.astro +9 -0
  186. package/src/icons/fi/FiPhone.astro +9 -0
  187. package/src/icons/fi/FiPhoneCall.astro +9 -0
  188. package/src/icons/fi/FiPhoneForwarded.astro +9 -0
  189. package/src/icons/fi/FiPhoneIncoming.astro +9 -0
  190. package/src/icons/fi/FiPhoneMissed.astro +9 -0
  191. package/src/icons/fi/FiPhoneOff.astro +9 -0
  192. package/src/icons/fi/FiPhoneOutgoing.astro +9 -0
  193. package/src/icons/fi/FiPieChart.astro +9 -0
  194. package/src/icons/fi/FiPlay.astro +9 -0
  195. package/src/icons/fi/FiPlayCircle.astro +9 -0
  196. package/src/icons/fi/FiPlus.astro +9 -0
  197. package/src/icons/fi/FiPlusCircle.astro +9 -0
  198. package/src/icons/fi/FiPlusSquare.astro +9 -0
  199. package/src/icons/fi/FiPocket.astro +9 -0
  200. package/src/icons/fi/FiPower.astro +9 -0
  201. package/src/icons/fi/FiPrinter.astro +9 -0
  202. package/src/icons/fi/FiRadio.astro +9 -0
  203. package/src/icons/fi/FiRefreshCcw.astro +9 -0
  204. package/src/icons/fi/FiRefreshCw.astro +9 -0
  205. package/src/icons/fi/FiRepeat.astro +9 -0
  206. package/src/icons/fi/FiRewind.astro +9 -0
  207. package/src/icons/fi/FiRotateCcw.astro +9 -0
  208. package/src/icons/fi/FiRotateCw.astro +9 -0
  209. package/src/icons/fi/FiRss.astro +9 -0
  210. package/src/icons/fi/FiSave.astro +9 -0
  211. package/src/icons/fi/FiScissors.astro +9 -0
  212. package/src/icons/fi/FiSearch.astro +9 -0
  213. package/src/icons/fi/FiSend.astro +9 -0
  214. package/src/icons/fi/FiServer.astro +9 -0
  215. package/src/icons/fi/FiSettings.astro +9 -0
  216. package/src/icons/fi/FiShare.astro +9 -0
  217. package/src/icons/fi/FiShare2.astro +9 -0
  218. package/src/icons/fi/FiShield.astro +9 -0
  219. package/src/icons/fi/FiShieldOff.astro +9 -0
  220. package/src/icons/fi/FiShoppingBag.astro +9 -0
  221. package/src/icons/fi/FiShoppingCart.astro +9 -0
  222. package/src/icons/fi/FiShuffle.astro +9 -0
  223. package/src/icons/fi/FiSidebar.astro +9 -0
  224. package/src/icons/fi/FiSkipBack.astro +9 -0
  225. package/src/icons/fi/FiSkipForward.astro +9 -0
  226. package/src/icons/fi/FiSlack.astro +9 -0
  227. package/src/icons/fi/FiSlash.astro +9 -0
  228. package/src/icons/fi/FiSliders.astro +9 -0
  229. package/src/icons/fi/FiSmartphone.astro +9 -0
  230. package/src/icons/fi/FiSmile.astro +9 -0
  231. package/src/icons/fi/FiSpeaker.astro +9 -0
  232. package/src/icons/fi/FiSquare.astro +9 -0
  233. package/src/icons/fi/FiStar.astro +9 -0
  234. package/src/icons/fi/FiStopCircle.astro +9 -0
  235. package/src/icons/fi/FiSun.astro +9 -0
  236. package/src/icons/fi/FiSunrise.astro +9 -0
  237. package/src/icons/fi/FiSunset.astro +9 -0
  238. package/src/icons/fi/FiTable.astro +9 -0
  239. package/src/icons/fi/FiTablet.astro +9 -0
  240. package/src/icons/fi/FiTag.astro +9 -0
  241. package/src/icons/fi/FiTarget.astro +9 -0
  242. package/src/icons/fi/FiTerminal.astro +9 -0
  243. package/src/icons/fi/FiThermometer.astro +9 -0
  244. package/src/icons/fi/FiThumbsDown.astro +9 -0
  245. package/src/icons/fi/FiThumbsUp.astro +9 -0
  246. package/src/icons/fi/FiToggleLeft.astro +9 -0
  247. package/src/icons/fi/FiToggleRight.astro +9 -0
  248. package/src/icons/fi/FiTool.astro +9 -0
  249. package/src/icons/fi/FiTrash.astro +9 -0
  250. package/src/icons/fi/FiTrash2.astro +9 -0
  251. package/src/icons/fi/FiTrello.astro +9 -0
  252. package/src/icons/fi/FiTrendingDown.astro +9 -0
  253. package/src/icons/fi/FiTrendingUp.astro +9 -0
  254. package/src/icons/fi/FiTriangle.astro +9 -0
  255. package/src/icons/fi/FiTruck.astro +9 -0
  256. package/src/icons/fi/FiTv.astro +9 -0
  257. package/src/icons/fi/FiTwitch.astro +9 -0
  258. package/src/icons/fi/FiTwitter.astro +9 -0
  259. package/src/icons/fi/FiType.astro +9 -0
  260. package/src/icons/fi/FiUmbrella.astro +9 -0
  261. package/src/icons/fi/FiUnderline.astro +9 -0
  262. package/src/icons/fi/FiUnlock.astro +9 -0
  263. package/src/icons/fi/FiUpload.astro +9 -0
  264. package/src/icons/fi/FiUploadCloud.astro +9 -0
  265. package/src/icons/fi/FiUser.astro +9 -0
  266. package/src/icons/fi/FiUserCheck.astro +9 -0
  267. package/src/icons/fi/FiUserMinus.astro +9 -0
  268. package/src/icons/fi/FiUserPlus.astro +9 -0
  269. package/src/icons/fi/FiUserX.astro +9 -0
  270. package/src/icons/fi/FiUsers.astro +9 -0
  271. package/src/icons/fi/FiVideo.astro +9 -0
  272. package/src/icons/fi/FiVideoOff.astro +9 -0
  273. package/src/icons/fi/FiVoicemail.astro +9 -0
  274. package/src/icons/fi/FiVolume.astro +9 -0
  275. package/src/icons/fi/FiVolume1.astro +9 -0
  276. package/src/icons/fi/FiVolume2.astro +9 -0
  277. package/src/icons/fi/FiVolumeX.astro +9 -0
  278. package/src/icons/fi/FiWatch.astro +9 -0
  279. package/src/icons/fi/FiWifi.astro +9 -0
  280. package/src/icons/fi/FiWifiOff.astro +9 -0
  281. package/src/icons/fi/FiWind.astro +9 -0
  282. package/src/icons/fi/FiX.astro +9 -0
  283. package/src/icons/fi/FiXCircle.astro +9 -0
  284. package/src/icons/fi/FiXOctagon.astro +9 -0
  285. package/src/icons/fi/FiXSquare.astro +9 -0
  286. package/src/icons/fi/FiYoutube.astro +9 -0
  287. package/src/icons/fi/FiZap.astro +9 -0
  288. package/src/icons/fi/FiZapOff.astro +9 -0
  289. package/src/icons/fi/FiZoomIn.astro +9 -0
  290. package/src/icons/fi/FiZoomOut.astro +9 -0
  291. package/src/icons/fi/names.ts +293 -0
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["polyline",{"points":"17 1 21 5 17 9"}],["path",{"d":"M3 11V9a4 4 0 0 1 4-4h14"}],["polyline",{"points":"7 23 3 19 7 15"}],["path",{"d":"M21 13v2a4 4 0 0 1-4 4H3"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["polygon",{"points":"11 19 2 12 11 5 11 19"}],["polygon",{"points":"22 19 13 12 22 5 22 19"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["polyline",{"points":"1 4 1 10 7 10"}],["path",{"d":"M3.51 15a9 9 0 1 0 2.13-9.36L1 10"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["polyline",{"points":"23 4 23 10 17 10"}],["path",{"d":"M20.49 15a9 9 0 1 1-2.12-9.36L23 10"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M4 11a9 9 0 0 1 9 9"}],["path",{"d":"M4 4a16 16 0 0 1 16 16"}],["circle",{"cx":"5","cy":"19","r":"1"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"}],["polyline",{"points":"17 21 17 13 7 13 7 21"}],["polyline",{"points":"7 3 7 8 15 8"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["circle",{"cx":"6","cy":"6","r":"3"}],["circle",{"cx":"6","cy":"18","r":"3"}],["line",{"x1":"20","y1":"4","x2":"8.12","y2":"15.88"}],["line",{"x1":"14.47","y1":"14.48","x2":"20","y2":"20"}],["line",{"x1":"8.12","y1":"8.12","x2":"12","y2":"12"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["circle",{"cx":"11","cy":"11","r":"8"}],["line",{"x1":"21","y1":"21","x2":"16.65","y2":"16.65"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["line",{"x1":"22","y1":"2","x2":"11","y2":"13"}],["polygon",{"points":"22 2 15 22 11 13 2 9 22 2"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["rect",{"x":"2","y":"2","width":"20","height":"8","rx":"2","ry":"2"}],["rect",{"x":"2","y":"14","width":"20","height":"8","rx":"2","ry":"2"}],["line",{"x1":"6","y1":"6","x2":"6.01","y2":"6"}],["line",{"x1":"6","y1":"18","x2":"6.01","y2":"18"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["circle",{"cx":"12","cy":"12","r":"3"}],["path",{"d":"M19.4 15a1.65 1.65 0 0 0 0.33 1.82l0.060.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-0.06-0.06a1.65 1.65 0 0 0-1.82-0.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-0.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.820.33l-0.060.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l0.06-0.06a1.65 1.65 0 0 0 0.33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h0.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-0.33-1.82l-0.06-0.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l0.060.06a1.65 1.65 0 0 0 1.820.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v0.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-0.33l0.06-0.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-0.060.06a1.65 1.65 0 0 0-0.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-0.09a1.65 1.65 0 0 0-1.51 1z"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}],["polyline",{"points":"16 6 12 2 8 6"}],["line",{"x1":"12","y1":"2","x2":"12","y2":"15"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["circle",{"cx":"18","cy":"5","r":"3"}],["circle",{"cx":"6","cy":"12","r":"3"}],["circle",{"cx":"18","cy":"19","r":"3"}],["line",{"x1":"8.59","y1":"13.51","x2":"15.42","y2":"17.49"}],["line",{"x1":"15.41","y1":"6.51","x2":"8.59","y2":"10.49"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M19.69 14a6.9 6.9 0 0 0 0.31-2V5l-8-3-3.16 1.18"}],["path",{"d":"M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"}],["line",{"x1":"1","y1":"1","x2":"23","y2":"23"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"}],["line",{"x1":"3","y1":"6","x2":"21","y2":"6"}],["path",{"d":"M16 10a4 4 0 0 1-8 0"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["circle",{"cx":"9","cy":"21","r":"1"}],["circle",{"cx":"20","cy":"21","r":"1"}],["path",{"d":"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["polyline",{"points":"16 3 21 3 21 8"}],["line",{"x1":"4","y1":"20","x2":"21","y2":"3"}],["polyline",{"points":"21 16 21 21 16 21"}],["line",{"x1":"15","y1":"15","x2":"21","y2":"21"}],["line",{"x1":"4","y1":"4","x2":"9","y2":"9"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["rect",{"x":"3","y":"3","width":"18","height":"18","rx":"2","ry":"2"}],["line",{"x1":"9","y1":"3","x2":"9","y2":"21"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["polygon",{"points":"19 20 9 12 19 4 19 20"}],["line",{"x1":"5","y1":"19","x2":"5","y2":"5"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["polygon",{"points":"5 4 15 12 5 20 5 4"}],["line",{"x1":"19","y1":"5","x2":"19","y2":"19"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M14.5 10c-0.83 0-1.5-0.67-1.5-1.5v-5c0-0.830.67-1.5 1.5-1.5s1.50.67 1.5 1.5v5c0 0.83-0.67 1.5-1.5 1.5z"}],["path",{"d":"M20.5 10H19V8.5c0-0.830.67-1.5 1.5-1.5s1.50.67 1.5 1.5-0.67 1.5-1.5 1.5z"}],["path",{"d":"M9.5 14c0.83 0 1.50.67 1.5 1.5v5c0 0.83-0.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-0.830.67-1.5 1.5-1.5z"}],["path",{"d":"M3.5 14H5v1.5c0 0.83-0.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"}],["path",{"d":"M14 14.5c0-0.830.67-1.5 1.5-1.5h5c0.83 0 1.50.67 1.5 1.5s-0.67 1.5-1.5 1.5h-5c-0.83 0-1.5-0.67-1.5-1.5z"}],["path",{"d":"M15.5 19H14v1.5c0 0.830.67 1.5 1.5 1.5s1.5-0.67 1.5-1.5-0.67-1.5-1.5-1.5z"}],["path",{"d":"M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c0.83 0 1.5-0.67 1.5-1.5z"}],["path",{"d":"M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["circle",{"cx":"12","cy":"12","r":"10"}],["line",{"x1":"4.93","y1":"4.93","x2":"19.07","y2":"19.07"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["line",{"x1":"4","y1":"21","x2":"4","y2":"14"}],["line",{"x1":"4","y1":"10","x2":"4","y2":"3"}],["line",{"x1":"12","y1":"21","x2":"12","y2":"12"}],["line",{"x1":"12","y1":"8","x2":"12","y2":"3"}],["line",{"x1":"20","y1":"21","x2":"20","y2":"16"}],["line",{"x1":"20","y1":"12","x2":"20","y2":"3"}],["line",{"x1":"1","y1":"14","x2":"7","y2":"14"}],["line",{"x1":"9","y1":"8","x2":"15","y2":"8"}],["line",{"x1":"17","y1":"16","x2":"23","y2":"16"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["rect",{"x":"5","y":"2","width":"14","height":"20","rx":"2","ry":"2"}],["line",{"x1":"12","y1":"18","x2":"12.01","y2":"18"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M8 14s1.5 2 4 2 4-2 4-2"}],["line",{"x1":"9","y1":"9","x2":"9.01","y2":"9"}],["line",{"x1":"15","y1":"9","x2":"15.01","y2":"9"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["rect",{"x":"4","y":"2","width":"16","height":"20","rx":"2","ry":"2"}],["circle",{"cx":"12","cy":"14","r":"4"}],["line",{"x1":"12","y1":"6","x2":"12.01","y2":"6"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["rect",{"x":"3","y":"3","width":"18","height":"18","rx":"2","ry":"2"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["polygon",{"points":"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["circle",{"cx":"12","cy":"12","r":"10"}],["rect",{"x":"9","y":"9","width":"6","height":"6"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["circle",{"cx":"12","cy":"12","r":"5"}],["line",{"x1":"12","y1":"1","x2":"12","y2":"3"}],["line",{"x1":"12","y1":"21","x2":"12","y2":"23"}],["line",{"x1":"4.22","y1":"4.22","x2":"5.64","y2":"5.64"}],["line",{"x1":"18.36","y1":"18.36","x2":"19.78","y2":"19.78"}],["line",{"x1":"1","y1":"12","x2":"3","y2":"12"}],["line",{"x1":"21","y1":"12","x2":"23","y2":"12"}],["line",{"x1":"4.22","y1":"19.78","x2":"5.64","y2":"18.36"}],["line",{"x1":"18.36","y1":"5.64","x2":"19.78","y2":"4.22"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M17 18a5 5 0 0 0-10 0"}],["line",{"x1":"12","y1":"2","x2":"12","y2":"9"}],["line",{"x1":"4.22","y1":"10.22","x2":"5.64","y2":"11.64"}],["line",{"x1":"1","y1":"18","x2":"3","y2":"18"}],["line",{"x1":"21","y1":"18","x2":"23","y2":"18"}],["line",{"x1":"18.36","y1":"11.64","x2":"19.78","y2":"10.22"}],["line",{"x1":"23","y1":"22","x2":"1","y2":"22"}],["polyline",{"points":"8 6 12 2 16 6"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M17 18a5 5 0 0 0-10 0"}],["line",{"x1":"12","y1":"9","x2":"12","y2":"2"}],["line",{"x1":"4.22","y1":"10.22","x2":"5.64","y2":"11.64"}],["line",{"x1":"1","y1":"18","x2":"3","y2":"18"}],["line",{"x1":"21","y1":"18","x2":"23","y2":"18"}],["line",{"x1":"18.36","y1":"11.64","x2":"19.78","y2":"10.22"}],["line",{"x1":"23","y1":"22","x2":"1","y2":"22"}],["polyline",{"points":"16 5 12 9 8 5"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["rect",{"x":"4","y":"2","width":"16","height":"20","rx":"2","ry":"2"}],["line",{"x1":"12","y1":"18","x2":"12.01","y2":"18"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"}],["line",{"x1":"7","y1":"7","x2":"7.01","y2":"7"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["circle",{"cx":"12","cy":"12","r":"10"}],["circle",{"cx":"12","cy":"12","r":"6"}],["circle",{"cx":"12","cy":"12","r":"2"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["polyline",{"points":"4 17 10 11 4 5"}],["line",{"x1":"12","y1":"19","x2":"20","y2":"19"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["rect",{"x":"1","y":"5","width":"22","height":"14","rx":"7","ry":"7"}],["circle",{"cx":"8","cy":"12","r":"3"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["rect",{"x":"1","y":"5","width":"22","height":"14","rx":"7","ry":"7"}],["circle",{"cx":"16","cy":"12","r":"3"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["polyline",{"points":"3 6 5 6 21 6"}],["path",{"d":"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["polyline",{"points":"3 6 5 6 21 6"}],["path",{"d":"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}],["line",{"x1":"10","y1":"11","x2":"10","y2":"17"}],["line",{"x1":"14","y1":"11","x2":"14","y2":"17"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["rect",{"x":"3","y":"3","width":"18","height":"18","rx":"2","ry":"2"}],["rect",{"x":"7","y":"7","width":"3","height":"9"}],["rect",{"x":"14","y":"7","width":"3","height":"5"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["polyline",{"points":"23 18 13.5 8.5 8.5 13.5 1 6"}],["polyline",{"points":"17 18 23 18 23 12"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["polyline",{"points":"23 6 13.5 15.5 8.5 10.5 1 18"}],["polyline",{"points":"17 6 23 6 23 12"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["rect",{"x":"1","y":"3","width":"15","height":"13"}],["polygon",{"points":"16 8 20 8 23 11 23 16 16 16 16 8"}],["circle",{"cx":"5.5","cy":"18.5","r":"2.5"}],["circle",{"cx":"18.5","cy":"18.5","r":"2.5"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["rect",{"x":"2","y":"7","width":"20","height":"15","rx":"2","ry":"2"}],["polyline",{"points":"17 2 12 7 7 2"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />
@@ -0,0 +1,9 @@
1
+ ---
2
+ import type { NodeTuple } from "@mal-icons/core";
3
+ import IconBase from "../../IconBase.astro";
4
+
5
+ const nodes: NodeTuple[] = [["path",{"d":"M21 2H3v16h5v4l4-4h5l4-4V2zM11 11V7M16 11V7"}]];
6
+ const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
7
+ ---
8
+
9
+ <IconBase viewBox="0 0 24 24" nodes={nodes} defaultAttr={defaultAttr} {...Astro.props} />