@scalar/api-reference 0.5.1 → 0.5.3

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 (453) hide show
  1. package/package.json +9 -10
  2. package/src/components/ApiClientModal.vue +0 -205
  3. package/src/components/ApiReference.vue +0 -750
  4. package/src/components/Card/Card.vue +0 -12
  5. package/src/components/Card/CardContent.vue +0 -45
  6. package/src/components/Card/CardFooter.vue +0 -13
  7. package/src/components/Card/CardHeader.vue +0 -37
  8. package/src/components/Card/CardTab.vue +0 -32
  9. package/src/components/Card/CardTabHeader.vue +0 -32
  10. package/src/components/Card/index.ts +0 -6
  11. package/src/components/Content/Content.vue +0 -145
  12. package/src/components/Content/Introduction/BaseUrl.vue +0 -49
  13. package/src/components/Content/Introduction/Introduction.vue +0 -141
  14. package/src/components/Content/Introduction/LanguageSelector.vue +0 -361
  15. package/src/components/Content/Introduction/index.ts +0 -1
  16. package/src/components/Content/MarkdownRenderer.vue +0 -177
  17. package/src/components/Content/ReferenceEndpoint/Copy.vue +0 -101
  18. package/src/components/Content/ReferenceEndpoint/ExampleRequest.vue +0 -331
  19. package/src/components/Content/ReferenceEndpoint/ExampleResponseTab.vue +0 -22
  20. package/src/components/Content/ReferenceEndpoint/ExampleResponses/ExampleResponses.vue +0 -168
  21. package/src/components/Content/ReferenceEndpoint/ExampleResponses/Headers.vue +0 -83
  22. package/src/components/Content/ReferenceEndpoint/ExampleResponses/SelectExample.vue +0 -129
  23. package/src/components/Content/ReferenceEndpoint/ExampleResponses/index.ts +0 -1
  24. package/src/components/Content/ReferenceEndpoint/ParameterItem.vue +0 -26
  25. package/src/components/Content/ReferenceEndpoint/Parameters.vue +0 -23
  26. package/src/components/Content/ReferenceEndpoint/ReferenceEndpoint.vue +0 -29
  27. package/src/components/Content/ReferenceEndpoint/RequestBody.vue +0 -125
  28. package/src/components/Content/ReferenceEndpoint/RequestBodyProperties.vue +0 -54
  29. package/src/components/Content/ReferenceEndpoint/RequestBodyPropertiesChild.vue +0 -39
  30. package/src/components/Content/ReferenceEndpoint/index.ts +0 -1
  31. package/src/components/Content/ReferenceTag.vue +0 -99
  32. package/src/components/Content/Spinner.vue +0 -51
  33. package/src/components/Content/index.ts +0 -1
  34. package/src/components/FindAnythingButton.vue +0 -76
  35. package/src/components/FlowButton.vue +0 -184
  36. package/src/components/FlowIconButton.vue +0 -25
  37. package/src/components/FlowLoader.vue +0 -207
  38. package/src/components/FlowModal.vue +0 -133
  39. package/src/components/HelpfulLink.vue +0 -19
  40. package/src/components/Icon/FlowIcon.vue +0 -19
  41. package/src/components/Icon/Icon.vue +0 -23
  42. package/src/components/Icon/SvgRenderer.ts +0 -66
  43. package/src/components/Icon/brand/brand-adobe.svg +0 -1
  44. package/src/components/Icon/brand/brand-amazon.svg +0 -1
  45. package/src/components/Icon/brand/brand-browser-firefox.svg +0 -5
  46. package/src/components/Icon/brand/brand-browser-googlechrome.svg +0 -5
  47. package/src/components/Icon/brand/brand-creative-commons.svg +0 -1
  48. package/src/components/Icon/brand/brand-ecommerce-etsy.svg +0 -1
  49. package/src/components/Icon/brand/brand-ecommerce-patreon.svg +0 -1
  50. package/src/components/Icon/brand/brand-ecommerce-shopify.svg +0 -5
  51. package/src/components/Icon/brand/brand-ecommerce-wordpress.svg +0 -1
  52. package/src/components/Icon/brand/brand-gaming-nintendo-switch.svg +0 -5
  53. package/src/components/Icon/brand/brand-gaming-playstation.svg +0 -1
  54. package/src/components/Icon/brand/brand-gaming-xbox-live.svg +0 -5
  55. package/src/components/Icon/brand/brand-google-drive.svg +0 -5
  56. package/src/components/Icon/brand/brand-google-gmail.svg +0 -5
  57. package/src/components/Icon/brand/brand-google.svg +0 -1
  58. package/src/components/Icon/brand/brand-music-itunes.svg +0 -1
  59. package/src/components/Icon/brand/brand-music-soundcloud.svg +0 -1
  60. package/src/components/Icon/brand/brand-music-spotify.svg +0 -1
  61. package/src/components/Icon/brand/brand-office-dropbox.svg +0 -5
  62. package/src/components/Icon/brand/brand-office-slack.svg +0 -5
  63. package/src/components/Icon/brand/brand-office-zoom.svg +0 -1
  64. package/src/components/Icon/brand/brand-payments-alipay.svg +0 -1
  65. package/src/components/Icon/brand/brand-payments-paypal.svg +0 -1
  66. package/src/components/Icon/brand/brand-payments-stripe.svg +0 -1
  67. package/src/components/Icon/brand/brand-platform-android.svg +0 -1
  68. package/src/components/Icon/brand/brand-platform-apple.svg +0 -5
  69. package/src/components/Icon/brand/brand-platform-linux.svg +0 -5
  70. package/src/components/Icon/brand/brand-platform-microsoft-windows.svg +0 -4
  71. package/src/components/Icon/brand/brand-social-chat-discord.svg +0 -5
  72. package/src/components/Icon/brand/brand-social-chat-kuaishou.svg +0 -5
  73. package/src/components/Icon/brand/brand-social-chat-line.svg +0 -5
  74. package/src/components/Icon/brand/brand-social-chat-messenger.svg +0 -5
  75. package/src/components/Icon/brand/brand-social-chat-signal.svg +0 -5
  76. package/src/components/Icon/brand/brand-social-chat-snapchat.svg +0 -5
  77. package/src/components/Icon/brand/brand-social-chat-telegram.svg +0 -5
  78. package/src/components/Icon/brand/brand-social-chat-wechat.svg +0 -5
  79. package/src/components/Icon/brand/brand-social-chat-whatsapp.svg +0 -5
  80. package/src/components/Icon/brand/brand-social-media-deviantart.svg +0 -5
  81. package/src/components/Icon/brand/brand-social-media-dribbble.svg +0 -1
  82. package/src/components/Icon/brand/brand-social-media-facebook.svg +0 -1
  83. package/src/components/Icon/brand/brand-social-media-instagram.svg +0 -5
  84. package/src/components/Icon/brand/brand-social-media-linkedin.svg +0 -5
  85. package/src/components/Icon/brand/brand-social-media-pinterest.svg +0 -5
  86. package/src/components/Icon/brand/brand-social-media-reddit.svg +0 -1
  87. package/src/components/Icon/brand/brand-social-media-sina-weibo.svg +0 -5
  88. package/src/components/Icon/brand/brand-social-media-threads.svg +0 -1
  89. package/src/components/Icon/brand/brand-social-media-tiktok.svg +0 -5
  90. package/src/components/Icon/brand/brand-social-media-tinder.svg +0 -1
  91. package/src/components/Icon/brand/brand-social-media-tumblr.svg +0 -5
  92. package/src/components/Icon/brand/brand-social-media-twitter.svg +0 -5
  93. package/src/components/Icon/brand/brand-software-design-figma.svg +0 -1
  94. package/src/components/Icon/brand/brand-software-development-authy.svg +0 -1
  95. package/src/components/Icon/brand/brand-software-development-digital-ocean.svg +0 -1
  96. package/src/components/Icon/brand/brand-software-development-docker.svg +0 -5
  97. package/src/components/Icon/brand/brand-software-development-github.svg +0 -5
  98. package/src/components/Icon/brand/brand-software-development-jira.svg +0 -1
  99. package/src/components/Icon/brand/brand-software-development-openai.svg +0 -1
  100. package/src/components/Icon/brand/brand-software-development-stackexchange.svg +0 -5
  101. package/src/components/Icon/brand/brand-software-development-stackoverflow.svg +0 -1
  102. package/src/components/Icon/brand/brand-video-netflix.svg +0 -5
  103. package/src/components/Icon/brand/brand-video-twitch.svg +0 -1
  104. package/src/components/Icon/brand/brand-video-vimeo.svg +0 -5
  105. package/src/components/Icon/brand/brand-video-youtube.svg +0 -5
  106. package/src/components/Icon/brand/programming-framework-angular.svg +0 -5
  107. package/src/components/Icon/brand/programming-framework-astro.svg +0 -5
  108. package/src/components/Icon/brand/programming-framework-laravel.svg +0 -1
  109. package/src/components/Icon/brand/programming-framework-nextdotjs.svg +0 -5
  110. package/src/components/Icon/brand/programming-framework-react.svg +0 -5
  111. package/src/components/Icon/brand/programming-framework-vuedotjs.svg +0 -1
  112. package/src/components/Icon/brand/programming-language-c.svg +0 -5
  113. package/src/components/Icon/brand/programming-language-clojure.svg +0 -5
  114. package/src/components/Icon/brand/programming-language-csharp.svg +0 -4
  115. package/src/components/Icon/brand/programming-language-css3.svg +0 -4
  116. package/src/components/Icon/brand/programming-language-go.svg +0 -4
  117. package/src/components/Icon/brand/programming-language-html5.svg +0 -4
  118. package/src/components/Icon/brand/programming-language-java.svg +0 -21
  119. package/src/components/Icon/brand/programming-language-javascript-js.svg +0 -4
  120. package/src/components/Icon/brand/programming-language-json.svg +0 -8
  121. package/src/components/Icon/brand/programming-language-kotlin.svg +0 -3
  122. package/src/components/Icon/brand/programming-language-node.svg +0 -10
  123. package/src/components/Icon/brand/programming-language-objc.svg +0 -6
  124. package/src/components/Icon/brand/programming-language-ocaml.svg +0 -4
  125. package/src/components/Icon/brand/programming-language-php.svg +0 -4
  126. package/src/components/Icon/brand/programming-language-powershell.svg +0 -10
  127. package/src/components/Icon/brand/programming-language-python.svg +0 -4
  128. package/src/components/Icon/brand/programming-language-r.svg +0 -7
  129. package/src/components/Icon/brand/programming-language-ruby.svg +0 -5
  130. package/src/components/Icon/brand/programming-language-scala.svg +0 -5
  131. package/src/components/Icon/brand/programming-language-shell.svg +0 -5
  132. package/src/components/Icon/brand/programming-language-swift.svg +0 -4
  133. package/src/components/Icon/brand/programming-language-typescript.svg +0 -5
  134. package/src/components/Icon/brand/programming-tool-git.svg +0 -1
  135. package/src/components/Icon/brand/programming-tool-tailwindcss.svg +0 -5
  136. package/src/components/Icon/icons/Add.svg +0 -4
  137. package/src/components/Icon/icons/ArrowDown.svg +0 -3
  138. package/src/components/Icon/icons/ArrowLeft.svg +0 -3
  139. package/src/components/Icon/icons/ArrowRight.svg +0 -3
  140. package/src/components/Icon/icons/ArrowUp.svg +0 -3
  141. package/src/components/Icon/icons/Background.svg +0 -8
  142. package/src/components/Icon/icons/CallToAction.svg +0 -5
  143. package/src/components/Icon/icons/CheckMark.svg +0 -3
  144. package/src/components/Icon/icons/ChevronDown.svg +0 -3
  145. package/src/components/Icon/icons/ChevronLeft.svg +0 -3
  146. package/src/components/Icon/icons/ChevronRight.svg +0 -3
  147. package/src/components/Icon/icons/ChevronUp.svg +0 -3
  148. package/src/components/Icon/icons/Close.svg +0 -3
  149. package/src/components/Icon/icons/DarkMode.svg +0 -4
  150. package/src/components/Icon/icons/Delete.svg +0 -5
  151. package/src/components/Icon/icons/Discord.svg +0 -5
  152. package/src/components/Icon/icons/Duplicate.svg +0 -6
  153. package/src/components/Icon/icons/Edit.svg +0 -4
  154. package/src/components/Icon/icons/EditorBold.svg +0 -4
  155. package/src/components/Icon/icons/EditorCode.svg +0 -6
  156. package/src/components/Icon/icons/EditorHighlight.svg +0 -12
  157. package/src/components/Icon/icons/EditorItalic.svg +0 -4
  158. package/src/components/Icon/icons/EditorLink.svg +0 -8
  159. package/src/components/Icon/icons/EditorStrike.svg +0 -4
  160. package/src/components/Icon/icons/EditorUnderline.svg +0 -6
  161. package/src/components/Icon/icons/Ellipses.svg +0 -4
  162. package/src/components/Icon/icons/Error.svg +0 -4
  163. package/src/components/Icon/icons/ExternalLink.svg +0 -7
  164. package/src/components/Icon/icons/Folder.svg +0 -4
  165. package/src/components/Icon/icons/GitHub.svg +0 -4
  166. package/src/components/Icon/icons/Google.svg +0 -4
  167. package/src/components/Icon/icons/Hide.svg +0 -5
  168. package/src/components/Icon/icons/Key.svg +0 -5
  169. package/src/components/Icon/icons/Leave.svg +0 -5
  170. package/src/components/Icon/icons/LightMode.svg +0 -6
  171. package/src/components/Icon/icons/Link.svg +0 -5
  172. package/src/components/Icon/icons/Lock.svg +0 -4
  173. package/src/components/Icon/icons/Logo.svg +0 -4
  174. package/src/components/Icon/icons/LogoAPI.svg +0 -4
  175. package/src/components/Icon/icons/LogoClient.svg +0 -4
  176. package/src/components/Icon/icons/LogoMarket.svg +0 -4
  177. package/src/components/Icon/icons/LogoSwagger.svg +0 -4
  178. package/src/components/Icon/icons/Magic.svg +0 -5
  179. package/src/components/Icon/icons/Menu.svg +0 -3
  180. package/src/components/Icon/icons/Page.svg +0 -8
  181. package/src/components/Icon/icons/Payment.svg +0 -5
  182. package/src/components/Icon/icons/Refresh.svg +0 -4
  183. package/src/components/Icon/icons/Search.svg +0 -4
  184. package/src/components/Icon/icons/Show.svg +0 -5
  185. package/src/components/Icon/icons/Sigma.svg +0 -4
  186. package/src/components/Icon/icons/Trash.svg +0 -5
  187. package/src/components/Icon/icons/index.ts +0 -65
  188. package/src/components/Icon/index.ts +0 -2
  189. package/src/components/Icon/line/arrow-chevron-down.svg +0 -1
  190. package/src/components/Icon/line/arrow-chevron-left.svg +0 -1
  191. package/src/components/Icon/line/arrow-chevron-right.svg +0 -1
  192. package/src/components/Icon/line/arrow-chevron-up.svg +0 -1
  193. package/src/components/Icon/line/arrow-down.svg +0 -1
  194. package/src/components/Icon/line/arrow-left.svg +0 -1
  195. package/src/components/Icon/line/arrow-right.svg +0 -1
  196. package/src/components/Icon/line/arrow-up.svg +0 -1
  197. package/src/components/Icon/line/basic-shape-diamond.svg +0 -1
  198. package/src/components/Icon/line/basic-shape-hexagon.svg +0 -1
  199. package/src/components/Icon/line/basic-shape-primary-circle-ellipse-round.svg +0 -1
  200. package/src/components/Icon/line/basic-shape-primary-square-rectangle.svg +0 -1
  201. package/src/components/Icon/line/basic-shape-shield.svg +0 -1
  202. package/src/components/Icon/line/computer-device-desktop-monitor.svg +0 -1
  203. package/src/components/Icon/line/computer-device-desktop.svg +0 -1
  204. package/src/components/Icon/line/computer-device-laptop.svg +0 -1
  205. package/src/components/Icon/line/computer-device-mobile-phone-android-samsung-back.svg +0 -1
  206. package/src/components/Icon/line/computer-device-mobile-phone-android-samsung.svg +0 -1
  207. package/src/components/Icon/line/computer-device-mobile-phone-iphone-x-back.svg +0 -1
  208. package/src/components/Icon/line/computer-device-mobile-phone-iphone-x.svg +0 -1
  209. package/src/components/Icon/line/computer-device-mobile-tablet-touch.svg +0 -1
  210. package/src/components/Icon/line/computer-device-mobile-tablet.svg +0 -1
  211. package/src/components/Icon/line/computer-device-network-ethernet-cat6.svg +0 -1
  212. package/src/components/Icon/line/computer-device-network-lan-www.svg +0 -1
  213. package/src/components/Icon/line/computer-device-network-wifi-connection.svg +0 -1
  214. package/src/components/Icon/line/computer-device-network-wifi-router.svg +0 -1
  215. package/src/components/Icon/line/computer-keyboard-alt.svg +0 -1
  216. package/src/components/Icon/line/computer-keyboard-command-cmd-control-ctrl.svg +0 -1
  217. package/src/components/Icon/line/computer-keyboard-option.svg +0 -1
  218. package/src/components/Icon/line/computer-keyboard-shift.svg +0 -1
  219. package/src/components/Icon/line/ecology-science-erlenmeyer-flask.svg +0 -1
  220. package/src/components/Icon/line/entertainment-control-button-circle-left-arrow-rewind.svg +0 -1
  221. package/src/components/Icon/line/entertainment-control-button-circle-pause.svg +0 -1
  222. package/src/components/Icon/line/entertainment-control-button-circle-right-arrow-fast-forward.svg +0 -1
  223. package/src/components/Icon/line/entertainment-control-button-circle-stop-square.svg +0 -1
  224. package/src/components/Icon/line/entertainment-control-button-play-circle.svg +0 -1
  225. package/src/components/Icon/line/entertainment-party-popper-confetti.svg +0 -1
  226. package/src/components/Icon/line/image-flash-lightning.svg +0 -1
  227. package/src/components/Icon/line/image-photo-frame.svg +0 -1
  228. package/src/components/Icon/line/image-picture-flower.svg +0 -1
  229. package/src/components/Icon/line/interface-add.svg +0 -1
  230. package/src/components/Icon/line/interface-alert-error-exclamation-block-square.svg +0 -1
  231. package/src/components/Icon/line/interface-alert-error-x-block-square.svg +0 -1
  232. package/src/components/Icon/line/interface-alert-exclamation-diamond.svg +0 -1
  233. package/src/components/Icon/line/interface-alert-exclamation-triangle-warning.svg +0 -1
  234. package/src/components/Icon/line/interface-alert-information-circle.svg +0 -1
  235. package/src/components/Icon/line/interface-award-crown.svg +0 -1
  236. package/src/components/Icon/line/interface-bookmark-tag.svg +0 -1
  237. package/src/components/Icon/line/interface-bookmark.svg +0 -1
  238. package/src/components/Icon/line/interface-calendar-date-one.svg +0 -1
  239. package/src/components/Icon/line/interface-close.svg +0 -1
  240. package/src/components/Icon/line/interface-content-book-open-pages.svg +0 -1
  241. package/src/components/Icon/line/interface-content-book-page.svg +0 -1
  242. package/src/components/Icon/line/interface-content-file.svg +0 -8
  243. package/src/components/Icon/line/interface-content-folder.svg +0 -1
  244. package/src/components/Icon/line/interface-copy-clipboard.svg +0 -1
  245. package/src/components/Icon/line/interface-delete-bin-trash.svg +0 -1
  246. package/src/components/Icon/line/interface-dots-horizontal.svg +0 -1
  247. package/src/components/Icon/line/interface-dots-vertical.svg +0 -1
  248. package/src/components/Icon/line/interface-edit-attachment.svg +0 -1
  249. package/src/components/Icon/line/interface-edit-binocular.svg +0 -1
  250. package/src/components/Icon/line/interface-edit-magic-wand.svg +0 -1
  251. package/src/components/Icon/line/interface-edit-tool-eraser.svg +0 -1
  252. package/src/components/Icon/line/interface-edit-tool-paint-brush.svg +0 -1
  253. package/src/components/Icon/line/interface-edit-tool-paint-roller.svg +0 -1
  254. package/src/components/Icon/line/interface-edit-tool-pen.svg +0 -1
  255. package/src/components/Icon/line/interface-edit-tool-pencil.svg +0 -1
  256. package/src/components/Icon/line/interface-edit-view-eye.svg +0 -1
  257. package/src/components/Icon/line/interface-favorite-award.svg +0 -1
  258. package/src/components/Icon/line/interface-favorite-flag.svg +0 -1
  259. package/src/components/Icon/line/interface-favorite-heart.svg +0 -1
  260. package/src/components/Icon/line/interface-favorite-star.svg +0 -1
  261. package/src/components/Icon/line/interface-favorite-stars-shining.svg +0 -1
  262. package/src/components/Icon/line/interface-favorite-stars-sparkles.svg +0 -1
  263. package/src/components/Icon/line/interface-hierarchy-flowchart.svg +0 -1
  264. package/src/components/Icon/line/interface-home-house.svg +0 -1
  265. package/src/components/Icon/line/interface-hyperlink.svg +0 -1
  266. package/src/components/Icon/line/interface-lighting-brightness.svg +0 -1
  267. package/src/components/Icon/line/interface-lock-closed.svg +0 -1
  268. package/src/components/Icon/line/interface-lock-open-unlock.svg +0 -1
  269. package/src/components/Icon/line/interface-login-key.svg +0 -1
  270. package/src/components/Icon/line/interface-search.svg +0 -1
  271. package/src/components/Icon/line/interface-setting-cog.svg +0 -1
  272. package/src/components/Icon/line/interface-share-megaphone-bullhorn.svg +0 -1
  273. package/src/components/Icon/line/interface-share-rocket.svg +0 -1
  274. package/src/components/Icon/line/interface-share-satellite.svg +0 -1
  275. package/src/components/Icon/line/interface-share-space-ship.svg +0 -1
  276. package/src/components/Icon/line/interface-share.svg +0 -1
  277. package/src/components/Icon/line/interface-signal-square.svg +0 -1
  278. package/src/components/Icon/line/interface-text-formatting-left-open-quote.svg +0 -1
  279. package/src/components/Icon/line/interface-text-formatting-right-close-quote.svg +0 -1
  280. package/src/components/Icon/line/interface-time-clock-circle.svg +0 -1
  281. package/src/components/Icon/line/interface-time-hour-glass.svg +0 -1
  282. package/src/components/Icon/line/interface-users-multiple.svg +0 -1
  283. package/src/components/Icon/line/interface-validation-checkbox-square.svg +0 -1
  284. package/src/components/Icon/line/interface-weather-moon.svg +0 -1
  285. package/src/components/Icon/line/legal-justice-hammer-gavel.svg +0 -1
  286. package/src/components/Icon/line/mail-chat-bubble-square.svg +0 -1
  287. package/src/components/Icon/line/mail-send-email-paper-airplane.svg +0 -1
  288. package/src/components/Icon/line/mail-send-envelope.svg +0 -1
  289. package/src/components/Icon/line/mail-sign-hashtag.svg +0 -1
  290. package/src/components/Icon/line/money-cashier-receipt.svg +0 -1
  291. package/src/components/Icon/line/money-currency-dollar-pay.svg +0 -1
  292. package/src/components/Icon/line/money-graph-arrow-increase.svg +0 -1
  293. package/src/components/Icon/line/money-graph-bar-chart-increase.svg +0 -1
  294. package/src/components/Icon/line/nature-ecology-leaf.svg +0 -1
  295. package/src/components/Icon/line/phone-telephone.svg +0 -1
  296. package/src/components/Icon/line/programming-bug.svg +0 -1
  297. package/src/components/Icon/line/programming-cloud.svg +0 -1
  298. package/src/components/Icon/line/programming-computer-database-server.svg +0 -1
  299. package/src/components/Icon/line/programming-computer-database.svg +0 -1
  300. package/src/components/Icon/line/programming-module-four-layout.svg +0 -1
  301. package/src/components/Icon/line/programming-module-three.svg +0 -1
  302. package/src/components/Icon/line/programming-module.svg +0 -1
  303. package/src/components/Icon/line/programming-script-code.svg +0 -1
  304. package/src/components/Icon/line/shopping-cart.svg +0 -8
  305. package/src/components/Icon/line/shopping-gift-present.svg +0 -1
  306. package/src/components/Icon/line/shopping-shipping-box-parcel-package.svg +0 -1
  307. package/src/components/Icon/line/tag-new-circle.svg +0 -1
  308. package/src/components/Icon/line/travel-map-earth-globe.svg +0 -1
  309. package/src/components/Icon/localIcons.ts +0 -68
  310. package/src/components/Icon/solid/arrow-chevron-down.svg +0 -1
  311. package/src/components/Icon/solid/arrow-chevron-left.svg +0 -1
  312. package/src/components/Icon/solid/arrow-chevron-right.svg +0 -1
  313. package/src/components/Icon/solid/arrow-chevron-up.svg +0 -1
  314. package/src/components/Icon/solid/arrow-down.svg +0 -1
  315. package/src/components/Icon/solid/arrow-left.svg +0 -1
  316. package/src/components/Icon/solid/arrow-right.svg +0 -1
  317. package/src/components/Icon/solid/arrow-up.svg +0 -1
  318. package/src/components/Icon/solid/basic-shape-diamond.svg +0 -1
  319. package/src/components/Icon/solid/basic-shape-hexagon.svg +0 -1
  320. package/src/components/Icon/solid/basic-shape-primary-circle-ellipse-round.svg +0 -1
  321. package/src/components/Icon/solid/basic-shape-primary-square-rectangle.svg +0 -1
  322. package/src/components/Icon/solid/basic-shape-shield.svg +0 -1
  323. package/src/components/Icon/solid/computer-device-desktop-monitor.svg +0 -1
  324. package/src/components/Icon/solid/computer-device-desktop.svg +0 -1
  325. package/src/components/Icon/solid/computer-device-laptop.svg +0 -1
  326. package/src/components/Icon/solid/computer-device-mobile-phone-android-samsung-back.svg +0 -1
  327. package/src/components/Icon/solid/computer-device-mobile-phone-android-samsung.svg +0 -1
  328. package/src/components/Icon/solid/computer-device-mobile-phone-iphone-x-back.svg +0 -1
  329. package/src/components/Icon/solid/computer-device-mobile-phone-iphone-x.svg +0 -1
  330. package/src/components/Icon/solid/computer-device-mobile-tablet-touch.svg +0 -1
  331. package/src/components/Icon/solid/computer-device-mobile-tablet.svg +0 -1
  332. package/src/components/Icon/solid/computer-device-network-ethernet-cat6.svg +0 -1
  333. package/src/components/Icon/solid/computer-device-network-lan-www.svg +0 -1
  334. package/src/components/Icon/solid/computer-device-network-wifi-connection.svg +0 -5
  335. package/src/components/Icon/solid/computer-device-network-wifi-router.svg +0 -1
  336. package/src/components/Icon/solid/computer-keyboard-alt.svg +0 -1
  337. package/src/components/Icon/solid/computer-keyboard-command-cmd-control-ctrl.svg +0 -1
  338. package/src/components/Icon/solid/computer-keyboard-option.svg +0 -1
  339. package/src/components/Icon/solid/computer-keyboard-shift.svg +0 -1
  340. package/src/components/Icon/solid/ecology-science-erlenmeyer-flask.svg +0 -1
  341. package/src/components/Icon/solid/entertainment-control-button-circle-left-arrow-rewind.svg +0 -1
  342. package/src/components/Icon/solid/entertainment-control-button-circle-pause.svg +0 -1
  343. package/src/components/Icon/solid/entertainment-control-button-circle-play.svg +0 -5
  344. package/src/components/Icon/solid/entertainment-control-button-circle-right-arrow-fast-forward.svg +0 -1
  345. package/src/components/Icon/solid/entertainment-control-button-circle-stop-square.svg +0 -1
  346. package/src/components/Icon/solid/entertainment-party-popper-confetti.svg +0 -1
  347. package/src/components/Icon/solid/image-flash-lightning.svg +0 -5
  348. package/src/components/Icon/solid/image-photo-frame.svg +0 -11
  349. package/src/components/Icon/solid/image-picture-flower.svg +0 -5
  350. package/src/components/Icon/solid/interface-add-square.svg +0 -5
  351. package/src/components/Icon/solid/interface-alert-error-exclamation-block-square.svg +0 -1
  352. package/src/components/Icon/solid/interface-alert-error-x-block-square.svg +0 -1
  353. package/src/components/Icon/solid/interface-alert-exclamation-diamond.svg +0 -1
  354. package/src/components/Icon/solid/interface-alert-exclamation-triangle-warning.svg +0 -1
  355. package/src/components/Icon/solid/interface-alert-information-circle.svg +0 -5
  356. package/src/components/Icon/solid/interface-award-crown.svg +0 -5
  357. package/src/components/Icon/solid/interface-bookmark-tag.svg +0 -1
  358. package/src/components/Icon/solid/interface-bookmark.svg +0 -5
  359. package/src/components/Icon/solid/interface-calendar-date-one.svg +0 -5
  360. package/src/components/Icon/solid/interface-close.svg +0 -8
  361. package/src/components/Icon/solid/interface-content-book-open-pages.svg +0 -13
  362. package/src/components/Icon/solid/interface-content-book-page.svg +0 -5
  363. package/src/components/Icon/solid/interface-content-file.svg +0 -5
  364. package/src/components/Icon/solid/interface-content-folder.svg +0 -1
  365. package/src/components/Icon/solid/interface-copy-clipboard.svg +0 -5
  366. package/src/components/Icon/solid/interface-delete-bin-trash.svg +0 -1
  367. package/src/components/Icon/solid/interface-dots-horizontal.svg +0 -1
  368. package/src/components/Icon/solid/interface-dots-vertical.svg +0 -1
  369. package/src/components/Icon/solid/interface-edit-attachment.svg +0 -5
  370. package/src/components/Icon/solid/interface-edit-binocular.svg +0 -5
  371. package/src/components/Icon/solid/interface-edit-magic-wand.svg +0 -7
  372. package/src/components/Icon/solid/interface-edit-tool-eraser.svg +0 -1
  373. package/src/components/Icon/solid/interface-edit-tool-paint-brush.svg +0 -1
  374. package/src/components/Icon/solid/interface-edit-tool-paint-roller.svg +0 -5
  375. package/src/components/Icon/solid/interface-edit-tool-pen.svg +0 -5
  376. package/src/components/Icon/solid/interface-edit-tool-pencil.svg +0 -1
  377. package/src/components/Icon/solid/interface-edit-view-eye.svg +0 -7
  378. package/src/components/Icon/solid/interface-favorite-award.svg +0 -5
  379. package/src/components/Icon/solid/interface-favorite-flag.svg +0 -1
  380. package/src/components/Icon/solid/interface-favorite-heart.svg +0 -5
  381. package/src/components/Icon/solid/interface-favorite-star.svg +0 -5
  382. package/src/components/Icon/solid/interface-favorite-stars-shining.svg +0 -1
  383. package/src/components/Icon/solid/interface-favorite-stars-sparkles.svg +0 -1
  384. package/src/components/Icon/solid/interface-hierarchy-flowchart.svg +0 -5
  385. package/src/components/Icon/solid/interface-home-house.svg +0 -5
  386. package/src/components/Icon/solid/interface-hyperlink.svg +0 -5
  387. package/src/components/Icon/solid/interface-lighting-brightness.svg +0 -22
  388. package/src/components/Icon/solid/interface-lock-closed.svg +0 -5
  389. package/src/components/Icon/solid/interface-lock-open-unlock.svg +0 -1
  390. package/src/components/Icon/solid/interface-login-key.svg +0 -5
  391. package/src/components/Icon/solid/interface-search.svg +0 -5
  392. package/src/components/Icon/solid/interface-setting-cog.svg +0 -5
  393. package/src/components/Icon/solid/interface-share-megaphone-bullhorn.svg +0 -5
  394. package/src/components/Icon/solid/interface-share-rocket.svg +0 -1
  395. package/src/components/Icon/solid/interface-share-satellite.svg +0 -8
  396. package/src/components/Icon/solid/interface-share-space-ship.svg +0 -1
  397. package/src/components/Icon/solid/interface-share.svg +0 -5
  398. package/src/components/Icon/solid/interface-signal-square.svg +0 -5
  399. package/src/components/Icon/solid/interface-text-formatting-left-open-quote.svg +0 -1
  400. package/src/components/Icon/solid/interface-text-formatting-right-close-quote.svg +0 -1
  401. package/src/components/Icon/solid/interface-time-clock-circle.svg +0 -5
  402. package/src/components/Icon/solid/interface-time-hour-glass.svg +0 -1
  403. package/src/components/Icon/solid/interface-users-multiple.svg +0 -11
  404. package/src/components/Icon/solid/interface-validation-checkbox-square.svg +0 -5
  405. package/src/components/Icon/solid/interface-weather-moon.svg +0 -5
  406. package/src/components/Icon/solid/legal-justice-hammer-gavel.svg +0 -1
  407. package/src/components/Icon/solid/mail-chat-bubble-square.svg +0 -5
  408. package/src/components/Icon/solid/mail-send-email-paper-airplane.svg +0 -5
  409. package/src/components/Icon/solid/mail-send-envelope.svg +0 -1
  410. package/src/components/Icon/solid/mail-sign-hashtag.svg +0 -5
  411. package/src/components/Icon/solid/money-cashier-receipt.svg +0 -1
  412. package/src/components/Icon/solid/money-currency-dollar-pay.svg +0 -5
  413. package/src/components/Icon/solid/money-graph-arrow-increase.svg +0 -5
  414. package/src/components/Icon/solid/money-graph-bar-chart-increase.svg +0 -1
  415. package/src/components/Icon/solid/nature-ecology-leaf.svg +0 -5
  416. package/src/components/Icon/solid/phone-telephone.svg +0 -5
  417. package/src/components/Icon/solid/programming-bug.svg +0 -5
  418. package/src/components/Icon/solid/programming-cloud.svg +0 -4
  419. package/src/components/Icon/solid/programming-computer-database-server.svg +0 -5
  420. package/src/components/Icon/solid/programming-computer-database.svg +0 -5
  421. package/src/components/Icon/solid/programming-module-four-layout.svg +0 -1
  422. package/src/components/Icon/solid/programming-module-three.svg +0 -1
  423. package/src/components/Icon/solid/programming-module.svg +0 -1
  424. package/src/components/Icon/solid/programming-script-code.svg +0 -5
  425. package/src/components/Icon/solid/shopping-cart.svg +0 -1
  426. package/src/components/Icon/solid/shopping-gift-present.svg +0 -16
  427. package/src/components/Icon/solid/shopping-shipping-box-parcel-package.svg +0 -11
  428. package/src/components/Icon/solid/tag-new-circle.svg +0 -7
  429. package/src/components/Icon/solid/travel-map-earth-globe.svg +0 -5
  430. package/src/components/SearchModal.vue +0 -305
  431. package/src/components/Sidebar.vue +0 -293
  432. package/src/components/SidebarElement.vue +0 -133
  433. package/src/components/SidebarGroup.vue +0 -12
  434. package/src/components/SimpleTable/SimpleCell.vue +0 -47
  435. package/src/components/SimpleTable/SimpleHeader.vue +0 -17
  436. package/src/components/SimpleTable/SimpleRow.vue +0 -5
  437. package/src/components/SimpleTable/SimpleTable.vue +0 -13
  438. package/src/components/SimpleTable/index.ts +0 -4
  439. package/src/declarations/typographic-base.d.ts +0 -1
  440. package/src/helpers/generateAxiosCodeFromRequest.ts +0 -42
  441. package/src/helpers/generateLaravelCodeFromRequest.ts +0 -20
  442. package/src/helpers/index.ts +0 -5
  443. package/src/helpers/mapFromObject.ts +0 -11
  444. package/src/helpers/objectMerge.ts +0 -19
  445. package/src/helpers/specHelpers.ts +0 -62
  446. package/src/helpers/transformToJson.test.ts +0 -7
  447. package/src/helpers/transformToJson.ts +0 -22
  448. package/src/hooks/useRefOnMount.ts +0 -12
  449. package/src/index.ts +0 -9
  450. package/src/standalone.ts +0 -27
  451. package/src/stores/template.ts +0 -66
  452. package/src/stores/utility.ts +0 -23
  453. package/src/types.ts +0 -153
