paraqeet 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1958) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +18 -0
  4. data/_config.yml +9 -0
  5. data/_includes/icon.html +47 -0
  6. data/_layouts/default.html +14 -0
  7. data/_layouts/home.html +9 -0
  8. data/_layouts/page.html +9 -0
  9. data/_layouts/post.html +9 -0
  10. data/_sass/_bootstrap-icons.scss +3818 -0
  11. data/_sass/_highlight.scss +159 -0
  12. data/_sass/_variables.scss +0 -0
  13. data/_sass/bootstrap/_accordion.scss +149 -0
  14. data/_sass/bootstrap/_alert.scss +71 -0
  15. data/_sass/bootstrap/_badge.scss +38 -0
  16. data/_sass/bootstrap/_breadcrumb.scss +40 -0
  17. data/_sass/bootstrap/_button-group.scss +142 -0
  18. data/_sass/bootstrap/_buttons.scss +207 -0
  19. data/_sass/bootstrap/_card.scss +234 -0
  20. data/_sass/bootstrap/_carousel.scss +229 -0
  21. data/_sass/bootstrap/_close.scss +40 -0
  22. data/_sass/bootstrap/_containers.scss +41 -0
  23. data/_sass/bootstrap/_dropdown.scss +249 -0
  24. data/_sass/bootstrap/_forms.scss +9 -0
  25. data/_sass/bootstrap/_functions.scss +302 -0
  26. data/_sass/bootstrap/_grid.scss +33 -0
  27. data/_sass/bootstrap/_helpers.scss +10 -0
  28. data/_sass/bootstrap/_images.scss +42 -0
  29. data/_sass/bootstrap/_list-group.scss +192 -0
  30. data/_sass/bootstrap/_maps.scss +54 -0
  31. data/_sass/bootstrap/_mixins.scss +43 -0
  32. data/_sass/bootstrap/_modal.scss +237 -0
  33. data/_sass/bootstrap/_nav.scss +172 -0
  34. data/_sass/bootstrap/_navbar.scss +278 -0
  35. data/_sass/bootstrap/_offcanvas.scss +144 -0
  36. data/_sass/bootstrap/_pagination.scss +109 -0
  37. data/_sass/bootstrap/_placeholders.scss +51 -0
  38. data/_sass/bootstrap/_popover.scss +196 -0
  39. data/_sass/bootstrap/_progress.scss +59 -0
  40. data/_sass/bootstrap/_reboot.scss +610 -0
  41. data/_sass/bootstrap/_root.scss +73 -0
  42. data/_sass/bootstrap/_spinners.scss +85 -0
  43. data/_sass/bootstrap/_tables.scss +164 -0
  44. data/_sass/bootstrap/_toasts.scss +73 -0
  45. data/_sass/bootstrap/_tooltip.scss +120 -0
  46. data/_sass/bootstrap/_transitions.scss +27 -0
  47. data/_sass/bootstrap/_type.scss +106 -0
  48. data/_sass/bootstrap/_utilities.scss +647 -0
  49. data/_sass/bootstrap/_variables.scss +1634 -0
  50. data/_sass/bootstrap/bootstrap-grid.scss +64 -0
  51. data/_sass/bootstrap/bootstrap-reboot.scss +9 -0
  52. data/_sass/bootstrap/bootstrap-utilities.scss +15 -0
  53. data/_sass/bootstrap/bootstrap.scss +51 -0
  54. data/_sass/bootstrap/forms/_floating-labels.scss +75 -0
  55. data/_sass/bootstrap/forms/_form-check.scss +175 -0
  56. data/_sass/bootstrap/forms/_form-control.scss +194 -0
  57. data/_sass/bootstrap/forms/_form-range.scss +91 -0
  58. data/_sass/bootstrap/forms/_form-select.scss +71 -0
  59. data/_sass/bootstrap/forms/_form-text.scss +11 -0
  60. data/_sass/bootstrap/forms/_input-group.scss +132 -0
  61. data/_sass/bootstrap/forms/_labels.scss +36 -0
  62. data/_sass/bootstrap/forms/_validation.scss +12 -0
  63. data/_sass/bootstrap/helpers/_clearfix.scss +3 -0
  64. data/_sass/bootstrap/helpers/_color-bg.scss +10 -0
  65. data/_sass/bootstrap/helpers/_colored-links.scss +12 -0
  66. data/_sass/bootstrap/helpers/_position.scss +36 -0
  67. data/_sass/bootstrap/helpers/_ratio.scss +26 -0
  68. data/_sass/bootstrap/helpers/_stacks.scss +15 -0
  69. data/_sass/bootstrap/helpers/_stretched-link.scss +15 -0
  70. data/_sass/bootstrap/helpers/_text-truncation.scss +7 -0
  71. data/_sass/bootstrap/helpers/_visually-hidden.scss +8 -0
  72. data/_sass/bootstrap/helpers/_vr.scss +8 -0
  73. data/_sass/bootstrap/mixins/_alert.scss +15 -0
  74. data/_sass/bootstrap/mixins/_backdrop.scss +14 -0
  75. data/_sass/bootstrap/mixins/_banner.scss +9 -0
  76. data/_sass/bootstrap/mixins/_border-radius.scss +78 -0
  77. data/_sass/bootstrap/mixins/_box-shadow.scss +18 -0
  78. data/_sass/bootstrap/mixins/_breakpoints.scss +127 -0
  79. data/_sass/bootstrap/mixins/_buttons.scss +70 -0
  80. data/_sass/bootstrap/mixins/_caret.scss +64 -0
  81. data/_sass/bootstrap/mixins/_clearfix.scss +9 -0
  82. data/_sass/bootstrap/mixins/_color-scheme.scss +7 -0
  83. data/_sass/bootstrap/mixins/_container.scss +11 -0
  84. data/_sass/bootstrap/mixins/_deprecate.scss +10 -0
  85. data/_sass/bootstrap/mixins/_forms.scss +152 -0
  86. data/_sass/bootstrap/mixins/_gradients.scss +47 -0
  87. data/_sass/bootstrap/mixins/_grid.scss +151 -0
  88. data/_sass/bootstrap/mixins/_image.scss +16 -0
  89. data/_sass/bootstrap/mixins/_list-group.scss +24 -0
  90. data/_sass/bootstrap/mixins/_lists.scss +7 -0
  91. data/_sass/bootstrap/mixins/_pagination.scss +10 -0
  92. data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
  93. data/_sass/bootstrap/mixins/_resize.scss +6 -0
  94. data/_sass/bootstrap/mixins/_table-variants.scss +24 -0
  95. data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
  96. data/_sass/bootstrap/mixins/_transition.scss +26 -0
  97. data/_sass/bootstrap/mixins/_utilities.scss +97 -0
  98. data/_sass/bootstrap/mixins/_visually-hidden.scss +29 -0
  99. data/_sass/bootstrap/utilities/_api.scss +47 -0
  100. data/_sass/bootstrap/vendor/_rfs.scss +354 -0
  101. data/assets/bootstrap-icons/bootstrap-icons.svg +1 -0
  102. data/assets/bootstrap-icons/fonts/bootstrap-icons.woff +0 -0
  103. data/assets/bootstrap-icons/fonts/bootstrap-icons.woff2 +0 -0
  104. data/assets/bootstrap-icons/icons/0-circle-fill.svg +4 -0
  105. data/assets/bootstrap-icons/icons/0-circle.svg +4 -0
  106. data/assets/bootstrap-icons/icons/0-square-fill.svg +4 -0
  107. data/assets/bootstrap-icons/icons/0-square.svg +4 -0
  108. data/assets/bootstrap-icons/icons/1-circle-fill.svg +3 -0
  109. data/assets/bootstrap-icons/icons/1-circle.svg +3 -0
  110. data/assets/bootstrap-icons/icons/1-square-fill.svg +3 -0
  111. data/assets/bootstrap-icons/icons/1-square.svg +4 -0
  112. data/assets/bootstrap-icons/icons/123.svg +3 -0
  113. data/assets/bootstrap-icons/icons/2-circle-fill.svg +3 -0
  114. data/assets/bootstrap-icons/icons/2-circle.svg +3 -0
  115. data/assets/bootstrap-icons/icons/2-square-fill.svg +3 -0
  116. data/assets/bootstrap-icons/icons/2-square.svg +4 -0
  117. data/assets/bootstrap-icons/icons/3-circle-fill.svg +3 -0
  118. data/assets/bootstrap-icons/icons/3-circle.svg +4 -0
  119. data/assets/bootstrap-icons/icons/3-square-fill.svg +3 -0
  120. data/assets/bootstrap-icons/icons/3-square.svg +4 -0
  121. data/assets/bootstrap-icons/icons/4-circle-fill.svg +3 -0
  122. data/assets/bootstrap-icons/icons/4-circle.svg +4 -0
  123. data/assets/bootstrap-icons/icons/4-square-fill.svg +4 -0
  124. data/assets/bootstrap-icons/icons/4-square.svg +4 -0
  125. data/assets/bootstrap-icons/icons/5-circle-fill.svg +3 -0
  126. data/assets/bootstrap-icons/icons/5-circle.svg +3 -0
  127. data/assets/bootstrap-icons/icons/5-square-fill.svg +3 -0
  128. data/assets/bootstrap-icons/icons/5-square.svg +4 -0
  129. data/assets/bootstrap-icons/icons/6-circle-fill.svg +3 -0
  130. data/assets/bootstrap-icons/icons/6-circle.svg +3 -0
  131. data/assets/bootstrap-icons/icons/6-square-fill.svg +4 -0
  132. data/assets/bootstrap-icons/icons/6-square.svg +4 -0
  133. data/assets/bootstrap-icons/icons/7-circle-fill.svg +3 -0
  134. data/assets/bootstrap-icons/icons/7-circle.svg +3 -0
  135. data/assets/bootstrap-icons/icons/7-square-fill.svg +3 -0
  136. data/assets/bootstrap-icons/icons/7-square.svg +4 -0
  137. data/assets/bootstrap-icons/icons/8-circle-fill.svg +3 -0
  138. data/assets/bootstrap-icons/icons/8-circle.svg +3 -0
  139. data/assets/bootstrap-icons/icons/8-square-fill.svg +4 -0
  140. data/assets/bootstrap-icons/icons/8-square.svg +4 -0
  141. data/assets/bootstrap-icons/icons/9-circle-fill.svg +3 -0
  142. data/assets/bootstrap-icons/icons/9-circle.svg +3 -0
  143. data/assets/bootstrap-icons/icons/9-square-fill.svg +4 -0
  144. data/assets/bootstrap-icons/icons/9-square.svg +4 -0
  145. data/assets/bootstrap-icons/icons/activity.svg +3 -0
  146. data/assets/bootstrap-icons/icons/airplane-engines-fill.svg +3 -0
  147. data/assets/bootstrap-icons/icons/airplane-engines.svg +3 -0
  148. data/assets/bootstrap-icons/icons/airplane-fill.svg +3 -0
  149. data/assets/bootstrap-icons/icons/airplane.svg +3 -0
  150. data/assets/bootstrap-icons/icons/alarm-fill.svg +3 -0
  151. data/assets/bootstrap-icons/icons/alarm.svg +4 -0
  152. data/assets/bootstrap-icons/icons/alexa.svg +3 -0
  153. data/assets/bootstrap-icons/icons/align-bottom.svg +4 -0
  154. data/assets/bootstrap-icons/icons/align-center.svg +3 -0
  155. data/assets/bootstrap-icons/icons/align-end.svg +4 -0
  156. data/assets/bootstrap-icons/icons/align-middle.svg +3 -0
  157. data/assets/bootstrap-icons/icons/align-start.svg +4 -0
  158. data/assets/bootstrap-icons/icons/align-top.svg +4 -0
  159. data/assets/bootstrap-icons/icons/alipay.svg +4 -0
  160. data/assets/bootstrap-icons/icons/alt.svg +3 -0
  161. data/assets/bootstrap-icons/icons/android.svg +3 -0
  162. data/assets/bootstrap-icons/icons/android2.svg +3 -0
  163. data/assets/bootstrap-icons/icons/app-indicator.svg +4 -0
  164. data/assets/bootstrap-icons/icons/app.svg +3 -0
  165. data/assets/bootstrap-icons/icons/apple.svg +4 -0
  166. data/assets/bootstrap-icons/icons/archive-fill.svg +3 -0
  167. data/assets/bootstrap-icons/icons/archive.svg +3 -0
  168. data/assets/bootstrap-icons/icons/arrow-90deg-down.svg +3 -0
  169. data/assets/bootstrap-icons/icons/arrow-90deg-left.svg +3 -0
  170. data/assets/bootstrap-icons/icons/arrow-90deg-right.svg +3 -0
  171. data/assets/bootstrap-icons/icons/arrow-90deg-up.svg +3 -0
  172. data/assets/bootstrap-icons/icons/arrow-bar-down.svg +3 -0
  173. data/assets/bootstrap-icons/icons/arrow-bar-left.svg +3 -0
  174. data/assets/bootstrap-icons/icons/arrow-bar-right.svg +3 -0
  175. data/assets/bootstrap-icons/icons/arrow-bar-up.svg +3 -0
  176. data/assets/bootstrap-icons/icons/arrow-clockwise.svg +4 -0
  177. data/assets/bootstrap-icons/icons/arrow-counterclockwise.svg +4 -0
  178. data/assets/bootstrap-icons/icons/arrow-down-circle-fill.svg +3 -0
  179. data/assets/bootstrap-icons/icons/arrow-down-circle.svg +3 -0
  180. data/assets/bootstrap-icons/icons/arrow-down-left-circle-fill.svg +3 -0
  181. data/assets/bootstrap-icons/icons/arrow-down-left-circle.svg +3 -0
  182. data/assets/bootstrap-icons/icons/arrow-down-left-square-fill.svg +3 -0
  183. data/assets/bootstrap-icons/icons/arrow-down-left-square.svg +3 -0
  184. data/assets/bootstrap-icons/icons/arrow-down-left.svg +3 -0
  185. data/assets/bootstrap-icons/icons/arrow-down-right-circle-fill.svg +3 -0
  186. data/assets/bootstrap-icons/icons/arrow-down-right-circle.svg +3 -0
  187. data/assets/bootstrap-icons/icons/arrow-down-right-square-fill.svg +3 -0
  188. data/assets/bootstrap-icons/icons/arrow-down-right-square.svg +3 -0
  189. data/assets/bootstrap-icons/icons/arrow-down-right.svg +3 -0
  190. data/assets/bootstrap-icons/icons/arrow-down-short.svg +3 -0
  191. data/assets/bootstrap-icons/icons/arrow-down-square-fill.svg +3 -0
  192. data/assets/bootstrap-icons/icons/arrow-down-square.svg +3 -0
  193. data/assets/bootstrap-icons/icons/arrow-down-up.svg +3 -0
  194. data/assets/bootstrap-icons/icons/arrow-down.svg +3 -0
  195. data/assets/bootstrap-icons/icons/arrow-left-circle-fill.svg +3 -0
  196. data/assets/bootstrap-icons/icons/arrow-left-circle.svg +3 -0
  197. data/assets/bootstrap-icons/icons/arrow-left-right.svg +3 -0
  198. data/assets/bootstrap-icons/icons/arrow-left-short.svg +3 -0
  199. data/assets/bootstrap-icons/icons/arrow-left-square-fill.svg +3 -0
  200. data/assets/bootstrap-icons/icons/arrow-left-square.svg +3 -0
  201. data/assets/bootstrap-icons/icons/arrow-left.svg +3 -0
  202. data/assets/bootstrap-icons/icons/arrow-repeat.svg +4 -0
  203. data/assets/bootstrap-icons/icons/arrow-return-left.svg +3 -0
  204. data/assets/bootstrap-icons/icons/arrow-return-right.svg +3 -0
  205. data/assets/bootstrap-icons/icons/arrow-right-circle-fill.svg +3 -0
  206. data/assets/bootstrap-icons/icons/arrow-right-circle.svg +3 -0
  207. data/assets/bootstrap-icons/icons/arrow-right-short.svg +3 -0
  208. data/assets/bootstrap-icons/icons/arrow-right-square-fill.svg +3 -0
  209. data/assets/bootstrap-icons/icons/arrow-right-square.svg +3 -0
  210. data/assets/bootstrap-icons/icons/arrow-right.svg +3 -0
  211. data/assets/bootstrap-icons/icons/arrow-through-heart-fill.svg +3 -0
  212. data/assets/bootstrap-icons/icons/arrow-through-heart.svg +3 -0
  213. data/assets/bootstrap-icons/icons/arrow-up-circle-fill.svg +3 -0
  214. data/assets/bootstrap-icons/icons/arrow-up-circle.svg +3 -0
  215. data/assets/bootstrap-icons/icons/arrow-up-left-circle-fill.svg +3 -0
  216. data/assets/bootstrap-icons/icons/arrow-up-left-circle.svg +3 -0
  217. data/assets/bootstrap-icons/icons/arrow-up-left-square-fill.svg +3 -0
  218. data/assets/bootstrap-icons/icons/arrow-up-left-square.svg +3 -0
  219. data/assets/bootstrap-icons/icons/arrow-up-left.svg +3 -0
  220. data/assets/bootstrap-icons/icons/arrow-up-right-circle-fill.svg +3 -0
  221. data/assets/bootstrap-icons/icons/arrow-up-right-circle.svg +3 -0
  222. data/assets/bootstrap-icons/icons/arrow-up-right-square-fill.svg +3 -0
  223. data/assets/bootstrap-icons/icons/arrow-up-right-square.svg +3 -0
  224. data/assets/bootstrap-icons/icons/arrow-up-right.svg +3 -0
  225. data/assets/bootstrap-icons/icons/arrow-up-short.svg +3 -0
  226. data/assets/bootstrap-icons/icons/arrow-up-square-fill.svg +3 -0
  227. data/assets/bootstrap-icons/icons/arrow-up-square.svg +3 -0
  228. data/assets/bootstrap-icons/icons/arrow-up.svg +3 -0
  229. data/assets/bootstrap-icons/icons/arrows-angle-contract.svg +3 -0
  230. data/assets/bootstrap-icons/icons/arrows-angle-expand.svg +3 -0
  231. data/assets/bootstrap-icons/icons/arrows-collapse.svg +3 -0
  232. data/assets/bootstrap-icons/icons/arrows-expand.svg +3 -0
  233. data/assets/bootstrap-icons/icons/arrows-fullscreen.svg +3 -0
  234. data/assets/bootstrap-icons/icons/arrows-move.svg +3 -0
  235. data/assets/bootstrap-icons/icons/aspect-ratio-fill.svg +3 -0
  236. data/assets/bootstrap-icons/icons/aspect-ratio.svg +4 -0
  237. data/assets/bootstrap-icons/icons/asterisk.svg +3 -0
  238. data/assets/bootstrap-icons/icons/at.svg +3 -0
  239. data/assets/bootstrap-icons/icons/award-fill.svg +4 -0
  240. data/assets/bootstrap-icons/icons/award.svg +4 -0
  241. data/assets/bootstrap-icons/icons/back.svg +3 -0
  242. data/assets/bootstrap-icons/icons/backspace-fill.svg +3 -0
  243. data/assets/bootstrap-icons/icons/backspace-reverse-fill.svg +3 -0
  244. data/assets/bootstrap-icons/icons/backspace-reverse.svg +4 -0
  245. data/assets/bootstrap-icons/icons/backspace.svg +4 -0
  246. data/assets/bootstrap-icons/icons/badge-3d-fill.svg +4 -0
  247. data/assets/bootstrap-icons/icons/badge-3d.svg +4 -0
  248. data/assets/bootstrap-icons/icons/badge-4k-fill.svg +4 -0
  249. data/assets/bootstrap-icons/icons/badge-4k.svg +4 -0
  250. data/assets/bootstrap-icons/icons/badge-8k-fill.svg +4 -0
  251. data/assets/bootstrap-icons/icons/badge-8k.svg +4 -0
  252. data/assets/bootstrap-icons/icons/badge-ad-fill.svg +4 -0
  253. data/assets/bootstrap-icons/icons/badge-ad.svg +4 -0
  254. data/assets/bootstrap-icons/icons/badge-ar-fill.svg +4 -0
  255. data/assets/bootstrap-icons/icons/badge-ar.svg +4 -0
  256. data/assets/bootstrap-icons/icons/badge-cc-fill.svg +3 -0
  257. data/assets/bootstrap-icons/icons/badge-cc.svg +4 -0
  258. data/assets/bootstrap-icons/icons/badge-hd-fill.svg +4 -0
  259. data/assets/bootstrap-icons/icons/badge-hd.svg +4 -0
  260. data/assets/bootstrap-icons/icons/badge-sd-fill.svg +4 -0
  261. data/assets/bootstrap-icons/icons/badge-sd.svg +3 -0
  262. data/assets/bootstrap-icons/icons/badge-tm-fill.svg +3 -0
  263. data/assets/bootstrap-icons/icons/badge-tm.svg +4 -0
  264. data/assets/bootstrap-icons/icons/badge-vo-fill.svg +4 -0
  265. data/assets/bootstrap-icons/icons/badge-vo.svg +4 -0
  266. data/assets/bootstrap-icons/icons/badge-vr-fill.svg +4 -0
  267. data/assets/bootstrap-icons/icons/badge-vr.svg +4 -0
  268. data/assets/bootstrap-icons/icons/badge-wc-fill.svg +3 -0
  269. data/assets/bootstrap-icons/icons/badge-wc.svg +4 -0
  270. data/assets/bootstrap-icons/icons/bag-check-fill.svg +3 -0
  271. data/assets/bootstrap-icons/icons/bag-check.svg +4 -0
  272. data/assets/bootstrap-icons/icons/bag-dash-fill.svg +3 -0
  273. data/assets/bootstrap-icons/icons/bag-dash.svg +4 -0
  274. data/assets/bootstrap-icons/icons/bag-fill.svg +3 -0
  275. data/assets/bootstrap-icons/icons/bag-heart-fill.svg +3 -0
  276. data/assets/bootstrap-icons/icons/bag-heart.svg +3 -0
  277. data/assets/bootstrap-icons/icons/bag-plus-fill.svg +3 -0
  278. data/assets/bootstrap-icons/icons/bag-plus.svg +4 -0
  279. data/assets/bootstrap-icons/icons/bag-x-fill.svg +3 -0
  280. data/assets/bootstrap-icons/icons/bag-x.svg +4 -0
  281. data/assets/bootstrap-icons/icons/bag.svg +3 -0
  282. data/assets/bootstrap-icons/icons/balloon-fill.svg +3 -0
  283. data/assets/bootstrap-icons/icons/balloon-heart-fill.svg +3 -0
  284. data/assets/bootstrap-icons/icons/balloon-heart.svg +3 -0
  285. data/assets/bootstrap-icons/icons/balloon.svg +3 -0
  286. data/assets/bootstrap-icons/icons/bandaid-fill.svg +3 -0
  287. data/assets/bootstrap-icons/icons/bandaid.svg +4 -0
  288. data/assets/bootstrap-icons/icons/bank.svg +3 -0
  289. data/assets/bootstrap-icons/icons/bank2.svg +3 -0
  290. data/assets/bootstrap-icons/icons/bar-chart-fill.svg +3 -0
  291. data/assets/bootstrap-icons/icons/bar-chart-line-fill.svg +3 -0
  292. data/assets/bootstrap-icons/icons/bar-chart-line.svg +3 -0
  293. data/assets/bootstrap-icons/icons/bar-chart-steps.svg +3 -0
  294. data/assets/bootstrap-icons/icons/bar-chart.svg +3 -0
  295. data/assets/bootstrap-icons/icons/basket-fill.svg +3 -0
  296. data/assets/bootstrap-icons/icons/basket.svg +3 -0
  297. data/assets/bootstrap-icons/icons/basket2-fill.svg +3 -0
  298. data/assets/bootstrap-icons/icons/basket2.svg +4 -0
  299. data/assets/bootstrap-icons/icons/basket3-fill.svg +3 -0
  300. data/assets/bootstrap-icons/icons/basket3.svg +3 -0
  301. data/assets/bootstrap-icons/icons/battery-charging.svg +6 -0
  302. data/assets/bootstrap-icons/icons/battery-full.svg +4 -0
  303. data/assets/bootstrap-icons/icons/battery-half.svg +4 -0
  304. data/assets/bootstrap-icons/icons/battery.svg +3 -0
  305. data/assets/bootstrap-icons/icons/behance.svg +3 -0
  306. data/assets/bootstrap-icons/icons/bell-fill.svg +3 -0
  307. data/assets/bootstrap-icons/icons/bell-slash-fill.svg +3 -0
  308. data/assets/bootstrap-icons/icons/bell-slash.svg +3 -0
  309. data/assets/bootstrap-icons/icons/bell.svg +3 -0
  310. data/assets/bootstrap-icons/icons/bezier.svg +4 -0
  311. data/assets/bootstrap-icons/icons/bezier2.svg +3 -0
  312. data/assets/bootstrap-icons/icons/bicycle.svg +3 -0
  313. data/assets/bootstrap-icons/icons/binoculars-fill.svg +3 -0
  314. data/assets/bootstrap-icons/icons/binoculars.svg +3 -0
  315. data/assets/bootstrap-icons/icons/blockquote-left.svg +3 -0
  316. data/assets/bootstrap-icons/icons/blockquote-right.svg +3 -0
  317. data/assets/bootstrap-icons/icons/bluetooth.svg +3 -0
  318. data/assets/bootstrap-icons/icons/body-text.svg +3 -0
  319. data/assets/bootstrap-icons/icons/book-fill.svg +3 -0
  320. data/assets/bootstrap-icons/icons/book-half.svg +3 -0
  321. data/assets/bootstrap-icons/icons/book.svg +3 -0
  322. data/assets/bootstrap-icons/icons/bookmark-check-fill.svg +3 -0
  323. data/assets/bootstrap-icons/icons/bookmark-check.svg +4 -0
  324. data/assets/bootstrap-icons/icons/bookmark-dash-fill.svg +3 -0
  325. data/assets/bootstrap-icons/icons/bookmark-dash.svg +4 -0
  326. data/assets/bootstrap-icons/icons/bookmark-fill.svg +3 -0
  327. data/assets/bootstrap-icons/icons/bookmark-heart-fill.svg +3 -0
  328. data/assets/bootstrap-icons/icons/bookmark-heart.svg +4 -0
  329. data/assets/bootstrap-icons/icons/bookmark-plus-fill.svg +3 -0
  330. data/assets/bootstrap-icons/icons/bookmark-plus.svg +4 -0
  331. data/assets/bootstrap-icons/icons/bookmark-star-fill.svg +3 -0
  332. data/assets/bootstrap-icons/icons/bookmark-star.svg +4 -0
  333. data/assets/bootstrap-icons/icons/bookmark-x-fill.svg +3 -0
  334. data/assets/bootstrap-icons/icons/bookmark-x.svg +4 -0
  335. data/assets/bootstrap-icons/icons/bookmark.svg +3 -0
  336. data/assets/bootstrap-icons/icons/bookmarks-fill.svg +4 -0
  337. data/assets/bootstrap-icons/icons/bookmarks.svg +4 -0
  338. data/assets/bootstrap-icons/icons/bookshelf.svg +3 -0
  339. data/assets/bootstrap-icons/icons/boombox-fill.svg +4 -0
  340. data/assets/bootstrap-icons/icons/boombox.svg +6 -0
  341. data/assets/bootstrap-icons/icons/bootstrap-fill.svg +4 -0
  342. data/assets/bootstrap-icons/icons/bootstrap-reboot.svg +4 -0
  343. data/assets/bootstrap-icons/icons/bootstrap.svg +4 -0
  344. data/assets/bootstrap-icons/icons/border-all.svg +3 -0
  345. data/assets/bootstrap-icons/icons/border-bottom.svg +3 -0
  346. data/assets/bootstrap-icons/icons/border-center.svg +3 -0
  347. data/assets/bootstrap-icons/icons/border-inner.svg +5 -0
  348. data/assets/bootstrap-icons/icons/border-left.svg +3 -0
  349. data/assets/bootstrap-icons/icons/border-middle.svg +3 -0
  350. data/assets/bootstrap-icons/icons/border-outer.svg +4 -0
  351. data/assets/bootstrap-icons/icons/border-right.svg +3 -0
  352. data/assets/bootstrap-icons/icons/border-style.svg +3 -0
  353. data/assets/bootstrap-icons/icons/border-top.svg +3 -0
  354. data/assets/bootstrap-icons/icons/border-width.svg +3 -0
  355. data/assets/bootstrap-icons/icons/border.svg +3 -0
  356. data/assets/bootstrap-icons/icons/bounding-box-circles.svg +3 -0
  357. data/assets/bootstrap-icons/icons/bounding-box.svg +3 -0
  358. data/assets/bootstrap-icons/icons/box-arrow-down-left.svg +4 -0
  359. data/assets/bootstrap-icons/icons/box-arrow-down-right.svg +4 -0
  360. data/assets/bootstrap-icons/icons/box-arrow-down.svg +4 -0
  361. data/assets/bootstrap-icons/icons/box-arrow-in-down-left.svg +4 -0
  362. data/assets/bootstrap-icons/icons/box-arrow-in-down-right.svg +4 -0
  363. data/assets/bootstrap-icons/icons/box-arrow-in-down.svg +4 -0
  364. data/assets/bootstrap-icons/icons/box-arrow-in-left.svg +4 -0
  365. data/assets/bootstrap-icons/icons/box-arrow-in-right.svg +4 -0
  366. data/assets/bootstrap-icons/icons/box-arrow-in-up-left.svg +4 -0
  367. data/assets/bootstrap-icons/icons/box-arrow-in-up-right.svg +4 -0
  368. data/assets/bootstrap-icons/icons/box-arrow-in-up.svg +4 -0
  369. data/assets/bootstrap-icons/icons/box-arrow-left.svg +4 -0
  370. data/assets/bootstrap-icons/icons/box-arrow-right.svg +4 -0
  371. data/assets/bootstrap-icons/icons/box-arrow-up-left.svg +4 -0
  372. data/assets/bootstrap-icons/icons/box-arrow-up-right.svg +4 -0
  373. data/assets/bootstrap-icons/icons/box-arrow-up.svg +4 -0
  374. data/assets/bootstrap-icons/icons/box-fill.svg +3 -0
  375. data/assets/bootstrap-icons/icons/box-seam-fill.svg +3 -0
  376. data/assets/bootstrap-icons/icons/box-seam.svg +3 -0
  377. data/assets/bootstrap-icons/icons/box.svg +3 -0
  378. data/assets/bootstrap-icons/icons/box2-fill.svg +3 -0
  379. data/assets/bootstrap-icons/icons/box2-heart-fill.svg +3 -0
  380. data/assets/bootstrap-icons/icons/box2-heart.svg +4 -0
  381. data/assets/bootstrap-icons/icons/box2.svg +3 -0
  382. data/assets/bootstrap-icons/icons/boxes.svg +3 -0
  383. data/assets/bootstrap-icons/icons/braces-asterisk.svg +3 -0
  384. data/assets/bootstrap-icons/icons/braces.svg +3 -0
  385. data/assets/bootstrap-icons/icons/bricks.svg +3 -0
  386. data/assets/bootstrap-icons/icons/briefcase-fill.svg +4 -0
  387. data/assets/bootstrap-icons/icons/briefcase.svg +3 -0
  388. data/assets/bootstrap-icons/icons/brightness-alt-high-fill.svg +3 -0
  389. data/assets/bootstrap-icons/icons/brightness-alt-high.svg +3 -0
  390. data/assets/bootstrap-icons/icons/brightness-alt-low-fill.svg +3 -0
  391. data/assets/bootstrap-icons/icons/brightness-alt-low.svg +3 -0
  392. data/assets/bootstrap-icons/icons/brightness-high-fill.svg +3 -0
  393. data/assets/bootstrap-icons/icons/brightness-high.svg +3 -0
  394. data/assets/bootstrap-icons/icons/brightness-low-fill.svg +3 -0
  395. data/assets/bootstrap-icons/icons/brightness-low.svg +3 -0
  396. data/assets/bootstrap-icons/icons/broadcast-pin.svg +3 -0
  397. data/assets/bootstrap-icons/icons/broadcast.svg +3 -0
  398. data/assets/bootstrap-icons/icons/browser-chrome.svg +3 -0
  399. data/assets/bootstrap-icons/icons/browser-edge.svg +5 -0
  400. data/assets/bootstrap-icons/icons/browser-firefox.svg +3 -0
  401. data/assets/bootstrap-icons/icons/browser-safari.svg +3 -0
  402. data/assets/bootstrap-icons/icons/brush-fill.svg +3 -0
  403. data/assets/bootstrap-icons/icons/brush.svg +3 -0
  404. data/assets/bootstrap-icons/icons/bucket-fill.svg +3 -0
  405. data/assets/bootstrap-icons/icons/bucket.svg +3 -0
  406. data/assets/bootstrap-icons/icons/bug-fill.svg +4 -0
  407. data/assets/bootstrap-icons/icons/bug.svg +3 -0
  408. data/assets/bootstrap-icons/icons/building.svg +4 -0
  409. data/assets/bootstrap-icons/icons/bullseye.svg +6 -0
  410. data/assets/bootstrap-icons/icons/c-circle-fill.svg +3 -0
  411. data/assets/bootstrap-icons/icons/c-circle.svg +3 -0
  412. data/assets/bootstrap-icons/icons/c-square-fill.svg +3 -0
  413. data/assets/bootstrap-icons/icons/c-square.svg +4 -0
  414. data/assets/bootstrap-icons/icons/calculator-fill.svg +3 -0
  415. data/assets/bootstrap-icons/icons/calculator.svg +4 -0
  416. data/assets/bootstrap-icons/icons/calendar-check-fill.svg +3 -0
  417. data/assets/bootstrap-icons/icons/calendar-check.svg +4 -0
  418. data/assets/bootstrap-icons/icons/calendar-date-fill.svg +4 -0
  419. data/assets/bootstrap-icons/icons/calendar-date.svg +4 -0
  420. data/assets/bootstrap-icons/icons/calendar-day-fill.svg +3 -0
  421. data/assets/bootstrap-icons/icons/calendar-day.svg +4 -0
  422. data/assets/bootstrap-icons/icons/calendar-event-fill.svg +3 -0
  423. data/assets/bootstrap-icons/icons/calendar-event.svg +4 -0
  424. data/assets/bootstrap-icons/icons/calendar-fill.svg +3 -0
  425. data/assets/bootstrap-icons/icons/calendar-heart-fill.svg +3 -0
  426. data/assets/bootstrap-icons/icons/calendar-heart.svg +3 -0
  427. data/assets/bootstrap-icons/icons/calendar-minus-fill.svg +3 -0
  428. data/assets/bootstrap-icons/icons/calendar-minus.svg +4 -0
  429. data/assets/bootstrap-icons/icons/calendar-month-fill.svg +4 -0
  430. data/assets/bootstrap-icons/icons/calendar-month.svg +4 -0
  431. data/assets/bootstrap-icons/icons/calendar-plus-fill.svg +3 -0
  432. data/assets/bootstrap-icons/icons/calendar-plus.svg +4 -0
  433. data/assets/bootstrap-icons/icons/calendar-range-fill.svg +3 -0
  434. data/assets/bootstrap-icons/icons/calendar-range.svg +4 -0
  435. data/assets/bootstrap-icons/icons/calendar-week-fill.svg +3 -0
  436. data/assets/bootstrap-icons/icons/calendar-week.svg +4 -0
  437. data/assets/bootstrap-icons/icons/calendar-x-fill.svg +3 -0
  438. data/assets/bootstrap-icons/icons/calendar-x.svg +4 -0
  439. data/assets/bootstrap-icons/icons/calendar.svg +3 -0
  440. data/assets/bootstrap-icons/icons/calendar2-check-fill.svg +3 -0
  441. data/assets/bootstrap-icons/icons/calendar2-check.svg +5 -0
  442. data/assets/bootstrap-icons/icons/calendar2-date-fill.svg +4 -0
  443. data/assets/bootstrap-icons/icons/calendar2-date.svg +5 -0
  444. data/assets/bootstrap-icons/icons/calendar2-day-fill.svg +3 -0
  445. data/assets/bootstrap-icons/icons/calendar2-day.svg +5 -0
  446. data/assets/bootstrap-icons/icons/calendar2-event-fill.svg +3 -0
  447. data/assets/bootstrap-icons/icons/calendar2-event.svg +5 -0
  448. data/assets/bootstrap-icons/icons/calendar2-fill.svg +3 -0
  449. data/assets/bootstrap-icons/icons/calendar2-heart-fill.svg +3 -0
  450. data/assets/bootstrap-icons/icons/calendar2-heart.svg +3 -0
  451. data/assets/bootstrap-icons/icons/calendar2-minus-fill.svg +3 -0
  452. data/assets/bootstrap-icons/icons/calendar2-minus.svg +5 -0
  453. data/assets/bootstrap-icons/icons/calendar2-month-fill.svg +4 -0
  454. data/assets/bootstrap-icons/icons/calendar2-month.svg +5 -0
  455. data/assets/bootstrap-icons/icons/calendar2-plus-fill.svg +3 -0
  456. data/assets/bootstrap-icons/icons/calendar2-plus.svg +4 -0
  457. data/assets/bootstrap-icons/icons/calendar2-range-fill.svg +3 -0
  458. data/assets/bootstrap-icons/icons/calendar2-range.svg +4 -0
  459. data/assets/bootstrap-icons/icons/calendar2-week-fill.svg +3 -0
  460. data/assets/bootstrap-icons/icons/calendar2-week.svg +4 -0
  461. data/assets/bootstrap-icons/icons/calendar2-x-fill.svg +3 -0
  462. data/assets/bootstrap-icons/icons/calendar2-x.svg +5 -0
  463. data/assets/bootstrap-icons/icons/calendar2.svg +4 -0
  464. data/assets/bootstrap-icons/icons/calendar3-event-fill.svg +3 -0
  465. data/assets/bootstrap-icons/icons/calendar3-event.svg +4 -0
  466. data/assets/bootstrap-icons/icons/calendar3-fill.svg +3 -0
  467. data/assets/bootstrap-icons/icons/calendar3-range-fill.svg +3 -0
  468. data/assets/bootstrap-icons/icons/calendar3-range.svg +4 -0
  469. data/assets/bootstrap-icons/icons/calendar3-week-fill.svg +3 -0
  470. data/assets/bootstrap-icons/icons/calendar3-week.svg +4 -0
  471. data/assets/bootstrap-icons/icons/calendar3.svg +4 -0
  472. data/assets/bootstrap-icons/icons/calendar4-event.svg +4 -0
  473. data/assets/bootstrap-icons/icons/calendar4-range.svg +4 -0
  474. data/assets/bootstrap-icons/icons/calendar4-week.svg +4 -0
  475. data/assets/bootstrap-icons/icons/calendar4.svg +3 -0
  476. data/assets/bootstrap-icons/icons/camera-fill.svg +4 -0
  477. data/assets/bootstrap-icons/icons/camera-reels-fill.svg +5 -0
  478. data/assets/bootstrap-icons/icons/camera-reels.svg +5 -0
  479. data/assets/bootstrap-icons/icons/camera-video-fill.svg +3 -0
  480. data/assets/bootstrap-icons/icons/camera-video-off-fill.svg +3 -0
  481. data/assets/bootstrap-icons/icons/camera-video-off.svg +3 -0
  482. data/assets/bootstrap-icons/icons/camera-video.svg +3 -0
  483. data/assets/bootstrap-icons/icons/camera.svg +4 -0
  484. data/assets/bootstrap-icons/icons/camera2.svg +4 -0
  485. data/assets/bootstrap-icons/icons/capslock-fill.svg +3 -0
  486. data/assets/bootstrap-icons/icons/capslock.svg +3 -0
  487. data/assets/bootstrap-icons/icons/capsule-pill.svg +3 -0
  488. data/assets/bootstrap-icons/icons/capsule.svg +3 -0
  489. data/assets/bootstrap-icons/icons/car-front-fill.svg +3 -0
  490. data/assets/bootstrap-icons/icons/car-front.svg +4 -0
  491. data/assets/bootstrap-icons/icons/card-checklist.svg +4 -0
  492. data/assets/bootstrap-icons/icons/card-heading.svg +4 -0
  493. data/assets/bootstrap-icons/icons/card-image.svg +4 -0
  494. data/assets/bootstrap-icons/icons/card-list.svg +4 -0
  495. data/assets/bootstrap-icons/icons/card-text.svg +4 -0
  496. data/assets/bootstrap-icons/icons/caret-down-fill.svg +3 -0
  497. data/assets/bootstrap-icons/icons/caret-down-square-fill.svg +3 -0
  498. data/assets/bootstrap-icons/icons/caret-down-square.svg +4 -0
  499. data/assets/bootstrap-icons/icons/caret-down.svg +3 -0
  500. data/assets/bootstrap-icons/icons/caret-left-fill.svg +3 -0
  501. data/assets/bootstrap-icons/icons/caret-left-square-fill.svg +3 -0
  502. data/assets/bootstrap-icons/icons/caret-left-square.svg +4 -0
  503. data/assets/bootstrap-icons/icons/caret-left.svg +3 -0
  504. data/assets/bootstrap-icons/icons/caret-right-fill.svg +3 -0
  505. data/assets/bootstrap-icons/icons/caret-right-square-fill.svg +3 -0
  506. data/assets/bootstrap-icons/icons/caret-right-square.svg +4 -0
  507. data/assets/bootstrap-icons/icons/caret-right.svg +3 -0
  508. data/assets/bootstrap-icons/icons/caret-up-fill.svg +3 -0
  509. data/assets/bootstrap-icons/icons/caret-up-square-fill.svg +3 -0
  510. data/assets/bootstrap-icons/icons/caret-up-square.svg +4 -0
  511. data/assets/bootstrap-icons/icons/caret-up.svg +3 -0
  512. data/assets/bootstrap-icons/icons/cart-check-fill.svg +3 -0
  513. data/assets/bootstrap-icons/icons/cart-check.svg +4 -0
  514. data/assets/bootstrap-icons/icons/cart-dash-fill.svg +3 -0
  515. data/assets/bootstrap-icons/icons/cart-dash.svg +4 -0
  516. data/assets/bootstrap-icons/icons/cart-fill.svg +3 -0
  517. data/assets/bootstrap-icons/icons/cart-plus-fill.svg +3 -0
  518. data/assets/bootstrap-icons/icons/cart-plus.svg +4 -0
  519. data/assets/bootstrap-icons/icons/cart-x-fill.svg +3 -0
  520. data/assets/bootstrap-icons/icons/cart-x.svg +4 -0
  521. data/assets/bootstrap-icons/icons/cart.svg +3 -0
  522. data/assets/bootstrap-icons/icons/cart2.svg +3 -0
  523. data/assets/bootstrap-icons/icons/cart3.svg +3 -0
  524. data/assets/bootstrap-icons/icons/cart4.svg +3 -0
  525. data/assets/bootstrap-icons/icons/cash-coin.svg +6 -0
  526. data/assets/bootstrap-icons/icons/cash-stack.svg +4 -0
  527. data/assets/bootstrap-icons/icons/cash.svg +4 -0
  528. data/assets/bootstrap-icons/icons/cassette-fill.svg +4 -0
  529. data/assets/bootstrap-icons/icons/cassette.svg +4 -0
  530. data/assets/bootstrap-icons/icons/cast.svg +4 -0
  531. data/assets/bootstrap-icons/icons/cc-circle-fill.svg +3 -0
  532. data/assets/bootstrap-icons/icons/cc-circle.svg +3 -0
  533. data/assets/bootstrap-icons/icons/cc-square-fill.svg +3 -0
  534. data/assets/bootstrap-icons/icons/cc-square.svg +4 -0
  535. data/assets/bootstrap-icons/icons/chat-dots-fill.svg +3 -0
  536. data/assets/bootstrap-icons/icons/chat-dots.svg +4 -0
  537. data/assets/bootstrap-icons/icons/chat-fill.svg +3 -0
  538. data/assets/bootstrap-icons/icons/chat-heart-fill.svg +3 -0
  539. data/assets/bootstrap-icons/icons/chat-heart.svg +3 -0
  540. data/assets/bootstrap-icons/icons/chat-left-dots-fill.svg +3 -0
  541. data/assets/bootstrap-icons/icons/chat-left-dots.svg +4 -0
  542. data/assets/bootstrap-icons/icons/chat-left-fill.svg +3 -0
  543. data/assets/bootstrap-icons/icons/chat-left-heart-fill.svg +3 -0
  544. data/assets/bootstrap-icons/icons/chat-left-heart.svg +4 -0
  545. data/assets/bootstrap-icons/icons/chat-left-quote-fill.svg +3 -0
  546. data/assets/bootstrap-icons/icons/chat-left-quote.svg +4 -0
  547. data/assets/bootstrap-icons/icons/chat-left-text-fill.svg +3 -0
  548. data/assets/bootstrap-icons/icons/chat-left-text.svg +4 -0
  549. data/assets/bootstrap-icons/icons/chat-left.svg +3 -0
  550. data/assets/bootstrap-icons/icons/chat-quote-fill.svg +3 -0
  551. data/assets/bootstrap-icons/icons/chat-quote.svg +4 -0
  552. data/assets/bootstrap-icons/icons/chat-right-dots-fill.svg +3 -0
  553. data/assets/bootstrap-icons/icons/chat-right-dots.svg +4 -0
  554. data/assets/bootstrap-icons/icons/chat-right-fill.svg +3 -0
  555. data/assets/bootstrap-icons/icons/chat-right-heart-fill.svg +3 -0
  556. data/assets/bootstrap-icons/icons/chat-right-heart.svg +4 -0
  557. data/assets/bootstrap-icons/icons/chat-right-quote-fill.svg +3 -0
  558. data/assets/bootstrap-icons/icons/chat-right-quote.svg +4 -0
  559. data/assets/bootstrap-icons/icons/chat-right-text-fill.svg +3 -0
  560. data/assets/bootstrap-icons/icons/chat-right-text.svg +4 -0
  561. data/assets/bootstrap-icons/icons/chat-right.svg +3 -0
  562. data/assets/bootstrap-icons/icons/chat-square-dots-fill.svg +3 -0
  563. data/assets/bootstrap-icons/icons/chat-square-dots.svg +4 -0
  564. data/assets/bootstrap-icons/icons/chat-square-fill.svg +3 -0
  565. data/assets/bootstrap-icons/icons/chat-square-heart-fill.svg +3 -0
  566. data/assets/bootstrap-icons/icons/chat-square-heart.svg +4 -0
  567. data/assets/bootstrap-icons/icons/chat-square-quote-fill.svg +3 -0
  568. data/assets/bootstrap-icons/icons/chat-square-quote.svg +4 -0
  569. data/assets/bootstrap-icons/icons/chat-square-text-fill.svg +3 -0
  570. data/assets/bootstrap-icons/icons/chat-square-text.svg +4 -0
  571. data/assets/bootstrap-icons/icons/chat-square.svg +3 -0
  572. data/assets/bootstrap-icons/icons/chat-text-fill.svg +3 -0
  573. data/assets/bootstrap-icons/icons/chat-text.svg +4 -0
  574. data/assets/bootstrap-icons/icons/chat.svg +3 -0
  575. data/assets/bootstrap-icons/icons/check-all.svg +3 -0
  576. data/assets/bootstrap-icons/icons/check-circle-fill.svg +3 -0
  577. data/assets/bootstrap-icons/icons/check-circle.svg +4 -0
  578. data/assets/bootstrap-icons/icons/check-lg.svg +3 -0
  579. data/assets/bootstrap-icons/icons/check-square-fill.svg +3 -0
  580. data/assets/bootstrap-icons/icons/check-square.svg +4 -0
  581. data/assets/bootstrap-icons/icons/check.svg +3 -0
  582. data/assets/bootstrap-icons/icons/check2-all.svg +4 -0
  583. data/assets/bootstrap-icons/icons/check2-circle.svg +4 -0
  584. data/assets/bootstrap-icons/icons/check2-square.svg +4 -0
  585. data/assets/bootstrap-icons/icons/check2.svg +3 -0
  586. data/assets/bootstrap-icons/icons/chevron-bar-contract.svg +3 -0
  587. data/assets/bootstrap-icons/icons/chevron-bar-down.svg +3 -0
  588. data/assets/bootstrap-icons/icons/chevron-bar-expand.svg +3 -0
  589. data/assets/bootstrap-icons/icons/chevron-bar-left.svg +3 -0
  590. data/assets/bootstrap-icons/icons/chevron-bar-right.svg +3 -0
  591. data/assets/bootstrap-icons/icons/chevron-bar-up.svg +3 -0
  592. data/assets/bootstrap-icons/icons/chevron-compact-down.svg +3 -0
  593. data/assets/bootstrap-icons/icons/chevron-compact-left.svg +3 -0
  594. data/assets/bootstrap-icons/icons/chevron-compact-right.svg +3 -0
  595. data/assets/bootstrap-icons/icons/chevron-compact-up.svg +3 -0
  596. data/assets/bootstrap-icons/icons/chevron-contract.svg +3 -0
  597. data/assets/bootstrap-icons/icons/chevron-double-down.svg +4 -0
  598. data/assets/bootstrap-icons/icons/chevron-double-left.svg +4 -0
  599. data/assets/bootstrap-icons/icons/chevron-double-right.svg +4 -0
  600. data/assets/bootstrap-icons/icons/chevron-double-up.svg +4 -0
  601. data/assets/bootstrap-icons/icons/chevron-down.svg +3 -0
  602. data/assets/bootstrap-icons/icons/chevron-expand.svg +3 -0
  603. data/assets/bootstrap-icons/icons/chevron-left.svg +3 -0
  604. data/assets/bootstrap-icons/icons/chevron-right.svg +3 -0
  605. data/assets/bootstrap-icons/icons/chevron-up.svg +3 -0
  606. data/assets/bootstrap-icons/icons/circle-fill.svg +3 -0
  607. data/assets/bootstrap-icons/icons/circle-half.svg +3 -0
  608. data/assets/bootstrap-icons/icons/circle-square.svg +4 -0
  609. data/assets/bootstrap-icons/icons/circle.svg +3 -0
  610. data/assets/bootstrap-icons/icons/clipboard-check-fill.svg +4 -0
  611. data/assets/bootstrap-icons/icons/clipboard-check.svg +5 -0
  612. data/assets/bootstrap-icons/icons/clipboard-data-fill.svg +4 -0
  613. data/assets/bootstrap-icons/icons/clipboard-data.svg +5 -0
  614. data/assets/bootstrap-icons/icons/clipboard-fill.svg +3 -0
  615. data/assets/bootstrap-icons/icons/clipboard-heart-fill.svg +4 -0
  616. data/assets/bootstrap-icons/icons/clipboard-heart.svg +5 -0
  617. data/assets/bootstrap-icons/icons/clipboard-minus-fill.svg +4 -0
  618. data/assets/bootstrap-icons/icons/clipboard-minus.svg +5 -0
  619. data/assets/bootstrap-icons/icons/clipboard-plus-fill.svg +4 -0
  620. data/assets/bootstrap-icons/icons/clipboard-plus.svg +5 -0
  621. data/assets/bootstrap-icons/icons/clipboard-pulse.svg +3 -0
  622. data/assets/bootstrap-icons/icons/clipboard-x-fill.svg +4 -0
  623. data/assets/bootstrap-icons/icons/clipboard-x.svg +5 -0
  624. data/assets/bootstrap-icons/icons/clipboard.svg +4 -0
  625. data/assets/bootstrap-icons/icons/clipboard2-check-fill.svg +4 -0
  626. data/assets/bootstrap-icons/icons/clipboard2-check.svg +5 -0
  627. data/assets/bootstrap-icons/icons/clipboard2-data-fill.svg +4 -0
  628. data/assets/bootstrap-icons/icons/clipboard2-data.svg +5 -0
  629. data/assets/bootstrap-icons/icons/clipboard2-fill.svg +4 -0
  630. data/assets/bootstrap-icons/icons/clipboard2-heart-fill.svg +4 -0
  631. data/assets/bootstrap-icons/icons/clipboard2-heart.svg +5 -0
  632. data/assets/bootstrap-icons/icons/clipboard2-minus-fill.svg +4 -0
  633. data/assets/bootstrap-icons/icons/clipboard2-minus.svg +5 -0
  634. data/assets/bootstrap-icons/icons/clipboard2-plus-fill.svg +4 -0
  635. data/assets/bootstrap-icons/icons/clipboard2-plus.svg +5 -0
  636. data/assets/bootstrap-icons/icons/clipboard2-pulse-fill.svg +4 -0
  637. data/assets/bootstrap-icons/icons/clipboard2-pulse.svg +5 -0
  638. data/assets/bootstrap-icons/icons/clipboard2-x-fill.svg +4 -0
  639. data/assets/bootstrap-icons/icons/clipboard2-x.svg +5 -0
  640. data/assets/bootstrap-icons/icons/clipboard2.svg +4 -0
  641. data/assets/bootstrap-icons/icons/clock-fill.svg +3 -0
  642. data/assets/bootstrap-icons/icons/clock-history.svg +5 -0
  643. data/assets/bootstrap-icons/icons/clock.svg +4 -0
  644. data/assets/bootstrap-icons/icons/cloud-arrow-down-fill.svg +3 -0
  645. data/assets/bootstrap-icons/icons/cloud-arrow-down.svg +4 -0
  646. data/assets/bootstrap-icons/icons/cloud-arrow-up-fill.svg +3 -0
  647. data/assets/bootstrap-icons/icons/cloud-arrow-up.svg +4 -0
  648. data/assets/bootstrap-icons/icons/cloud-check-fill.svg +3 -0
  649. data/assets/bootstrap-icons/icons/cloud-check.svg +4 -0
  650. data/assets/bootstrap-icons/icons/cloud-download-fill.svg +3 -0
  651. data/assets/bootstrap-icons/icons/cloud-download.svg +4 -0
  652. data/assets/bootstrap-icons/icons/cloud-drizzle-fill.svg +3 -0
  653. data/assets/bootstrap-icons/icons/cloud-drizzle.svg +3 -0
  654. data/assets/bootstrap-icons/icons/cloud-fill.svg +3 -0
  655. data/assets/bootstrap-icons/icons/cloud-fog-fill.svg +3 -0
  656. data/assets/bootstrap-icons/icons/cloud-fog.svg +3 -0
  657. data/assets/bootstrap-icons/icons/cloud-fog2-fill.svg +3 -0
  658. data/assets/bootstrap-icons/icons/cloud-fog2.svg +3 -0
  659. data/assets/bootstrap-icons/icons/cloud-hail-fill.svg +3 -0
  660. data/assets/bootstrap-icons/icons/cloud-hail.svg +3 -0
  661. data/assets/bootstrap-icons/icons/cloud-haze-fill.svg +3 -0
  662. data/assets/bootstrap-icons/icons/cloud-haze.svg +3 -0
  663. data/assets/bootstrap-icons/icons/cloud-haze2-fill.svg +3 -0
  664. data/assets/bootstrap-icons/icons/cloud-haze2.svg +3 -0
  665. data/assets/bootstrap-icons/icons/cloud-lightning-fill.svg +3 -0
  666. data/assets/bootstrap-icons/icons/cloud-lightning-rain-fill.svg +3 -0
  667. data/assets/bootstrap-icons/icons/cloud-lightning-rain.svg +3 -0
  668. data/assets/bootstrap-icons/icons/cloud-lightning.svg +3 -0
  669. data/assets/bootstrap-icons/icons/cloud-minus-fill.svg +3 -0
  670. data/assets/bootstrap-icons/icons/cloud-minus.svg +4 -0
  671. data/assets/bootstrap-icons/icons/cloud-moon-fill.svg +4 -0
  672. data/assets/bootstrap-icons/icons/cloud-moon.svg +4 -0
  673. data/assets/bootstrap-icons/icons/cloud-plus-fill.svg +3 -0
  674. data/assets/bootstrap-icons/icons/cloud-plus.svg +4 -0
  675. data/assets/bootstrap-icons/icons/cloud-rain-fill.svg +3 -0
  676. data/assets/bootstrap-icons/icons/cloud-rain-heavy-fill.svg +3 -0
  677. data/assets/bootstrap-icons/icons/cloud-rain-heavy.svg +3 -0
  678. data/assets/bootstrap-icons/icons/cloud-rain.svg +3 -0
  679. data/assets/bootstrap-icons/icons/cloud-slash-fill.svg +3 -0
  680. data/assets/bootstrap-icons/icons/cloud-slash.svg +4 -0
  681. data/assets/bootstrap-icons/icons/cloud-sleet-fill.svg +3 -0
  682. data/assets/bootstrap-icons/icons/cloud-sleet.svg +3 -0
  683. data/assets/bootstrap-icons/icons/cloud-snow-fill.svg +3 -0
  684. data/assets/bootstrap-icons/icons/cloud-snow.svg +3 -0
  685. data/assets/bootstrap-icons/icons/cloud-sun-fill.svg +4 -0
  686. data/assets/bootstrap-icons/icons/cloud-sun.svg +4 -0
  687. data/assets/bootstrap-icons/icons/cloud-upload-fill.svg +3 -0
  688. data/assets/bootstrap-icons/icons/cloud-upload.svg +4 -0
  689. data/assets/bootstrap-icons/icons/cloud.svg +3 -0
  690. data/assets/bootstrap-icons/icons/clouds-fill.svg +4 -0
  691. data/assets/bootstrap-icons/icons/clouds.svg +4 -0
  692. data/assets/bootstrap-icons/icons/cloudy-fill.svg +3 -0
  693. data/assets/bootstrap-icons/icons/cloudy.svg +3 -0
  694. data/assets/bootstrap-icons/icons/code-slash.svg +3 -0
  695. data/assets/bootstrap-icons/icons/code-square.svg +4 -0
  696. data/assets/bootstrap-icons/icons/code.svg +3 -0
  697. data/assets/bootstrap-icons/icons/coin.svg +5 -0
  698. data/assets/bootstrap-icons/icons/collection-fill.svg +3 -0
  699. data/assets/bootstrap-icons/icons/collection-play-fill.svg +3 -0
  700. data/assets/bootstrap-icons/icons/collection-play.svg +4 -0
  701. data/assets/bootstrap-icons/icons/collection.svg +3 -0
  702. data/assets/bootstrap-icons/icons/columns-gap.svg +3 -0
  703. data/assets/bootstrap-icons/icons/columns.svg +3 -0
  704. data/assets/bootstrap-icons/icons/command.svg +3 -0
  705. data/assets/bootstrap-icons/icons/compass-fill.svg +3 -0
  706. data/assets/bootstrap-icons/icons/compass.svg +4 -0
  707. data/assets/bootstrap-icons/icons/cone-striped.svg +3 -0
  708. data/assets/bootstrap-icons/icons/cone.svg +3 -0
  709. data/assets/bootstrap-icons/icons/controller.svg +4 -0
  710. data/assets/bootstrap-icons/icons/cpu-fill.svg +4 -0
  711. data/assets/bootstrap-icons/icons/cpu.svg +3 -0
  712. data/assets/bootstrap-icons/icons/credit-card-2-back-fill.svg +3 -0
  713. data/assets/bootstrap-icons/icons/credit-card-2-back.svg +4 -0
  714. data/assets/bootstrap-icons/icons/credit-card-2-front-fill.svg +3 -0
  715. data/assets/bootstrap-icons/icons/credit-card-2-front.svg +4 -0
  716. data/assets/bootstrap-icons/icons/credit-card-fill.svg +3 -0
  717. data/assets/bootstrap-icons/icons/credit-card.svg +4 -0
  718. data/assets/bootstrap-icons/icons/crop.svg +3 -0
  719. data/assets/bootstrap-icons/icons/cup-fill.svg +3 -0
  720. data/assets/bootstrap-icons/icons/cup-hot-fill.svg +4 -0
  721. data/assets/bootstrap-icons/icons/cup-hot.svg +4 -0
  722. data/assets/bootstrap-icons/icons/cup-straw.svg +3 -0
  723. data/assets/bootstrap-icons/icons/cup.svg +3 -0
  724. data/assets/bootstrap-icons/icons/currency-bitcoin.svg +3 -0
  725. data/assets/bootstrap-icons/icons/currency-dollar.svg +3 -0
  726. data/assets/bootstrap-icons/icons/currency-euro.svg +3 -0
  727. data/assets/bootstrap-icons/icons/currency-exchange.svg +3 -0
  728. data/assets/bootstrap-icons/icons/currency-pound.svg +3 -0
  729. data/assets/bootstrap-icons/icons/currency-rupee.svg +3 -0
  730. data/assets/bootstrap-icons/icons/currency-yen.svg +3 -0
  731. data/assets/bootstrap-icons/icons/cursor-fill.svg +3 -0
  732. data/assets/bootstrap-icons/icons/cursor-text.svg +3 -0
  733. data/assets/bootstrap-icons/icons/cursor.svg +3 -0
  734. data/assets/bootstrap-icons/icons/dash-circle-dotted.svg +3 -0
  735. data/assets/bootstrap-icons/icons/dash-circle-fill.svg +3 -0
  736. data/assets/bootstrap-icons/icons/dash-circle.svg +4 -0
  737. data/assets/bootstrap-icons/icons/dash-lg.svg +3 -0
  738. data/assets/bootstrap-icons/icons/dash-square-dotted.svg +3 -0
  739. data/assets/bootstrap-icons/icons/dash-square-fill.svg +3 -0
  740. data/assets/bootstrap-icons/icons/dash-square.svg +4 -0
  741. data/assets/bootstrap-icons/icons/dash.svg +3 -0
  742. data/assets/bootstrap-icons/icons/device-hdd-fill.svg +4 -0
  743. data/assets/bootstrap-icons/icons/device-hdd.svg +5 -0
  744. data/assets/bootstrap-icons/icons/device-ssd-fill.svg +4 -0
  745. data/assets/bootstrap-icons/icons/device-ssd.svg +4 -0
  746. data/assets/bootstrap-icons/icons/diagram-2-fill.svg +3 -0
  747. data/assets/bootstrap-icons/icons/diagram-2.svg +3 -0
  748. data/assets/bootstrap-icons/icons/diagram-3-fill.svg +3 -0
  749. data/assets/bootstrap-icons/icons/diagram-3.svg +3 -0
  750. data/assets/bootstrap-icons/icons/diamond-fill.svg +3 -0
  751. data/assets/bootstrap-icons/icons/diamond-half.svg +3 -0
  752. data/assets/bootstrap-icons/icons/diamond.svg +3 -0
  753. data/assets/bootstrap-icons/icons/dice-1-fill.svg +3 -0
  754. data/assets/bootstrap-icons/icons/dice-1.svg +4 -0
  755. data/assets/bootstrap-icons/icons/dice-2-fill.svg +3 -0
  756. data/assets/bootstrap-icons/icons/dice-2.svg +4 -0
  757. data/assets/bootstrap-icons/icons/dice-3-fill.svg +3 -0
  758. data/assets/bootstrap-icons/icons/dice-3.svg +4 -0
  759. data/assets/bootstrap-icons/icons/dice-4-fill.svg +3 -0
  760. data/assets/bootstrap-icons/icons/dice-4.svg +4 -0
  761. data/assets/bootstrap-icons/icons/dice-5-fill.svg +3 -0
  762. data/assets/bootstrap-icons/icons/dice-5.svg +4 -0
  763. data/assets/bootstrap-icons/icons/dice-6-fill.svg +3 -0
  764. data/assets/bootstrap-icons/icons/dice-6.svg +4 -0
  765. data/assets/bootstrap-icons/icons/disc-fill.svg +3 -0
  766. data/assets/bootstrap-icons/icons/disc.svg +4 -0
  767. data/assets/bootstrap-icons/icons/discord.svg +3 -0
  768. data/assets/bootstrap-icons/icons/display-fill.svg +3 -0
  769. data/assets/bootstrap-icons/icons/display.svg +3 -0
  770. data/assets/bootstrap-icons/icons/displayport-fill.svg +3 -0
  771. data/assets/bootstrap-icons/icons/displayport.svg +4 -0
  772. data/assets/bootstrap-icons/icons/distribute-horizontal.svg +4 -0
  773. data/assets/bootstrap-icons/icons/distribute-vertical.svg +4 -0
  774. data/assets/bootstrap-icons/icons/door-closed-fill.svg +3 -0
  775. data/assets/bootstrap-icons/icons/door-closed.svg +4 -0
  776. data/assets/bootstrap-icons/icons/door-open-fill.svg +3 -0
  777. data/assets/bootstrap-icons/icons/door-open.svg +4 -0
  778. data/assets/bootstrap-icons/icons/dot.svg +3 -0
  779. data/assets/bootstrap-icons/icons/download.svg +4 -0
  780. data/assets/bootstrap-icons/icons/dpad-fill.svg +3 -0
  781. data/assets/bootstrap-icons/icons/dpad.svg +4 -0
  782. data/assets/bootstrap-icons/icons/dribbble.svg +3 -0
  783. data/assets/bootstrap-icons/icons/dropbox.svg +3 -0
  784. data/assets/bootstrap-icons/icons/droplet-fill.svg +3 -0
  785. data/assets/bootstrap-icons/icons/droplet-half.svg +4 -0
  786. data/assets/bootstrap-icons/icons/droplet.svg +4 -0
  787. data/assets/bootstrap-icons/icons/ear-fill.svg +3 -0
  788. data/assets/bootstrap-icons/icons/ear.svg +3 -0
  789. data/assets/bootstrap-icons/icons/earbuds.svg +3 -0
  790. data/assets/bootstrap-icons/icons/easel-fill.svg +3 -0
  791. data/assets/bootstrap-icons/icons/easel.svg +3 -0
  792. data/assets/bootstrap-icons/icons/easel2-fill.svg +4 -0
  793. data/assets/bootstrap-icons/icons/easel2.svg +3 -0
  794. data/assets/bootstrap-icons/icons/easel3-fill.svg +3 -0
  795. data/assets/bootstrap-icons/icons/easel3.svg +3 -0
  796. data/assets/bootstrap-icons/icons/egg-fill.svg +3 -0
  797. data/assets/bootstrap-icons/icons/egg-fried.svg +4 -0
  798. data/assets/bootstrap-icons/icons/egg.svg +3 -0
  799. data/assets/bootstrap-icons/icons/eject-fill.svg +3 -0
  800. data/assets/bootstrap-icons/icons/eject.svg +3 -0
  801. data/assets/bootstrap-icons/icons/emoji-angry-fill.svg +3 -0
  802. data/assets/bootstrap-icons/icons/emoji-angry.svg +4 -0
  803. data/assets/bootstrap-icons/icons/emoji-dizzy-fill.svg +3 -0
  804. data/assets/bootstrap-icons/icons/emoji-dizzy.svg +4 -0
  805. data/assets/bootstrap-icons/icons/emoji-expressionless-fill.svg +3 -0
  806. data/assets/bootstrap-icons/icons/emoji-expressionless.svg +4 -0
  807. data/assets/bootstrap-icons/icons/emoji-frown-fill.svg +3 -0
  808. data/assets/bootstrap-icons/icons/emoji-frown.svg +4 -0
  809. data/assets/bootstrap-icons/icons/emoji-heart-eyes-fill.svg +3 -0
  810. data/assets/bootstrap-icons/icons/emoji-heart-eyes.svg +4 -0
  811. data/assets/bootstrap-icons/icons/emoji-kiss-fill.svg +3 -0
  812. data/assets/bootstrap-icons/icons/emoji-kiss.svg +3 -0
  813. data/assets/bootstrap-icons/icons/emoji-laughing-fill.svg +3 -0
  814. data/assets/bootstrap-icons/icons/emoji-laughing.svg +4 -0
  815. data/assets/bootstrap-icons/icons/emoji-neutral-fill.svg +3 -0
  816. data/assets/bootstrap-icons/icons/emoji-neutral.svg +4 -0
  817. data/assets/bootstrap-icons/icons/emoji-smile-fill.svg +3 -0
  818. data/assets/bootstrap-icons/icons/emoji-smile-upside-down-fill.svg +3 -0
  819. data/assets/bootstrap-icons/icons/emoji-smile-upside-down.svg +4 -0
  820. data/assets/bootstrap-icons/icons/emoji-smile.svg +4 -0
  821. data/assets/bootstrap-icons/icons/emoji-sunglasses-fill.svg +3 -0
  822. data/assets/bootstrap-icons/icons/emoji-sunglasses.svg +4 -0
  823. data/assets/bootstrap-icons/icons/emoji-wink-fill.svg +3 -0
  824. data/assets/bootstrap-icons/icons/emoji-wink.svg +4 -0
  825. data/assets/bootstrap-icons/icons/envelope-at-fill.svg +4 -0
  826. data/assets/bootstrap-icons/icons/envelope-at.svg +4 -0
  827. data/assets/bootstrap-icons/icons/envelope-check-fill.svg +4 -0
  828. data/assets/bootstrap-icons/icons/envelope-check.svg +4 -0
  829. data/assets/bootstrap-icons/icons/envelope-dash-fill.svg +4 -0
  830. data/assets/bootstrap-icons/icons/envelope-dash.svg +4 -0
  831. data/assets/bootstrap-icons/icons/envelope-exclamation-fill.svg +4 -0
  832. data/assets/bootstrap-icons/icons/envelope-exclamation.svg +4 -0
  833. data/assets/bootstrap-icons/icons/envelope-fill.svg +3 -0
  834. data/assets/bootstrap-icons/icons/envelope-heart-fill.svg +4 -0
  835. data/assets/bootstrap-icons/icons/envelope-heart.svg +3 -0
  836. data/assets/bootstrap-icons/icons/envelope-open-fill.svg +3 -0
  837. data/assets/bootstrap-icons/icons/envelope-open-heart-fill.svg +4 -0
  838. data/assets/bootstrap-icons/icons/envelope-open-heart.svg +3 -0
  839. data/assets/bootstrap-icons/icons/envelope-open.svg +3 -0
  840. data/assets/bootstrap-icons/icons/envelope-paper-fill.svg +3 -0
  841. data/assets/bootstrap-icons/icons/envelope-paper-heart-fill.svg +3 -0
  842. data/assets/bootstrap-icons/icons/envelope-paper-heart.svg +3 -0
  843. data/assets/bootstrap-icons/icons/envelope-paper.svg +3 -0
  844. data/assets/bootstrap-icons/icons/envelope-plus-fill.svg +4 -0
  845. data/assets/bootstrap-icons/icons/envelope-plus.svg +4 -0
  846. data/assets/bootstrap-icons/icons/envelope-slash-fill.svg +4 -0
  847. data/assets/bootstrap-icons/icons/envelope-slash.svg +4 -0
  848. data/assets/bootstrap-icons/icons/envelope-x-fill.svg +4 -0
  849. data/assets/bootstrap-icons/icons/envelope-x.svg +4 -0
  850. data/assets/bootstrap-icons/icons/envelope.svg +3 -0
  851. data/assets/bootstrap-icons/icons/eraser-fill.svg +3 -0
  852. data/assets/bootstrap-icons/icons/eraser.svg +3 -0
  853. data/assets/bootstrap-icons/icons/escape.svg +4 -0
  854. data/assets/bootstrap-icons/icons/ethernet.svg +4 -0
  855. data/assets/bootstrap-icons/icons/ev-station-fill.svg +3 -0
  856. data/assets/bootstrap-icons/icons/ev-station.svg +4 -0
  857. data/assets/bootstrap-icons/icons/exclamation-circle-fill.svg +3 -0
  858. data/assets/bootstrap-icons/icons/exclamation-circle.svg +4 -0
  859. data/assets/bootstrap-icons/icons/exclamation-diamond-fill.svg +3 -0
  860. data/assets/bootstrap-icons/icons/exclamation-diamond.svg +4 -0
  861. data/assets/bootstrap-icons/icons/exclamation-lg.svg +3 -0
  862. data/assets/bootstrap-icons/icons/exclamation-octagon-fill.svg +3 -0
  863. data/assets/bootstrap-icons/icons/exclamation-octagon.svg +4 -0
  864. data/assets/bootstrap-icons/icons/exclamation-square-fill.svg +3 -0
  865. data/assets/bootstrap-icons/icons/exclamation-square.svg +4 -0
  866. data/assets/bootstrap-icons/icons/exclamation-triangle-fill.svg +3 -0
  867. data/assets/bootstrap-icons/icons/exclamation-triangle.svg +4 -0
  868. data/assets/bootstrap-icons/icons/exclamation.svg +3 -0
  869. data/assets/bootstrap-icons/icons/exclude.svg +3 -0
  870. data/assets/bootstrap-icons/icons/explicit-fill.svg +3 -0
  871. data/assets/bootstrap-icons/icons/explicit.svg +4 -0
  872. data/assets/bootstrap-icons/icons/eye-fill.svg +4 -0
  873. data/assets/bootstrap-icons/icons/eye-slash-fill.svg +4 -0
  874. data/assets/bootstrap-icons/icons/eye-slash.svg +5 -0
  875. data/assets/bootstrap-icons/icons/eye.svg +4 -0
  876. data/assets/bootstrap-icons/icons/eyedropper.svg +3 -0
  877. data/assets/bootstrap-icons/icons/eyeglasses.svg +3 -0
  878. data/assets/bootstrap-icons/icons/facebook.svg +3 -0
  879. data/assets/bootstrap-icons/icons/fan.svg +4 -0
  880. data/assets/bootstrap-icons/icons/fast-forward-btn-fill.svg +3 -0
  881. data/assets/bootstrap-icons/icons/fast-forward-btn.svg +4 -0
  882. data/assets/bootstrap-icons/icons/fast-forward-circle-fill.svg +3 -0
  883. data/assets/bootstrap-icons/icons/fast-forward-circle.svg +4 -0
  884. data/assets/bootstrap-icons/icons/fast-forward-fill.svg +4 -0
  885. data/assets/bootstrap-icons/icons/fast-forward.svg +4 -0
  886. data/assets/bootstrap-icons/icons/file-arrow-down-fill.svg +3 -0
  887. data/assets/bootstrap-icons/icons/file-arrow-down.svg +4 -0
  888. data/assets/bootstrap-icons/icons/file-arrow-up-fill.svg +3 -0
  889. data/assets/bootstrap-icons/icons/file-arrow-up.svg +4 -0
  890. data/assets/bootstrap-icons/icons/file-bar-graph-fill.svg +3 -0
  891. data/assets/bootstrap-icons/icons/file-bar-graph.svg +4 -0
  892. data/assets/bootstrap-icons/icons/file-binary-fill.svg +4 -0
  893. data/assets/bootstrap-icons/icons/file-binary.svg +4 -0
  894. data/assets/bootstrap-icons/icons/file-break-fill.svg +3 -0
  895. data/assets/bootstrap-icons/icons/file-break.svg +3 -0
  896. data/assets/bootstrap-icons/icons/file-check-fill.svg +3 -0
  897. data/assets/bootstrap-icons/icons/file-check.svg +4 -0
  898. data/assets/bootstrap-icons/icons/file-code-fill.svg +3 -0
  899. data/assets/bootstrap-icons/icons/file-code.svg +4 -0
  900. data/assets/bootstrap-icons/icons/file-diff-fill.svg +3 -0
  901. data/assets/bootstrap-icons/icons/file-diff.svg +4 -0
  902. data/assets/bootstrap-icons/icons/file-earmark-arrow-down-fill.svg +3 -0
  903. data/assets/bootstrap-icons/icons/file-earmark-arrow-down.svg +4 -0
  904. data/assets/bootstrap-icons/icons/file-earmark-arrow-up-fill.svg +3 -0
  905. data/assets/bootstrap-icons/icons/file-earmark-arrow-up.svg +4 -0
  906. data/assets/bootstrap-icons/icons/file-earmark-bar-graph-fill.svg +3 -0
  907. data/assets/bootstrap-icons/icons/file-earmark-bar-graph.svg +4 -0
  908. data/assets/bootstrap-icons/icons/file-earmark-binary-fill.svg +4 -0
  909. data/assets/bootstrap-icons/icons/file-earmark-binary.svg +4 -0
  910. data/assets/bootstrap-icons/icons/file-earmark-break-fill.svg +3 -0
  911. data/assets/bootstrap-icons/icons/file-earmark-break.svg +3 -0
  912. data/assets/bootstrap-icons/icons/file-earmark-check-fill.svg +3 -0
  913. data/assets/bootstrap-icons/icons/file-earmark-check.svg +4 -0
  914. data/assets/bootstrap-icons/icons/file-earmark-code-fill.svg +3 -0
  915. data/assets/bootstrap-icons/icons/file-earmark-code.svg +4 -0
  916. data/assets/bootstrap-icons/icons/file-earmark-diff-fill.svg +3 -0
  917. data/assets/bootstrap-icons/icons/file-earmark-diff.svg +4 -0
  918. data/assets/bootstrap-icons/icons/file-earmark-easel-fill.svg +4 -0
  919. data/assets/bootstrap-icons/icons/file-earmark-easel.svg +4 -0
  920. data/assets/bootstrap-icons/icons/file-earmark-excel-fill.svg +3 -0
  921. data/assets/bootstrap-icons/icons/file-earmark-excel.svg +4 -0
  922. data/assets/bootstrap-icons/icons/file-earmark-fill.svg +3 -0
  923. data/assets/bootstrap-icons/icons/file-earmark-font-fill.svg +3 -0
  924. data/assets/bootstrap-icons/icons/file-earmark-font.svg +4 -0
  925. data/assets/bootstrap-icons/icons/file-earmark-image-fill.svg +4 -0
  926. data/assets/bootstrap-icons/icons/file-earmark-image.svg +4 -0
  927. data/assets/bootstrap-icons/icons/file-earmark-lock-fill.svg +4 -0
  928. data/assets/bootstrap-icons/icons/file-earmark-lock.svg +4 -0
  929. data/assets/bootstrap-icons/icons/file-earmark-lock2-fill.svg +4 -0
  930. data/assets/bootstrap-icons/icons/file-earmark-lock2.svg +4 -0
  931. data/assets/bootstrap-icons/icons/file-earmark-medical-fill.svg +3 -0
  932. data/assets/bootstrap-icons/icons/file-earmark-medical.svg +4 -0
  933. data/assets/bootstrap-icons/icons/file-earmark-minus-fill.svg +3 -0
  934. data/assets/bootstrap-icons/icons/file-earmark-minus.svg +4 -0
  935. data/assets/bootstrap-icons/icons/file-earmark-music-fill.svg +3 -0
  936. data/assets/bootstrap-icons/icons/file-earmark-music.svg +4 -0
  937. data/assets/bootstrap-icons/icons/file-earmark-pdf-fill.svg +4 -0
  938. data/assets/bootstrap-icons/icons/file-earmark-pdf.svg +4 -0
  939. data/assets/bootstrap-icons/icons/file-earmark-person-fill.svg +3 -0
  940. data/assets/bootstrap-icons/icons/file-earmark-person.svg +4 -0
  941. data/assets/bootstrap-icons/icons/file-earmark-play-fill.svg +3 -0
  942. data/assets/bootstrap-icons/icons/file-earmark-play.svg +4 -0
  943. data/assets/bootstrap-icons/icons/file-earmark-plus-fill.svg +3 -0
  944. data/assets/bootstrap-icons/icons/file-earmark-plus.svg +4 -0
  945. data/assets/bootstrap-icons/icons/file-earmark-post-fill.svg +3 -0
  946. data/assets/bootstrap-icons/icons/file-earmark-post.svg +4 -0
  947. data/assets/bootstrap-icons/icons/file-earmark-ppt-fill.svg +4 -0
  948. data/assets/bootstrap-icons/icons/file-earmark-ppt.svg +4 -0
  949. data/assets/bootstrap-icons/icons/file-earmark-richtext-fill.svg +3 -0
  950. data/assets/bootstrap-icons/icons/file-earmark-richtext.svg +4 -0
  951. data/assets/bootstrap-icons/icons/file-earmark-ruled-fill.svg +3 -0
  952. data/assets/bootstrap-icons/icons/file-earmark-ruled.svg +3 -0
  953. data/assets/bootstrap-icons/icons/file-earmark-slides-fill.svg +4 -0
  954. data/assets/bootstrap-icons/icons/file-earmark-slides.svg +4 -0
  955. data/assets/bootstrap-icons/icons/file-earmark-spreadsheet-fill.svg +4 -0
  956. data/assets/bootstrap-icons/icons/file-earmark-spreadsheet.svg +3 -0
  957. data/assets/bootstrap-icons/icons/file-earmark-text-fill.svg +3 -0
  958. data/assets/bootstrap-icons/icons/file-earmark-text.svg +4 -0
  959. data/assets/bootstrap-icons/icons/file-earmark-word-fill.svg +3 -0
  960. data/assets/bootstrap-icons/icons/file-earmark-word.svg +4 -0
  961. data/assets/bootstrap-icons/icons/file-earmark-x-fill.svg +3 -0
  962. data/assets/bootstrap-icons/icons/file-earmark-x.svg +4 -0
  963. data/assets/bootstrap-icons/icons/file-earmark-zip-fill.svg +4 -0
  964. data/assets/bootstrap-icons/icons/file-earmark-zip.svg +4 -0
  965. data/assets/bootstrap-icons/icons/file-earmark.svg +3 -0
  966. data/assets/bootstrap-icons/icons/file-easel-fill.svg +4 -0
  967. data/assets/bootstrap-icons/icons/file-easel.svg +4 -0
  968. data/assets/bootstrap-icons/icons/file-excel-fill.svg +3 -0
  969. data/assets/bootstrap-icons/icons/file-excel.svg +4 -0
  970. data/assets/bootstrap-icons/icons/file-fill.svg +3 -0
  971. data/assets/bootstrap-icons/icons/file-font-fill.svg +3 -0
  972. data/assets/bootstrap-icons/icons/file-font.svg +4 -0
  973. data/assets/bootstrap-icons/icons/file-image-fill.svg +4 -0
  974. data/assets/bootstrap-icons/icons/file-image.svg +4 -0
  975. data/assets/bootstrap-icons/icons/file-lock-fill.svg +4 -0
  976. data/assets/bootstrap-icons/icons/file-lock.svg +4 -0
  977. data/assets/bootstrap-icons/icons/file-lock2-fill.svg +4 -0
  978. data/assets/bootstrap-icons/icons/file-lock2.svg +4 -0
  979. data/assets/bootstrap-icons/icons/file-medical-fill.svg +3 -0
  980. data/assets/bootstrap-icons/icons/file-medical.svg +4 -0
  981. data/assets/bootstrap-icons/icons/file-minus-fill.svg +3 -0
  982. data/assets/bootstrap-icons/icons/file-minus.svg +4 -0
  983. data/assets/bootstrap-icons/icons/file-music-fill.svg +3 -0
  984. data/assets/bootstrap-icons/icons/file-music.svg +4 -0
  985. data/assets/bootstrap-icons/icons/file-pdf-fill.svg +4 -0
  986. data/assets/bootstrap-icons/icons/file-pdf.svg +4 -0
  987. data/assets/bootstrap-icons/icons/file-person-fill.svg +3 -0
  988. data/assets/bootstrap-icons/icons/file-person.svg +4 -0
  989. data/assets/bootstrap-icons/icons/file-play-fill.svg +3 -0
  990. data/assets/bootstrap-icons/icons/file-play.svg +4 -0
  991. data/assets/bootstrap-icons/icons/file-plus-fill.svg +3 -0
  992. data/assets/bootstrap-icons/icons/file-plus.svg +4 -0
  993. data/assets/bootstrap-icons/icons/file-post-fill.svg +3 -0
  994. data/assets/bootstrap-icons/icons/file-post.svg +4 -0
  995. data/assets/bootstrap-icons/icons/file-ppt-fill.svg +4 -0
  996. data/assets/bootstrap-icons/icons/file-ppt.svg +4 -0
  997. data/assets/bootstrap-icons/icons/file-richtext-fill.svg +3 -0
  998. data/assets/bootstrap-icons/icons/file-richtext.svg +4 -0
  999. data/assets/bootstrap-icons/icons/file-ruled-fill.svg +3 -0
  1000. data/assets/bootstrap-icons/icons/file-ruled.svg +3 -0
  1001. data/assets/bootstrap-icons/icons/file-slides-fill.svg +4 -0
  1002. data/assets/bootstrap-icons/icons/file-slides.svg +4 -0
  1003. data/assets/bootstrap-icons/icons/file-spreadsheet-fill.svg +3 -0
  1004. data/assets/bootstrap-icons/icons/file-spreadsheet.svg +3 -0
  1005. data/assets/bootstrap-icons/icons/file-text-fill.svg +3 -0
  1006. data/assets/bootstrap-icons/icons/file-text.svg +4 -0
  1007. data/assets/bootstrap-icons/icons/file-word-fill.svg +3 -0
  1008. data/assets/bootstrap-icons/icons/file-word.svg +4 -0
  1009. data/assets/bootstrap-icons/icons/file-x-fill.svg +3 -0
  1010. data/assets/bootstrap-icons/icons/file-x.svg +4 -0
  1011. data/assets/bootstrap-icons/icons/file-zip-fill.svg +4 -0
  1012. data/assets/bootstrap-icons/icons/file-zip.svg +4 -0
  1013. data/assets/bootstrap-icons/icons/file.svg +3 -0
  1014. data/assets/bootstrap-icons/icons/files-alt.svg +3 -0
  1015. data/assets/bootstrap-icons/icons/files.svg +3 -0
  1016. data/assets/bootstrap-icons/icons/filetype-aac.svg +3 -0
  1017. data/assets/bootstrap-icons/icons/filetype-ai.svg +3 -0
  1018. data/assets/bootstrap-icons/icons/filetype-bmp.svg +3 -0
  1019. data/assets/bootstrap-icons/icons/filetype-cs.svg +3 -0
  1020. data/assets/bootstrap-icons/icons/filetype-css.svg +3 -0
  1021. data/assets/bootstrap-icons/icons/filetype-csv.svg +3 -0
  1022. data/assets/bootstrap-icons/icons/filetype-doc.svg +3 -0
  1023. data/assets/bootstrap-icons/icons/filetype-docx.svg +3 -0
  1024. data/assets/bootstrap-icons/icons/filetype-exe.svg +3 -0
  1025. data/assets/bootstrap-icons/icons/filetype-gif.svg +3 -0
  1026. data/assets/bootstrap-icons/icons/filetype-heic.svg +3 -0
  1027. data/assets/bootstrap-icons/icons/filetype-html.svg +3 -0
  1028. data/assets/bootstrap-icons/icons/filetype-java.svg +3 -0
  1029. data/assets/bootstrap-icons/icons/filetype-jpg.svg +3 -0
  1030. data/assets/bootstrap-icons/icons/filetype-js.svg +3 -0
  1031. data/assets/bootstrap-icons/icons/filetype-json.svg +3 -0
  1032. data/assets/bootstrap-icons/icons/filetype-jsx.svg +3 -0
  1033. data/assets/bootstrap-icons/icons/filetype-key.svg +3 -0
  1034. data/assets/bootstrap-icons/icons/filetype-m4p.svg +3 -0
  1035. data/assets/bootstrap-icons/icons/filetype-md.svg +3 -0
  1036. data/assets/bootstrap-icons/icons/filetype-mdx.svg +3 -0
  1037. data/assets/bootstrap-icons/icons/filetype-mov.svg +3 -0
  1038. data/assets/bootstrap-icons/icons/filetype-mp3.svg +3 -0
  1039. data/assets/bootstrap-icons/icons/filetype-mp4.svg +3 -0
  1040. data/assets/bootstrap-icons/icons/filetype-otf.svg +3 -0
  1041. data/assets/bootstrap-icons/icons/filetype-pdf.svg +3 -0
  1042. data/assets/bootstrap-icons/icons/filetype-php.svg +3 -0
  1043. data/assets/bootstrap-icons/icons/filetype-png.svg +3 -0
  1044. data/assets/bootstrap-icons/icons/filetype-ppt.svg +3 -0
  1045. data/assets/bootstrap-icons/icons/filetype-pptx.svg +3 -0
  1046. data/assets/bootstrap-icons/icons/filetype-psd.svg +3 -0
  1047. data/assets/bootstrap-icons/icons/filetype-py.svg +3 -0
  1048. data/assets/bootstrap-icons/icons/filetype-raw.svg +3 -0
  1049. data/assets/bootstrap-icons/icons/filetype-rb.svg +3 -0
  1050. data/assets/bootstrap-icons/icons/filetype-sass.svg +3 -0
  1051. data/assets/bootstrap-icons/icons/filetype-scss.svg +3 -0
  1052. data/assets/bootstrap-icons/icons/filetype-sh.svg +3 -0
  1053. data/assets/bootstrap-icons/icons/filetype-sql.svg +3 -0
  1054. data/assets/bootstrap-icons/icons/filetype-svg.svg +3 -0
  1055. data/assets/bootstrap-icons/icons/filetype-tiff.svg +3 -0
  1056. data/assets/bootstrap-icons/icons/filetype-tsx.svg +3 -0
  1057. data/assets/bootstrap-icons/icons/filetype-ttf.svg +3 -0
  1058. data/assets/bootstrap-icons/icons/filetype-txt.svg +3 -0
  1059. data/assets/bootstrap-icons/icons/filetype-wav.svg +3 -0
  1060. data/assets/bootstrap-icons/icons/filetype-woff.svg +3 -0
  1061. data/assets/bootstrap-icons/icons/filetype-xls.svg +3 -0
  1062. data/assets/bootstrap-icons/icons/filetype-xlsx.svg +3 -0
  1063. data/assets/bootstrap-icons/icons/filetype-xml.svg +3 -0
  1064. data/assets/bootstrap-icons/icons/filetype-yml.svg +3 -0
  1065. data/assets/bootstrap-icons/icons/film.svg +3 -0
  1066. data/assets/bootstrap-icons/icons/filter-circle-fill.svg +3 -0
  1067. data/assets/bootstrap-icons/icons/filter-circle.svg +4 -0
  1068. data/assets/bootstrap-icons/icons/filter-left.svg +3 -0
  1069. data/assets/bootstrap-icons/icons/filter-right.svg +3 -0
  1070. data/assets/bootstrap-icons/icons/filter-square-fill.svg +3 -0
  1071. data/assets/bootstrap-icons/icons/filter-square.svg +4 -0
  1072. data/assets/bootstrap-icons/icons/filter.svg +3 -0
  1073. data/assets/bootstrap-icons/icons/fingerprint.svg +7 -0
  1074. data/assets/bootstrap-icons/icons/fire.svg +3 -0
  1075. data/assets/bootstrap-icons/icons/flag-fill.svg +3 -0
  1076. data/assets/bootstrap-icons/icons/flag.svg +3 -0
  1077. data/assets/bootstrap-icons/icons/flower1.svg +3 -0
  1078. data/assets/bootstrap-icons/icons/flower2.svg +3 -0
  1079. data/assets/bootstrap-icons/icons/flower3.svg +3 -0
  1080. data/assets/bootstrap-icons/icons/folder-check.svg +4 -0
  1081. data/assets/bootstrap-icons/icons/folder-fill.svg +3 -0
  1082. data/assets/bootstrap-icons/icons/folder-minus.svg +4 -0
  1083. data/assets/bootstrap-icons/icons/folder-plus.svg +4 -0
  1084. data/assets/bootstrap-icons/icons/folder-symlink-fill.svg +3 -0
  1085. data/assets/bootstrap-icons/icons/folder-symlink.svg +4 -0
  1086. data/assets/bootstrap-icons/icons/folder-x.svg +4 -0
  1087. data/assets/bootstrap-icons/icons/folder.svg +3 -0
  1088. data/assets/bootstrap-icons/icons/folder2-open.svg +3 -0
  1089. data/assets/bootstrap-icons/icons/folder2.svg +3 -0
  1090. data/assets/bootstrap-icons/icons/fonts.svg +3 -0
  1091. data/assets/bootstrap-icons/icons/forward-fill.svg +3 -0
  1092. data/assets/bootstrap-icons/icons/forward.svg +3 -0
  1093. data/assets/bootstrap-icons/icons/front.svg +3 -0
  1094. data/assets/bootstrap-icons/icons/fuel-pump-diesel-fill.svg +4 -0
  1095. data/assets/bootstrap-icons/icons/fuel-pump-diesel.svg +4 -0
  1096. data/assets/bootstrap-icons/icons/fuel-pump-fill.svg +3 -0
  1097. data/assets/bootstrap-icons/icons/fuel-pump.svg +4 -0
  1098. data/assets/bootstrap-icons/icons/fullscreen-exit.svg +3 -0
  1099. data/assets/bootstrap-icons/icons/fullscreen.svg +3 -0
  1100. data/assets/bootstrap-icons/icons/funnel-fill.svg +3 -0
  1101. data/assets/bootstrap-icons/icons/funnel.svg +3 -0
  1102. data/assets/bootstrap-icons/icons/gear-fill.svg +3 -0
  1103. data/assets/bootstrap-icons/icons/gear-wide-connected.svg +3 -0
  1104. data/assets/bootstrap-icons/icons/gear-wide.svg +3 -0
  1105. data/assets/bootstrap-icons/icons/gear.svg +4 -0
  1106. data/assets/bootstrap-icons/icons/gem.svg +3 -0
  1107. data/assets/bootstrap-icons/icons/gender-ambiguous.svg +3 -0
  1108. data/assets/bootstrap-icons/icons/gender-female.svg +3 -0
  1109. data/assets/bootstrap-icons/icons/gender-male.svg +3 -0
  1110. data/assets/bootstrap-icons/icons/gender-trans.svg +3 -0
  1111. data/assets/bootstrap-icons/icons/geo-alt-fill.svg +3 -0
  1112. data/assets/bootstrap-icons/icons/geo-alt.svg +4 -0
  1113. data/assets/bootstrap-icons/icons/geo-fill.svg +3 -0
  1114. data/assets/bootstrap-icons/icons/geo.svg +3 -0
  1115. data/assets/bootstrap-icons/icons/gift-fill.svg +3 -0
  1116. data/assets/bootstrap-icons/icons/gift.svg +3 -0
  1117. data/assets/bootstrap-icons/icons/git.svg +3 -0
  1118. data/assets/bootstrap-icons/icons/github.svg +3 -0
  1119. data/assets/bootstrap-icons/icons/globe.svg +3 -0
  1120. data/assets/bootstrap-icons/icons/globe2.svg +3 -0
  1121. data/assets/bootstrap-icons/icons/google-play.svg +3 -0
  1122. data/assets/bootstrap-icons/icons/google.svg +3 -0
  1123. data/assets/bootstrap-icons/icons/gpu-card.svg +5 -0
  1124. data/assets/bootstrap-icons/icons/graph-down-arrow.svg +3 -0
  1125. data/assets/bootstrap-icons/icons/graph-down.svg +3 -0
  1126. data/assets/bootstrap-icons/icons/graph-up-arrow.svg +3 -0
  1127. data/assets/bootstrap-icons/icons/graph-up.svg +3 -0
  1128. data/assets/bootstrap-icons/icons/grid-1x2-fill.svg +3 -0
  1129. data/assets/bootstrap-icons/icons/grid-1x2.svg +3 -0
  1130. data/assets/bootstrap-icons/icons/grid-3x2-gap-fill.svg +3 -0
  1131. data/assets/bootstrap-icons/icons/grid-3x2-gap.svg +3 -0
  1132. data/assets/bootstrap-icons/icons/grid-3x2.svg +3 -0
  1133. data/assets/bootstrap-icons/icons/grid-3x3-gap-fill.svg +3 -0
  1134. data/assets/bootstrap-icons/icons/grid-3x3-gap.svg +3 -0
  1135. data/assets/bootstrap-icons/icons/grid-3x3.svg +3 -0
  1136. data/assets/bootstrap-icons/icons/grid-fill.svg +3 -0
  1137. data/assets/bootstrap-icons/icons/grid.svg +3 -0
  1138. data/assets/bootstrap-icons/icons/grip-horizontal.svg +3 -0
  1139. data/assets/bootstrap-icons/icons/grip-vertical.svg +3 -0
  1140. data/assets/bootstrap-icons/icons/h-circle-fill.svg +3 -0
  1141. data/assets/bootstrap-icons/icons/h-circle.svg +3 -0
  1142. data/assets/bootstrap-icons/icons/h-square-fill.svg +3 -0
  1143. data/assets/bootstrap-icons/icons/h-square.svg +4 -0
  1144. data/assets/bootstrap-icons/icons/hammer.svg +3 -0
  1145. data/assets/bootstrap-icons/icons/hand-index-fill.svg +3 -0
  1146. data/assets/bootstrap-icons/icons/hand-index-thumb-fill.svg +3 -0
  1147. data/assets/bootstrap-icons/icons/hand-index-thumb.svg +3 -0
  1148. data/assets/bootstrap-icons/icons/hand-index.svg +3 -0
  1149. data/assets/bootstrap-icons/icons/hand-thumbs-down-fill.svg +3 -0
  1150. data/assets/bootstrap-icons/icons/hand-thumbs-down.svg +3 -0
  1151. data/assets/bootstrap-icons/icons/hand-thumbs-up-fill.svg +3 -0
  1152. data/assets/bootstrap-icons/icons/hand-thumbs-up.svg +3 -0
  1153. data/assets/bootstrap-icons/icons/handbag-fill.svg +3 -0
  1154. data/assets/bootstrap-icons/icons/handbag.svg +3 -0
  1155. data/assets/bootstrap-icons/icons/hash.svg +3 -0
  1156. data/assets/bootstrap-icons/icons/hdd-fill.svg +3 -0
  1157. data/assets/bootstrap-icons/icons/hdd-network-fill.svg +3 -0
  1158. data/assets/bootstrap-icons/icons/hdd-network.svg +4 -0
  1159. data/assets/bootstrap-icons/icons/hdd-rack-fill.svg +3 -0
  1160. data/assets/bootstrap-icons/icons/hdd-rack.svg +4 -0
  1161. data/assets/bootstrap-icons/icons/hdd-stack-fill.svg +3 -0
  1162. data/assets/bootstrap-icons/icons/hdd-stack.svg +5 -0
  1163. data/assets/bootstrap-icons/icons/hdd.svg +4 -0
  1164. data/assets/bootstrap-icons/icons/hdmi-fill.svg +3 -0
  1165. data/assets/bootstrap-icons/icons/hdmi.svg +4 -0
  1166. data/assets/bootstrap-icons/icons/headphones.svg +3 -0
  1167. data/assets/bootstrap-icons/icons/headset-vr.svg +4 -0
  1168. data/assets/bootstrap-icons/icons/headset.svg +3 -0
  1169. data/assets/bootstrap-icons/icons/heart-arrow.svg +3 -0
  1170. data/assets/bootstrap-icons/icons/heart-fill.svg +3 -0
  1171. data/assets/bootstrap-icons/icons/heart-half.svg +3 -0
  1172. data/assets/bootstrap-icons/icons/heart-pulse-fill.svg +3 -0
  1173. data/assets/bootstrap-icons/icons/heart-pulse.svg +3 -0
  1174. data/assets/bootstrap-icons/icons/heart.svg +3 -0
  1175. data/assets/bootstrap-icons/icons/heartbreak-fill.svg +3 -0
  1176. data/assets/bootstrap-icons/icons/heartbreak.svg +3 -0
  1177. data/assets/bootstrap-icons/icons/hearts.svg +3 -0
  1178. data/assets/bootstrap-icons/icons/heptagon-fill.svg +3 -0
  1179. data/assets/bootstrap-icons/icons/heptagon-half.svg +3 -0
  1180. data/assets/bootstrap-icons/icons/heptagon.svg +3 -0
  1181. data/assets/bootstrap-icons/icons/hexagon-fill.svg +3 -0
  1182. data/assets/bootstrap-icons/icons/hexagon-half.svg +3 -0
  1183. data/assets/bootstrap-icons/icons/hexagon.svg +3 -0
  1184. data/assets/bootstrap-icons/icons/hospital-fill.svg +3 -0
  1185. data/assets/bootstrap-icons/icons/hospital.svg +4 -0
  1186. data/assets/bootstrap-icons/icons/hourglass-bottom.svg +3 -0
  1187. data/assets/bootstrap-icons/icons/hourglass-split.svg +3 -0
  1188. data/assets/bootstrap-icons/icons/hourglass-top.svg +3 -0
  1189. data/assets/bootstrap-icons/icons/hourglass.svg +3 -0
  1190. data/assets/bootstrap-icons/icons/house-door-fill.svg +3 -0
  1191. data/assets/bootstrap-icons/icons/house-door.svg +3 -0
  1192. data/assets/bootstrap-icons/icons/house-fill.svg +4 -0
  1193. data/assets/bootstrap-icons/icons/house-heart-fill.svg +4 -0
  1194. data/assets/bootstrap-icons/icons/house-heart.svg +4 -0
  1195. data/assets/bootstrap-icons/icons/house.svg +4 -0
  1196. data/assets/bootstrap-icons/icons/hr.svg +3 -0
  1197. data/assets/bootstrap-icons/icons/hurricane.svg +3 -0
  1198. data/assets/bootstrap-icons/icons/hypnotize.svg +4 -0
  1199. data/assets/bootstrap-icons/icons/image-alt.svg +3 -0
  1200. data/assets/bootstrap-icons/icons/image-fill.svg +3 -0
  1201. data/assets/bootstrap-icons/icons/image.svg +4 -0
  1202. data/assets/bootstrap-icons/icons/images.svg +4 -0
  1203. data/assets/bootstrap-icons/icons/inbox-fill.svg +3 -0
  1204. data/assets/bootstrap-icons/icons/inbox.svg +3 -0
  1205. data/assets/bootstrap-icons/icons/inboxes-fill.svg +3 -0
  1206. data/assets/bootstrap-icons/icons/inboxes.svg +3 -0
  1207. data/assets/bootstrap-icons/icons/incognito.svg +3 -0
  1208. data/assets/bootstrap-icons/icons/indent.svg +4 -0
  1209. data/assets/bootstrap-icons/icons/infinity.svg +3 -0
  1210. data/assets/bootstrap-icons/icons/info-circle-fill.svg +3 -0
  1211. data/assets/bootstrap-icons/icons/info-circle.svg +4 -0
  1212. data/assets/bootstrap-icons/icons/info-lg.svg +3 -0
  1213. data/assets/bootstrap-icons/icons/info-square-fill.svg +3 -0
  1214. data/assets/bootstrap-icons/icons/info-square.svg +4 -0
  1215. data/assets/bootstrap-icons/icons/info.svg +3 -0
  1216. data/assets/bootstrap-icons/icons/input-cursor-text.svg +4 -0
  1217. data/assets/bootstrap-icons/icons/input-cursor.svg +4 -0
  1218. data/assets/bootstrap-icons/icons/instagram.svg +3 -0
  1219. data/assets/bootstrap-icons/icons/intersect.svg +3 -0
  1220. data/assets/bootstrap-icons/icons/journal-album.svg +5 -0
  1221. data/assets/bootstrap-icons/icons/journal-arrow-down.svg +5 -0
  1222. data/assets/bootstrap-icons/icons/journal-arrow-up.svg +5 -0
  1223. data/assets/bootstrap-icons/icons/journal-bookmark-fill.svg +5 -0
  1224. data/assets/bootstrap-icons/icons/journal-bookmark.svg +5 -0
  1225. data/assets/bootstrap-icons/icons/journal-check.svg +5 -0
  1226. data/assets/bootstrap-icons/icons/journal-code.svg +5 -0
  1227. data/assets/bootstrap-icons/icons/journal-medical.svg +5 -0
  1228. data/assets/bootstrap-icons/icons/journal-minus.svg +5 -0
  1229. data/assets/bootstrap-icons/icons/journal-plus.svg +5 -0
  1230. data/assets/bootstrap-icons/icons/journal-richtext.svg +5 -0
  1231. data/assets/bootstrap-icons/icons/journal-text.svg +5 -0
  1232. data/assets/bootstrap-icons/icons/journal-x.svg +5 -0
  1233. data/assets/bootstrap-icons/icons/journal.svg +4 -0
  1234. data/assets/bootstrap-icons/icons/journals.svg +4 -0
  1235. data/assets/bootstrap-icons/icons/joystick.svg +4 -0
  1236. data/assets/bootstrap-icons/icons/justify-left.svg +3 -0
  1237. data/assets/bootstrap-icons/icons/justify-right.svg +3 -0
  1238. data/assets/bootstrap-icons/icons/justify.svg +3 -0
  1239. data/assets/bootstrap-icons/icons/kanban-fill.svg +3 -0
  1240. data/assets/bootstrap-icons/icons/kanban.svg +4 -0
  1241. data/assets/bootstrap-icons/icons/key-fill.svg +3 -0
  1242. data/assets/bootstrap-icons/icons/key.svg +4 -0
  1243. data/assets/bootstrap-icons/icons/keyboard-fill.svg +3 -0
  1244. data/assets/bootstrap-icons/icons/keyboard.svg +4 -0
  1245. data/assets/bootstrap-icons/icons/ladder.svg +3 -0
  1246. data/assets/bootstrap-icons/icons/lamp-fill.svg +4 -0
  1247. data/assets/bootstrap-icons/icons/lamp.svg +4 -0
  1248. data/assets/bootstrap-icons/icons/laptop-fill.svg +3 -0
  1249. data/assets/bootstrap-icons/icons/laptop.svg +3 -0
  1250. data/assets/bootstrap-icons/icons/layer-backward.svg +4 -0
  1251. data/assets/bootstrap-icons/icons/layer-forward.svg +4 -0
  1252. data/assets/bootstrap-icons/icons/layers-fill.svg +4 -0
  1253. data/assets/bootstrap-icons/icons/layers-half.svg +3 -0
  1254. data/assets/bootstrap-icons/icons/layers.svg +3 -0
  1255. data/assets/bootstrap-icons/icons/layout-sidebar-inset-reverse.svg +4 -0
  1256. data/assets/bootstrap-icons/icons/layout-sidebar-inset.svg +4 -0
  1257. data/assets/bootstrap-icons/icons/layout-sidebar-reverse.svg +3 -0
  1258. data/assets/bootstrap-icons/icons/layout-sidebar.svg +3 -0
  1259. data/assets/bootstrap-icons/icons/layout-split.svg +3 -0
  1260. data/assets/bootstrap-icons/icons/layout-text-sidebar-reverse.svg +4 -0
  1261. data/assets/bootstrap-icons/icons/layout-text-sidebar.svg +4 -0
  1262. data/assets/bootstrap-icons/icons/layout-text-window-reverse.svg +4 -0
  1263. data/assets/bootstrap-icons/icons/layout-text-window.svg +4 -0
  1264. data/assets/bootstrap-icons/icons/layout-three-columns.svg +3 -0
  1265. data/assets/bootstrap-icons/icons/layout-wtf.svg +3 -0
  1266. data/assets/bootstrap-icons/icons/life-preserver.svg +3 -0
  1267. data/assets/bootstrap-icons/icons/lightbulb-fill.svg +3 -0
  1268. data/assets/bootstrap-icons/icons/lightbulb-off-fill.svg +3 -0
  1269. data/assets/bootstrap-icons/icons/lightbulb-off.svg +3 -0
  1270. data/assets/bootstrap-icons/icons/lightbulb.svg +3 -0
  1271. data/assets/bootstrap-icons/icons/lightning-charge-fill.svg +3 -0
  1272. data/assets/bootstrap-icons/icons/lightning-charge.svg +3 -0
  1273. data/assets/bootstrap-icons/icons/lightning-fill.svg +3 -0
  1274. data/assets/bootstrap-icons/icons/lightning.svg +3 -0
  1275. data/assets/bootstrap-icons/icons/line.svg +3 -0
  1276. data/assets/bootstrap-icons/icons/link-45deg.svg +4 -0
  1277. data/assets/bootstrap-icons/icons/link.svg +4 -0
  1278. data/assets/bootstrap-icons/icons/linkedin.svg +3 -0
  1279. data/assets/bootstrap-icons/icons/list-check.svg +3 -0
  1280. data/assets/bootstrap-icons/icons/list-columns-reverse.svg +3 -0
  1281. data/assets/bootstrap-icons/icons/list-columns.svg +3 -0
  1282. data/assets/bootstrap-icons/icons/list-nested.svg +3 -0
  1283. data/assets/bootstrap-icons/icons/list-ol.svg +4 -0
  1284. data/assets/bootstrap-icons/icons/list-stars.svg +4 -0
  1285. data/assets/bootstrap-icons/icons/list-task.svg +5 -0
  1286. data/assets/bootstrap-icons/icons/list-ul.svg +3 -0
  1287. data/assets/bootstrap-icons/icons/list.svg +3 -0
  1288. data/assets/bootstrap-icons/icons/lock-fill.svg +3 -0
  1289. data/assets/bootstrap-icons/icons/lock.svg +3 -0
  1290. data/assets/bootstrap-icons/icons/lungs-fill.svg +3 -0
  1291. data/assets/bootstrap-icons/icons/lungs.svg +3 -0
  1292. data/assets/bootstrap-icons/icons/magic.svg +3 -0
  1293. data/assets/bootstrap-icons/icons/magnet-fill.svg +3 -0
  1294. data/assets/bootstrap-icons/icons/magnet.svg +3 -0
  1295. data/assets/bootstrap-icons/icons/mailbox.svg +4 -0
  1296. data/assets/bootstrap-icons/icons/mailbox2.svg +4 -0
  1297. data/assets/bootstrap-icons/icons/map-fill.svg +3 -0
  1298. data/assets/bootstrap-icons/icons/map.svg +3 -0
  1299. data/assets/bootstrap-icons/icons/markdown-fill.svg +3 -0
  1300. data/assets/bootstrap-icons/icons/markdown.svg +6 -0
  1301. data/assets/bootstrap-icons/icons/mask.svg +3 -0
  1302. data/assets/bootstrap-icons/icons/mastodon.svg +3 -0
  1303. data/assets/bootstrap-icons/icons/medium.svg +3 -0
  1304. data/assets/bootstrap-icons/icons/megaphone-fill.svg +3 -0
  1305. data/assets/bootstrap-icons/icons/megaphone.svg +3 -0
  1306. data/assets/bootstrap-icons/icons/memory.svg +3 -0
  1307. data/assets/bootstrap-icons/icons/menu-app-fill.svg +3 -0
  1308. data/assets/bootstrap-icons/icons/menu-app.svg +3 -0
  1309. data/assets/bootstrap-icons/icons/menu-button-fill.svg +3 -0
  1310. data/assets/bootstrap-icons/icons/menu-button-wide-fill.svg +3 -0
  1311. data/assets/bootstrap-icons/icons/menu-button-wide.svg +4 -0
  1312. data/assets/bootstrap-icons/icons/menu-button.svg +4 -0
  1313. data/assets/bootstrap-icons/icons/menu-down.svg +3 -0
  1314. data/assets/bootstrap-icons/icons/menu-up.svg +3 -0
  1315. data/assets/bootstrap-icons/icons/messenger.svg +3 -0
  1316. data/assets/bootstrap-icons/icons/meta.svg +3 -0
  1317. data/assets/bootstrap-icons/icons/mic-fill.svg +4 -0
  1318. data/assets/bootstrap-icons/icons/mic-mute-fill.svg +4 -0
  1319. data/assets/bootstrap-icons/icons/mic-mute.svg +4 -0
  1320. data/assets/bootstrap-icons/icons/mic.svg +4 -0
  1321. data/assets/bootstrap-icons/icons/microsoft-teams.svg +4 -0
  1322. data/assets/bootstrap-icons/icons/microsoft.svg +3 -0
  1323. data/assets/bootstrap-icons/icons/minecart-loaded.svg +4 -0
  1324. data/assets/bootstrap-icons/icons/minecart.svg +3 -0
  1325. data/assets/bootstrap-icons/icons/modem-fill.svg +3 -0
  1326. data/assets/bootstrap-icons/icons/modem.svg +4 -0
  1327. data/assets/bootstrap-icons/icons/moisture.svg +3 -0
  1328. data/assets/bootstrap-icons/icons/moon-fill.svg +3 -0
  1329. data/assets/bootstrap-icons/icons/moon-stars-fill.svg +4 -0
  1330. data/assets/bootstrap-icons/icons/moon-stars.svg +4 -0
  1331. data/assets/bootstrap-icons/icons/moon.svg +3 -0
  1332. data/assets/bootstrap-icons/icons/mortarboard-fill.svg +4 -0
  1333. data/assets/bootstrap-icons/icons/mortarboard.svg +4 -0
  1334. data/assets/bootstrap-icons/icons/motherboard-fill.svg +4 -0
  1335. data/assets/bootstrap-icons/icons/motherboard.svg +4 -0
  1336. data/assets/bootstrap-icons/icons/mouse-fill.svg +3 -0
  1337. data/assets/bootstrap-icons/icons/mouse.svg +3 -0
  1338. data/assets/bootstrap-icons/icons/mouse2-fill.svg +3 -0
  1339. data/assets/bootstrap-icons/icons/mouse2.svg +3 -0
  1340. data/assets/bootstrap-icons/icons/mouse3-fill.svg +3 -0
  1341. data/assets/bootstrap-icons/icons/mouse3.svg +3 -0
  1342. data/assets/bootstrap-icons/icons/music-note-beamed.svg +5 -0
  1343. data/assets/bootstrap-icons/icons/music-note-list.svg +6 -0
  1344. data/assets/bootstrap-icons/icons/music-note.svg +5 -0
  1345. data/assets/bootstrap-icons/icons/music-player-fill.svg +4 -0
  1346. data/assets/bootstrap-icons/icons/music-player.svg +5 -0
  1347. data/assets/bootstrap-icons/icons/newspaper.svg +4 -0
  1348. data/assets/bootstrap-icons/icons/nintendo-switch.svg +4 -0
  1349. data/assets/bootstrap-icons/icons/node-minus-fill.svg +3 -0
  1350. data/assets/bootstrap-icons/icons/node-minus.svg +3 -0
  1351. data/assets/bootstrap-icons/icons/node-plus-fill.svg +3 -0
  1352. data/assets/bootstrap-icons/icons/node-plus.svg +3 -0
  1353. data/assets/bootstrap-icons/icons/nut-fill.svg +3 -0
  1354. data/assets/bootstrap-icons/icons/nut.svg +4 -0
  1355. data/assets/bootstrap-icons/icons/octagon-fill.svg +3 -0
  1356. data/assets/bootstrap-icons/icons/octagon-half.svg +3 -0
  1357. data/assets/bootstrap-icons/icons/octagon.svg +3 -0
  1358. data/assets/bootstrap-icons/icons/optical-audio-fill.svg +4 -0
  1359. data/assets/bootstrap-icons/icons/optical-audio.svg +5 -0
  1360. data/assets/bootstrap-icons/icons/option.svg +3 -0
  1361. data/assets/bootstrap-icons/icons/outlet.svg +4 -0
  1362. data/assets/bootstrap-icons/icons/p-circle-fill.svg +3 -0
  1363. data/assets/bootstrap-icons/icons/p-circle.svg +3 -0
  1364. data/assets/bootstrap-icons/icons/p-square-fill.svg +4 -0
  1365. data/assets/bootstrap-icons/icons/p-square.svg +4 -0
  1366. data/assets/bootstrap-icons/icons/paint-bucket.svg +3 -0
  1367. data/assets/bootstrap-icons/icons/palette-fill.svg +3 -0
  1368. data/assets/bootstrap-icons/icons/palette.svg +4 -0
  1369. data/assets/bootstrap-icons/icons/palette2.svg +4 -0
  1370. data/assets/bootstrap-icons/icons/paperclip.svg +3 -0
  1371. data/assets/bootstrap-icons/icons/paragraph.svg +3 -0
  1372. data/assets/bootstrap-icons/icons/pass-fill.svg +3 -0
  1373. data/assets/bootstrap-icons/icons/pass.svg +4 -0
  1374. data/assets/bootstrap-icons/icons/patch-check-fill.svg +3 -0
  1375. data/assets/bootstrap-icons/icons/patch-check.svg +4 -0
  1376. data/assets/bootstrap-icons/icons/patch-exclamation-fill.svg +3 -0
  1377. data/assets/bootstrap-icons/icons/patch-exclamation.svg +4 -0
  1378. data/assets/bootstrap-icons/icons/patch-minus-fill.svg +3 -0
  1379. data/assets/bootstrap-icons/icons/patch-minus.svg +4 -0
  1380. data/assets/bootstrap-icons/icons/patch-plus-fill.svg +3 -0
  1381. data/assets/bootstrap-icons/icons/patch-plus.svg +4 -0
  1382. data/assets/bootstrap-icons/icons/patch-question-fill.svg +3 -0
  1383. data/assets/bootstrap-icons/icons/patch-question.svg +5 -0
  1384. data/assets/bootstrap-icons/icons/pause-btn-fill.svg +3 -0
  1385. data/assets/bootstrap-icons/icons/pause-btn.svg +4 -0
  1386. data/assets/bootstrap-icons/icons/pause-circle-fill.svg +3 -0
  1387. data/assets/bootstrap-icons/icons/pause-circle.svg +4 -0
  1388. data/assets/bootstrap-icons/icons/pause-fill.svg +3 -0
  1389. data/assets/bootstrap-icons/icons/pause.svg +3 -0
  1390. data/assets/bootstrap-icons/icons/paypal.svg +3 -0
  1391. data/assets/bootstrap-icons/icons/pc-display-horizontal.svg +3 -0
  1392. data/assets/bootstrap-icons/icons/pc-display.svg +3 -0
  1393. data/assets/bootstrap-icons/icons/pc-horizontal.svg +3 -0
  1394. data/assets/bootstrap-icons/icons/pc.svg +3 -0
  1395. data/assets/bootstrap-icons/icons/pci-card.svg +4 -0
  1396. data/assets/bootstrap-icons/icons/peace-fill.svg +3 -0
  1397. data/assets/bootstrap-icons/icons/peace.svg +3 -0
  1398. data/assets/bootstrap-icons/icons/pen-fill.svg +3 -0
  1399. data/assets/bootstrap-icons/icons/pen.svg +3 -0
  1400. data/assets/bootstrap-icons/icons/pencil-fill.svg +3 -0
  1401. data/assets/bootstrap-icons/icons/pencil-square.svg +4 -0
  1402. data/assets/bootstrap-icons/icons/pencil.svg +3 -0
  1403. data/assets/bootstrap-icons/icons/pentagon-fill.svg +3 -0
  1404. data/assets/bootstrap-icons/icons/pentagon-half.svg +3 -0
  1405. data/assets/bootstrap-icons/icons/pentagon.svg +3 -0
  1406. data/assets/bootstrap-icons/icons/people-fill.svg +5 -0
  1407. data/assets/bootstrap-icons/icons/people.svg +3 -0
  1408. data/assets/bootstrap-icons/icons/percent.svg +3 -0
  1409. data/assets/bootstrap-icons/icons/person-badge-fill.svg +3 -0
  1410. data/assets/bootstrap-icons/icons/person-badge.svg +4 -0
  1411. data/assets/bootstrap-icons/icons/person-bounding-box.svg +4 -0
  1412. data/assets/bootstrap-icons/icons/person-check-fill.svg +4 -0
  1413. data/assets/bootstrap-icons/icons/person-check.svg +4 -0
  1414. data/assets/bootstrap-icons/icons/person-circle.svg +4 -0
  1415. data/assets/bootstrap-icons/icons/person-dash-fill.svg +4 -0
  1416. data/assets/bootstrap-icons/icons/person-dash.svg +4 -0
  1417. data/assets/bootstrap-icons/icons/person-fill.svg +3 -0
  1418. data/assets/bootstrap-icons/icons/person-heart.svg +3 -0
  1419. data/assets/bootstrap-icons/icons/person-hearts.svg +3 -0
  1420. data/assets/bootstrap-icons/icons/person-lines-fill.svg +3 -0
  1421. data/assets/bootstrap-icons/icons/person-plus-fill.svg +4 -0
  1422. data/assets/bootstrap-icons/icons/person-plus.svg +4 -0
  1423. data/assets/bootstrap-icons/icons/person-rolodex.svg +4 -0
  1424. data/assets/bootstrap-icons/icons/person-square.svg +4 -0
  1425. data/assets/bootstrap-icons/icons/person-video.svg +4 -0
  1426. data/assets/bootstrap-icons/icons/person-video2.svg +4 -0
  1427. data/assets/bootstrap-icons/icons/person-video3.svg +4 -0
  1428. data/assets/bootstrap-icons/icons/person-workspace.svg +4 -0
  1429. data/assets/bootstrap-icons/icons/person-x-fill.svg +3 -0
  1430. data/assets/bootstrap-icons/icons/person-x.svg +4 -0
  1431. data/assets/bootstrap-icons/icons/person.svg +3 -0
  1432. data/assets/bootstrap-icons/icons/phone-fill.svg +3 -0
  1433. data/assets/bootstrap-icons/icons/phone-flip.svg +3 -0
  1434. data/assets/bootstrap-icons/icons/phone-landscape-fill.svg +3 -0
  1435. data/assets/bootstrap-icons/icons/phone-landscape.svg +4 -0
  1436. data/assets/bootstrap-icons/icons/phone-vibrate-fill.svg +3 -0
  1437. data/assets/bootstrap-icons/icons/phone-vibrate.svg +4 -0
  1438. data/assets/bootstrap-icons/icons/phone.svg +4 -0
  1439. data/assets/bootstrap-icons/icons/pie-chart-fill.svg +3 -0
  1440. data/assets/bootstrap-icons/icons/pie-chart.svg +3 -0
  1441. data/assets/bootstrap-icons/icons/piggy-bank-fill.svg +3 -0
  1442. data/assets/bootstrap-icons/icons/piggy-bank.svg +4 -0
  1443. data/assets/bootstrap-icons/icons/pin-angle-fill.svg +3 -0
  1444. data/assets/bootstrap-icons/icons/pin-angle.svg +3 -0
  1445. data/assets/bootstrap-icons/icons/pin-fill.svg +3 -0
  1446. data/assets/bootstrap-icons/icons/pin-map-fill.svg +4 -0
  1447. data/assets/bootstrap-icons/icons/pin-map.svg +4 -0
  1448. data/assets/bootstrap-icons/icons/pin.svg +3 -0
  1449. data/assets/bootstrap-icons/icons/pinterest.svg +3 -0
  1450. data/assets/bootstrap-icons/icons/pip-fill.svg +3 -0
  1451. data/assets/bootstrap-icons/icons/pip.svg +4 -0
  1452. data/assets/bootstrap-icons/icons/play-btn-fill.svg +3 -0
  1453. data/assets/bootstrap-icons/icons/play-btn.svg +4 -0
  1454. data/assets/bootstrap-icons/icons/play-circle-fill.svg +3 -0
  1455. data/assets/bootstrap-icons/icons/play-circle.svg +4 -0
  1456. data/assets/bootstrap-icons/icons/play-fill.svg +3 -0
  1457. data/assets/bootstrap-icons/icons/play.svg +3 -0
  1458. data/assets/bootstrap-icons/icons/playstation.svg +3 -0
  1459. data/assets/bootstrap-icons/icons/plug-fill.svg +3 -0
  1460. data/assets/bootstrap-icons/icons/plug.svg +3 -0
  1461. data/assets/bootstrap-icons/icons/plugin.svg +3 -0
  1462. data/assets/bootstrap-icons/icons/plus-circle-dotted.svg +3 -0
  1463. data/assets/bootstrap-icons/icons/plus-circle-fill.svg +3 -0
  1464. data/assets/bootstrap-icons/icons/plus-circle.svg +4 -0
  1465. data/assets/bootstrap-icons/icons/plus-lg.svg +3 -0
  1466. data/assets/bootstrap-icons/icons/plus-slash-minus.svg +3 -0
  1467. data/assets/bootstrap-icons/icons/plus-square-dotted.svg +3 -0
  1468. data/assets/bootstrap-icons/icons/plus-square-fill.svg +3 -0
  1469. data/assets/bootstrap-icons/icons/plus-square.svg +4 -0
  1470. data/assets/bootstrap-icons/icons/plus.svg +3 -0
  1471. data/assets/bootstrap-icons/icons/postage-fill.svg +4 -0
  1472. data/assets/bootstrap-icons/icons/postage-heart-fill.svg +4 -0
  1473. data/assets/bootstrap-icons/icons/postage-heart.svg +4 -0
  1474. data/assets/bootstrap-icons/icons/postage.svg +4 -0
  1475. data/assets/bootstrap-icons/icons/postcard-fill.svg +4 -0
  1476. data/assets/bootstrap-icons/icons/postcard-heart-fill.svg +3 -0
  1477. data/assets/bootstrap-icons/icons/postcard-heart.svg +4 -0
  1478. data/assets/bootstrap-icons/icons/postcard.svg +3 -0
  1479. data/assets/bootstrap-icons/icons/power.svg +4 -0
  1480. data/assets/bootstrap-icons/icons/prescription.svg +4 -0
  1481. data/assets/bootstrap-icons/icons/prescription2.svg +4 -0
  1482. data/assets/bootstrap-icons/icons/printer-fill.svg +4 -0
  1483. data/assets/bootstrap-icons/icons/printer.svg +4 -0
  1484. data/assets/bootstrap-icons/icons/projector-fill.svg +3 -0
  1485. data/assets/bootstrap-icons/icons/projector.svg +4 -0
  1486. data/assets/bootstrap-icons/icons/puzzle-fill.svg +3 -0
  1487. data/assets/bootstrap-icons/icons/puzzle.svg +3 -0
  1488. data/assets/bootstrap-icons/icons/qr-code-scan.svg +7 -0
  1489. data/assets/bootstrap-icons/icons/qr-code.svg +7 -0
  1490. data/assets/bootstrap-icons/icons/question-circle-fill.svg +3 -0
  1491. data/assets/bootstrap-icons/icons/question-circle.svg +4 -0
  1492. data/assets/bootstrap-icons/icons/question-diamond-fill.svg +3 -0
  1493. data/assets/bootstrap-icons/icons/question-diamond.svg +4 -0
  1494. data/assets/bootstrap-icons/icons/question-lg.svg +3 -0
  1495. data/assets/bootstrap-icons/icons/question-octagon-fill.svg +3 -0
  1496. data/assets/bootstrap-icons/icons/question-octagon.svg +4 -0
  1497. data/assets/bootstrap-icons/icons/question-square-fill.svg +3 -0
  1498. data/assets/bootstrap-icons/icons/question-square.svg +4 -0
  1499. data/assets/bootstrap-icons/icons/question.svg +3 -0
  1500. data/assets/bootstrap-icons/icons/quora.svg +3 -0
  1501. data/assets/bootstrap-icons/icons/quote.svg +3 -0
  1502. data/assets/bootstrap-icons/icons/r-circle-fill.svg +3 -0
  1503. data/assets/bootstrap-icons/icons/r-circle.svg +3 -0
  1504. data/assets/bootstrap-icons/icons/r-square-fill.svg +4 -0
  1505. data/assets/bootstrap-icons/icons/r-square.svg +4 -0
  1506. data/assets/bootstrap-icons/icons/radioactive.svg +4 -0
  1507. data/assets/bootstrap-icons/icons/rainbow.svg +3 -0
  1508. data/assets/bootstrap-icons/icons/receipt-cutoff.svg +4 -0
  1509. data/assets/bootstrap-icons/icons/receipt.svg +4 -0
  1510. data/assets/bootstrap-icons/icons/reception-0.svg +3 -0
  1511. data/assets/bootstrap-icons/icons/reception-1.svg +3 -0
  1512. data/assets/bootstrap-icons/icons/reception-2.svg +3 -0
  1513. data/assets/bootstrap-icons/icons/reception-3.svg +3 -0
  1514. data/assets/bootstrap-icons/icons/reception-4.svg +3 -0
  1515. data/assets/bootstrap-icons/icons/record-btn-fill.svg +3 -0
  1516. data/assets/bootstrap-icons/icons/record-btn.svg +4 -0
  1517. data/assets/bootstrap-icons/icons/record-circle-fill.svg +3 -0
  1518. data/assets/bootstrap-icons/icons/record-circle.svg +4 -0
  1519. data/assets/bootstrap-icons/icons/record-fill.svg +3 -0
  1520. data/assets/bootstrap-icons/icons/record.svg +3 -0
  1521. data/assets/bootstrap-icons/icons/record2-fill.svg +4 -0
  1522. data/assets/bootstrap-icons/icons/record2.svg +4 -0
  1523. data/assets/bootstrap-icons/icons/recycle.svg +3 -0
  1524. data/assets/bootstrap-icons/icons/reddit.svg +4 -0
  1525. data/assets/bootstrap-icons/icons/regex.svg +3 -0
  1526. data/assets/bootstrap-icons/icons/repeat-1.svg +4 -0
  1527. data/assets/bootstrap-icons/icons/repeat.svg +3 -0
  1528. data/assets/bootstrap-icons/icons/reply-all-fill.svg +4 -0
  1529. data/assets/bootstrap-icons/icons/reply-all.svg +4 -0
  1530. data/assets/bootstrap-icons/icons/reply-fill.svg +3 -0
  1531. data/assets/bootstrap-icons/icons/reply.svg +3 -0
  1532. data/assets/bootstrap-icons/icons/rewind-btn-fill.svg +3 -0
  1533. data/assets/bootstrap-icons/icons/rewind-btn.svg +4 -0
  1534. data/assets/bootstrap-icons/icons/rewind-circle-fill.svg +3 -0
  1535. data/assets/bootstrap-icons/icons/rewind-circle.svg +4 -0
  1536. data/assets/bootstrap-icons/icons/rewind-fill.svg +4 -0
  1537. data/assets/bootstrap-icons/icons/rewind.svg +4 -0
  1538. data/assets/bootstrap-icons/icons/robot.svg +4 -0
  1539. data/assets/bootstrap-icons/icons/rocket-fill.svg +4 -0
  1540. data/assets/bootstrap-icons/icons/rocket-takeoff-fill.svg +4 -0
  1541. data/assets/bootstrap-icons/icons/rocket-takeoff.svg +5 -0
  1542. data/assets/bootstrap-icons/icons/rocket.svg +5 -0
  1543. data/assets/bootstrap-icons/icons/router-fill.svg +6 -0
  1544. data/assets/bootstrap-icons/icons/router.svg +6 -0
  1545. data/assets/bootstrap-icons/icons/rss-fill.svg +3 -0
  1546. data/assets/bootstrap-icons/icons/rss.svg +4 -0
  1547. data/assets/bootstrap-icons/icons/rulers.svg +3 -0
  1548. data/assets/bootstrap-icons/icons/safe-fill.svg +4 -0
  1549. data/assets/bootstrap-icons/icons/safe.svg +4 -0
  1550. data/assets/bootstrap-icons/icons/safe2-fill.svg +4 -0
  1551. data/assets/bootstrap-icons/icons/safe2.svg +4 -0
  1552. data/assets/bootstrap-icons/icons/save-fill.svg +3 -0
  1553. data/assets/bootstrap-icons/icons/save.svg +3 -0
  1554. data/assets/bootstrap-icons/icons/save2-fill.svg +3 -0
  1555. data/assets/bootstrap-icons/icons/save2.svg +3 -0
  1556. data/assets/bootstrap-icons/icons/scissors.svg +3 -0
  1557. data/assets/bootstrap-icons/icons/screwdriver.svg +3 -0
  1558. data/assets/bootstrap-icons/icons/sd-card-fill.svg +3 -0
  1559. data/assets/bootstrap-icons/icons/sd-card.svg +4 -0
  1560. data/assets/bootstrap-icons/icons/search-heart-fill.svg +3 -0
  1561. data/assets/bootstrap-icons/icons/search-heart.svg +4 -0
  1562. data/assets/bootstrap-icons/icons/search.svg +3 -0
  1563. data/assets/bootstrap-icons/icons/segmented-nav.svg +3 -0
  1564. data/assets/bootstrap-icons/icons/send-check-fill.svg +4 -0
  1565. data/assets/bootstrap-icons/icons/send-check.svg +4 -0
  1566. data/assets/bootstrap-icons/icons/send-dash-fill.svg +4 -0
  1567. data/assets/bootstrap-icons/icons/send-dash.svg +4 -0
  1568. data/assets/bootstrap-icons/icons/send-exclamation-fill.svg +4 -0
  1569. data/assets/bootstrap-icons/icons/send-exclamation.svg +4 -0
  1570. data/assets/bootstrap-icons/icons/send-fill.svg +3 -0
  1571. data/assets/bootstrap-icons/icons/send-plus-fill.svg +4 -0
  1572. data/assets/bootstrap-icons/icons/send-plus.svg +4 -0
  1573. data/assets/bootstrap-icons/icons/send-slash-fill.svg +4 -0
  1574. data/assets/bootstrap-icons/icons/send-slash.svg +4 -0
  1575. data/assets/bootstrap-icons/icons/send-x-fill.svg +4 -0
  1576. data/assets/bootstrap-icons/icons/send-x.svg +4 -0
  1577. data/assets/bootstrap-icons/icons/send.svg +3 -0
  1578. data/assets/bootstrap-icons/icons/server.svg +5 -0
  1579. data/assets/bootstrap-icons/icons/share-fill.svg +3 -0
  1580. data/assets/bootstrap-icons/icons/share.svg +3 -0
  1581. data/assets/bootstrap-icons/icons/shield-check.svg +4 -0
  1582. data/assets/bootstrap-icons/icons/shield-exclamation.svg +4 -0
  1583. data/assets/bootstrap-icons/icons/shield-fill-check.svg +3 -0
  1584. data/assets/bootstrap-icons/icons/shield-fill-exclamation.svg +3 -0
  1585. data/assets/bootstrap-icons/icons/shield-fill-minus.svg +3 -0
  1586. data/assets/bootstrap-icons/icons/shield-fill-plus.svg +3 -0
  1587. data/assets/bootstrap-icons/icons/shield-fill-x.svg +3 -0
  1588. data/assets/bootstrap-icons/icons/shield-fill.svg +3 -0
  1589. data/assets/bootstrap-icons/icons/shield-lock-fill.svg +3 -0
  1590. data/assets/bootstrap-icons/icons/shield-lock.svg +4 -0
  1591. data/assets/bootstrap-icons/icons/shield-minus.svg +4 -0
  1592. data/assets/bootstrap-icons/icons/shield-plus.svg +4 -0
  1593. data/assets/bootstrap-icons/icons/shield-shaded.svg +3 -0
  1594. data/assets/bootstrap-icons/icons/shield-slash-fill.svg +3 -0
  1595. data/assets/bootstrap-icons/icons/shield-slash.svg +3 -0
  1596. data/assets/bootstrap-icons/icons/shield-x.svg +4 -0
  1597. data/assets/bootstrap-icons/icons/shield.svg +3 -0
  1598. data/assets/bootstrap-icons/icons/shift-fill.svg +3 -0
  1599. data/assets/bootstrap-icons/icons/shift.svg +3 -0
  1600. data/assets/bootstrap-icons/icons/shop-window.svg +3 -0
  1601. data/assets/bootstrap-icons/icons/shop.svg +3 -0
  1602. data/assets/bootstrap-icons/icons/shuffle.svg +4 -0
  1603. data/assets/bootstrap-icons/icons/sign-dead-end-fill.svg +4 -0
  1604. data/assets/bootstrap-icons/icons/sign-dead-end.svg +4 -0
  1605. data/assets/bootstrap-icons/icons/sign-do-not-enter-fill.svg +4 -0
  1606. data/assets/bootstrap-icons/icons/sign-do-not-enter.svg +9 -0
  1607. data/assets/bootstrap-icons/icons/sign-intersection-fill.svg +3 -0
  1608. data/assets/bootstrap-icons/icons/sign-intersection-side-fill.svg +3 -0
  1609. data/assets/bootstrap-icons/icons/sign-intersection-side.svg +4 -0
  1610. data/assets/bootstrap-icons/icons/sign-intersection-t-fill.svg +3 -0
  1611. data/assets/bootstrap-icons/icons/sign-intersection-t.svg +4 -0
  1612. data/assets/bootstrap-icons/icons/sign-intersection-y-fill.svg +3 -0
  1613. data/assets/bootstrap-icons/icons/sign-intersection-y.svg +4 -0
  1614. data/assets/bootstrap-icons/icons/sign-intersection.svg +4 -0
  1615. data/assets/bootstrap-icons/icons/sign-merge-left-fill.svg +3 -0
  1616. data/assets/bootstrap-icons/icons/sign-merge-left.svg +4 -0
  1617. data/assets/bootstrap-icons/icons/sign-merge-right-fill.svg +3 -0
  1618. data/assets/bootstrap-icons/icons/sign-merge-right.svg +4 -0
  1619. data/assets/bootstrap-icons/icons/sign-no-left-turn-fill.svg +4 -0
  1620. data/assets/bootstrap-icons/icons/sign-no-left-turn.svg +3 -0
  1621. data/assets/bootstrap-icons/icons/sign-no-parking-fill.svg +4 -0
  1622. data/assets/bootstrap-icons/icons/sign-no-parking.svg +3 -0
  1623. data/assets/bootstrap-icons/icons/sign-no-right-turn-fill.svg +4 -0
  1624. data/assets/bootstrap-icons/icons/sign-no-right-turn.svg +3 -0
  1625. data/assets/bootstrap-icons/icons/sign-railroad-fill.svg +5 -0
  1626. data/assets/bootstrap-icons/icons/sign-railroad.svg +4 -0
  1627. data/assets/bootstrap-icons/icons/sign-stop-fill.svg +4 -0
  1628. data/assets/bootstrap-icons/icons/sign-stop-lights-fill.svg +4 -0
  1629. data/assets/bootstrap-icons/icons/sign-stop-lights.svg +4 -0
  1630. data/assets/bootstrap-icons/icons/sign-stop.svg +5 -0
  1631. data/assets/bootstrap-icons/icons/sign-turn-left-fill.svg +3 -0
  1632. data/assets/bootstrap-icons/icons/sign-turn-left.svg +4 -0
  1633. data/assets/bootstrap-icons/icons/sign-turn-right-fill.svg +3 -0
  1634. data/assets/bootstrap-icons/icons/sign-turn-right.svg +4 -0
  1635. data/assets/bootstrap-icons/icons/sign-turn-slight-left-fill.svg +3 -0
  1636. data/assets/bootstrap-icons/icons/sign-turn-slight-left.svg +4 -0
  1637. data/assets/bootstrap-icons/icons/sign-turn-slight-right-fill.svg +3 -0
  1638. data/assets/bootstrap-icons/icons/sign-turn-slight-right.svg +4 -0
  1639. data/assets/bootstrap-icons/icons/sign-yield-fill.svg +4 -0
  1640. data/assets/bootstrap-icons/icons/sign-yield.svg +5 -0
  1641. data/assets/bootstrap-icons/icons/signal.svg +3 -0
  1642. data/assets/bootstrap-icons/icons/signpost-2-fill.svg +3 -0
  1643. data/assets/bootstrap-icons/icons/signpost-2.svg +3 -0
  1644. data/assets/bootstrap-icons/icons/signpost-fill.svg +3 -0
  1645. data/assets/bootstrap-icons/icons/signpost-split-fill.svg +3 -0
  1646. data/assets/bootstrap-icons/icons/signpost-split.svg +3 -0
  1647. data/assets/bootstrap-icons/icons/signpost.svg +3 -0
  1648. data/assets/bootstrap-icons/icons/sim-fill.svg +4 -0
  1649. data/assets/bootstrap-icons/icons/sim.svg +4 -0
  1650. data/assets/bootstrap-icons/icons/skip-backward-btn-fill.svg +3 -0
  1651. data/assets/bootstrap-icons/icons/skip-backward-btn.svg +4 -0
  1652. data/assets/bootstrap-icons/icons/skip-backward-circle-fill.svg +3 -0
  1653. data/assets/bootstrap-icons/icons/skip-backward-circle.svg +4 -0
  1654. data/assets/bootstrap-icons/icons/skip-backward-fill.svg +3 -0
  1655. data/assets/bootstrap-icons/icons/skip-backward.svg +3 -0
  1656. data/assets/bootstrap-icons/icons/skip-end-btn-fill.svg +3 -0
  1657. data/assets/bootstrap-icons/icons/skip-end-btn.svg +4 -0
  1658. data/assets/bootstrap-icons/icons/skip-end-circle-fill.svg +3 -0
  1659. data/assets/bootstrap-icons/icons/skip-end-circle.svg +4 -0
  1660. data/assets/bootstrap-icons/icons/skip-end-fill.svg +3 -0
  1661. data/assets/bootstrap-icons/icons/skip-end.svg +3 -0
  1662. data/assets/bootstrap-icons/icons/skip-forward-btn-fill.svg +3 -0
  1663. data/assets/bootstrap-icons/icons/skip-forward-btn.svg +4 -0
  1664. data/assets/bootstrap-icons/icons/skip-forward-circle-fill.svg +3 -0
  1665. data/assets/bootstrap-icons/icons/skip-forward-circle.svg +4 -0
  1666. data/assets/bootstrap-icons/icons/skip-forward-fill.svg +3 -0
  1667. data/assets/bootstrap-icons/icons/skip-forward.svg +3 -0
  1668. data/assets/bootstrap-icons/icons/skip-start-btn-fill.svg +3 -0
  1669. data/assets/bootstrap-icons/icons/skip-start-btn.svg +4 -0
  1670. data/assets/bootstrap-icons/icons/skip-start-circle-fill.svg +3 -0
  1671. data/assets/bootstrap-icons/icons/skip-start-circle.svg +4 -0
  1672. data/assets/bootstrap-icons/icons/skip-start-fill.svg +3 -0
  1673. data/assets/bootstrap-icons/icons/skip-start.svg +3 -0
  1674. data/assets/bootstrap-icons/icons/skype.svg +3 -0
  1675. data/assets/bootstrap-icons/icons/slack.svg +3 -0
  1676. data/assets/bootstrap-icons/icons/slash-circle-fill.svg +3 -0
  1677. data/assets/bootstrap-icons/icons/slash-circle.svg +4 -0
  1678. data/assets/bootstrap-icons/icons/slash-lg.svg +3 -0
  1679. data/assets/bootstrap-icons/icons/slash-square-fill.svg +3 -0
  1680. data/assets/bootstrap-icons/icons/slash-square.svg +4 -0
  1681. data/assets/bootstrap-icons/icons/slash.svg +3 -0
  1682. data/assets/bootstrap-icons/icons/sliders.svg +3 -0
  1683. data/assets/bootstrap-icons/icons/sliders2-vertical.svg +3 -0
  1684. data/assets/bootstrap-icons/icons/sliders2.svg +3 -0
  1685. data/assets/bootstrap-icons/icons/smartwatch.svg +4 -0
  1686. data/assets/bootstrap-icons/icons/snapchat.svg +3 -0
  1687. data/assets/bootstrap-icons/icons/snow.svg +3 -0
  1688. data/assets/bootstrap-icons/icons/snow2.svg +3 -0
  1689. data/assets/bootstrap-icons/icons/snow3.svg +4 -0
  1690. data/assets/bootstrap-icons/icons/sort-alpha-down-alt.svg +5 -0
  1691. data/assets/bootstrap-icons/icons/sort-alpha-down.svg +4 -0
  1692. data/assets/bootstrap-icons/icons/sort-alpha-up-alt.svg +5 -0
  1693. data/assets/bootstrap-icons/icons/sort-alpha-up.svg +4 -0
  1694. data/assets/bootstrap-icons/icons/sort-down-alt.svg +3 -0
  1695. data/assets/bootstrap-icons/icons/sort-down.svg +3 -0
  1696. data/assets/bootstrap-icons/icons/sort-numeric-down-alt.svg +4 -0
  1697. data/assets/bootstrap-icons/icons/sort-numeric-down.svg +5 -0
  1698. data/assets/bootstrap-icons/icons/sort-numeric-up-alt.svg +4 -0
  1699. data/assets/bootstrap-icons/icons/sort-numeric-up.svg +5 -0
  1700. data/assets/bootstrap-icons/icons/sort-up-alt.svg +3 -0
  1701. data/assets/bootstrap-icons/icons/sort-up.svg +3 -0
  1702. data/assets/bootstrap-icons/icons/soundwave.svg +3 -0
  1703. data/assets/bootstrap-icons/icons/speaker-fill.svg +4 -0
  1704. data/assets/bootstrap-icons/icons/speaker.svg +4 -0
  1705. data/assets/bootstrap-icons/icons/speedometer.svg +4 -0
  1706. data/assets/bootstrap-icons/icons/speedometer2.svg +4 -0
  1707. data/assets/bootstrap-icons/icons/spellcheck.svg +4 -0
  1708. data/assets/bootstrap-icons/icons/spotify.svg +3 -0
  1709. data/assets/bootstrap-icons/icons/square-fill.svg +3 -0
  1710. data/assets/bootstrap-icons/icons/square-half.svg +3 -0
  1711. data/assets/bootstrap-icons/icons/square.svg +3 -0
  1712. data/assets/bootstrap-icons/icons/stack-overflow.svg +4 -0
  1713. data/assets/bootstrap-icons/icons/stack.svg +4 -0
  1714. data/assets/bootstrap-icons/icons/star-fill.svg +3 -0
  1715. data/assets/bootstrap-icons/icons/star-half.svg +3 -0
  1716. data/assets/bootstrap-icons/icons/star.svg +3 -0
  1717. data/assets/bootstrap-icons/icons/stars.svg +3 -0
  1718. data/assets/bootstrap-icons/icons/steam.svg +4 -0
  1719. data/assets/bootstrap-icons/icons/stickies-fill.svg +4 -0
  1720. data/assets/bootstrap-icons/icons/stickies.svg +4 -0
  1721. data/assets/bootstrap-icons/icons/sticky-fill.svg +3 -0
  1722. data/assets/bootstrap-icons/icons/sticky.svg +3 -0
  1723. data/assets/bootstrap-icons/icons/stop-btn-fill.svg +3 -0
  1724. data/assets/bootstrap-icons/icons/stop-btn.svg +4 -0
  1725. data/assets/bootstrap-icons/icons/stop-circle-fill.svg +3 -0
  1726. data/assets/bootstrap-icons/icons/stop-circle.svg +4 -0
  1727. data/assets/bootstrap-icons/icons/stop-fill.svg +3 -0
  1728. data/assets/bootstrap-icons/icons/stop.svg +3 -0
  1729. data/assets/bootstrap-icons/icons/stoplights-fill.svg +3 -0
  1730. data/assets/bootstrap-icons/icons/stoplights.svg +4 -0
  1731. data/assets/bootstrap-icons/icons/stopwatch-fill.svg +3 -0
  1732. data/assets/bootstrap-icons/icons/stopwatch.svg +4 -0
  1733. data/assets/bootstrap-icons/icons/strava.svg +3 -0
  1734. data/assets/bootstrap-icons/icons/stripe.svg +3 -0
  1735. data/assets/bootstrap-icons/icons/subscript.svg +3 -0
  1736. data/assets/bootstrap-icons/icons/subtract.svg +3 -0
  1737. data/assets/bootstrap-icons/icons/suit-club-fill.svg +3 -0
  1738. data/assets/bootstrap-icons/icons/suit-club.svg +3 -0
  1739. data/assets/bootstrap-icons/icons/suit-diamond-fill.svg +3 -0
  1740. data/assets/bootstrap-icons/icons/suit-diamond.svg +3 -0
  1741. data/assets/bootstrap-icons/icons/suit-heart-fill.svg +3 -0
  1742. data/assets/bootstrap-icons/icons/suit-heart.svg +3 -0
  1743. data/assets/bootstrap-icons/icons/suit-spade-fill.svg +3 -0
  1744. data/assets/bootstrap-icons/icons/suit-spade.svg +3 -0
  1745. data/assets/bootstrap-icons/icons/sun-fill.svg +3 -0
  1746. data/assets/bootstrap-icons/icons/sun.svg +3 -0
  1747. data/assets/bootstrap-icons/icons/sunglasses.svg +3 -0
  1748. data/assets/bootstrap-icons/icons/sunrise-fill.svg +3 -0
  1749. data/assets/bootstrap-icons/icons/sunrise.svg +3 -0
  1750. data/assets/bootstrap-icons/icons/sunset-fill.svg +3 -0
  1751. data/assets/bootstrap-icons/icons/sunset.svg +3 -0
  1752. data/assets/bootstrap-icons/icons/superscript.svg +3 -0
  1753. data/assets/bootstrap-icons/icons/symmetry-horizontal.svg +3 -0
  1754. data/assets/bootstrap-icons/icons/symmetry-vertical.svg +3 -0
  1755. data/assets/bootstrap-icons/icons/table.svg +3 -0
  1756. data/assets/bootstrap-icons/icons/tablet-fill.svg +3 -0
  1757. data/assets/bootstrap-icons/icons/tablet-landscape-fill.svg +3 -0
  1758. data/assets/bootstrap-icons/icons/tablet-landscape.svg +4 -0
  1759. data/assets/bootstrap-icons/icons/tablet.svg +4 -0
  1760. data/assets/bootstrap-icons/icons/tag-fill.svg +3 -0
  1761. data/assets/bootstrap-icons/icons/tag.svg +4 -0
  1762. data/assets/bootstrap-icons/icons/tags-fill.svg +4 -0
  1763. data/assets/bootstrap-icons/icons/tags.svg +4 -0
  1764. data/assets/bootstrap-icons/icons/telegram.svg +3 -0
  1765. data/assets/bootstrap-icons/icons/telephone-fill.svg +3 -0
  1766. data/assets/bootstrap-icons/icons/telephone-forward-fill.svg +3 -0
  1767. data/assets/bootstrap-icons/icons/telephone-forward.svg +3 -0
  1768. data/assets/bootstrap-icons/icons/telephone-inbound-fill.svg +3 -0
  1769. data/assets/bootstrap-icons/icons/telephone-inbound.svg +3 -0
  1770. data/assets/bootstrap-icons/icons/telephone-minus-fill.svg +3 -0
  1771. data/assets/bootstrap-icons/icons/telephone-minus.svg +4 -0
  1772. data/assets/bootstrap-icons/icons/telephone-outbound-fill.svg +3 -0
  1773. data/assets/bootstrap-icons/icons/telephone-outbound.svg +3 -0
  1774. data/assets/bootstrap-icons/icons/telephone-plus-fill.svg +3 -0
  1775. data/assets/bootstrap-icons/icons/telephone-plus.svg +4 -0
  1776. data/assets/bootstrap-icons/icons/telephone-x-fill.svg +3 -0
  1777. data/assets/bootstrap-icons/icons/telephone-x.svg +4 -0
  1778. data/assets/bootstrap-icons/icons/telephone.svg +3 -0
  1779. data/assets/bootstrap-icons/icons/terminal-dash.svg +4 -0
  1780. data/assets/bootstrap-icons/icons/terminal-fill.svg +3 -0
  1781. data/assets/bootstrap-icons/icons/terminal-plus.svg +4 -0
  1782. data/assets/bootstrap-icons/icons/terminal-split.svg +4 -0
  1783. data/assets/bootstrap-icons/icons/terminal-x.svg +4 -0
  1784. data/assets/bootstrap-icons/icons/terminal.svg +4 -0
  1785. data/assets/bootstrap-icons/icons/text-center.svg +3 -0
  1786. data/assets/bootstrap-icons/icons/text-indent-left.svg +3 -0
  1787. data/assets/bootstrap-icons/icons/text-indent-right.svg +3 -0
  1788. data/assets/bootstrap-icons/icons/text-left.svg +3 -0
  1789. data/assets/bootstrap-icons/icons/text-paragraph.svg +3 -0
  1790. data/assets/bootstrap-icons/icons/text-right.svg +3 -0
  1791. data/assets/bootstrap-icons/icons/text-wrap.svg +3 -0
  1792. data/assets/bootstrap-icons/icons/textarea-resize.svg +3 -0
  1793. data/assets/bootstrap-icons/icons/textarea-t.svg +4 -0
  1794. data/assets/bootstrap-icons/icons/textarea.svg +3 -0
  1795. data/assets/bootstrap-icons/icons/thermometer-half.svg +4 -0
  1796. data/assets/bootstrap-icons/icons/thermometer-high.svg +4 -0
  1797. data/assets/bootstrap-icons/icons/thermometer-low.svg +4 -0
  1798. data/assets/bootstrap-icons/icons/thermometer-snow.svg +4 -0
  1799. data/assets/bootstrap-icons/icons/thermometer-sun.svg +4 -0
  1800. data/assets/bootstrap-icons/icons/thermometer.svg +4 -0
  1801. data/assets/bootstrap-icons/icons/three-dots-vertical.svg +3 -0
  1802. data/assets/bootstrap-icons/icons/three-dots.svg +3 -0
  1803. data/assets/bootstrap-icons/icons/thunderbolt-fill.svg +3 -0
  1804. data/assets/bootstrap-icons/icons/thunderbolt.svg +4 -0
  1805. data/assets/bootstrap-icons/icons/ticket-detailed-fill.svg +3 -0
  1806. data/assets/bootstrap-icons/icons/ticket-detailed.svg +4 -0
  1807. data/assets/bootstrap-icons/icons/ticket-fill.svg +3 -0
  1808. data/assets/bootstrap-icons/icons/ticket-perforated-fill.svg +3 -0
  1809. data/assets/bootstrap-icons/icons/ticket-perforated.svg +4 -0
  1810. data/assets/bootstrap-icons/icons/ticket.svg +3 -0
  1811. data/assets/bootstrap-icons/icons/tiktok.svg +3 -0
  1812. data/assets/bootstrap-icons/icons/toggle-off.svg +3 -0
  1813. data/assets/bootstrap-icons/icons/toggle-on.svg +3 -0
  1814. data/assets/bootstrap-icons/icons/toggle2-off.svg +4 -0
  1815. data/assets/bootstrap-icons/icons/toggle2-on.svg +4 -0
  1816. data/assets/bootstrap-icons/icons/toggles.svg +3 -0
  1817. data/assets/bootstrap-icons/icons/toggles2.svg +5 -0
  1818. data/assets/bootstrap-icons/icons/tools.svg +3 -0
  1819. data/assets/bootstrap-icons/icons/tornado.svg +3 -0
  1820. data/assets/bootstrap-icons/icons/train-freight-front-fill.svg +3 -0
  1821. data/assets/bootstrap-icons/icons/train-freight-front.svg +3 -0
  1822. data/assets/bootstrap-icons/icons/train-front-fill.svg +3 -0
  1823. data/assets/bootstrap-icons/icons/train-front.svg +3 -0
  1824. data/assets/bootstrap-icons/icons/train-lightrail-front-fill.svg +3 -0
  1825. data/assets/bootstrap-icons/icons/train-lightrail-front.svg +3 -0
  1826. data/assets/bootstrap-icons/icons/translate.svg +4 -0
  1827. data/assets/bootstrap-icons/icons/trash-fill.svg +3 -0
  1828. data/assets/bootstrap-icons/icons/trash.svg +4 -0
  1829. data/assets/bootstrap-icons/icons/trash2-fill.svg +3 -0
  1830. data/assets/bootstrap-icons/icons/trash2.svg +3 -0
  1831. data/assets/bootstrap-icons/icons/trash3-fill.svg +3 -0
  1832. data/assets/bootstrap-icons/icons/trash3.svg +3 -0
  1833. data/assets/bootstrap-icons/icons/tree-fill.svg +3 -0
  1834. data/assets/bootstrap-icons/icons/tree.svg +3 -0
  1835. data/assets/bootstrap-icons/icons/trello.svg +3 -0
  1836. data/assets/bootstrap-icons/icons/triangle-fill.svg +3 -0
  1837. data/assets/bootstrap-icons/icons/triangle-half.svg +3 -0
  1838. data/assets/bootstrap-icons/icons/triangle.svg +3 -0
  1839. data/assets/bootstrap-icons/icons/trophy-fill.svg +3 -0
  1840. data/assets/bootstrap-icons/icons/trophy.svg +3 -0
  1841. data/assets/bootstrap-icons/icons/tropical-storm.svg +4 -0
  1842. data/assets/bootstrap-icons/icons/truck-flatbed.svg +3 -0
  1843. data/assets/bootstrap-icons/icons/truck-front-fill.svg +3 -0
  1844. data/assets/bootstrap-icons/icons/truck-front.svg +5 -0
  1845. data/assets/bootstrap-icons/icons/truck.svg +3 -0
  1846. data/assets/bootstrap-icons/icons/tsunami.svg +3 -0
  1847. data/assets/bootstrap-icons/icons/tv-fill.svg +3 -0
  1848. data/assets/bootstrap-icons/icons/tv.svg +3 -0
  1849. data/assets/bootstrap-icons/icons/twitch.svg +4 -0
  1850. data/assets/bootstrap-icons/icons/twitter.svg +3 -0
  1851. data/assets/bootstrap-icons/icons/type-bold.svg +3 -0
  1852. data/assets/bootstrap-icons/icons/type-h1.svg +3 -0
  1853. data/assets/bootstrap-icons/icons/type-h2.svg +3 -0
  1854. data/assets/bootstrap-icons/icons/type-h3.svg +3 -0
  1855. data/assets/bootstrap-icons/icons/type-italic.svg +3 -0
  1856. data/assets/bootstrap-icons/icons/type-strikethrough.svg +3 -0
  1857. data/assets/bootstrap-icons/icons/type-underline.svg +3 -0
  1858. data/assets/bootstrap-icons/icons/type.svg +3 -0
  1859. data/assets/bootstrap-icons/icons/ubuntu.svg +3 -0
  1860. data/assets/bootstrap-icons/icons/ui-checks-grid.svg +3 -0
  1861. data/assets/bootstrap-icons/icons/ui-checks.svg +3 -0
  1862. data/assets/bootstrap-icons/icons/ui-radios-grid.svg +3 -0
  1863. data/assets/bootstrap-icons/icons/ui-radios.svg +3 -0
  1864. data/assets/bootstrap-icons/icons/umbrella-fill.svg +3 -0
  1865. data/assets/bootstrap-icons/icons/umbrella.svg +3 -0
  1866. data/assets/bootstrap-icons/icons/unindent.svg +4 -0
  1867. data/assets/bootstrap-icons/icons/union.svg +3 -0
  1868. data/assets/bootstrap-icons/icons/unity.svg +3 -0
  1869. data/assets/bootstrap-icons/icons/universal-access-circle.svg +4 -0
  1870. data/assets/bootstrap-icons/icons/universal-access.svg +3 -0
  1871. data/assets/bootstrap-icons/icons/unlock-fill.svg +3 -0
  1872. data/assets/bootstrap-icons/icons/unlock.svg +3 -0
  1873. data/assets/bootstrap-icons/icons/upc-scan.svg +3 -0
  1874. data/assets/bootstrap-icons/icons/upc.svg +3 -0
  1875. data/assets/bootstrap-icons/icons/upload.svg +4 -0
  1876. data/assets/bootstrap-icons/icons/usb-c-fill.svg +3 -0
  1877. data/assets/bootstrap-icons/icons/usb-c.svg +4 -0
  1878. data/assets/bootstrap-icons/icons/usb-drive-fill.svg +3 -0
  1879. data/assets/bootstrap-icons/icons/usb-drive.svg +3 -0
  1880. data/assets/bootstrap-icons/icons/usb-fill.svg +3 -0
  1881. data/assets/bootstrap-icons/icons/usb-micro-fill.svg +3 -0
  1882. data/assets/bootstrap-icons/icons/usb-micro.svg +4 -0
  1883. data/assets/bootstrap-icons/icons/usb-mini-fill.svg +3 -0
  1884. data/assets/bootstrap-icons/icons/usb-mini.svg +4 -0
  1885. data/assets/bootstrap-icons/icons/usb-plug-fill.svg +3 -0
  1886. data/assets/bootstrap-icons/icons/usb-plug.svg +3 -0
  1887. data/assets/bootstrap-icons/icons/usb-symbol.svg +3 -0
  1888. data/assets/bootstrap-icons/icons/usb.svg +4 -0
  1889. data/assets/bootstrap-icons/icons/valentine.svg +4 -0
  1890. data/assets/bootstrap-icons/icons/valentine2.svg +4 -0
  1891. data/assets/bootstrap-icons/icons/vector-pen.svg +4 -0
  1892. data/assets/bootstrap-icons/icons/view-list.svg +3 -0
  1893. data/assets/bootstrap-icons/icons/view-stacked.svg +3 -0
  1894. data/assets/bootstrap-icons/icons/vimeo.svg +3 -0
  1895. data/assets/bootstrap-icons/icons/vinyl-fill.svg +4 -0
  1896. data/assets/bootstrap-icons/icons/vinyl.svg +5 -0
  1897. data/assets/bootstrap-icons/icons/virus.svg +3 -0
  1898. data/assets/bootstrap-icons/icons/virus2.svg +3 -0
  1899. data/assets/bootstrap-icons/icons/voicemail.svg +3 -0
  1900. data/assets/bootstrap-icons/icons/volume-down-fill.svg +3 -0
  1901. data/assets/bootstrap-icons/icons/volume-down.svg +3 -0
  1902. data/assets/bootstrap-icons/icons/volume-mute-fill.svg +3 -0
  1903. data/assets/bootstrap-icons/icons/volume-mute.svg +3 -0
  1904. data/assets/bootstrap-icons/icons/volume-off-fill.svg +3 -0
  1905. data/assets/bootstrap-icons/icons/volume-off.svg +3 -0
  1906. data/assets/bootstrap-icons/icons/volume-up-fill.svg +5 -0
  1907. data/assets/bootstrap-icons/icons/volume-up.svg +5 -0
  1908. data/assets/bootstrap-icons/icons/vr.svg +3 -0
  1909. data/assets/bootstrap-icons/icons/wallet-fill.svg +4 -0
  1910. data/assets/bootstrap-icons/icons/wallet.svg +3 -0
  1911. data/assets/bootstrap-icons/icons/wallet2.svg +3 -0
  1912. data/assets/bootstrap-icons/icons/watch.svg +4 -0
  1913. data/assets/bootstrap-icons/icons/water.svg +3 -0
  1914. data/assets/bootstrap-icons/icons/webcam-fill.svg +4 -0
  1915. data/assets/bootstrap-icons/icons/webcam.svg +4 -0
  1916. data/assets/bootstrap-icons/icons/wechat.svg +4 -0
  1917. data/assets/bootstrap-icons/icons/whatsapp.svg +3 -0
  1918. data/assets/bootstrap-icons/icons/wifi-1.svg +3 -0
  1919. data/assets/bootstrap-icons/icons/wifi-2.svg +3 -0
  1920. data/assets/bootstrap-icons/icons/wifi-off.svg +3 -0
  1921. data/assets/bootstrap-icons/icons/wifi.svg +4 -0
  1922. data/assets/bootstrap-icons/icons/wind.svg +3 -0
  1923. data/assets/bootstrap-icons/icons/window-dash.svg +5 -0
  1924. data/assets/bootstrap-icons/icons/window-desktop.svg +4 -0
  1925. data/assets/bootstrap-icons/icons/window-dock.svg +4 -0
  1926. data/assets/bootstrap-icons/icons/window-fullscreen.svg +4 -0
  1927. data/assets/bootstrap-icons/icons/window-plus.svg +5 -0
  1928. data/assets/bootstrap-icons/icons/window-sidebar.svg +4 -0
  1929. data/assets/bootstrap-icons/icons/window-split.svg +4 -0
  1930. data/assets/bootstrap-icons/icons/window-stack.svg +4 -0
  1931. data/assets/bootstrap-icons/icons/window-x.svg +5 -0
  1932. data/assets/bootstrap-icons/icons/window.svg +4 -0
  1933. data/assets/bootstrap-icons/icons/windows.svg +3 -0
  1934. data/assets/bootstrap-icons/icons/wordpress.svg +5 -0
  1935. data/assets/bootstrap-icons/icons/wrench-adjustable-circle-fill.svg +4 -0
  1936. data/assets/bootstrap-icons/icons/wrench-adjustable-circle.svg +4 -0
  1937. data/assets/bootstrap-icons/icons/wrench-adjustable.svg +4 -0
  1938. data/assets/bootstrap-icons/icons/wrench.svg +3 -0
  1939. data/assets/bootstrap-icons/icons/x-circle-fill.svg +3 -0
  1940. data/assets/bootstrap-icons/icons/x-circle.svg +4 -0
  1941. data/assets/bootstrap-icons/icons/x-diamond-fill.svg +3 -0
  1942. data/assets/bootstrap-icons/icons/x-diamond.svg +3 -0
  1943. data/assets/bootstrap-icons/icons/x-lg.svg +3 -0
  1944. data/assets/bootstrap-icons/icons/x-octagon-fill.svg +3 -0
  1945. data/assets/bootstrap-icons/icons/x-octagon.svg +4 -0
  1946. data/assets/bootstrap-icons/icons/x-square-fill.svg +3 -0
  1947. data/assets/bootstrap-icons/icons/x-square.svg +4 -0
  1948. data/assets/bootstrap-icons/icons/x.svg +3 -0
  1949. data/assets/bootstrap-icons/icons/xbox.svg +3 -0
  1950. data/assets/bootstrap-icons/icons/yelp.svg +3 -0
  1951. data/assets/bootstrap-icons/icons/yin-yang.svg +4 -0
  1952. data/assets/bootstrap-icons/icons/youtube.svg +3 -0
  1953. data/assets/bootstrap-icons/icons/zoom-in.svg +5 -0
  1954. data/assets/bootstrap-icons/icons/zoom-out.svg +5 -0
  1955. data/assets/css/style.scss +7 -0
  1956. data/assets/js/bootstrap.bundle.min.js +7 -0
  1957. data/assets/js/bootstrap.bundle.min.js.map +1 -0
  1958. metadata +2013 -0
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-lock" viewBox="0 0 16 16">
2
+ <path d="M8 5a1 1 0 0 1 1 1v1H7V6a1 1 0 0 1 1-1zm2 2.076V6a2 2 0 1 0-4 0v1.076c-.54.166-1 .597-1 1.224v2.4c0 .816.781 1.3 1.5 1.3h3c.719 0 1.5-.484 1.5-1.3V8.3c0-.627-.46-1.058-1-1.224zM6.105 8.125A.637.637 0 0 1 6.5 8h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.637.637 0 0 1 9.5 11h-3a.637.637 0 0 1-.395-.125C6.02 10.807 6 10.742 6 10.7V8.3c0-.042.02-.107.105-.175z"/>
3
+ <path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-lock2-fill" viewBox="0 0 16 16">
2
+ <path d="M7 6a1 1 0 0 1 2 0v1H7V6z"/>
3
+ <path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-2 6v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V8.3c0-.627.46-1.058 1-1.224V6a2 2 0 1 1 4 0z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-lock2" viewBox="0 0 16 16">
2
+ <path d="M8 5a1 1 0 0 1 1 1v1H7V6a1 1 0 0 1 1-1zm2 2.076V6a2 2 0 1 0-4 0v1.076c-.54.166-1 .597-1 1.224v2.4c0 .816.781 1.3 1.5 1.3h3c.719 0 1.5-.484 1.5-1.3V8.3c0-.627-.46-1.058-1-1.224z"/>
3
+ <path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-medical-fill" viewBox="0 0 16 16">
2
+ <path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 4.5v.634l.549-.317a.5.5 0 1 1 .5.866L9 6l.549.317a.5.5 0 1 1-.5.866L8.5 6.866V7.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L7 6l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V4.5a.5.5 0 1 1 1 0zM5.5 9h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-medical" viewBox="0 0 16 16">
2
+ <path d="M8.5 4.5a.5.5 0 0 0-1 0v.634l-.549-.317a.5.5 0 1 0-.5.866L7 6l-.549.317a.5.5 0 1 0 .5.866l.549-.317V7.5a.5.5 0 1 0 1 0v-.634l.549.317a.5.5 0 1 0 .5-.866L9 6l.549-.317a.5.5 0 1 0-.5-.866l-.549.317V4.5zM5.5 9a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/>
3
+ <path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-minus-fill" viewBox="0 0 16 16">
2
+ <path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-minus" viewBox="0 0 16 16">
2
+ <path d="M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/>
3
+ <path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-music-fill" viewBox="0 0 16 16">
2
+ <path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-.5 4.11v1.8l-2.5.5v5.09c0 .495-.301.883-.662 1.123C7.974 12.866 7.499 13 7 13c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 10.134 6.501 10 7 10c.356 0 .7.068 1 .196V4.41a1 1 0 0 1 .804-.98l1.5-.3a1 1 0 0 1 1.196.98z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-music" viewBox="0 0 16 16">
2
+ <path d="M10.304 3.13a1 1 0 0 1 1.196.98v1.8l-2.5.5v5.09c0 .495-.301.883-.662 1.123C7.974 12.866 7.499 13 7 13c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 10.134 6.501 10 7 10c.356 0 .7.068 1 .196V4.41a1 1 0 0 1 .804-.98l1.5-.3z"/>
3
+ <path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-pdf-fill" viewBox="0 0 16 16">
2
+ <path d="M5.523 10.424c.14-.082.293-.162.459-.238a7.878 7.878 0 0 1-.45.606c-.28.337-.498.516-.635.572a.266.266 0 0 1-.035.012.282.282 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548zm2.455-1.647c-.119.025-.237.05-.356.078a21.035 21.035 0 0 0 .5-1.05 11.96 11.96 0 0 0 .51.858c-.217.032-.436.07-.654.114zm2.525.939a3.888 3.888 0 0 1-.435-.41c.228.005.434.022.612.054.317.057.466.147.518.209a.095.095 0 0 1 .026.064.436.436 0 0 1-.06.2.307.307 0 0 1-.094.124.107.107 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256zM8.278 4.97c-.04.244-.108.524-.2.829a4.86 4.86 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.517.517 0 0 1 .145-.04c.013.03.028.092.032.198.005.122-.007.277-.038.465z"/>
3
+ <path fill-rule="evenodd" d="M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm.165 11.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.64 11.64 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.856.856 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.844.844 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.76 5.76 0 0 0-1.335-.05 10.954 10.954 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.238 1.238 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a19.707 19.707 0 0 1-1.062 2.227 7.662 7.662 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-pdf" viewBox="0 0 16 16">
2
+ <path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>
3
+ <path d="M4.603 12.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.701 19.701 0 0 0 1.062-2.227 7.269 7.269 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.187-.012.395-.047.614-.084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.753 5.753 0 0 1 1.334.05c.364.065.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.716 5.716 0 0 1-.911-.95 11.642 11.642 0 0 0-1.997.406 11.311 11.311 0 0 1-1.021 1.51c-.29.35-.608.655-.926.787a.793.793 0 0 1-.58.029zm1.379-1.901c-.166.076-.32.156-.459.238-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361.01.022.02.036.026.044a.27.27 0 0 0 .035-.012c.137-.056.355-.235.635-.572a8.18 8.18 0 0 0 .45-.606zm1.64-1.33a12.647 12.647 0 0 1 1.01-.193 11.666 11.666 0 0 1-.51-.858 20.741 20.741 0 0 1-.5 1.05zm2.446.45c.15.162.296.3.435.41.24.19.407.253.498.256a.107.107 0 0 0 .07-.015.307.307 0 0 0 .094-.125.436.436 0 0 0 .059-.2.095.095 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a3.881 3.881 0 0 0-.612-.053zM8.078 5.8a6.7 6.7 0 0 0 .2-.828c.031-.188.043-.343.038-.465a.613.613 0 0 0-.032-.198.517.517 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822.024.111.054.227.09.346z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-person-fill" viewBox="0 0 16 16">
2
+ <path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-1 7a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-3 4c2.623 0 4.146.826 5 1.755V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-1.245C3.854 11.825 5.377 11 8 11z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-person" viewBox="0 0 16 16">
2
+ <path d="M12 1a1 1 0 0 1 1 1v10.755S12 11 8 11s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z"/>
3
+ <path d="M8 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-play-fill" viewBox="0 0 16 16">
2
+ <path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6 5.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V5.884z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-play" viewBox="0 0 16 16">
2
+ <path d="M6 10.117V5.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43z"/>
3
+ <path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-plus-fill" viewBox="0 0 16 16">
2
+ <path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 6v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-plus" viewBox="0 0 16 16">
2
+ <path d="M8.5 6a.5.5 0 0 0-1 0v1.5H6a.5.5 0 0 0 0 1h1.5V10a.5.5 0 0 0 1 0V8.5H10a.5.5 0 0 0 0-1H8.5V6z"/>
3
+ <path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-post-fill" viewBox="0 0 16 16">
2
+ <path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM4.5 3h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h7a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-post" viewBox="0 0 16 16">
2
+ <path d="M4 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-8z"/>
3
+ <path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-ppt-fill" viewBox="0 0 16 16">
2
+ <path d="M8.188 8.5H7V5h1.188a1.75 1.75 0 1 1 0 3.5z"/>
3
+ <path d="M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm3 4a1 1 0 0 0-1 1v6.5a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5H7z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-ppt" viewBox="0 0 16 16">
2
+ <path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>
3
+ <path d="M6 5a1 1 0 0 1 1-1h1.188a2.75 2.75 0 0 1 0 5.5H7v2a.5.5 0 0 1-1 0V5zm1 3.5h1.188a1.75 1.75 0 1 0 0-3.5H7v3.5z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-richtext-fill" viewBox="0 0 16 16">
2
+ <path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V7.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V7s1.54-1.274 1.639-1.208zM5 9h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-richtext" viewBox="0 0 16 16">
2
+ <path d="M7 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V7.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V7s1.54-1.274 1.639-1.208zM5 9a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1H5z"/>
3
+ <path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-ruled-fill" viewBox="0 0 16 16">
2
+ <path d="M12 0H4a2 2 0 0 0-2 2v4h12V2a2 2 0 0 0-2-2zm2 7H6v2h8V7zm0 3H6v2h8v-2zm0 3H6v3h6a2 2 0 0 0 2-2v-1zm-9 3v-3H2v1a2 2 0 0 0 2 2h1zm-3-4h3v-2H2v2zm0-3h3V7H2v2z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-ruled" viewBox="0 0 16 16">
2
+ <path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v4h10V2a1 1 0 0 0-1-1H4zm9 6H6v2h7V7zm0 3H6v2h7v-2zm0 3H6v2h6a1 1 0 0 0 1-1v-1zm-8 2v-2H3v1a1 1 0 0 0 1 1h1zm-2-3h2v-2H3v2zm0-3h2V7H3v2z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-slides-fill" viewBox="0 0 16 16">
2
+ <path d="M7 7.78V5.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 7.778z"/>
3
+ <path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5 4h6a.5.5 0 0 1 .496.438l.5 4A.5.5 0 0 1 11.5 9h-3v2.016c.863.055 1.5.251 1.5.484 0 .276-.895.5-2 .5s-2-.224-2-.5c0-.233.637-.429 1.5-.484V9h-3a.5.5 0 0 1-.496-.562l.5-4A.5.5 0 0 1 5 4z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-slides" viewBox="0 0 16 16">
2
+ <path d="M5 4a.5.5 0 0 0-.496.438l-.5 4A.5.5 0 0 0 4.5 9h3v2.016c-.863.055-1.5.251-1.5.484 0 .276.895.5 2 .5s2-.224 2-.5c0-.233-.637-.429-1.5-.484V9h3a.5.5 0 0 0 .496-.562l-.5-4A.5.5 0 0 0 11 4H5zm2 3.78V5.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 7.778z"/>
3
+ <path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-spreadsheet-fill" viewBox="0 0 16 16">
2
+ <path d="M12 0H4a2 2 0 0 0-2 2v4h12V2a2 2 0 0 0-2-2zm2 7h-4v2h4V7zm0 3h-4v2h4v-2zm0 3h-4v3h2a2 2 0 0 0 2-2v-1zm-5 3v-3H6v3h3zm-4 0v-3H2v1a2 2 0 0 0 2 2h1zm-3-4h3v-2H2v2zm0-3h3V7H2v2zm4 0V7h3v2H6zm0 1h3v2H6v-2z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-spreadsheet" viewBox="0 0 16 16">
2
+ <path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v4h10V2a1 1 0 0 0-1-1H4zm9 6h-3v2h3V7zm0 3h-3v2h3v-2zm0 3h-3v2h2a1 1 0 0 0 1-1v-1zm-4 2v-2H6v2h3zm-4 0v-2H3v1a1 1 0 0 0 1 1h1zm-2-3h2v-2H3v2zm0-3h2V7H3v2zm3-2v2h3V7H6zm3 3H6v2h3v-2z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-text-fill" viewBox="0 0 16 16">
2
+ <path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5 4h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zM5 8h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-text" viewBox="0 0 16 16">
2
+ <path d="M5 4a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zM5 8a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1H5z"/>
3
+ <path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-word-fill" viewBox="0 0 16 16">
2
+ <path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5.485 4.879l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 7.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 1 1 .97-.242z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-word" viewBox="0 0 16 16">
2
+ <path d="M4.879 4.515a.5.5 0 0 1 .606.364l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 7.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 0 1 .364-.606z"/>
3
+ <path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-x-fill" viewBox="0 0 16 16">
2
+ <path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6.854 6.146 8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 1 1 .708-.708z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-x" viewBox="0 0 16 16">
2
+ <path d="M6.146 6.146a.5.5 0 0 1 .708 0L8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 0 1 0-.708z"/>
3
+ <path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-zip-fill" viewBox="0 0 16 16">
2
+ <path d="M8.5 9.438V8.5h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243z"/>
3
+ <path d="M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm2.5 8.5v.938l-.4 1.599a1 1 0 0 0 .416 1.074l.93.62a1 1 0 0 0 1.109 0l.93-.62a1 1 0 0 0 .415-1.074l-.4-1.599V8.5a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1zm1-5.5h-1v1h1v1h-1v1h1v1H9V6H8V5h1V4H8V3h1V2H8V1H6.5v1h1v1z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-zip" viewBox="0 0 16 16">
2
+ <path d="M6.5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.109 0l-.93-.62a1 1 0 0 1-.415-1.074l.4-1.599V7.5zm2 0h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243V7.5z"/>
3
+ <path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm5.5-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9v1H8v1h1v1H8v1h1v1H7.5V5h-1V4h1V3h-1V2h1V1z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file" viewBox="0 0 16 16">
2
+ <path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-files-alt" viewBox="0 0 16 16">
2
+ <path d="M11 0H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2 2 2 0 0 0 2-2V4a2 2 0 0 0-2-2 2 2 0 0 0-2-2zm2 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1V3zM2 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V2z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-files" viewBox="0 0 16 16">
2
+ <path d="M13 0H6a2 2 0 0 0-2 2 2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2 2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 13V4a2 2 0 0 0-2-2H5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1zM3 4a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-aac" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-5.808 8.554a1.732 1.732 0 0 0-.103.633v.495c0 .246.035.455.103.627a.834.834 0 0 0 .299.393.845.845 0 0 0 .477.131.872.872 0 0 0 .402-.088.699.699 0 0 0 .272-.248.8.8 0 0 0 .117-.364h.765v.076a1.268 1.268 0 0 1-.226.674c-.136.194-.32.345-.55.454a1.81 1.81 0 0 1-.785.164c-.36 0-.665-.072-.915-.216a1.424 1.424 0 0 1-.57-.627c-.13-.272-.194-.597-.194-.976v-.498c0-.379.065-.705.196-.978.13-.274.321-.485.571-.633.252-.149.556-.223.912-.223.218 0 .42.032.606.097.187.062.35.153.49.272a1.325 1.325 0 0 1 .465.964v.073h-.765a.85.85 0 0 0-.12-.38.7.7 0 0 0-.272-.261.802.802 0 0 0-.399-.097.814.814 0 0 0-.474.138.868.868 0 0 0-.302.398ZM.8 15.925l.313-1.028H2.45l.314 1.028h.84l-1.335-3.999h-.926l-1.342 4h.8Zm1.002-3.234.489 1.617H1.277l.49-1.617h.035Zm2.63 3.234.313-1.028H6.08l.313 1.028h.841L5.9 11.926h-.926l-1.341 4h.8Zm1.001-3.234.49 1.617H4.909l.49-1.617h.034Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-ai" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2H6v-1h6a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.113 14.82.8 15.85H0l1.342-3.999h.926l1.336 3.999h-.841l-.314-1.028H1.113Zm1.178-.588-.49-1.617h-.034l-.49 1.617h1.014Zm2.425-2.382v3.999h-.791V11.85h.79Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-bmp" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM0 15.849h1.664c.272 0 .512-.044.72-.132.21-.09.374-.219.493-.386.12-.168.179-.372.179-.61a.986.986 0 0 0-.123-.51.846.846 0 0 0-.323-.325 1.084 1.084 0 0 0-.445-.14v-.036a1 1 0 0 0 .352-.16.79.79 0 0 0 .243-.294.932.932 0 0 0 .09-.422c0-.308-.107-.55-.322-.723-.215-.174-.5-.261-.858-.261H0v3.999Zm.785-3.404h.7c.186 0 .33.047.431.14.104.092.155.22.155.384a.52.52 0 0 1-.082.296.497.497 0 0 1-.249.185 1.222 1.222 0 0 1-.433.064H.785v-1.07Zm0 1.62h.75c.154 0 .285.024.393.073a.51.51 0 0 1 .24.211.61.61 0 0 1 .082.325c0 .19-.068.334-.205.434-.137.098-.36.146-.671.146H.785v-1.19Zm3.474 1.784v-2.66h.038l.952 2.16h.515l.947-2.16h.038v2.66h.715V11.85h-.8l-1.14 2.596h-.026l-1.14-2.596h-.805v3.999h.706Zm3.918-3.999h1.6c.289 0 .533.06.732.179.201.117.355.276.46.477.106.201.159.427.159.677 0 .25-.054.476-.162.677-.105.199-.26.357-.462.474a1.452 1.452 0 0 1-.733.173h-.803v1.342h-.79V11.85Zm2.06 1.714a.794.794 0 0 0 .085-.381c0-.226-.062-.4-.185-.521-.123-.122-.294-.182-.512-.182h-.66v1.406h.66a.794.794 0 0 0 .375-.082.574.574 0 0 0 .237-.24Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-cs" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2H8v-1h4a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM3.629 15.29a1.176 1.176 0 0 1-.112-.449h.765a.578.578 0 0 0 .255.384c.07.049.153.087.249.114.096.028.202.041.32.041.163 0 .301-.023.412-.07a.559.559 0 0 0 .255-.193.507.507 0 0 0 .085-.29.387.387 0 0 0-.152-.326c-.102-.08-.256-.144-.463-.193l-.618-.143a1.72 1.72 0 0 1-.54-.214 1.001 1.001 0 0 1-.35-.367 1.068 1.068 0 0 1-.124-.524c0-.244.064-.457.19-.639.128-.181.303-.322.528-.422.225-.1.483-.149.776-.149.305 0 .565.05.78.152.216.102.383.239.5.41.12.17.186.359.2.566h-.75a.56.56 0 0 0-.12-.258.624.624 0 0 0-.246-.181.923.923 0 0 0-.37-.068c-.216 0-.387.05-.512.152a.472.472 0 0 0-.185.384c0 .121.048.22.144.3a.97.97 0 0 0 .404.175l.621.143c.217.05.405.12.566.211.16.09.285.21.375.358.09.148.134.335.134.56 0 .247-.062.466-.187.656a1.216 1.216 0 0 1-.54.439c-.234.105-.52.158-.858.158a2.21 2.21 0 0 1-.665-.09 1.404 1.404 0 0 1-.477-.252 1.13 1.13 0 0 1-.29-.375Zm-2.72-2.23a1.732 1.732 0 0 0-.103.633v.495c0 .246.034.455.102.627a.833.833 0 0 0 .299.392.845.845 0 0 0 .478.132.86.86 0 0 0 .4-.088.7.7 0 0 0 .273-.249.799.799 0 0 0 .118-.363h.764v.076a1.27 1.27 0 0 1-.225.674c-.137.193-.32.345-.551.454a1.81 1.81 0 0 1-.785.164c-.36 0-.664-.072-.914-.217a1.424 1.424 0 0 1-.572-.626C.064 14.892 0 14.567 0 14.188v-.498c0-.38.065-.705.196-.979a1.44 1.44 0 0 1 .572-.633c.252-.148.555-.222.91-.222.22 0 .422.032.607.097.188.062.35.153.49.272a1.324 1.324 0 0 1 .465.964v.073h-.764a.85.85 0 0 0-.12-.38.7.7 0 0 0-.273-.261.803.803 0 0 0-.398-.097.814.814 0 0 0-.475.138.868.868 0 0 0-.302.398Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-css" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM3.397 14.841a1.13 1.13 0 0 0 .401.823c.13.108.289.192.478.252.19.061.411.091.665.091.338 0 .624-.053.859-.158.236-.105.416-.252.539-.44.125-.189.187-.408.187-.656 0-.224-.045-.41-.134-.56a1.001 1.001 0 0 0-.375-.357 2.027 2.027 0 0 0-.566-.21l-.621-.144a.97.97 0 0 1-.404-.176.37.37 0 0 1-.144-.299c0-.156.062-.284.185-.384.125-.101.296-.152.512-.152.143 0 .266.023.37.068a.624.624 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.092 1.092 0 0 0-.2-.566 1.21 1.21 0 0 0-.5-.41 1.813 1.813 0 0 0-.78-.152c-.293 0-.551.05-.776.15-.225.099-.4.24-.527.421-.127.182-.19.395-.19.639 0 .201.04.376.122.524.082.149.2.27.352.367.152.095.332.167.539.213l.618.144c.207.049.361.113.463.193a.387.387 0 0 1 .152.326.505.505 0 0 1-.085.29.559.559 0 0 1-.255.193c-.111.047-.249.07-.413.07-.117 0-.223-.013-.32-.04a.838.838 0 0 1-.248-.115.578.578 0 0 1-.255-.384h-.765ZM.806 13.693c0-.248.034-.46.102-.633a.868.868 0 0 1 .302-.399.814.814 0 0 1 .475-.137c.15 0 .283.032.398.097a.7.7 0 0 1 .272.26.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964 1.441 1.441 0 0 0-.489-.272 1.838 1.838 0 0 0-.606-.097c-.356 0-.66.074-.911.223-.25.148-.44.359-.572.632-.13.274-.196.6-.196.979v.498c0 .379.064.704.193.976.131.271.322.48.572.626.25.145.554.217.914.217.293 0 .554-.055.785-.164.23-.11.414-.26.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.799.799 0 0 1-.118.363.7.7 0 0 1-.272.25.874.874 0 0 1-.401.087.845.845 0 0 1-.478-.132.833.833 0 0 1-.299-.392 1.699 1.699 0 0 1-.102-.627v-.495ZM6.78 15.29a1.176 1.176 0 0 1-.111-.449h.764a.578.578 0 0 0 .255.384c.07.049.154.087.25.114.095.028.201.041.319.041.164 0 .301-.023.413-.07a.559.559 0 0 0 .255-.193.507.507 0 0 0 .085-.29.387.387 0 0 0-.153-.326c-.101-.08-.256-.144-.463-.193l-.618-.143a1.72 1.72 0 0 1-.539-.214 1 1 0 0 1-.351-.367 1.068 1.068 0 0 1-.123-.524c0-.244.063-.457.19-.639.127-.181.303-.322.527-.422.225-.1.484-.149.777-.149.304 0 .564.05.779.152.217.102.384.239.5.41.12.17.187.359.2.566h-.75a.56.56 0 0 0-.12-.258.624.624 0 0 0-.246-.181.923.923 0 0 0-.37-.068c-.216 0-.387.05-.512.152a.472.472 0 0 0-.184.384c0 .121.047.22.143.3a.97.97 0 0 0 .404.175l.621.143c.217.05.406.12.566.211.16.09.285.21.375.358.09.148.135.335.135.56 0 .247-.063.466-.188.656a1.216 1.216 0 0 1-.539.439c-.234.105-.52.158-.858.158-.254 0-.476-.03-.665-.09a1.404 1.404 0 0 1-.478-.252 1.13 1.13 0 0 1-.29-.375Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-csv" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM3.517 14.841a1.13 1.13 0 0 0 .401.823c.13.108.289.192.478.252.19.061.411.091.665.091.338 0 .624-.053.859-.158.236-.105.416-.252.539-.44.125-.189.187-.408.187-.656 0-.224-.045-.41-.134-.56a1.001 1.001 0 0 0-.375-.357 2.027 2.027 0 0 0-.566-.21l-.621-.144a.97.97 0 0 1-.404-.176.37.37 0 0 1-.144-.299c0-.156.062-.284.185-.384.125-.101.296-.152.512-.152.143 0 .266.023.37.068a.624.624 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.092 1.092 0 0 0-.2-.566 1.21 1.21 0 0 0-.5-.41 1.813 1.813 0 0 0-.78-.152c-.293 0-.551.05-.776.15-.225.099-.4.24-.527.421-.127.182-.19.395-.19.639 0 .201.04.376.122.524.082.149.2.27.352.367.152.095.332.167.539.213l.618.144c.207.049.361.113.463.193a.387.387 0 0 1 .152.326.505.505 0 0 1-.085.29.559.559 0 0 1-.255.193c-.111.047-.249.07-.413.07-.117 0-.223-.013-.32-.04a.838.838 0 0 1-.248-.115.578.578 0 0 1-.255-.384h-.765ZM.806 13.693c0-.248.034-.46.102-.633a.868.868 0 0 1 .302-.399.814.814 0 0 1 .475-.137c.15 0 .283.032.398.097a.7.7 0 0 1 .272.26.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964 1.441 1.441 0 0 0-.489-.272 1.838 1.838 0 0 0-.606-.097c-.356 0-.66.074-.911.223-.25.148-.44.359-.572.632-.13.274-.196.6-.196.979v.498c0 .379.064.704.193.976.131.271.322.48.572.626.25.145.554.217.914.217.293 0 .554-.055.785-.164.23-.11.414-.26.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.799.799 0 0 1-.118.363.7.7 0 0 1-.272.25.874.874 0 0 1-.401.087.845.845 0 0 1-.478-.132.833.833 0 0 1-.299-.392 1.699 1.699 0 0 1-.102-.627v-.495Zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879l-1.327 4Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-doc" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-7.839 9.166v.522c0 .256-.039.47-.117.641a.861.861 0 0 1-.322.387.877.877 0 0 1-.469.126.883.883 0 0 1-.471-.126.868.868 0 0 1-.32-.386 1.55 1.55 0 0 1-.117-.642v-.522c0-.257.04-.471.117-.641a.868.868 0 0 1 .32-.387.868.868 0 0 1 .471-.129c.176 0 .332.043.469.13a.861.861 0 0 1 .322.386c.078.17.117.384.117.641Zm.803.519v-.513c0-.377-.068-.7-.205-.972a1.46 1.46 0 0 0-.589-.63c-.254-.147-.56-.22-.917-.22-.355 0-.662.073-.92.22a1.441 1.441 0 0 0-.589.627c-.136.271-.205.596-.205.975v.513c0 .375.069.7.205.973.137.271.333.48.59.627.257.144.564.216.92.216.357 0 .662-.072.916-.216.256-.147.452-.356.59-.627.136-.274.204-.598.204-.973ZM0 11.926v4h1.459c.402 0 .735-.08.999-.238a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084 0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.59-.68c-.263-.156-.598-.234-1.004-.234H0Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592 1.141 1.141 0 0 1-.196.422.8.8 0 0 1-.334.252 1.298 1.298 0 0 1-.483.082H.79V12.57Zm7.422.483a1.732 1.732 0 0 0-.103.633v.495c0 .246.034.455.103.627a.834.834 0 0 0 .298.393.845.845 0 0 0 .478.131.868.868 0 0 0 .401-.088.699.699 0 0 0 .273-.248.8.8 0 0 0 .117-.364h.765v.076a1.268 1.268 0 0 1-.226.674c-.137.194-.32.345-.55.454a1.81 1.81 0 0 1-.786.164c-.36 0-.664-.072-.914-.216a1.424 1.424 0 0 1-.571-.627c-.13-.272-.194-.597-.194-.976v-.498c0-.379.066-.705.197-.978.13-.274.321-.485.571-.633.252-.149.556-.223.911-.223.219 0 .421.032.607.097.187.062.35.153.489.272a1.326 1.326 0 0 1 .466.964v.073H9.78a.85.85 0 0 0-.12-.38.7.7 0 0 0-.273-.261.802.802 0 0 0-.398-.097.814.814 0 0 0-.475.138.868.868 0 0 0-.301.398Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-docx" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-6.839 9.688v-.522a1.54 1.54 0 0 0-.117-.641.861.861 0 0 0-.322-.387.862.862 0 0 0-.469-.129.868.868 0 0 0-.471.13.868.868 0 0 0-.32.386 1.54 1.54 0 0 0-.117.641v.522c0 .256.04.47.117.641a.868.868 0 0 0 .32.387.883.883 0 0 0 .471.126.877.877 0 0 0 .469-.126.861.861 0 0 0 .322-.386 1.55 1.55 0 0 0 .117-.642Zm.803-.516v.513c0 .375-.068.7-.205.973a1.47 1.47 0 0 1-.589.627c-.254.144-.56.216-.917.216a1.86 1.86 0 0 1-.92-.216 1.463 1.463 0 0 1-.589-.627 2.151 2.151 0 0 1-.205-.973v-.513c0-.379.069-.704.205-.975.137-.274.333-.483.59-.627.257-.147.564-.22.92-.22.357 0 .662.073.916.22.256.146.452.356.59.63.136.271.204.595.204.972ZM1 15.925v-3.999h1.459c.406 0 .741.078 1.005.235.264.156.46.382.589.68.13.296.196.655.196 1.074 0 .422-.065.784-.196 1.084-.131.301-.33.53-.595.689-.264.158-.597.237-.999.237H1Zm1.354-3.354H1.79v2.707h.563c.185 0 .346-.028.483-.082a.8.8 0 0 0 .334-.252c.088-.114.153-.254.196-.422a2.3 2.3 0 0 0 .068-.592c0-.3-.04-.552-.118-.753a.89.89 0 0 0-.354-.454c-.158-.102-.361-.152-.61-.152Zm6.756 1.116c0-.248.034-.46.103-.633a.868.868 0 0 1 .301-.398.814.814 0 0 1 .475-.138c.15 0 .283.032.398.097a.7.7 0 0 1 .273.26.85.85 0 0 1 .12.381h.765v-.073a1.33 1.33 0 0 0-.466-.964 1.44 1.44 0 0 0-.49-.272 1.836 1.836 0 0 0-.606-.097c-.355 0-.66.074-.911.223-.25.148-.44.359-.571.633-.131.273-.197.6-.197.978v.498c0 .379.065.704.194.976.13.271.321.48.571.627.25.144.555.216.914.216.293 0 .555-.054.785-.164.23-.11.414-.26.551-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.765a.8.8 0 0 1-.117.364.699.699 0 0 1-.273.248.874.874 0 0 1-.401.088.845.845 0 0 1-.478-.131.834.834 0 0 1-.298-.393 1.7 1.7 0 0 1-.103-.627v-.495Zm5.092-1.76h.894l-1.275 2.006 1.254 1.992h-.908l-.85-1.415h-.035l-.852 1.415h-.862l1.24-2.015-1.228-1.984h.932l.832 1.439h.035l.823-1.439Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-exe" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM2.575 15.202H.785v-1.073H2.47v-.606H.785v-1.025h1.79v-.648H0v3.999h2.575v-.647ZM6.31 11.85h-.893l-.823 1.439h-.036l-.832-1.439h-.931l1.227 1.983-1.239 2.016h.861l.853-1.415h.035l.85 1.415h.908l-1.254-1.992L6.31 11.85Zm1.025 3.352h1.79v.647H6.548V11.85h2.576v.648h-1.79v1.025h1.684v.606H7.334v1.073Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-gif" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2H9v-1h3a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM3.278 13.124a1.403 1.403 0 0 0-.14-.492 1.317 1.317 0 0 0-.314-.407 1.447 1.447 0 0 0-.48-.275 1.88 1.88 0 0 0-.636-.1c-.361 0-.67.076-.926.229a1.48 1.48 0 0 0-.583.632 2.136 2.136 0 0 0-.199.95v.506c0 .272.035.52.105.745.07.224.177.417.32.58.142.162.32.288.533.377.215.088.466.132.753.132.268 0 .5-.037.697-.111a1.29 1.29 0 0 0 .788-.77c.065-.174.097-.358.097-.551v-.797H1.717v.589h.823v.255c0 .132-.03.254-.09.363a.67.67 0 0 1-.273.264.967.967 0 0 1-.457.096.87.87 0 0 1-.519-.146.881.881 0 0 1-.305-.413 1.785 1.785 0 0 1-.096-.615v-.499c0-.365.078-.648.234-.85.158-.2.38-.301.665-.301a.96.96 0 0 1 .3.044c.09.03.17.071.236.126a.689.689 0 0 1 .17.19.797.797 0 0 1 .097.25h.776Zm1.353 2.801v-3.999H3.84v4h.79Zm1.493-1.59v1.59h-.791v-3.999H7.88v.653H6.124v1.117h1.605v.638H6.124Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-heic" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-4.637 8.554a1.732 1.732 0 0 0-.103.633v.495c0 .246.034.455.103.627a.834.834 0 0 0 .299.393.846.846 0 0 0 .477.131.868.868 0 0 0 .401-.088.698.698 0 0 0 .273-.248.8.8 0 0 0 .117-.364h.765v.076a1.268 1.268 0 0 1-.226.674c-.137.194-.32.345-.55.454a1.81 1.81 0 0 1-.786.164c-.36 0-.664-.072-.914-.216a1.424 1.424 0 0 1-.571-.627c-.129-.272-.194-.597-.194-.976v-.498c0-.379.066-.705.197-.978.13-.274.321-.485.571-.633.252-.149.556-.223.911-.223.219 0 .421.032.607.097.187.062.35.153.489.272a1.324 1.324 0 0 1 .466.964v.073h-.765a.85.85 0 0 0-.12-.38.7.7 0 0 0-.273-.261.802.802 0 0 0-.398-.097.814.814 0 0 0-.475.138.868.868 0 0 0-.301.398Zm-6.1-1.128v4h-.79V14.21H.79v1.714H0v-3.999h.791v1.626h1.682v-1.626h.79Zm1.488 3.352h1.79v.647H3.966v-3.999H6.54v.648H4.75v1.025h1.684v.607H4.751v1.072Zm3.163.647v-3.999h-.791v4h.79Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-html" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-9.736 7.35v3.999h-.791v-1.714H1.79v1.714H1V11.85h.791v1.626h1.682V11.85h.79Zm2.251.662v3.337h-.794v-3.337H4.588v-.662h3.064v.662H6.515Zm2.176 3.337v-2.66h.038l.952 2.159h.516l.946-2.16h.038v2.661h.715V11.85h-.8l-1.14 2.596H9.93L8.79 11.85h-.805v3.999h.706Zm4.71-.674h1.696v.674H12.61V11.85h.79v3.325Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-java" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.521 15.175a1.321 1.321 0 0 1-.082-.466h.765a.577.577 0 0 0 .073.27.499.499 0 0 0 .454.246c.19 0 .33-.055.422-.164.092-.11.138-.265.138-.466V11.85h.79v2.725c0 .44-.118.774-.357 1.005-.236.23-.564.345-.984.345a1.59 1.59 0 0 1-.568-.094 1.144 1.144 0 0 1-.408-.266 1.139 1.139 0 0 1-.243-.39Zm3.972-.354-.314 1.028h-.8l1.342-3.999h.926l1.336 3.999h-.84l-.314-1.028H5.493Zm1.178-.59-.49-1.616h-.035l-.49 1.617h1.015Zm2.342 1.618h.952l1.327-3.999h-.878l-.888 3.138h-.038L8.59 11.85h-.917l1.34 3.999Zm3.087-1.028-.314 1.028h-.8l1.342-3.999h.926l1.336 3.999h-.84l-.314-1.028H12.1Zm1.178-.59-.49-1.616h-.035l-.49 1.617h1.015Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-jpg" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-4.34 8.132c.076.153.123.317.14.492h-.776a.797.797 0 0 0-.097-.249.689.689 0 0 0-.17-.19.707.707 0 0 0-.237-.126.96.96 0 0 0-.299-.044c-.285 0-.507.1-.665.302-.156.201-.234.484-.234.85v.498c0 .234.032.439.097.615a.881.881 0 0 0 .304.413.87.87 0 0 0 .519.146.967.967 0 0 0 .457-.096.67.67 0 0 0 .272-.264c.06-.11.091-.23.091-.363v-.255H8.24v-.59h1.576v.798c0 .193-.032.377-.097.55a1.29 1.29 0 0 1-.293.458 1.37 1.37 0 0 1-.495.313c-.197.074-.43.111-.697.111a1.98 1.98 0 0 1-.753-.132 1.447 1.447 0 0 1-.533-.377 1.58 1.58 0 0 1-.32-.58 2.482 2.482 0 0 1-.105-.745v-.506c0-.362.066-.678.2-.95.134-.271.328-.482.582-.633.256-.152.565-.228.926-.228.238 0 .45.033.636.1.187.066.347.158.48.275.133.117.238.253.314.407ZM0 14.786c0 .164.027.319.082.465.055.147.136.277.243.39.11.113.245.202.407.267.164.062.354.093.569.093.42 0 .748-.115.984-.345.238-.23.358-.566.358-1.005v-2.725h-.791v2.745c0 .202-.046.357-.138.466-.092.11-.233.164-.422.164a.499.499 0 0 1-.454-.246.577.577 0 0 1-.073-.27H0Zm4.92-2.86H3.322v4h.791v-1.343h.803c.287 0 .531-.057.732-.172.203-.118.358-.276.463-.475.108-.201.161-.427.161-.677 0-.25-.052-.475-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.546 1.333a.795.795 0 0 1-.085.381.574.574 0 0 1-.238.24.794.794 0 0 1-.375.082H4.11v-1.406h.66c.218 0 .389.06.512.182.123.12.185.295.185.521Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-js" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2H8v-1h4a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM3.186 15.29a1.176 1.176 0 0 1-.111-.449h.765a.578.578 0 0 0 .255.384c.07.049.153.087.249.114.095.028.202.041.319.041.164 0 .302-.023.413-.07a.559.559 0 0 0 .255-.193.507.507 0 0 0 .085-.29.387.387 0 0 0-.153-.326c-.101-.08-.255-.144-.462-.193l-.619-.143a1.72 1.72 0 0 1-.539-.214 1.001 1.001 0 0 1-.351-.367 1.068 1.068 0 0 1-.123-.524c0-.244.063-.457.19-.639.127-.181.303-.322.528-.422.224-.1.483-.149.776-.149.305 0 .564.05.78.152.216.102.383.239.5.41.12.17.186.359.2.566h-.75a.56.56 0 0 0-.12-.258.624.624 0 0 0-.247-.181.923.923 0 0 0-.369-.068c-.217 0-.388.05-.513.152a.472.472 0 0 0-.184.384c0 .121.048.22.143.3a.97.97 0 0 0 .405.175l.62.143c.218.05.406.12.566.211.16.09.285.21.375.358.09.148.135.335.135.56 0 .247-.063.466-.188.656a1.216 1.216 0 0 1-.539.439c-.234.105-.52.158-.858.158-.254 0-.476-.03-.665-.09a1.404 1.404 0 0 1-.478-.252 1.13 1.13 0 0 1-.29-.375Zm-3.104-.033A1.32 1.32 0 0 1 0 14.791h.765a.576.576 0 0 0 .073.27.499.499 0 0 0 .454.246c.19 0 .33-.055.422-.164.092-.11.138-.265.138-.466v-2.745h.79v2.725c0 .44-.119.774-.357 1.005-.236.23-.564.345-.984.345a1.59 1.59 0 0 1-.569-.094 1.145 1.145 0 0 1-.407-.266 1.14 1.14 0 0 1-.243-.39Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-json" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM4.151 15.29a1.176 1.176 0 0 1-.111-.449h.764a.578.578 0 0 0 .255.384c.07.049.154.087.25.114.095.028.201.041.319.041.164 0 .301-.023.413-.07a.559.559 0 0 0 .255-.193.507.507 0 0 0 .084-.29.387.387 0 0 0-.152-.326c-.101-.08-.256-.144-.463-.193l-.618-.143a1.72 1.72 0 0 1-.539-.214 1.001 1.001 0 0 1-.352-.367 1.068 1.068 0 0 1-.123-.524c0-.244.064-.457.19-.639.128-.181.304-.322.528-.422.225-.1.484-.149.777-.149.304 0 .564.05.779.152.217.102.384.239.5.41.12.17.186.359.2.566h-.75a.56.56 0 0 0-.12-.258.624.624 0 0 0-.246-.181.923.923 0 0 0-.37-.068c-.216 0-.387.05-.512.152a.472.472 0 0 0-.185.384c0 .121.048.22.144.3a.97.97 0 0 0 .404.175l.621.143c.217.05.406.12.566.211a1 1 0 0 1 .375.358c.09.148.135.335.135.56 0 .247-.063.466-.188.656a1.216 1.216 0 0 1-.539.439c-.234.105-.52.158-.858.158-.254 0-.476-.03-.665-.09a1.404 1.404 0 0 1-.478-.252 1.13 1.13 0 0 1-.29-.375Zm-3.104-.033a1.32 1.32 0 0 1-.082-.466h.764a.576.576 0 0 0 .074.27.499.499 0 0 0 .454.246c.19 0 .33-.055.422-.164.091-.11.137-.265.137-.466v-2.745h.791v2.725c0 .44-.119.774-.357 1.005-.237.23-.565.345-.985.345a1.59 1.59 0 0 1-.568-.094 1.145 1.145 0 0 1-.407-.266 1.14 1.14 0 0 1-.243-.39Zm9.091-1.585v.522c0 .256-.039.47-.117.641a.862.862 0 0 1-.322.387.877.877 0 0 1-.47.126.883.883 0 0 1-.47-.126.87.87 0 0 1-.32-.387 1.55 1.55 0 0 1-.117-.641v-.522c0-.258.039-.471.117-.641a.87.87 0 0 1 .32-.387.868.868 0 0 1 .47-.129c.177 0 .333.043.47.129a.862.862 0 0 1 .322.387c.078.17.117.383.117.641Zm.803.519v-.513c0-.377-.069-.701-.205-.973a1.46 1.46 0 0 0-.59-.63c-.253-.146-.559-.22-.916-.22-.356 0-.662.074-.92.22a1.441 1.441 0 0 0-.589.628c-.137.271-.205.596-.205.975v.513c0 .375.068.699.205.973.137.271.333.48.589.626.258.145.564.217.92.217.357 0 .663-.072.917-.217.256-.146.452-.355.589-.626.136-.274.205-.598.205-.973Zm1.29-.935v2.675h-.746v-3.999h.662l1.752 2.66h.032v-2.66h.75v4h-.656l-1.761-2.676h-.032Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-jsx" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM3.075 14.841a1.13 1.13 0 0 0 .401.823c.13.108.288.192.478.252.19.061.411.091.665.091.338 0 .624-.053.858-.158.237-.105.416-.252.54-.44a1.17 1.17 0 0 0 .187-.656c0-.224-.045-.41-.135-.56a1.001 1.001 0 0 0-.375-.357 2.027 2.027 0 0 0-.565-.21l-.621-.144a.97.97 0 0 1-.405-.176.37.37 0 0 1-.143-.299c0-.156.061-.284.184-.384.125-.101.296-.152.513-.152.143 0 .266.023.37.068a.624.624 0 0 1 .245.181.56.56 0 0 1 .12.258h.75a1.092 1.092 0 0 0-.199-.566 1.21 1.21 0 0 0-.5-.41 1.813 1.813 0 0 0-.78-.152c-.293 0-.552.05-.776.15-.225.099-.4.24-.528.421-.127.182-.19.395-.19.639 0 .201.04.376.123.524.082.149.199.27.351.367.153.095.332.167.54.213l.618.144c.207.049.36.113.462.193a.387.387 0 0 1 .153.326.512.512 0 0 1-.085.29.559.559 0 0 1-.255.193c-.111.047-.249.07-.413.07-.117 0-.224-.013-.32-.04a.837.837 0 0 1-.248-.115.578.578 0 0 1-.255-.384h-.765ZM0 14.791c0 .165.027.32.082.466.055.147.136.277.243.39.11.113.245.202.407.267.164.062.354.093.569.093.42 0 .748-.115.984-.346.238-.23.358-.565.358-1.004v-2.725h-.791v2.745c0 .201-.046.357-.138.466-.092.11-.233.164-.422.164a.499.499 0 0 1-.454-.246.576.576 0 0 1-.073-.27H0Zm8.907-2.859H9.8l-1.274 2.007L9.78 15.93h-.908l-.85-1.415h-.035l-.853 1.415h-.861l1.24-2.016-1.228-1.983h.931l.832 1.438h.036l.823-1.438Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-key" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM3.21 11.85h-.87L.83 13.64H.79v-1.79H0v3.999h.791v-1.283l.41-.466 1.12 1.749h.951l-1.488-2.276 1.427-1.723Zm2.903 3.352h-1.79v-1.073h1.685v-.606H4.323v-1.025h1.79v-.648H3.538v3.999h2.575v-.647Zm2.243-.888v1.535h-.794v-1.52L6.223 11.85H7.1l.853 1.696h.032l.855-1.696h.856l-1.339 2.464Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-m4p" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM.706 15.849v-2.66h.038l.952 2.16h.516l.946-2.16h.038v2.66h.715V11.85h-.8l-1.14 2.596h-.026L.805 11.85H0v3.999h.706Zm5.237-3.999c-.262.434-.525.867-.79 1.3-.265.434-.514.87-.748 1.31v.648h1.937v.741h.74v-.741h.49v-.639h-.49V11.85H5.944Zm-.82 2.62v-.021c.18-.34.37-.68.571-1.017.203-.338.405-.666.607-.984h.04v2.021H5.124Zm2.893-2.62h1.6c.289 0 .533.06.732.179.201.117.355.276.46.477.106.201.158.427.158.677 0 .25-.053.476-.16.677-.106.199-.26.357-.464.474a1.452 1.452 0 0 1-.732.173h-.803v1.342h-.79V11.85Zm2.06 1.714a.795.795 0 0 0 .085-.381c0-.226-.062-.4-.185-.521-.123-.122-.294-.182-.513-.182h-.659v1.406h.66a.794.794 0 0 0 .374-.082.574.574 0 0 0 .238-.24Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-md" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2H9v-1h3a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM.706 13.189v2.66H0V11.85h.806l1.14 2.596h.026l1.14-2.596h.8v3.999h-.716v-2.66h-.038l-.946 2.159h-.516l-.952-2.16H.706Zm3.919 2.66V11.85h1.459c.406 0 .741.078 1.005.234.263.157.46.383.589.68.13.297.196.655.196 1.075 0 .422-.066.784-.196 1.084-.131.301-.33.53-.595.689-.264.158-.597.237-1 .237H4.626Zm1.353-3.354h-.562v2.707h.562c.186 0 .347-.028.484-.082a.8.8 0 0 0 .334-.252 1.14 1.14 0 0 0 .196-.422c.045-.168.067-.365.067-.592a2.1 2.1 0 0 0-.117-.753.89.89 0 0 0-.354-.454c-.159-.102-.362-.152-.61-.152Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-mdx" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM.706 15.849v-2.66h.038l.952 2.159h.516l.946-2.16h.038v2.661h.715V11.85h-.8l-1.14 2.596h-.026L.805 11.85H0v3.999h.706Zm3.559-3.999v3.999h1.459c.402 0 .735-.08.999-.237a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084 0-.42-.066-.778-.196-1.075a1.426 1.426 0 0 0-.59-.68c-.263-.156-.598-.234-1.004-.234h-1.46Zm.79.645h.563c.248 0 .451.05.61.152a.89.89 0 0 1 .354.454c.078.201.117.452.117.753 0 .227-.022.424-.067.592a1.14 1.14 0 0 1-.196.422.8.8 0 0 1-.334.252 1.298 1.298 0 0 1-.484.082h-.562v-2.707Zm4.787-.645h.894L9.46 13.857l1.254 1.992h-.908l-.85-1.415h-.035l-.852 1.415h-.862l1.24-2.016L7.22 11.85h.932l.832 1.439h.035l.823-1.439Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-mov" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-6.914 9.166v.522c0 .256-.04.47-.117.641a.861.861 0 0 1-.323.387.877.877 0 0 1-.468.126.883.883 0 0 1-.472-.126.869.869 0 0 1-.32-.386 1.55 1.55 0 0 1-.117-.642v-.522c0-.257.04-.471.118-.641a.869.869 0 0 1 .319-.387.868.868 0 0 1 .472-.129c.175 0 .332.043.468.13a.861.861 0 0 1 .323.386c.078.17.117.384.117.641Zm.802.519v-.513c0-.377-.068-.7-.205-.972a1.46 1.46 0 0 0-.588-.63c-.254-.147-.56-.22-.917-.22-.356 0-.663.073-.92.22a1.441 1.441 0 0 0-.59.627c-.136.271-.204.596-.204.975v.513c0 .375.068.7.205.973.136.271.333.48.589.627.257.144.564.216.92.216.357 0 .663-.072.917-.216.255-.147.452-.356.588-.627.137-.274.205-.598.205-.973Zm-7.182 1.74v-2.66h.038l.952 2.16h.516l.946-2.16h.038v2.66h.715v-3.999h-.8l-1.14 2.596h-.026l-1.14-2.596H0v4h.706Zm9.54 0h-.952l-1.34-3.999h.918l.896 3.138h.038l.888-3.138h.879l-1.327 4Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-mp3" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-4.911 9.67h-.443v-.609h.422a.688.688 0 0 0 .322-.073.558.558 0 0 0 .22-.2.505.505 0 0 0 .076-.284.49.49 0 0 0-.176-.392.652.652 0 0 0-.442-.15.74.74 0 0 0-.252.041.625.625 0 0 0-.193.112.496.496 0 0 0-.179.349H7.71c.006-.157.04-.302.102-.437.063-.135.153-.252.27-.352.117-.101.26-.18.428-.237.17-.057.364-.086.583-.088.279-.002.52.042.723.132.203.09.36.214.472.372a.91.91 0 0 1 .173.539.833.833 0 0 1-.12.478.96.96 0 0 1-.619.439v.041a1.008 1.008 0 0 1 .718.434.909.909 0 0 1 .144.521c.002.19-.037.359-.117.507a1.104 1.104 0 0 1-.329.378c-.14.101-.302.18-.486.234-.182.053-.376.08-.583.08-.3 0-.558-.051-.77-.153a1.206 1.206 0 0 1-.487-.41 1.094 1.094 0 0 1-.178-.563h.726a.457.457 0 0 0 .106.258.664.664 0 0 0 .249.179.98.98 0 0 0 .357.067.903.903 0 0 0 .384-.076.598.598 0 0 0 .252-.217.56.56 0 0 0 .088-.319.556.556 0 0 0-.334-.522.81.81 0 0 0-.372-.079ZM.706 15.925v-2.66h.038l.952 2.16h.516l.946-2.16h.038v2.66h.715v-3.999h-.8l-1.14 2.596h-.026l-1.14-2.596H0v4h.706Zm5.458-3.999h-1.6v4h.792v-1.342h.803c.287 0 .53-.058.732-.173.203-.118.357-.276.463-.475a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.475-.158-.677a1.175 1.175 0 0 0-.46-.477 1.4 1.4 0 0 0-.733-.179Zm.545 1.333a.795.795 0 0 1-.085.381.574.574 0 0 1-.237.24.793.793 0 0 1-.375.082h-.66v-1.406h.66c.219 0 .39.06.513.182.123.12.184.295.184.521Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-mp4" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM.706 15.849v-2.66h.038l.952 2.16h.516l.946-2.16h.038v2.66h.715V11.85h-.8l-1.14 2.596h-.026L.805 11.85H0v3.999h.706Zm5.278-3.999h-1.6v3.999h.792v-1.342h.803c.287 0 .53-.057.732-.173.203-.117.357-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477 1.4 1.4 0 0 0-.733-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.237.241.794.794 0 0 1-.375.082h-.66V12.48h.66c.219 0 .39.06.513.181.123.122.184.296.184.522Zm1.505-.032c.266-.434.53-.867.791-1.301h1.14v2.62h.49v.638h-.49v.741h-.741v-.741H7.287v-.648c.235-.44.484-.876.747-1.31Zm-.029 1.298v.02h1.219v-2.021h-.041c-.201.318-.404.646-.607.984-.2.338-.391.677-.571 1.017Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-otf" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM2.622 13.666v.522c0 .256-.039.47-.117.641a.861.861 0 0 1-.322.387.877.877 0 0 1-.47.126.883.883 0 0 1-.47-.126.868.868 0 0 1-.32-.386 1.55 1.55 0 0 1-.117-.642v-.522c0-.257.039-.471.117-.641a.868.868 0 0 1 .32-.387.868.868 0 0 1 .47-.129c.177 0 .333.043.47.13a.861.861 0 0 1 .322.386c.078.17.117.384.117.641Zm.803.519v-.513c0-.377-.069-.7-.205-.972a1.46 1.46 0 0 0-.59-.63c-.253-.147-.559-.22-.916-.22-.356 0-.662.073-.92.22a1.441 1.441 0 0 0-.589.627c-.137.271-.205.596-.205.975v.513c0 .375.068.7.205.973.137.271.333.48.589.627.258.144.564.216.92.216.357 0 .663-.072.917-.216a1.47 1.47 0 0 0 .589-.627c.136-.274.205-.598.205-.973Zm2 1.74v-3.337H6.56v-.662H3.497v.662H4.63v3.337h.794Zm2.251-1.59v1.59h-.79v-3.999h2.548v.653H7.676v1.117h1.606v.638H7.676Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-pdf" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.6 11.85H0v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.238.241.794.794 0 0 1-.375.082H.788V12.48h.66c.218 0 .389.06.512.181.123.122.185.296.185.522Zm1.217-1.333v3.999h1.46c.401 0 .734-.08.998-.237a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084 0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.589-.68c-.264-.156-.599-.234-1.005-.234H3.362Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592 1.14 1.14 0 0 1-.196.422.8.8 0 0 1-.334.252 1.298 1.298 0 0 1-.483.082h-.563v-2.707Zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638H7.896Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-php" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.6 11.85H0v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.238.241.794.794 0 0 1-.375.082H.788V12.48h.66c.218 0 .389.06.512.181.123.122.185.295.185.522Zm4.48 2.666V11.85h-.79v1.626H4.153V11.85h-.79v3.999h.79v-1.714h1.682v1.714h.79Zm.703-3.999h1.6c.288 0 .533.06.732.179.2.117.354.276.46.477.105.201.158.427.158.677 0 .25-.054.476-.161.677-.106.199-.26.357-.463.474a1.452 1.452 0 0 1-.733.173H8.12v1.342h-.791V11.85Zm2.06 1.714a.795.795 0 0 0 .084-.381c0-.227-.061-.4-.184-.521-.123-.122-.294-.182-.513-.182h-.66v1.406h.66a.794.794 0 0 0 .375-.082.574.574 0 0 0 .237-.24Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-png" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5Zm-3.76 8.132c.076.153.123.317.14.492h-.776a.797.797 0 0 0-.097-.249.689.689 0 0 0-.17-.19.707.707 0 0 0-.237-.126.96.96 0 0 0-.299-.044c-.285 0-.506.1-.665.302-.156.201-.234.484-.234.85v.498c0 .234.032.439.097.615a.881.881 0 0 0 .304.413.87.87 0 0 0 .519.146.967.967 0 0 0 .457-.096.67.67 0 0 0 .272-.264c.06-.11.091-.23.091-.363v-.255H8.82v-.59h1.576v.798c0 .193-.032.377-.097.55a1.29 1.29 0 0 1-.293.458 1.37 1.37 0 0 1-.495.313c-.197.074-.43.111-.697.111a1.98 1.98 0 0 1-.753-.132 1.447 1.447 0 0 1-.533-.377 1.58 1.58 0 0 1-.32-.58 2.482 2.482 0 0 1-.105-.745v-.506c0-.362.067-.678.2-.95.134-.271.328-.482.582-.633.256-.152.565-.228.926-.228.238 0 .45.033.636.1.187.066.348.158.48.275.133.117.238.253.314.407Zm-8.64-.706H0v4h.791v-1.343h.803c.287 0 .531-.057.732-.172.203-.118.358-.276.463-.475a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.475-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.381.574.574 0 0 1-.238.24.794.794 0 0 1-.375.082H.788v-1.406h.66c.218 0 .389.06.512.182.123.12.185.295.185.521Zm1.964 2.666V13.25h.032l1.761 2.675h.656v-3.999h-.75v2.66h-.032l-1.752-2.66h-.662v4h.747Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-ppt" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.6 11.85H0v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.238.241.794.794 0 0 1-.375.082H.788V12.48h.66c.218 0 .389.06.512.181.123.122.185.296.185.522Zm2.817-1.333h-1.6v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173.203-.117.358-.275.463-.474.108-.201.161-.427.161-.677 0-.25-.052-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.238.241.793.793 0 0 1-.375.082H4.15V12.48h.66c.218 0 .389.06.512.181.123.122.185.296.185.522Zm2.767-.67v3.336H7.48v-3.337H6.346v-.662h3.065v.662H8.274Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-pptx" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.5 11.85h1.6c.289 0 .533.06.732.179.201.117.355.276.46.477.105.201.158.427.158.677 0 .25-.054.476-.16.677-.106.199-.26.357-.464.474a1.452 1.452 0 0 1-.732.173H2.29v1.342H1.5V11.85Zm2.06 1.714a.795.795 0 0 0 .085-.381c0-.226-.062-.4-.185-.521-.123-.122-.294-.182-.513-.182h-.659v1.406h.66a.794.794 0 0 0 .374-.082.574.574 0 0 0 .238-.24Zm1.302-1.714h1.6c.289 0 .533.06.732.179.201.117.355.276.46.477.106.201.158.427.158.677 0 .25-.053.476-.16.677-.106.199-.26.357-.464.474a1.452 1.452 0 0 1-.732.173h-.803v1.342h-.79V11.85Zm2.06 1.714a.795.795 0 0 0 .085-.381c0-.226-.062-.4-.185-.521-.123-.122-.294-.182-.513-.182H5.65v1.406h.66a.793.793 0 0 0 .374-.082.574.574 0 0 0 .238-.24Zm2.852 2.285v-3.337h1.137v-.662H7.846v.662H8.98v3.337h.794Zm3.796-3.999h.893l-1.274 2.007 1.254 1.992h-.908l-.85-1.415h-.035l-.853 1.415h-.861l1.24-2.016-1.228-1.983h.931l.832 1.439h.035l.824-1.439Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-psd" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2h-.5v-1h.5a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM3.116 14.841a1.13 1.13 0 0 0 .401.823c.13.108.288.192.478.252.19.061.411.091.665.091.338 0 .624-.053.858-.158.237-.105.416-.252.54-.44a1.17 1.17 0 0 0 .187-.656c0-.224-.045-.41-.135-.56a1 1 0 0 0-.375-.357 2.027 2.027 0 0 0-.565-.21l-.621-.144a.97.97 0 0 1-.405-.176.37.37 0 0 1-.143-.299c0-.156.061-.284.184-.384.125-.101.296-.152.513-.152.143 0 .266.023.37.068a.625.625 0 0 1 .245.181.56.56 0 0 1 .12.258h.75a1.092 1.092 0 0 0-.199-.566 1.21 1.21 0 0 0-.5-.41 1.813 1.813 0 0 0-.78-.152c-.293 0-.552.05-.776.15-.225.099-.4.24-.528.421-.127.182-.19.395-.19.639 0 .201.04.376.123.524.082.149.199.27.351.367.153.095.332.167.54.213l.618.144c.207.049.36.113.462.193a.387.387 0 0 1 .153.326.505.505 0 0 1-.085.29.559.559 0 0 1-.255.193c-.111.047-.249.07-.413.07-.117 0-.224-.013-.32-.04a.837.837 0 0 1-.248-.115.578.578 0 0 1-.255-.384h-.765ZM1.6 11.932H0v4h.791v-1.343h.803c.287 0 .531-.057.732-.173.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.238.241.793.793 0 0 1-.375.082H.788v-1.406h.66c.218 0 .389.06.512.182.123.12.185.295.185.521Zm4.609 2.666v-3.999h1.459c.406 0 .74.078 1.004.234.264.157.46.383.59.68.13.297.195.655.195 1.075 0 .422-.065.784-.196 1.084-.13.301-.329.53-.594.689-.264.158-.597.237-1 .237H6.755Zm1.353-3.354h-.562v2.707h.562c.186 0 .347-.028.483-.082a.8.8 0 0 0 .334-.252 1.14 1.14 0 0 0 .197-.422c.045-.168.067-.366.067-.592a2.1 2.1 0 0 0-.117-.753.89.89 0 0 0-.355-.454c-.158-.102-.36-.152-.609-.152Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-py" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2H7v-1h5a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM0 11.85h1.6c.289 0 .533.06.732.179.201.117.355.276.46.477.105.201.158.427.158.677 0 .25-.054.476-.16.677-.106.199-.26.357-.464.474a1.452 1.452 0 0 1-.732.173H.79v1.342H0V11.85Zm2.06 1.714a.795.795 0 0 0 .085-.381c0-.227-.062-.4-.185-.521-.123-.122-.294-.182-.513-.182H.788v1.406h.66a.794.794 0 0 0 .374-.082.574.574 0 0 0 .238-.24Zm2.963.75v1.535H4.23v-1.52L2.89 11.85h.876l.853 1.696h.032l.856-1.696h.855l-1.339 2.464Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-raw" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.597 11.85H0v3.999h.782v-1.491h.71l.7 1.491h1.651l.313-1.028h1.336l.314 1.028h.84L5.31 11.85h-.925l-1.329 3.96-.783-1.572A1.18 1.18 0 0 0 3 13.116c0-.256-.056-.479-.167-.668a1.098 1.098 0 0 0-.478-.44 1.669 1.669 0 0 0-.758-.158Zm-.815 1.913v-1.292h.7a.74.74 0 0 1 .507.17c.13.113.194.276.194.49 0 .21-.065.368-.194.474-.127.105-.3.158-.518.158H.782Zm4.063-1.148.489 1.617H4.32l.49-1.617h.035Zm4.006.445-.74 2.789h-.73L6.326 11.85h.855l.601 2.903h.038l.706-2.903h.683l.706 2.903h.04l.596-2.903h.858l-1.055 3.999h-.73l-.74-2.789H8.85Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-rb" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2H8v-1h4a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM0 11.85h1.597c.297 0 .55.053.758.158.21.104.369.25.478.44.111.19.167.412.167.668a1.18 1.18 0 0 1-.727 1.122l.803 1.611h-.885l-.7-1.491H.782v1.491H0V11.85Zm.782.621v1.292h.689c.218 0 .391-.053.518-.158.13-.106.194-.264.194-.475 0-.213-.065-.376-.194-.489a.74.74 0 0 0-.507-.17h-.7Zm4.426 3.378H3.544V11.85h1.67c.357 0 .643.087.858.26.215.175.322.416.322.724a.94.94 0 0 1-.09.422.79.79 0 0 1-.244.293 1.002 1.002 0 0 1-.351.161v.035c.162.016.31.063.445.141a.846.846 0 0 1 .322.325.986.986 0 0 1 .123.51c0 .238-.06.441-.178.61-.12.167-.284.296-.492.386a1.85 1.85 0 0 1-.721.132Zm-.179-3.404h-.7v1.07h.521c.178 0 .323-.022.434-.065a.497.497 0 0 0 .249-.185.52.52 0 0 0 .082-.296.486.486 0 0 0-.155-.384c-.102-.093-.245-.14-.43-.14Zm.05 1.62h-.75v1.19h.589c.31 0 .534-.05.67-.147a.503.503 0 0 0 .206-.434.614.614 0 0 0-.082-.325.51.51 0 0 0-.24-.21.946.946 0 0 0-.393-.074Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-sass" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.41 15.29a1.176 1.176 0 0 1-.111-.449h.764a.578.578 0 0 0 .255.384.81.81 0 0 0 .25.114c.095.028.201.041.319.041.164 0 .301-.023.413-.07a.559.559 0 0 0 .255-.193.506.506 0 0 0 .084-.29.387.387 0 0 0-.152-.326c-.101-.08-.256-.144-.463-.193l-.618-.143a1.72 1.72 0 0 1-.539-.214 1.001 1.001 0 0 1-.352-.367 1.068 1.068 0 0 1-.123-.524c0-.244.064-.457.19-.639.128-.181.304-.322.528-.422.225-.1.484-.149.777-.149.304 0 .564.05.779.152.217.102.384.239.5.41.12.17.186.359.2.566h-.75a.56.56 0 0 0-.12-.258.624.624 0 0 0-.246-.181.923.923 0 0 0-.37-.068c-.216 0-.387.05-.512.152a.472.472 0 0 0-.185.384c0 .121.048.22.144.3a.97.97 0 0 0 .404.175l.621.143c.217.05.406.12.566.211.16.09.285.21.375.358.09.148.135.335.135.56 0 .247-.063.466-.188.656a1.216 1.216 0 0 1-.539.439c-.234.105-.52.158-.858.158-.254 0-.476-.03-.665-.09a1.404 1.404 0 0 1-.478-.252 1.13 1.13 0 0 1-.29-.375Zm4.188-.387-.313 1.028h-.8l1.342-3.999h.926l1.335 4h-.84l-.314-1.03H5.598Zm1.178-.59-.49-1.616h-.034l-.49 1.617h1.014Zm1.352.528a1.13 1.13 0 0 0 .401.823c.13.108.289.192.478.252.19.061.411.091.665.091.338 0 .624-.053.859-.158.236-.105.416-.252.539-.44.125-.189.187-.408.187-.656 0-.224-.045-.41-.134-.56a1.002 1.002 0 0 0-.375-.357 2.028 2.028 0 0 0-.566-.21l-.621-.144a.97.97 0 0 1-.404-.176.37.37 0 0 1-.144-.299c0-.156.062-.284.185-.384.125-.101.296-.152.512-.152.143 0 .266.023.37.068a.623.623 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.093 1.093 0 0 0-.2-.566 1.21 1.21 0 0 0-.5-.41 1.813 1.813 0 0 0-.78-.152c-.293 0-.552.05-.776.15-.225.099-.4.24-.527.421-.127.182-.19.395-.19.639 0 .201.04.376.122.524.082.149.2.27.352.367.152.095.332.167.539.213l.618.144c.207.049.361.113.463.193a.387.387 0 0 1 .152.326.505.505 0 0 1-.085.29.558.558 0 0 1-.255.193c-.111.047-.249.07-.413.07-.117 0-.223-.013-.32-.04a.838.838 0 0 1-.248-.115.578.578 0 0 1-.255-.384h-.765Zm3.503.449a1.178 1.178 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384c.07.049.154.087.25.114.095.028.201.041.319.041.164 0 .301-.023.413-.07a.558.558 0 0 0 .255-.193.507.507 0 0 0 .085-.29.387.387 0 0 0-.153-.326c-.101-.08-.256-.144-.463-.193l-.618-.143a1.72 1.72 0 0 1-.539-.214 1.002 1.002 0 0 1-.351-.367 1.068 1.068 0 0 1-.123-.524c0-.244.063-.457.19-.639.127-.181.303-.322.527-.422.225-.1.484-.149.777-.149.304 0 .564.05.779.152.217.102.384.239.5.41.12.17.186.359.2.566h-.75a.56.56 0 0 0-.12-.258.623.623 0 0 0-.246-.181.923.923 0 0 0-.37-.068c-.216 0-.387.05-.512.152a.472.472 0 0 0-.184.384c0 .121.047.22.143.3a.97.97 0 0 0 .404.175l.621.143c.217.05.406.12.566.211.16.09.285.21.375.358.09.148.135.335.135.56 0 .247-.063.466-.188.656a1.216 1.216 0 0 1-.539.439c-.234.105-.52.158-.858.158a2.19 2.19 0 0 1-.665-.09 1.404 1.404 0 0 1-.478-.252 1.131 1.131 0 0 1-.29-.375Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-scss" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.356 15.29a1.176 1.176 0 0 1-.111-.449h.765a.578.578 0 0 0 .255.384c.07.049.153.087.249.114.095.028.202.041.319.041.164 0 .302-.023.413-.07a.559.559 0 0 0 .255-.193.506.506 0 0 0 .085-.29.387.387 0 0 0-.153-.326c-.101-.08-.255-.144-.462-.193l-.619-.143a1.72 1.72 0 0 1-.539-.214 1.001 1.001 0 0 1-.351-.367 1.068 1.068 0 0 1-.123-.524c0-.244.063-.457.19-.639.127-.181.303-.322.528-.422.224-.1.483-.149.776-.149.305 0 .564.05.78.152.216.102.383.239.5.41.12.17.186.359.2.566h-.75a.56.56 0 0 0-.12-.258.624.624 0 0 0-.247-.181.923.923 0 0 0-.369-.068c-.217 0-.388.05-.513.152a.472.472 0 0 0-.184.384c0 .121.048.22.143.3a.97.97 0 0 0 .405.175l.62.143c.217.05.406.12.566.211.16.09.285.21.375.358.09.148.135.335.135.56 0 .247-.063.466-.188.656a1.216 1.216 0 0 1-.539.439c-.234.105-.52.158-.858.158-.254 0-.476-.03-.665-.09a1.404 1.404 0 0 1-.478-.252 1.13 1.13 0 0 1-.29-.375Zm4.274-2.23a1.732 1.732 0 0 0-.103.633v.495c0 .246.034.455.103.627a.833.833 0 0 0 .298.392.846.846 0 0 0 .478.132.868.868 0 0 0 .401-.088.7.7 0 0 0 .273-.249.798.798 0 0 0 .117-.363h.765v.076a1.27 1.27 0 0 1-.226.674 1.39 1.39 0 0 1-.55.454 1.81 1.81 0 0 1-.786.164c-.36 0-.664-.072-.914-.217a1.424 1.424 0 0 1-.571-.626c-.13-.272-.194-.597-.194-.976v-.498c0-.38.066-.705.197-.979a1.44 1.44 0 0 1 .57-.633c.253-.148.557-.222.912-.222.219 0 .421.032.607.097.187.062.35.153.489.272a1.324 1.324 0 0 1 .466.964v.073h-.765a.85.85 0 0 0-.12-.38.7.7 0 0 0-.273-.261.803.803 0 0 0-.398-.097.814.814 0 0 0-.475.138.868.868 0 0 0-.301.398Zm2.609 1.781a1.13 1.13 0 0 0 .401.823c.129.108.288.192.478.252.19.061.41.091.665.091.338 0 .624-.053.858-.158.236-.105.416-.252.54-.44a1.17 1.17 0 0 0 .187-.656c0-.224-.045-.41-.135-.56a1.002 1.002 0 0 0-.375-.357 2.028 2.028 0 0 0-.566-.21l-.62-.144a.97.97 0 0 1-.405-.176.37.37 0 0 1-.143-.299c0-.156.061-.284.184-.384.125-.101.296-.152.513-.152.142 0 .265.023.369.068a.623.623 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.091 1.091 0 0 0-.2-.566 1.21 1.21 0 0 0-.5-.41 1.813 1.813 0 0 0-.78-.152c-.292 0-.551.05-.776.15-.224.099-.4.24-.527.421-.127.182-.19.395-.19.639 0 .201.04.376.123.524.082.149.199.27.351.367.152.095.332.167.54.213l.617.144c.207.049.362.113.463.193a.387.387 0 0 1 .153.326.512.512 0 0 1-.085.29.558.558 0 0 1-.255.193 1.07 1.07 0 0 1-.413.07c-.118 0-.224-.013-.32-.04a.837.837 0 0 1-.249-.115.578.578 0 0 1-.255-.384H8.24Zm3.502.449a1.176 1.176 0 0 1-.11-.449h.764a.578.578 0 0 0 .255.384c.07.049.153.087.249.114.095.028.202.041.319.041.164 0 .302-.023.413-.07a.558.558 0 0 0 .255-.193.506.506 0 0 0 .085-.29.387.387 0 0 0-.152-.326c-.102-.08-.256-.144-.463-.193l-.618-.143a1.72 1.72 0 0 1-.54-.214 1.002 1.002 0 0 1-.351-.367 1.068 1.068 0 0 1-.123-.524c0-.244.063-.457.19-.639.127-.181.303-.322.528-.422.224-.1.483-.149.776-.149.305 0 .565.05.78.152.216.102.383.239.5.41.12.17.186.359.2.566h-.75a.56.56 0 0 0-.12-.258.623.623 0 0 0-.247-.181.923.923 0 0 0-.369-.068c-.217 0-.387.05-.512.152a.472.472 0 0 0-.185.384c0 .121.048.22.143.3a.97.97 0 0 0 .405.175l.62.143c.218.05.406.12.566.211.16.09.285.21.375.358.09.148.135.335.135.56 0 .247-.062.466-.187.656a1.217 1.217 0 0 1-.54.439c-.234.105-.52.158-.858.158-.254 0-.476-.03-.665-.09a1.404 1.404 0 0 1-.478-.252 1.131 1.131 0 0 1-.29-.375Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-sh" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2H8v-1h4a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM.111 15.29A1.176 1.176 0 0 1 0 14.84h.765a.578.578 0 0 0 .255.384c.07.049.153.087.249.114.095.028.202.041.319.041.164 0 .302-.023.413-.07a.559.559 0 0 0 .255-.193.507.507 0 0 0 .085-.29.387.387 0 0 0-.153-.326c-.101-.08-.255-.144-.462-.193l-.619-.143a1.72 1.72 0 0 1-.539-.214 1.001 1.001 0 0 1-.351-.367 1.068 1.068 0 0 1-.123-.524c0-.244.063-.457.19-.639.127-.181.303-.322.528-.422.224-.1.483-.149.776-.149.305 0 .564.05.78.152.216.102.383.239.5.41.12.17.186.359.2.566h-.75a.56.56 0 0 0-.12-.258.624.624 0 0 0-.247-.181.923.923 0 0 0-.369-.068c-.217 0-.388.05-.513.152a.472.472 0 0 0-.184.384c0 .121.048.22.143.3a.97.97 0 0 0 .405.175l.62.143c.218.05.406.12.566.211.16.09.285.21.375.358.09.148.135.335.135.56 0 .247-.063.466-.188.656a1.216 1.216 0 0 1-.539.439c-.234.105-.52.158-.858.158-.254 0-.476-.03-.665-.09a1.404 1.404 0 0 1-.478-.252 1.13 1.13 0 0 1-.29-.375Zm6.67-3.358v4h-.79v-1.715H4.308v1.714h-.792v-3.999h.792v1.626H5.99v-1.626h.791Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-sql" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM0 14.841a1.129 1.129 0 0 0 .401.823c.13.108.288.192.478.252s.411.091.665.091c.338 0 .624-.053.858-.158.237-.106.416-.252.54-.44a1.17 1.17 0 0 0 .187-.656c0-.224-.045-.41-.135-.56a1 1 0 0 0-.375-.357 2.027 2.027 0 0 0-.565-.21l-.621-.144a.97.97 0 0 1-.405-.176.369.369 0 0 1-.143-.299c0-.156.061-.284.184-.384.125-.101.296-.152.513-.152.143 0 .266.022.37.068a.624.624 0 0 1 .245.181.56.56 0 0 1 .12.258h.75a1.092 1.092 0 0 0-.199-.566 1.21 1.21 0 0 0-.5-.41 1.813 1.813 0 0 0-.78-.152c-.293 0-.552.05-.776.15-.225.099-.4.24-.528.421-.127.182-.19.395-.19.639 0 .201.04.376.123.524.082.149.199.27.351.367.153.095.332.167.54.213l.618.144c.207.049.36.113.462.193a.387.387 0 0 1 .153.325c0 .11-.029.207-.085.29A.558.558 0 0 1 2 15.31c-.111.047-.249.07-.413.07-.117 0-.224-.013-.32-.04a.835.835 0 0 1-.248-.115.579.579 0 0 1-.255-.384H0Zm6.878 1.489-.507-.739c.176-.162.31-.362.401-.6.092-.239.138-.507.138-.806v-.501c0-.371-.07-.693-.208-.967a1.495 1.495 0 0 0-.589-.636c-.256-.15-.561-.225-.917-.225-.351 0-.656.075-.914.225-.256.149-.453.36-.592.636a2.138 2.138 0 0 0-.205.967v.5c0 .37.069.691.205.965.139.273.336.485.592.636a1.8 1.8 0 0 0 .914.222 1.8 1.8 0 0 0 .6-.1l.294.422h.788ZM4.262 14.2v-.522c0-.246.038-.456.114-.63a.91.91 0 0 1 .325-.398.885.885 0 0 1 .495-.138c.192 0 .357.046.495.138a.88.88 0 0 1 .325.398c.077.174.115.384.115.63v.522c0 .164-.018.312-.053.445-.035.13-.087.244-.155.34l-.106-.14-.105-.147h-.733l.451.65a.638.638 0 0 1-.251.047.872.872 0 0 1-.487-.147.916.916 0 0 1-.32-.404 1.67 1.67 0 0 1-.11-.644Zm3.986 1.057h1.696v.674H7.457v-3.999h.79v3.325Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filetype-svg" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM0 14.841a1.13 1.13 0 0 0 .401.823c.13.108.288.192.478.252.19.061.411.091.665.091.338 0 .624-.053.858-.158.237-.105.416-.252.54-.44a1.17 1.17 0 0 0 .187-.656c0-.224-.045-.41-.135-.56a1 1 0 0 0-.375-.357 2.027 2.027 0 0 0-.565-.21l-.621-.144a.97.97 0 0 1-.405-.176.37.37 0 0 1-.143-.299c0-.156.061-.284.184-.384.125-.101.296-.152.513-.152.143 0 .266.023.37.068a.625.625 0 0 1 .245.181.56.56 0 0 1 .12.258h.75a1.092 1.092 0 0 0-.199-.566 1.21 1.21 0 0 0-.5-.41 1.813 1.813 0 0 0-.78-.152c-.293 0-.552.05-.776.15-.225.099-.4.24-.528.421-.127.182-.19.395-.19.639 0 .201.04.376.123.524.082.149.199.27.351.367.153.095.332.167.54.213l.618.144c.207.049.36.113.462.193a.387.387 0 0 1 .153.326.512.512 0 0 1-.085.29.559.559 0 0 1-.256.193c-.111.047-.249.07-.413.07-.117 0-.224-.013-.32-.04a.837.837 0 0 1-.248-.115.578.578 0 0 1-.255-.384H0Zm4.575 1.09h.952l1.327-3.999h-.879l-.887 3.138H5.05l-.897-3.138h-.917l1.339 4Zm5.483-3.293c.076.152.123.316.14.492h-.776a.797.797 0 0 0-.096-.249.689.689 0 0 0-.17-.19.707.707 0 0 0-.237-.126.963.963 0 0 0-.3-.044c-.284 0-.506.1-.664.302-.157.2-.235.484-.235.85v.497c0 .235.033.44.097.616a.881.881 0 0 0 .305.413.87.87 0 0 0 .518.146.965.965 0 0 0 .457-.097.67.67 0 0 0 .273-.263c.06-.11.09-.23.09-.364v-.254h-.823v-.59h1.576v.798c0 .193-.032.377-.096.55a1.29 1.29 0 0 1-.293.457 1.37 1.37 0 0 1-.495.314c-.198.074-.43.111-.698.111a1.98 1.98 0 0 1-.752-.132 1.447 1.447 0 0 1-.534-.377 1.58 1.58 0 0 1-.319-.58 2.482 2.482 0 0 1-.105-.745v-.507c0-.36.066-.677.199-.949.134-.271.329-.482.583-.633.256-.152.564-.228.926-.228.238 0 .45.033.635.1.188.066.348.158.48.275.134.117.238.253.314.407Z"/>
3
+ </svg>