@@ -1,6 +0,0 @@
1
- <svg viewBox="0 0 128 128" fill="currentColor">
2
- <path
3
- d="M63.877 125.392c-32.671 0-60.37-27.594-60.627-60.469a59.94 59.94 0 0117.506-42.759 60.939 60.939 0 0143.279-18.36 60.081 60.081 0 0142.647 17.71 60.145 60.145 0 0118.157 42.522c.151 33.604-26.864 61.021-60.469 61.363h-.493zm.19-118.406a57.774 57.774 0 00-41.01 17.427 56.775 56.775 0 00-16.63 40.484c.236 31.159 26.495 57.286 57.43 57.286h.414c31.863-.29 57.504-26.266 57.385-58.128a56.97 56.97 0 00-17.217-40.273A56.7 56.7 0 0064.068 6.986z" />
4
- <path
5
- d="M16.89 82.383V46.865h8.64v3.183h-4.583v29.218h4.584v3.183l-8.642-.066zM46.213 64.272c0 6.478-3.933 10.167-9.26 10.167s-8.877-4.156-8.877-9.831c0-5.939 3.722-10.121 9.167-10.121s8.97 4.36 8.97 9.785zm-14.415.29c0 3.932 1.973 7.05 5.36 7.05s5.333-3.183 5.333-7.195c0-3.643-1.796-7.083-5.334-7.083s-5.392 3.328-5.392 7.307l.033-.08zM49.205 55.158c1.69-.29 3.407-.434 5.123-.428a9.17 9.17 0 015.537 1.223 4.062 4.062 0 012.006 3.61 4.48 4.48 0 01-3.183 4.183c2.269.46 3.9 2.46 3.9 4.775a5.016 5.016 0 01-1.861 3.978c-1.368 1.21-3.643 1.796-7.162 1.796a33.966 33.966 0 01-4.327-.257l-.033-18.88zm3.499 7.622h1.795c2.433 0 3.801-1.145 3.801-2.782 0-1.638-1.368-2.644-3.61-2.644a9.779 9.779 0 00-2.006.145l.02 5.28zm0 8.878c.618.065 1.243.092 1.86.078 2.263 0 4.262-.861 4.262-3.182s-1.94-3.183-4.373-3.183h-1.75v6.287zM69.54 54.901h3.517v12.554c0 5.334-2.577 7.116-6.365 7.116a9.313 9.313 0 01-2.973-.507l.428-2.834c.703.224 1.44.335 2.183.349 2.006 0 3.183-.921 3.183-4.262l.026-12.416zM83.067 65.357v2.434h-7.32v-2.434h7.32zM100.158 73.63c-1.585.632-3.281.921-4.978.862-6.129 0-9.851-3.834-9.851-9.707-.283-5.353 3.827-9.923 9.18-10.206.375-.02.757-.02 1.131.006a11.112 11.112 0 014.775.862l-.783 2.801a9.476 9.476 0 00-3.788-.75c-3.932 0-6.76 2.467-6.76 7.116 0 4.235 2.499 6.971 6.734 6.971a9.806 9.806 0 003.834-.717l.506 2.762zM111.2 46.766v35.61h-8.641v-3.182h4.583V49.949h-4.583v-3.183h8.64z" />
6
- </svg>
@@ -1,4 +0,0 @@
1
- <svg fill="currentColor" viewBox="0 0 128 128">
2
- <path
3
- d="M65.004 115.355c-.461-.894-1.004-2.796-1.356-3.601-.378-.711-1.46-2.692-1.984-3.332-1.164-1.332-1.437-1.438-1.809-3.23-.628-3.067-2.148-8.462-4.042-12.227-1.004-2-2.626-3.606-4.067-5.07-1.246-1.247-4.121-3.31-4.668-3.227-4.766.894-6.226 5.586-8.457 9.27-1.27 2.062-2.516 3.769-3.52 5.937-.898 1.98-.812 4.23-2.331 5.938a15.44 15.44 0 00-3.333 5.855c-.195.453-.546 4.957-1.003 6.016l7.02-.438c6.585.461 4.687 2.961 14.858 2.438l16.098-.54a24.864 24.864 0 00-1.433-3.792zM111.793 8.254H16.207C7.312 8.23.086 15.457.086 24.352v35.105c2.352-.812 5.578-5.75 6.668-6.934 1.789-2.062 2.16-4.77 3.059-6.378 2.062-3.793 2.433-6.477 7.101-6.477 2.164 0 3.063.516 4.5 2.516.996 1.332 2.79 3.957 3.602 5.668 1.004 1.98 2.523 4.582 3.254 5.125.515.351.972.722 1.433.894.707.27 1.356-.27 1.902-.629.622-.539.895-1.52 1.52-2.953.895-2.086 1.813-4.418 2.332-5.312.914-1.461 1.273-3.254 2.25-4.067 1.461-1.246 3.441-1.355 3.957-1.437 2.98-.625 4.336 1.437 5.777 2.707.973.894 2.243 2.605 3.246 4.851.708 1.793 1.606 3.52 2.067 4.5.351.98 1.266 2.606 1.789 4.582.543 1.711 1.809 3.067 2.352 3.961 0 0 .812 2.164 5.476 4.145a34.992 34.992 0 004.336 1.52c2.066.734 4.047.644 6.563.374 1.789 0 2.793-2.625 3.601-4.683.438-1.254.98-4.774 1.25-5.758.27-.996-.437-1.707.192-2.625.722-.977 1.164-1.082 1.519-2.332.914-2.793 5.957-2.875 8.832-2.875 2.414 0 2.063 2.332 6.125 1.52 2.336-.434 4.586.273 7.023.995 2.063.543 4.043 1.168 5.204 2.524.73.898 2.629 5.312.73 5.476.164.188.36.645.625.817-.46 1.707-2.25.46-3.332.27-1.355-.27-2.332 0-3.684.624-2.335.996-5.668.918-7.726 2.625-1.715 1.438-1.715 4.582-2.543 6.371 0 0-2.254 5.696-6.996 9.192-1.278.914-3.715 3.058-8.918 3.871-2.356.355-4.586.355-7.024.27-1.164-.079-2.332-.079-3.52-.079-.706 0-3.062-.109-2.96.164l-.27.645c.024.29.063.602.164.895.102.515.102.976.192 1.437 0 .98-.086 2.063 0 3.066.082 2.063.894 3.957 1.004 6.102.078 2.355 1.246 4.875 2.414 6.77.46.707 1.086.789 1.355 1.71.352.98 0 2.141.188 3.227.625 4.227 1.875 8.73 3.773 12.61v.078c2.332-.352 4.77-1.247 7.836-1.684 5.664-.832 13.5-.461 18.54-.914 12.796-1.168 19.706 5.226 31.148 2.601V24.336c-.063-8.895-7.293-16.102-16.207-16.102zM64.086 83.855c0-.187 0-.187 0 0zm-34.457 14.75c.894-1.98 1.433-4.125 2.144-6.101.73-1.899 1.813-4.61 3.684-5.582-.246-.274-3.957-.375-4.934-.461-1.082-.086-2.171-.273-3.25-.438a135.241 135.241 0 01-6.125-1.265c-1.168-.274-5.21-1.715-6.02-2.067-2.085-.894-3.421-3.52-4.96-3.246-.977.188-1.98.54-2.605 1.54-.543.812-.731 2.242-1.083 3.226-.437 1.086-1.168 2.164-1.707 3.25-1.277 1.875-3.332 3.582-4.23 5.484-.191.457-.27.895-.457 1.356v21.683c1.082.188 2.16.371 3.328.73 8.996 2.438 11.164 2.606 19.98 1.63l.813-.11c.625-1.437 1.188-6.207 1.629-7.644.352-1.164.812-2.063.996-3.14.164-1.09 0-2.173-.102-3.15-.171-2.628 1.895-3.519 2.899-5.69zm0 0" />
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg fill="currentColor" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M7.01 10.207h-.944l-.515 2.648h.838c.556 0 .97-.105 1.242-.314.272-.21.455-.559.55-1.049.092-.47.05-.802-.124-.995-.175-.193-.523-.29-1.047-.29zM12 5.688C5.373 5.688 0 8.514 0 12s5.373 6.313 12 6.313S24 15.486 24 12c0-3.486-5.373-6.312-12-6.312zm-3.26 7.451c-.261.25-.575.438-.917.551-.336.108-.765.164-1.285.164H5.357l-.327 1.681H3.652l1.23-6.326h2.65c.797 0 1.378.209 1.744.628.366.418.476 1.002.33 1.752a2.836 2.836 0 0 1-.305.847c-.143.255-.33.49-.561.703zm4.024.715l.543-2.799c.063-.318.039-.536-.068-.651-.107-.116-.336-.174-.687-.174H11.46l-.704 3.625H9.388l1.23-6.327h1.367l-.327 1.682h1.218c.767 0 1.295.134 1.586.401s.378.7.263 1.299l-.572 2.944h-1.389zm7.597-2.265a2.782 2.782 0 0 1-.305.847c-.143.255-.33.49-.561.703a2.44 2.44 0 0 1-.917.551c-.336.108-.765.164-1.286.164h-1.18l-.327 1.682h-1.378l1.23-6.326h2.649c.797 0 1.378.209 1.744.628.366.417.477 1.001.331 1.751zM17.766 10.207h-.943l-.516 2.648h.838c.557 0 .971-.105 1.242-.314.272-.21.455-.559.551-1.049.092-.47.049-.802-.125-.995s-.524-.29-1.047-.29z" />
4
- </svg>
@@ -1,10 +0,0 @@
1
- <svg viewBox="0 0 101 121" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="none" fill-rule="evenodd">
3
- <path
4
- d="M63.69 58.855c-1.543-1.81-3.237-3.894-5.03-5.886-10.174-11.3-20.257-22.684-30.61-33.815C23.31 14.06 21.8 9.114 27.49 4.085c5.623-4.97 11.148-4.53 16.306 1.188C58.162 21.193 72.51 37.13 87.113 52.83c5.452 5.864 4.182 9.851-1.823 14.196-23.049 16.683-45.968 33.547-68.862 50.443-5.146 3.8-10.052 4.75-14.209-.86-4.586-6.19-.343-9.872 4.414-13.336 17.013-12.392 33.993-24.83 50.9-37.366 2.355-1.746 5.736-2.764 6.157-7.05Z"
5
- fill="currentColor" />
6
- <path
7
- d="M70.977 118.723c-6.196 0-12.4.213-18.583-.068-4.932-.223-7.9-2.979-7.838-8.174.06-4.912 2.536-8.605 7.463-8.738 13.542-.363 27.104-.285 40.651-.02 4.305.084 7.483 2.89 7.457 7.375-.03 5.146-2.739 9.133-8.25 9.465-6.944.42-13.93.104-20.899.104v.056Z"
8
- fill="currentColor" />
9
- </g>
10
- </svg>
@@ -1,4 +0,0 @@
1
- <svg fill="currentColor" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M14.25.18l.9.2.73.26.59.3.45.32.34.34.25.34.16.33.1.3.04.26.02.2-.01.13V8.5l-.05.63-.13.55-.21.46-.26.38-.3.31-.33.25-.35.19-.35.14-.33.1-.3.07-.26.04-.21.02H8.77l-.69.05-.59.14-.5.22-.41.27-.33.32-.27.35-.2.36-.15.37-.1.35-.07.32-.04.27-.02.21v3.06H3.17l-.21-.03-.28-.07-.32-.12-.35-.18-.36-.26-.36-.36-.35-.46-.32-.59-.28-.73-.21-.88-.14-1.05-.05-1.23.06-1.22.16-1.04.24-.87.32-.71.36-.57.4-.44.42-.33.42-.24.4-.16.36-.1.32-.05.24-.01h.16l.06.01h8.16v-.83H6.18l-.01-2.75-.02-.37.05-.34.11-.31.17-.28.25-.26.31-.23.38-.2.44-.18.51-.15.58-.12.64-.1.71-.06.77-.04.84-.02 1.27.05zm-6.3 1.98l-.23.33-.08.41.08.41.23.34.33.22.41.09.41-.09.33-.22.23-.34.08-.41-.08-.41-.23-.33-.33-.22-.41-.09-.41.09zm13.09 3.95l.28.06.32.12.35.18.36.27.36.35.35.47.32.59.28.73.21.88.14 1.04.05 1.23-.06 1.23-.16 1.04-.24.86-.32.71-.36.57-.4.45-.42.33-.42.24-.4.16-.36.09-.32.05-.24.02-.16-.01h-8.22v.82h5.84l.01 2.76.02.36-.05.34-.11.31-.17.29-.25.25-.31.24-.38.2-.44.17-.51.15-.58.13-.64.09-.71.07-.77.04-.84.01-1.27-.04-1.07-.14-.9-.2-.73-.25-.59-.3-.45-.33-.34-.34-.25-.34-.16-.33-.1-.3-.04-.25-.02-.2.01-.13v-5.34l.05-.64.13-.54.21-.46.26-.38.3-.32.33-.24.35-.2.35-.14.33-.1.3-.06.26-.04.21-.02.13-.01h5.84l.69-.05.59-.14.5-.21.41-.28.33-.32.27-.35.2-.36.15-.36.1-.35.07-.32.04-.28.02-.21V6.07h2.09l.14.01zm-6.47 14.25l-.23.33-.08.41.08.41.23.33.33.23.41.08.41-.08.33-.23.23-.33.08-.41-.08-.41-.23-.33-.33-.23-.41-.08-.41.08z" />
4
- </svg>
@@ -1,7 +0,0 @@
1
- <svg fill="currentColor" viewBox="0 0 128 128">
2
- <path
3
- d="M64 14.648c-35.346 0-64 19.19-64 42.863C0 78.275 22.046 95.589 51.316 99.53V86.699c-15.55-4.89-26.166-14.693-26.166-25.991 0-16.183 21.779-29.303 48.646-29.303 26.866 0 46.693 8.975 46.693 29.303 0 10.486-5.273 17.95-14.066 22.72 1.204.908 2.22 2.072 2.904 3.419l.388.655C121.025 79.772 128 69.189 128 57.51c0-23.672-28.654-42.863-64-42.863zm20.1 74.88c-2.612.257-5.322.41-8.114.462l.002 9.63a88.362 88.362 0 0012.474-2.492l-.501-.941c-.68-1.268-1.347-2.543-2.033-3.807a41.01 41.01 0 00-1.828-2.851z" />
4
- <path
5
- d="M97.469 81.036s3.874 1.169 6.124 2.307c.78.396 2.132 1.184 3.106 2.22a8.388 8.388 0 011.42 2.04l15.266 25.74-24.674.01-11.537-21.666s-2.363-4.06-3.817-5.237c-1.213-.982-1.73-1.331-2.929-1.331h-5.862l.004 28.219-21.834.009V41.263h43.845s19.97.36 19.97 19.359S97.47 81.035 97.47 81.035zm-9.497-24.137l-13.218-.009-.006 12.257 13.224-.004s6.124-.019 6.124-6.235c0-6.34-6.124-6.01-6.124-6.01z"
6
- fill-rule="evenodd" />
7
- </svg>
@@ -1,5 +0,0 @@
1
- <svg fill="currentColor" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <title>Ruby</title>
3
- <path
4
- d="M20.156.083c3.033.525 3.893 2.598 3.829 4.77L24 4.822 22.635 22.71 4.89 23.926h.016C3.433 23.864.15 23.729 0 19.139l1.645-3 2.819 6.586.503 1.172 2.805-9.144-.03.007.016-.03 9.255 2.956-1.396-5.431-.99-3.9 8.82-.569-.615-.51L16.5 2.114 20.159.073l-.003.01zM0 19.089zM5.13 5.073c3.561-3.533 8.157-5.621 9.922-3.84 1.762 1.777-.105 6.105-3.673 9.636-3.563 3.532-8.103 5.734-9.864 3.957-1.766-1.777.045-6.217 3.612-9.75l.003-.003z" />
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg fill="currentColor" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <title>Scala</title>
3
- <path
4
- d="M4.589 24c4.537 0 13.81-1.516 14.821-3v-5.729c-.957 1.408-10.284 2.912-14.821 2.912V24zM4.589 16.365c4.537 0 13.81-1.516 14.821-3V7.636c-.957 1.408-10.284 2.912-14.821 2.912v5.817zM4.589 8.729c4.537 0 13.81-1.516 14.821-3V0C18.453 1.408 9.126 2.912 4.589 2.912v5.817z" />
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 14">
2
- <path
3
- d="m2.378 9.9 5.139-4.627L2.377.645.69 2.205l3.4 3.042v.051L.69 8.341 2.378 9.9Zm14.19 3.299V11H8.591v2.199h7.977Z"
4
- fill-rule="nonzero" fill="currentColor" />
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" fill="currentColor">
2
- <path
3
- d="M117.3 87.3c.2-.6.4-1.3.5-1.9 7-28-10.1-61.2-39.2-78.6C91.4 24 97 44.9 92 63.2c-.4 1.6-1 3.2-1.6 4.7-.6-.4-1.5-.9-2.5-1.5 0 0-28.9-17.9-60.2-49.4-.9-.8 16.7 25 36.6 46.1-9.4-5.3-35.5-24.3-52-39.4 2 3.4 4.4 6.7 7.1 9.8C33.1 51 51.2 72.6 72.7 89.2c-15.2 9.3-36.6 10-57.9 0C9.5 86.7 4.6 83.7 0 80.3c9 14.4 22.9 26.9 39.9 34.2 20.2 8.7 40.3 8.1 55.2.1.1 0 .1-.1.2-.1.7-.4 1.3-.7 2-1.1 7.2-3.7 21.3-7.4 28.9 7.4 1.7 3.6 5.7-15.6-8.9-33.5z" />
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg fill="currentColor" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <title>TypeScript</title>
3
- <path
4
- d="M1.125 0C.502 0 0 .502 0 1.125v21.75C0 23.498.502 24 1.125 24h21.75c.623 0 1.125-.502 1.125-1.125V1.125C24 .502 23.498 0 22.875 0zm17.363 9.75c.612 0 1.154.037 1.627.111a6.38 6.38 0 0 1 1.306.34v2.458a3.95 3.95 0 0 0-.643-.361 5.093 5.093 0 0 0-.717-.26 5.453 5.453 0 0 0-1.426-.2c-.3 0-.573.028-.819.086a2.1 2.1 0 0 0-.623.242c-.17.104-.3.229-.393.374a.888.888 0 0 0-.14.49c0 .196.053.373.156.529.104.156.252.304.443.444s.423.276.696.41c.273.135.582.274.926.416.47.197.892.407 1.266.628.374.222.695.473.963.753.268.279.472.598.614.957.142.359.214.776.214 1.253 0 .657-.125 1.21-.373 1.656a3.033 3.033 0 0 1-1.012 1.085 4.38 4.38 0 0 1-1.487.596c-.566.12-1.163.18-1.79.18a9.916 9.916 0 0 1-1.84-.164 5.544 5.544 0 0 1-1.512-.493v-2.63a5.033 5.033 0 0 0 3.237 1.2c.333 0 .624-.03.872-.09.249-.06.456-.144.623-.25.166-.108.29-.234.373-.38a1.023 1.023 0 0 0-.074-1.089 2.12 2.12 0 0 0-.537-.5 5.597 5.597 0 0 0-.807-.444 27.72 27.72 0 0 0-1.007-.436c-.918-.383-1.602-.852-2.053-1.405-.45-.553-.676-1.222-.676-2.005 0-.614.123-1.141.369-1.582.246-.441.58-.804 1.004-1.089a4.494 4.494 0 0 1 1.47-.629 7.536 7.536 0 0 1 1.77-.201zm-15.113.188h9.563v2.166H9.506v9.646H6.789v-9.646H3.375z" />
5
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.55 10.91 13.09.45a1.55 1.55 0 0 0-2.18 0L8.46 2.9 11 5.48a2.06 2.06 0 0 1 1-.23 2.25 2.25 0 0 1 2.25 2.25 2.18 2.18 0 0 1-.22 1l2.19 2.2a2 2 0 1 1-1.06 1.06L13 9.52a1 1 0 0 1-.21.09v5.54a2 2 0 1 1-1.5 0V9.61A2.24 2.24 0 0 1 9.75 7.5a2.18 2.18 0 0 1 .22-1L7.4 4 .45 11a1.55 1.55 0 0 0 0 2.18l10.46 10.37a1.55 1.55 0 0 0 2.18 0l10.46-10.46a1.55 1.55 0 0 0 0-2.18Z" fill="currentColor"></path></svg>
@@ -1,5 +0,0 @@
1
- <svg fill="currentColor" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <title>Tailwind CSS</title>
3
- <path
4
- d="M12.001,4.8c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 C13.666,10.618,15.027,12,18.001,12c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C16.337,6.182,14.976,4.8,12.001,4.8z M6.001,12c-3.2,0-5.2,1.6-6,4.8c1.2-1.6,2.6-2.2,4.2-1.8c0.913,0.228,1.565,0.89,2.288,1.624 c1.177,1.194,2.538,2.576,5.512,2.576c3.2,0,5.2-1.6,6-4.8c-1.2,1.6-2.6,2.2-4.2,1.8c-0.913-0.228-1.565-0.89-2.288-1.624 C10.337,13.382,8.976,12,6.001,12z" />
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
2
- <path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.429"
3
- d="M24 1.714v44.572M1.714 24h44.572" />
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor">
2
- <path d="M32 16 16 32 0 16l2.1-2.1 12.4 12.4V0h3v26.3l12.4-12.4z" />
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor">
2
- <path d="M16 32 0 16 16 0l2.1 2.1L5.7 14.5H32v3H5.7l12.4 12.4z" />
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor">
2
- <path d="m16 0 16 16-16 16-2.1-2.1 12.4-12.4H0v-3h26.3L13.9 2.1z" />
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor">
2
- <path d="M0 16 16 0l16 16-2.1 2.1L17.5 5.7V32h-3V5.7L2.1 18.1z" />
3
- </svg>
@@ -1,8 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <g fill="currentColor">
3
- <path
4
- d="M24 22.21 19.82 2a2.51 2.51 0 0 0-2.45-2H1.5A1.5 1.5 0 0 0 0 1.79l2.46 11.84a.24.24 0 0 1 0 .12L.06 22a1 1 0 0 0 1.94.56l1.07-3.69a.24.24 0 0 1 .25-.18.23.23 0 0 1 .23.2L4.18 22a2.51 2.51 0 0 0 2.45 2H22.5a1.5 1.5 0 0 0 1.5-1.79ZM3.72 4a.39.39 0 0 1 .4-.49h12.27A.63.63 0 0 1 17 4l3.29 16a.39.39 0 0 1-.4.49H7.61A.63.63 0 0 1 7 20Z" />
5
- <path
6
- d="M9 17h8a.51.51 0 0 0 .46-.71L15 10.79a.5.5 0 0 0-.89 0l-1.61 2.8a.22.22 0 0 1-.15.12.24.24 0 0 1-.2 0l-.83-.56a.51.51 0 0 0-.7.14l-2 3A.5.5 0 0 0 9 17Zm1-6.5A1.5 1.5 0 1 0 8.5 9a1.5 1.5 0 0 0 1.5 1.5Z" />
7
- </g>
8
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
2
- <path fill="currentColor" fill-rule="evenodd"
3
- d="M12.639.099a.993.993 0 0 1 1.31.933v10.063a.994.994 0 0 1-1.31.933l-.005-.001-11.585-4.04A1.49 1.49 0 0 1 .051 6.63v-1.1a1.49 1.49 0 0 1 .998-1.4L12.639.1Zm-10.61 10.67v-1.13l6.199 2.163a3.186 3.186 0 0 1-6.199-1.034Z"
4
- clip-rule="evenodd" />
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32.5 23.5" fill="currentColor">
2
- <path d="M11.2 23.5 0 12.3l2.15-2.15 9.05 9.05L30.4 0l2.15 2.15z" />
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24">
2
- <path d="m19.5 8.25-7.5 7.5-7.5-7.5" />
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24">
2
- <path d="M15.75 19.5 8.25 12l7.5-7.5" />
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24">
2
- <path d="m8.25 4.5 7.5 7.5-7.5 7.5" />
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24">
2
- <path d="m4.5 15.75 7.5-7.5 7.5 7.5" />
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
2
- <path stroke="currentColor" d="m12.5 1.5-11 11m0-11 11 11" />
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
2
- <path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.429"
3
- d="M41.1 36a22.5 22.5 0 0 1-19-34.3 22.5 22.5 0 0 0 3.5 44.6 22.1 22.1 0 0 0 19-10.7 23.3 23.3 0 0 1-3.5.3Z" />
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
2
- <path fill="currentColor" fill-rule="evenodd"
3
- d="M5.763 2.013a1.75 1.75 0 0 1 2.914.737H5.323a1.75 1.75 0 0 1 .44-.737Zm-1.974.737a3.25 3.25 0 0 1 6.422 0H13a.75.75 0 0 1 0 1.5h-1v8.25a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 2 12.5V4.25H1a.75.75 0 1 1 0-1.5h2.789ZM5 5.876c.345 0 .625.28.625.625v4.002a.625.625 0 0 1-1.25 0V6.501c0-.345.28-.625.625-.625Zm4.625.625a.625.625 0 0 0-1.25 0v4.002a.625.625 0 0 0 1.25 0V6.501Z"
4
- clip-rule="evenodd" />
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg fill="currentColor" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <title>Discord</title>
3
- <path
4
- d="M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189Z" />
5
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10">
2
- <path fill="currentColor"
3
- d="M.519 4.193 4.47 6.008a1.288 1.288 0 0 0 .53.117 1.273 1.273 0 0 0 .537-.119l3.947-1.837a.887.887 0 0 0 0-1.612L5.526.741a1.272 1.272 0 0 0-1.069 0L.516 2.58a.889.889 0 0 0 0 1.613Z" />
4
- <path fill="currentColor"
5
- d="M8.774 6.144 5.106 7.851a.243.243 0 0 1-.209 0L1.212 6.159a.75.75 0 1 0-.626 1.363L4.27 9.215a1.751 1.751 0 0 0 1.469 0L9.407 7.5a.75.75 0 1 0-.633-1.36Z" />
6
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
2
- <path fill="currentColor"
3
- d="M10.715-.001a1.5 1.5 0 0 0-1.07.449L1.407 8.645a.5.5 0 0 0-.128.22l-1.26 4.5a.5.5 0 0 0 .616.616l4.5-1.26a.5.5 0 0 0 .22-.128l8.197-8.238.002-.001a1.5 1.5 0 0 0 0-2.128l-.002-.001L11.786.449a1.499 1.499 0 0 0-1.071-.45Z" />
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill="currentColor"
3
- d="M17.19 11A6.27 6.27 0 0 0 12.84.25H4.3a1.25 1.25 0 0 0 0 2.5h1a.25.25 0 0 1 .26.25v18a.25.25 0 0 1-.25.25h-1a1.25 1.25 0 0 0 0 2.5h10A6.74 6.74 0 0 0 17.19 11Zm-4.35-8.25a3.76 3.76 0 0 1 0 7.52H8.31a.25.25 0 0 1-.25-.27V3a.25.25 0 0 1 .25-.25Zm1.42 18.5H8.31a.25.25 0 0 1-.25-.25v-8a.25.25 0 0 1 .25-.25h5.95a4.24 4.24 0 0 1 0 8.48Z" />
4
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <g fill="currentColor">
3
- <path
4
- d="M9.15 21.55a1.23 1.23 0 0 1-.9-.38L.84 13.56a2.25 2.25 0 0 1 0-3.12l7.41-7.62A1.25 1.25 0 1 1 10 4.57l-6.85 7.08a.5.5 0 0 0 0 .7L10 19.43a1.24 1.24 0 0 1-.89 2.12ZM14.85 21.55a1.24 1.24 0 0 1-.85-2.12l6.89-7.08a.5.5 0 0 0 0-.7L14 4.57a1.25 1.25 0 1 1 1.79-1.75l7.41 7.62a2.25 2.25 0 0 1 0 3.12l-7.41 7.61a1.23 1.23 0 0 1-.94.38Zm6.52-9.37Z" />
5
- </g>
6
- </svg>
@@ -1,12 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <g clip-path="url(#a)">
3
- <path fill="currentColor" fill-rule="evenodd"
4
- d="m11.85 19.975-6.4-6.4 10.8-10.8c1.8-1.8 4.6-1.8 6.4 0 1.8 1.8 1.8 4.6 0 6.4l-10.8 10.8Zm-4.9 2.6h-7l6-6.5 3.5 3.5-2.5 3Zm8 1h9v-2h-9v2Z"
5
- clip-rule="evenodd" />
6
- </g>
7
- <defs>
8
- <clipPath id="a">
9
- <path fill="#fff" d="M0 0h24v24H0z" />
10
- </clipPath>
11
- </defs>
12
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill="currentColor"
3
- d="M22.5.25h-7.64a1.25 1.25 0 0 0 0 2.5H16a.26.26 0 0 1 .22.13.25.25 0 0 1 0 .25L4.78 21a.5.5 0 0 1-.42.23H1.5a1.25 1.25 0 0 0 0 2.5h7.64a1.25 1.25 0 0 0 0-2.5H8.05a.26.26 0 0 1-.22-.13.27.27 0 0 1 0-.26L19.22 3a.5.5 0 0 1 .42-.23h2.86a1.25 1.25 0 0 0 0-2.5Z" />
4
- </svg>
@@ -1,8 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <g fill="currentColor">
3
- <path
4
- d="m10.46 18.37-2.74 2.74a2.86 2.86 0 0 1-3.94 0l-.89-.89a2.77 2.77 0 0 1-.82-2 2.74 2.74 0 0 1 .82-2l5.8-5.81a2.8 2.8 0 0 1 3.94 0l.89.9A1 1 0 1 0 14.94 10l-.89-.89a4.79 4.79 0 0 0-6.77 0l-5.81 5.8a4.79 4.79 0 0 0 0 6.77l.89.89a4.78 4.78 0 0 0 6.78 0l2.73-2.73a1 1 0 0 0 0-1.42 1 1 0 0 0-1.41-.05Z" />
5
- <path
6
- d="m22.53 2.36-.9-.89a4.8 4.8 0 0 0-6.77 0L12 4.38a1 1 0 1 0 1.41 1.41l2.91-2.9a2.79 2.79 0 0 1 3.94 0l.89.9a2.74 2.74 0 0 1 .82 2 2.77 2.77 0 0 1-.82 2l-5.8 5.8a2.77 2.77 0 0 1-2 .82 2.75 2.75 0 0 1-2-.82A1 1 0 0 0 10 14.93a4.76 4.76 0 0 0 3.39 1.41 4.75 4.75 0 0 0 3.38-1.4l5.81-5.81a4.79 4.79 0 0 0 0-6.77Z" />
7
- </g>
8
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill="currentColor"
3
- d="M23.75 13a1.25 1.25 0 0 0-1.25-1.3h-8.94a.49.49 0 0 1-.28-.09c-.72-.51-1.48-1-2.22-1.43-2.79-1.72-4.49-2.9-4.49-4.86 0-2.24 2.21-2.57 3.52-2.57a4.53 4.53 0 0 1 3.08.76 2.69 2.69 0 0 1 .45 2v.29a1.25 1.25 0 0 0 2.5 0v-.27A4.89 4.89 0 0 0 15 1.76C14 .74 12.36.25 10.09.25c-3.66 0-6 2-6 5.07 0 2.77 1.89 4.51 4 5.92a.26.26 0 0 1 .1.28.25.25 0 0 1-.24.18H1.5a1.25 1.25 0 0 0 0 2.5h11a.27.27 0 0 1 .16.06 4.36 4.36 0 0 1 1.93 3.47c0 3.26-3.43 3.52-4.48 3.52-1.81 0-3.14-.41-3.83-1.17a3.4 3.4 0 0 1-.65-2.71 1.25 1.25 0 1 0-2.49-.24 5.75 5.75 0 0 0 1.26 4.62c1.2 1.33 3.12 2 5.69 2 4.17 0 7-2.42 7-6a6 6 0 0 0-.85-3.15.23.23 0 0 1 0-.25.23.23 0 0 1 .21-.13h6.05A1.25 1.25 0 0 0 23.75 13Z" />
4
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <g fill="currentColor">
3
- <path
4
- d="M22.5 21.25h-21a1.25 1.25 0 0 0 0 2.5h21a1.25 1.25 0 0 0 0-2.5ZM2 2.75h1.34a.25.25 0 0 1 .25.25v8.52a8.41 8.41 0 0 0 16.82 0V3a.25.25 0 0 1 .25-.25H22a1.25 1.25 0 0 0 0-2.5h-5.7a1.25 1.25 0 0 0 0 2.5h1.36a.25.25 0 0 1 .25.25v8.52a5.91 5.91 0 0 1-11.82 0V3a.25.25 0 0 1 .25-.25H7.7a1.25 1.25 0 0 0 0-2.5H2a1.25 1.25 0 0 0 0 2.5Z" />
5
- </g>
6
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
2
- <path
3
- d="M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" />
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill="currentColor"
3
- d="M12 0a12.24 12.24 0 0 0-8.53 3.65A11.85 11.85 0 0 0 0 12.21 11.78 11.78 0 0 0 11.8 24h.2a12.11 12.11 0 0 0 12-12.21A11.77 11.77 0 0 0 12 0Zm-1.5 16.54A1.48 1.48 0 0 1 12 15a1.53 1.53 0 0 1 1.52 1.47A1.47 1.47 0 0 1 12.05 18a1.53 1.53 0 0 1-1.55-1.46Zm.5-4v-6a1 1 0 0 1 2 0v6a1 1 0 0 1-2 0Z" />
4
- </svg>
@@ -1,7 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9">
2
- <g fill="none" fill-rule="evenodd" transform="translate(.67 .67)">
3
- <rect transform="rotate(180 4 4)" />
4
- <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5"
5
- d="M2.85 1.73h3.4v3.4m0-3.4L1.74 6.24" />
6
- </g>
7
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill="currentColor"
3
- d="M22.5 4.5H11.74a.5.5 0 0 1-.45-.28l-.95-1.89A1.5 1.5 0 0 0 9 1.5H1.5A1.5 1.5 0 0 0 0 3v18a1.5 1.5 0 0 0 1.5 1.5h21A1.5 1.5 0 0 0 24 21V6a1.5 1.5 0 0 0-1.5-1.5Z" />
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 1024 1024">
2
- <path
3
- d="M512 0a512 512 0 0 0-162 998c26 4 35-11 35-25l-1-95c-128 23-161-32-172-60-6-15-31-61-52-73-18-10-44-33-1-33 40-1 69 37 78 52 46 78 120 56 149 43 5-33 18-56 33-69-114-13-234-56-234-253 0-56 20-101 53-137-5-13-23-65 5-136 0 0 43-13 141 53a487 487 0 0 1 256 0c98-66 141-53 141-53 28 71 10 123 5 136 33 36 53 81 53 137 0 197-120 240-234 253 18 16 35 47 35 95l-1 140c0 14 9 30 35 25A512 512 0 0 0 512 0z" />
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 488 512" fill="currentColor">
2
- <path
3
- d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z" />
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
2
- <path fill="currentColor" fill-rule="evenodd"
3
- d="M.264 1.324a.75.75 0 0 1 1.06-1.06l2.629 2.628C4.86 2.393 5.893 2.04 7 2.04c1.532 0 2.92.676 4.035 1.48 1.118.805 2.003 1.769 2.539 2.416l.004.006c.24.298.366.675.366 1.058s-.126.76-.366 1.058l-.004.006a14.476 14.476 0 0 1-2.249 2.2l2.411 2.412a.75.75 0 1 1-1.06 1.06L.264 1.324Zm8.753 6.632a2.232 2.232 0 0 0-2.974-2.974l2.974 2.974Zm-8.59-2.02c.319-.386.762-.884 1.305-1.394l7.104 7.104A5.726 5.726 0 0 1 7 11.96c-1.532 0-2.92-.676-4.035-1.48C1.847 9.676.962 8.712.426 8.065l-.004-.006A1.692 1.692 0 0 1 .056 7c0-.383.126-.76.366-1.058l.004-.006Z"
4
- clip-rule="evenodd" />
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
2
- <path fill="currentColor" fill-rule="evenodd"
3
- d="M10.293 1.293a1 1 0 0 1 1.414 0l2 2a1 1 0 0 1-1.414 1.414L11 3.414 9.914 4.5l1.293 1.293a1 1 0 0 1-1.414 1.414L8.5 5.914 7.446 6.968a4 4 0 1 1-1.414-1.414l1.757-1.757.004-.004.004-.004 2.496-2.496ZM2 9a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z"
4
- clip-rule="evenodd" />
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
2
- <path fill="currentColor" fill-rule="evenodd"
3
- d="M1.625.258A.747.747 0 0 0 1.44.75v9.62a1.712 1.712 0 0 0 .942 1.523l.002.001 3.845 1.923.337-.67-.335.67H6.23a1.711 1.711 0 0 0 2.48-1.524v-.214h2.136a1.712 1.712 0 0 0 1.712-1.711V1.712A1.712 1.712 0 0 0 10.847 0H2.191a.747.747 0 0 0-.566.258ZM8.712 10.58h2.135a.212.212 0 0 0 .212-.211V1.712a.212.212 0 0 0-.212-.212H5.373l2.395 1.195.002.001a1.712 1.712 0 0 1 .942 1.538v.003l-.75-.005h.75v6.347Z"
4
- clip-rule="evenodd" />
5
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
2
- <g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" transform="scale(3.42857)">
3
- <circle cx="7" cy="7" r="3.3" />
4
- <path d="M7 .5v1m0 11v1M13.5 7h-1m-11 0h-1m11.1-4.6-.7.7m-7.8 7.8-.7.7m9.2 0-.7-.7M3.1 3.1l-.7-.7" />
5
- </g>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
2
- <path fill="currentColor" fill-rule="evenodd"
3
- d="M8.635.154a2 2 0 0 1 2.19.438l2.588 2.618a2 2 0 0 1-.003 2.834l-2.299 2.299a1 1 0 1 1-1.414-1.414l2.3-2.3.003-.003-.007-.007L9.404 2l-.003.003-2.33 2.33a1 1 0 0 1-1.414-1.414L7.986.589a2 2 0 0 1 .65-.435ZM4.333 5.627a1 1 0 0 1 0 1.414l-2.33 2.33L2 9.374l.003.003 2.62 2.62.003.003.003-.003 2.33-2.33a1 1 0 0 1 1.414 1.414l-2.329 2.33a2 2 0 0 1-2.837-.001L.59 10.793a2 2 0 0 1 0-2.837l2.329-2.329a1 1 0 0 1 1.414 0Zm4.874.58a1 1 0 0 0-1.414-1.414l-3 3a1 1 0 0 0 1.414 1.414l3-3Z"
4
- clip-rule="evenodd" />
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 42" fill="currentColor">
2
- <path
3
- d="M3 42c-.8 0-1.5-.3-2.1-.9-.6-.6-.9-1.3-.9-2.1V17.3c0-.8.3-1.5.9-2.1.6-.6 1.3-.9 2.1-.9h3.5V9.5c0-2.6 1-4.9 2.8-6.7A9.2 9.2 0 0 1 16 0c2.6 0 4.9 1 6.7 2.8 1.9 1.8 2.8 4 2.8 6.7v4.8H29c.8 0 1.5.3 2.1.9.6.6.9 1.3.9 2.1V39c0 .8-.3 1.5-.9 2.1-.6.6-1.3.9-2.1.9H3Zm6.5-27.7h13V9.5c0-1.8-.6-3.3-1.9-4.6A6.3 6.3 0 0 0 16 3c-1.8 0-3.3.6-4.6 1.9a6.3 6.3 0 0 0-1.9 4.6v4.8ZM3 39V17.3 39Z" />
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 593 593">
2
- <path fill="currentColor" fill-rule="evenodd"
3
- d="M347 0c6 0 12 5 12 12v134l94-95c5-5 13-5 17 0l72 72c4 4 5 12 0 16v1l-95 94h134c7 0 12 5 12 12v101c0 7-5 12-12 12H447l95 94c4 5 5 13 0 17l-72 72c-4 4-12 5-16 0h-1l-94-95v134c0 7-5 12-12 12H246c-7 0-12-5-12-12v-70c0-22 9-43 24-59l130-130c14-14 14-37 0-51L259 142a84 84 0 0 1-25-59V12c0-7 5-12 12-12h101ZM138 52h1l219 219c14 14 14 37 0 51L139 542c-4 5-12 5-17 0l-71-70c-4-5-5-12 0-17l95-96H12c-7 0-12-5-12-12V246c0-7 5-12 12-12h134l-95-94c-4-5-4-12 0-17l71-71c4-5 12-5 16 0Z" />
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 662 662">
2
- <path fill-rule="evenodd" fill="currentColor"
3
- d="M331 0a331 331 0 1 1 0 662 331 331 0 0 1 0-662Zm148.5 109 .6.9a187 187 0 1 1-297.6-.9 267 267 0 1 0 297 0Z" />
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 620 620">
2
- <path fill="currentColor"
3
- d="M-.653 309.29c-.078 82.272 31.848 159.735 89.739 218.178l.283.283c122.379 121.247 319.824 121.184 440.16-.283 119.967-121.1 119.409-316.933-.998-437.339l-.99-.99C468.681 30.845 390.716-1.017 307.893-.67c-82.83.354-160.443 32.994-218.814 91.79C31.209 149.555-.724 227.025-.653 309.29Zm469.271-160.789.778.778c87.9 87.9 88.325 231.005.707 319.33-77.753 78.46-199.786 87.412-288.959 26.862l198.513-198.513-.007 166.361 83.68-.07v-306.22H157.11l-.008 83.6h160.584L121.994 436.323c-59.347-87.689-50.536-208.59 26.51-286.343C236.34 61.294 379.94 60.67 468.61 148.494Z" />
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 642 642" fill="currentColor">
2
- <path
3
- d="M321 0a321 321 0 1 1 0 642 321 321 0 0 1 0-642Zm51.3 63L321 189.5 269.7 63l1 136.5-95.8-97.2L228 228l-125.7-53.1 97.2 95.8-136.5-1L189.5 321 63 372.3l136.5-1-97.2 95.8 125.7-53-53.1 125.6 95.8-97.2-1 136.5L321 452.5 372.3 579l-1-136.5 95.8 97.2-53-125.7 125.6 53.1-97.2-95.8 136.5 1L452.5 321 579 269.7l-136.5 1 97.2-95.8L414 228l53.1-125.7-95.8 97.2 1-136.5Z" />
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 620 620" fill="currentColor">
2
- <path
3
- d="M529.2 90.8A310 310 0 1 0 90.8 529.2 310 310 0 0 0 529.2 90.8M122.4 498.2c-54.9-55-15.4-183.5 88.2-287 103.6-103.7 232.1-143.2 287-88.3 54.9 54.8 15.4 183.4-88.3 287-103.5 103.6-232 143.1-286.9 88.3m261.8-262.7A104.7 104.7 0 1 1 236 383.7a104.7 104.7 0 0 1 148.2-148.2" />
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
2
- <path fill="currentColor" fill-rule="evenodd"
3
- d="M8.75 0a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0V.75A.75.75 0 0 1 8.75 0Zm4.03 2.28a.75.75 0 0 0-1.06-1.06l-1 1a.75.75 0 0 0 1.06 1.06l1-1ZM9.707 5.707a1 1 0 0 0-1.414-1.414l-8 8a1 1 0 1 0 1.414 1.414l8-8ZM11.75 4.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5Zm-1.53 2.22a.75.75 0 0 1 1.06 0l1 1a.75.75 0 0 1-1.06 1.06l-1-1a.75.75 0 0 1 0-1.06Zm-3.94-5a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06-1.06l-1-1Z"
4
- clip-rule="evenodd" />
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 14 14">
2
- <path fill="none" stroke="currentColor" d="M14 3.4H0m14 7.2H0" />
3
- </svg>
@@ -1,8 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <g fill="currentColor">
3
- <path
4
- d="M11.28 6.13a.24.24 0 0 0-.12-.24C9.9 5.1 7 3.86 1.51 3.79a.47.47 0 0 0-.36.14.48.48 0 0 0-.15.36v15.76a.49.49 0 0 0 .49.5c5.15.07 8 1.15 9.39 1.93a.23.23 0 0 0 .25 0 .26.26 0 0 0 .12-.21s-.01-15.84.03-16.14Zm7.97 11.32a.76.76 0 0 1-.62.74 8.34 8.34 0 0 0-4.3 2.25 8.28 8.28 0 0 0-1 1.43.26.26 0 0 0 0 .3.26.26 0 0 0 .29 0 21.05 21.05 0 0 1 8.88-1.67.49.49 0 0 0 .49-.5V4.29a.48.48 0 0 0-.15-.36.47.47 0 0 0-.36-.14c-1.11 0-2.11.08-3 .17a.26.26 0 0 0-.22.25Z" />
5
- <path
6
- d="M17.57 16.9a.25.25 0 0 0 .18-.24V1.73a.24.24 0 0 0-.11-.2.23.23 0 0 0-.23 0 7.74 7.74 0 0 0-3.08 1.94 5.49 5.49 0 0 0-1.58 3v12.84a.24.24 0 0 0 .16.23.26.26 0 0 0 .28-.06 9.31 9.31 0 0 1 4.38-2.58Z" />
7
- </g>
8
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
2
- <path fill="currentColor" fill-rule="evenodd"
3
- d="M8 1a1 1 0 0 0-2 0v1.4h-.5A2.7 2.7 0 0 0 2.8 5c0 .5.1 1.1.5 1.6a2.7 2.7 0 0 0 1.7 1L6 8v1.7H4.3a1 1 0 1 0 0 2H6V13a1 1 0 1 0 2 0v-1.3h.5c1.6 0 2.6-1.2 2.7-2.5a2.6 2.6 0 0 0-2.2-3H8V4.3h1.7a1 1 0 0 0 0-2H8V1ZM6 4.5h-.5c-.4 0-.7.3-.7.7 0 .4.2.6.5.7H6V4.5ZM8 8v1.5h.5c.2 0 .4 0 .5-.2l.2-.5-.1-.4-.4-.3H8Z"
4
- clip-rule="evenodd" />
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor">
2
- <path
3
- d="M16 32c-4.4 0-8.2-1.6-11.3-4.7A15.4 15.4 0 0 1 0 16c0-4.4 1.6-8.2 4.7-11.3C7.7 1.6 11.6 0 16 0a15.5 15.5 0 0 1 13 6.4V0h3v12.7H19.3v-3h8.4c-1.3-2-2.9-3.6-4.8-4.8C20.9 3.5 18.6 3 16 3c-3.6 0-6.7 1.3-9.2 3.8A12.5 12.5 0 0 0 3 16c0 3.6 1.3 6.7 3.8 9.2a13.1 13.1 0 0 0 21.6-4.9h3.1A16 16 0 0 1 16 32Z" />
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor">
2
- <path fill-rule="evenodd"
3
- d="M12.6 11.2h.1l3 3a1 1 0 1 1-1.4 1.5l-3-3a1 1 0 0 1-.1-.1 7 7 0 1 1 1.4-1.4zM7 12A5 5 0 1 0 7 2a5 5 0 0 0 0 10z" />
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
2
- <path fill="currentColor" fill-rule="evenodd"
3
- d="M2.933 3.491C4.056 2.681 5.456 2 7 2s2.944.682 4.067 1.491c1.128.812 2.02 1.784 2.56 2.437l.005.005c.241.3.368.681.368 1.067 0 .386-.127.766-.368 1.067l-.005.005c-.54.653-1.432 1.625-2.56 2.437C9.944 11.32 8.544 12 7 12s-2.944-.682-4.067-1.49C1.805 9.696.913 8.724.373 8.071l-.005-.005A1.7 1.7 0 0 1 0 7c0-.386.127-.766.368-1.067l.005-.005c.54-.653 1.432-1.625 2.56-2.437ZM7 9.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Z"
4
- clip-rule="evenodd" />
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140">
2
- <path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="14"
3
- d="M135 135H10a5 5 0 0 1-4-9l53-52a5 5 0 0 0 0-8L6 14a5 5 0 0 1 4-9h125" />
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
2
- <path fill="currentColor" fill-rule="evenodd"
3
- d="M5.763 2.013a1.75 1.75 0 0 1 2.914.737H5.323a1.75 1.75 0 0 1 .44-.737Zm-1.974.737a3.25 3.25 0 0 1 6.422 0H13a.75.75 0 0 1 0 1.5h-1v8.25a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 2 12.5V4.25H1a.75.75 0 1 1 0-1.5h2.789ZM5 5.876c.345 0 .625.28.625.625v4.002a.625.625 0 0 1-1.25 0V6.501c0-.345.28-.625.625-.625Zm4.625.625a.625.625 0 0 0-1.25 0v4.002a.625.625 0 0 0 1.25 0V6.501Z"
4
- clip-rule="evenodd" />
5
- </svg>
@@ -1,65 +0,0 @@
1
- const icons = import.meta.glob('./*.svg', { as: 'raw', eager: true })
2
-
3
- export const getIcon = (name: string) => {
4
- const filename = `./${name}.svg`
5
-
6
- if (icons[filename] === undefined) {
7
- console.warn(`Could not find icon: ${name}`)
8
- return ''
9
- }
10
-
11
- return icons[filename]
12
- }
13
-
14
- export type Icon =
15
- | 'Add'
16
- | 'ArrowDown'
17
- | 'ArrowLeft'
18
- | 'ArrowRight'
19
- | 'ArrowUp'
20
- | 'Background'
21
- | 'CallToAction'
22
- | 'Checkmark'
23
- | 'ChevronDown'
24
- | 'ChevronLeft'
25
- | 'ChevronRight'
26
- | 'ChevronUp'
27
- | 'Close'
28
- | 'DarkMode'
29
- | 'Discord'
30
- | 'Delete'
31
- | 'Duplicate'
32
- | 'Edit'
33
- | 'EditorBold'
34
- | 'EditorCode'
35
- | 'EditorHighlight'
36
- | 'EditorItalic'
37
- | 'EditorLink'
38
- | 'EditorStrike'
39
- | 'EditorUnderline'
40
- | 'Ellipses'
41
- | 'Error'
42
- | 'ExternalLink'
43
- | 'Folder'
44
- | 'GitHub'
45
- | 'Google'
46
- | 'Hide'
47
- | 'Key'
48
- | 'Leave'
49
- | 'LightMode'
50
- | 'Link'
51
- | 'Lock'
52
- | 'Logo'
53
- | 'LogoAPI'
54
- | 'LogoClient'
55
- | 'LogoMarket'
56
- | 'LogoSwagger'
57
- | 'Magic'
58
- | 'Menu'
59
- | 'Page'
60
- | 'Payment'
61
- | 'Refresh'
62
- | 'Search'
63
- | 'Show'
64
- | 'Sigma'
65
- | 'Trash'
@@ -1,2 +0,0 @@
1
- export { default as Icon } from './Icon.vue'
2
- export { default as FlowIcon } from './FlowIcon.vue'
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M23.25 7.311 12.53 18.03a.749.749 0 0 1-1.06 0L.75 7.311"></path></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M16.25 23.25 5.53 12.53a.749.749 0 0 1 0-1.06L16.25.75" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="m5.5.75 10.72 10.72a.749.749 0 0 1 0 1.06L5.5 23.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M.75 17.189 11.47 6.47a.749.749 0 0 1 1.06 0l10.72 10.719" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M12 .75v22.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1.5 12.75 12 23.25l10.5-10.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M23.25 12H.75" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.25 1.5.75 12l10.5 10.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M.75 12h22.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.75 22.5 23.25 12 12.75 1.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5"><path d="M12 23.25V.75" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.5 11.25 12 .75 1.5 11.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="currentColor" stroke-linejoin="round" d="M12.707 22.88a1 1 0 0 1-1.414 0L1.119 12.708a1 1 0 0 1 0-1.414L11.293 1.119a1 1 0 0 1 1.414 0l10.174 10.174a1 1 0 0 1 0 1.414L12.707 22.881Z"></path></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5"><defs></defs><title>hexagon-1</title><path d="M21.8 17.583V6.425a1.545 1.545 0 0 0-.854-1.383L12.691.913a1.546 1.546 0 0 0-1.381 0l-8.258 4.12A1.545 1.545 0 0 0 2.2 6.416v11.159a1.545 1.545 0 0 0 .854 1.383l8.258 4.129a1.548 1.548 0 0 0 1.382 0l8.257-4.121a1.545 1.545 0 0 0 .849-1.383Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>