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,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-send-fill" viewBox="0 0 16 16">
2
+ <path d="M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855H.766l-.452.18a.5.5 0 0 0-.082.887l.41.26.001.002 4.995 3.178 3.178 4.995.002.002.26.41a.5.5 0 0 0 .886-.083l6-15Zm-1.833 1.89L6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471-.47 1.178Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-send-plus-fill" viewBox="0 0 16 16">
2
+ <path d="M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855H.766l-.452.18a.5.5 0 0 0-.082.887l.41.26.001.002 4.995 3.178 1.59 2.498C8 14 8 13 8 12.5a4.5 4.5 0 0 1 5.026-4.47L15.964.686Zm-1.833 1.89L6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471-.47 1.178Z"/>
3
+ <path d="M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm-3.5-2a.5.5 0 0 0-.5.5v1h-1a.5.5 0 0 0 0 1h1v1a.5.5 0 0 0 1 0v-1h1a.5.5 0 0 0 0-1h-1v-1a.5.5 0 0 0-.5-.5Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-send-plus" viewBox="0 0 16 16">
2
+ <path d="M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855a.75.75 0 0 0-.124 1.329l4.995 3.178 1.531 2.406a.5.5 0 0 0 .844-.536L6.637 10.07l7.494-7.494-1.895 4.738a.5.5 0 1 0 .928.372l2.8-7Zm-2.54 1.183L5.93 9.363 1.591 6.602l11.833-4.733Z"/>
3
+ <path d="M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm-3.5-2a.5.5 0 0 0-.5.5v1h-1a.5.5 0 0 0 0 1h1v1a.5.5 0 0 0 1 0v-1h1a.5.5 0 0 0 0-1h-1v-1a.5.5 0 0 0-.5-.5Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-send-slash-fill" viewBox="0 0 16 16">
2
+ <path d="M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855H.766l-.452.18a.5.5 0 0 0-.082.887l.41.26.001.002 4.995 3.178 1.59 2.498C8 14 8 13 8 12.5a4.5 4.5 0 0 1 5.026-4.47L15.964.686Zm-1.833 1.89L6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471-.47 1.178Z"/>
3
+ <path d="M14.975 10.025a3.5 3.5 0 1 0-4.95 4.95 3.5 3.5 0 0 0 4.95-4.95Zm-4.243.707a2.501 2.501 0 0 1 3.147-.318l-3.465 3.465a2.501 2.501 0 0 1 .318-3.147Zm.39 3.854 3.464-3.465a2.501 2.501 0 0 1-3.465 3.465Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-send-slash" viewBox="0 0 16 16">
2
+ <path d="M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855a.75.75 0 0 0-.124 1.329l4.995 3.178 1.531 2.406a.5.5 0 0 0 .844-.536L6.637 10.07l7.494-7.494-1.895 4.738a.5.5 0 1 0 .928.372l2.8-7Zm-2.54 1.183L5.93 9.363 1.591 6.602l11.833-4.733Z"/>
3
+ <path d="M14.975 10.025a3.5 3.5 0 1 0-4.95 4.95 3.5 3.5 0 0 0 4.95-4.95Zm-4.243.707a2.501 2.501 0 0 1 3.147-.318l-3.465 3.465a2.501 2.501 0 0 1 .318-3.147Zm.39 3.854 3.464-3.465a2.501 2.501 0 0 1-3.465 3.465Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-send-x-fill" viewBox="0 0 16 16">
2
+ <path d="M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855H.766l-.452.18a.5.5 0 0 0-.082.887l.41.26.001.002 4.995 3.178 1.59 2.498C8 14 8 13 8 12.5a4.5 4.5 0 0 1 5.026-4.47L15.964.686Zm-1.833 1.89L6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471-.47 1.178Z"/>
3
+ <path d="M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm-4.854-1.354a.5.5 0 0 0 0 .708l.647.646-.647.646a.5.5 0 0 0 .708.708l.646-.647.646.647a.5.5 0 0 0 .708-.708l-.647-.646.647-.646a.5.5 0 0 0-.708-.708l-.646.647-.646-.647a.5.5 0 0 0-.708 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-send-x" viewBox="0 0 16 16">
2
+ <path d="M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855a.75.75 0 0 0-.124 1.329l4.995 3.178 1.531 2.406a.5.5 0 0 0 .844-.536L6.637 10.07l7.494-7.494-1.895 4.738a.5.5 0 1 0 .928.372l2.8-7Zm-2.54 1.183L5.93 9.363 1.591 6.602l11.833-4.733Z"/>
3
+ <path d="M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm-4.854-1.354a.5.5 0 0 0 0 .708l.647.646-.647.646a.5.5 0 0 0 .708.708l.646-.647.646.647a.5.5 0 0 0 .708-.708l-.647-.646.647-.646a.5.5 0 0 0-.708-.708l-.646.647-.646-.647a.5.5 0 0 0-.708 0Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-send" viewBox="0 0 16 16">
2
+ <path d="M15.854.146a.5.5 0 0 1 .11.54l-5.819 14.547a.75.75 0 0 1-1.329.124l-3.178-4.995L.643 7.184a.75.75 0 0 1 .124-1.33L15.314.037a.5.5 0 0 1 .54.11ZM6.636 10.07l2.761 4.338L14.13 2.576 6.636 10.07Zm6.787-8.201L1.591 6.602l4.339 2.76 7.494-7.493Z"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-server" viewBox="0 0 16 16">
2
+ <path d="M1.333 2.667C1.333 1.194 4.318 0 8 0s6.667 1.194 6.667 2.667V4c0 1.473-2.985 2.667-6.667 2.667S1.333 5.473 1.333 4V2.667z"/>
3
+ <path d="M1.333 6.334v3C1.333 10.805 4.318 12 8 12s6.667-1.194 6.667-2.667V6.334a6.51 6.51 0 0 1-1.458.79C11.81 7.684 9.967 8 8 8c-1.966 0-3.809-.317-5.208-.876a6.508 6.508 0 0 1-1.458-.79z"/>
4
+ <path d="M14.667 11.668a6.51 6.51 0 0 1-1.458.789c-1.4.56-3.242.876-5.21.876-1.966 0-3.809-.316-5.208-.876a6.51 6.51 0 0 1-1.458-.79v1.666C1.333 14.806 4.318 16 8 16s6.667-1.194 6.667-2.667v-1.665z"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share-fill" viewBox="0 0 16 16">
2
+ <path d="M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-share" viewBox="0 0 16 16">
2
+ <path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield-check" viewBox="0 0 16 16">
2
+ <path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>
3
+ <path d="M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 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-shield-exclamation" viewBox="0 0 16 16">
2
+ <path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>
3
+ <path d="M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0L7.1 4.995z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield-fill-check" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm2.146 5.146a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield-fill-exclamation" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm-.55 8.502L7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0zM8.002 12a1 1 0 1 1 0-2 1 1 0 0 1 0 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-shield-fill-minus" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zM6 7.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1H6z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield-fill-plus" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm-.5 5a.5.5 0 0 1 1 0v1.5H10a.5.5 0 0 1 0 1H8.5V9a.5.5 0 0 1-1 0V7.5H6a.5.5 0 0 1 0-1h1.5V5z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield-fill-x" viewBox="0 0 16 16">
2
+ <path d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zM6.854 5.146 8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 1 1 .708-.708z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield-fill" viewBox="0 0 16 16">
2
+ <path d="M5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield-lock-fill" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm0 5a1.5 1.5 0 0 1 .5 2.915l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99A1.5 1.5 0 0 1 8 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-shield-lock" viewBox="0 0 16 16">
2
+ <path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>
3
+ <path d="M9.5 6.5a1.5 1.5 0 0 1-1 1.415l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99a1.5 1.5 0 1 1 2-1.415z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield-minus" viewBox="0 0 16 16">
2
+ <path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>
3
+ <path d="M5.5 7a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield-plus" viewBox="0 0 16 16">
2
+ <path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>
3
+ <path d="M8 4.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V9a.5.5 0 0 1-1 0V7.5H6a.5.5 0 0 1 0-1h1.5V5a.5.5 0 0 1 .5-.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-shield-shaded" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M8 14.933a.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067v13.866zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield-slash-fill" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M1.093 3.093c-.465 4.275.885 7.46 2.513 9.589a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.32 11.32 0 0 0 1.733-1.525L1.093 3.093zm12.215 8.215L3.128 1.128A61.369 61.369 0 0 1 5.073.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.483 3.626-.332 6.491-1.551 8.616zm.338 3.046-13-13 .708-.708 13 13-.707.707z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield-slash" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M1.093 3.093c-.465 4.275.885 7.46 2.513 9.589a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.32 11.32 0 0 0 1.733-1.525l-.745-.745a10.27 10.27 0 0 1-1.578 1.392c-.346.244-.652.42-.893.533-.12.057-.218.095-.293.118a.55.55 0 0 1-.101.025.615.615 0 0 1-.1-.025 2.348 2.348 0 0 1-.294-.118 6.141 6.141 0 0 1-.893-.533 10.725 10.725 0 0 1-2.287-2.233C3.053 10.228 1.879 7.594 2.06 4.06l-.967-.967zM3.98 1.98l-.852-.852A58.935 58.935 0 0 1 5.072.559C6.157.266 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.483 3.626-.332 6.491-1.551 8.616l-.77-.77c1.042-1.915 1.72-4.469 1.29-7.702a.48.48 0 0 0-.33-.39c-.65-.213-1.75-.56-2.836-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524a49.7 49.7 0 0 0-1.357.39zm9.666 12.374-13-13 .708-.708 13 13-.707.707z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield-x" viewBox="0 0 16 16">
2
+ <path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>
3
+ <path d="M6.146 5.146a.5.5 0 0 1 .708 0L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 0 1 0-.708z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shield" viewBox="0 0 16 16">
2
+ <path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shift-fill" viewBox="0 0 16 16">
2
+ <path d="M7.27 2.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3H1.654C.78 10.5.326 9.455.924 8.816L7.27 2.047z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shift" viewBox="0 0 16 16">
2
+ <path d="M7.27 2.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3H1.654C.78 10.5.326 9.455.924 8.816L7.27 2.047zM14.346 9.5 8 2.731 1.654 9.5H4.5a1 1 0 0 1 1 1v3h5v-3a1 1 0 0 1 1-1h2.846z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shop-window" viewBox="0 0 16 16">
2
+ <path d="M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.371 2.371 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976l2.61-3.045zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0zM1.5 8.5A.5.5 0 0 1 2 9v6h12V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5zm2 .5a.5.5 0 0 1 .5.5V13h8V9.5a.5.5 0 0 1 1 0V13a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.5a.5.5 0 0 1 .5-.5z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shop" viewBox="0 0 16 16">
2
+ <path d="M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.371 2.371 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976l2.61-3.045zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0zM1.5 8.5A.5.5 0 0 1 2 9v6h1v-5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v5h6V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5zM4 15h3v-5H4v5zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-3zm3 0h-2v3h2v-3z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-shuffle" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418.49.552.865 1.102 1.126 1.532.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.624 9.624 0 0 0 7.556 8a9.624 9.624 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.595 10.595 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.624 9.624 0 0 0 6.444 8a9.624 9.624 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5z"/>
3
+ <path d="M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192zm0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-dead-end-fill" viewBox="0 0 16 16">
2
+ <path d="M5.116 6.28h.32c.395 0 .582.24.582.722 0 .48-.186.718-.581.718h-.321V6.28Zm3.636.066.268.845h-.552l.27-.845h.014Zm1.327-.066h.32c.394 0 .582.24.582.722 0 .48-.186.718-.582.718h-.32V6.28Zm-.792 3h.32c.395 0 .582.24.582.722 0 .48-.186.718-.581.718h-.32V9.28Z"/>
3
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435ZM4.782 6h.69c.596 0 .886.355.886.998S6.066 8 5.473 8h-.69V6ZM7.82 7.72V8H6.571V6H7.82v.28h-.917v.57h.863v.268h-.863v.602h.917Zm.397.28h-.34l.688-2h.371l.689 2h-.352l-.177-.554h-.702L8.216 8Zm1.53-2h.69c.596 0 .886.355.886.998S11.03 8 10.436 8h-.69V6Zm-2.923 4.72V11H5.575V9h1.248v.28h-.917v.57h.863v.268h-.863v.602h.917Zm.572.28h-.32V9h.294l.933 1.436h.014V9h.32v2h-.292l-.936-1.44h-.013V11Zm1.56-2h.69c.596 0 .886.355.886.998S10.238 11 9.645 11h-.69V9Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-dead-end" viewBox="0 0 16 16">
2
+ <path d="M4.783 6v2h.69c.593 0 .886-.359.886-1.002S6.07 6 5.473 6h-.69Zm.333.28h.32c.395 0 .582.24.582.722 0 .48-.186.718-.581.718h-.321V6.28ZM7.82 7.72h-.918v-.602h.863V6.85h-.863v-.57h.917V6H6.571v2H7.82v-.28Zm.573-.274L8.216 8h-.34l.688-2h.371l.689 2h-.352l-.177-.554h-.702Zm.627-.255-.268-.845h-.015l-.27.845h.553ZM9.746 6v2h.69c.593 0 .886-.359.886-1.002S11.032 6 10.436 6h-.69Zm.333.28h.32c.394 0 .582.24.582.722 0 .48-.186.718-.582.718h-.32V6.28Zm-4.173 4.44h.917V11H5.575V9h1.248v.28h-.917v.57h.863v.268h-.863v.602Zm1.489.28V9.56h.013L8.344 11h.292V9h-.32v1.436h-.014L7.369 9h-.293v2h.319Zm1.56 0V9h.69c.596 0 .886.355.886.998S10.238 11 9.645 11h-.69Zm.653-1.72h-.32v1.44h.32c.395 0 .581-.239.581-.718 0-.481-.187-.722-.581-.722Z"/>
3
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435Zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-do-not-enter-fill" viewBox="0 0 16 16">
2
+ <path d="M4.237 4.28h-.32v1.44h.32c.396 0 .582-.239.582-.718 0-.481-.188-.722-.582-.722Zm2.392.859v-.277c0-.413-.211-.617-.494-.617-.285 0-.495.204-.495.617v.277c0 .414.21.618.495.618.283 0 .494-.204.494-.618Zm4.163 0v-.277c0-.413-.211-.617-.494-.617-.285 0-.495.204-.495.617v.277c0 .414.21.618.495.618.283 0 .494-.204.494-.618Zm.006 5.828v-.694h.39c.231 0 .378.126.378.354 0 .225-.142.34-.387.34h-.38Z"/>
3
+ <path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16ZM3.584 6V4h.69c.596 0 .886.355.886.998S4.867 6 4.274 6h-.69Zm3.382-1.135v.272c0 .566-.318.903-.83.903-.513 0-.833-.337-.833-.903v-.272c0-.569.32-.904.832-.904.513 0 .83.337.83.904Zm1.021-.305V6h-.319V4h.293l.933 1.436h.015V4h.319v2h-.291L8 4.56h-.013Zm3.142.305v.272c0 .566-.318.903-.83.903-.513 0-.833-.337-.833-.903v-.272c0-.569.32-.904.832-.904.513 0 .83.337.83.904Zm.899-.58V6h-.333V4.285h-.584V4h1.503v.285h-.586ZM5.413 11.72V12H4.165v-2h1.248v.28h-.917v.57h.862v.268h-.862v.602h.917Zm.572.28h-.32v-2h.294l.933 1.436h.014v-1.435h.32V12h-.292l-.936-1.44h-.013V12Zm2.279 0H7.93v-1.715h-.584V10H8.85v.284h-.586V12Zm1.953-.28V12H8.97v-2h1.248v.28H9.3v.57h.863v.268H9.3v.602h.917ZM11.235 10c.42 0 .674.244.674.616a.575.575 0 0 1-.368.56l.404.824h-.373l-.36-.769h-.414V12h-.328v-2h.765ZM3.5 7h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5Z"/>
4
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-do-not-enter" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M3.584 6V4h.69c.596 0 .886.355.886.998S4.867 6 4.274 6h-.69Zm.653-1.72h-.32v1.44h.32c.396 0 .582-.239.582-.718 0-.481-.188-.722-.582-.722Zm2.729.585v.272c0 .566-.318.903-.83.903-.513 0-.833-.337-.833-.903v-.272c0-.569.32-.904.832-.904.513 0 .83.337.83.904Zm-.337.274v-.277c0-.413-.211-.617-.494-.617-.285 0-.495.204-.495.617v.277c0 .414.21.618.495.618.283 0 .494-.204.494-.618Z"/>
3
+ <path d="M7.987 4.56V6h-.319V4h.293l.933 1.436h.015V4h.319v2h-.291L8 4.56h-.013Z"/>
4
+ <path fill-rule="evenodd" d="M11.129 4.865v.272c0 .566-.318.903-.83.903-.513 0-.833-.337-.833-.903v-.272c0-.569.32-.904.832-.904.513 0 .83.337.83.904Zm-.337.274v-.277c0-.413-.211-.617-.494-.617-.285 0-.495.204-.495.617v.277c0 .414.21.618.495.618.283 0 .494-.204.494-.618Z"/>
5
+ <path d="M12.028 4.285V6h-.333V4.285h-.584V4h1.503v.285h-.586ZM4.496 11.72h.917V12H4.165v-2h1.248v.28h-.917v.57h.862v.268h-.862v.602Zm1.489-1.16V12h-.32v-2h.294l.933 1.436h.014v-1.435h.32V12h-.292l-.936-1.44h-.013Zm2.279-.275V12H7.93v-1.715h-.584V10H8.85v.284h-.586ZM9.3 11.72h.917V12H8.97v-2h1.248v.28H9.3v.57h.863v.268H9.3v.602Z"/>
6
+ <path fill-rule="evenodd" d="M10.47 10h.765c.42 0 .674.244.674.616a.575.575 0 0 1-.368.56l.404.824h-.373l-.36-.769h-.414V12h-.328v-2Zm.328.273v.694h.381c.245 0 .387-.115.387-.34 0-.228-.147-.354-.378-.354h-.39Z"/>
7
+ <path d="M3.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-9Z"/>
8
+ <path fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Zm0-1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z"/>
9
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-intersection-fill" viewBox="0 0 16 16">
2
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435ZM7.25 4h1.5v3.25H12v1.5H8.75V12h-1.5V8.75H4v-1.5h3.25V4Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-intersection-side-fill" viewBox="0 0 16 16">
2
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435ZM6.25 4h1.5v3.25H11v1.5H7.75V12h-1.5V4Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-intersection-side" viewBox="0 0 16 16">
2
+ <path d="M6.25 4v8h1.5V8.75H11v-1.5H7.75V4h-1.5Z"/>
3
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435Zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-intersection-t-fill" viewBox="0 0 16 16">
2
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435ZM5 5h6v1.5H8.75V12h-1.5V6.5H5V5Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-intersection-t" viewBox="0 0 16 16">
2
+ <path d="M5 5v1.5h2.25V12h1.5V6.5H11V5H5Z"/>
3
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435Zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-intersection-y-fill" viewBox="0 0 16 16">
2
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435Zm1.443 4.762 1.014 1.106L8.75 8.83V12h-1.5V8.83L4.493 6.303l1.014-1.106L8 7.483l2.493-2.286Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-intersection-y" viewBox="0 0 16 16">
2
+ <path d="M10.493 5.197 8 7.483 5.507 5.197 4.493 6.303 7.25 8.83V12h1.5V8.83l2.757-2.527-1.014-1.106Z"/>
3
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435Zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-intersection" viewBox="0 0 16 16">
2
+ <path d="M7.25 4v3.25H4v1.5h3.25V12h1.5V8.75H12v-1.5H8.75V4h-1.5Z"/>
3
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435Zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-merge-left-fill" viewBox="0 0 16 16">
2
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435ZM7.25 6H6.034a.25.25 0 0 1-.192-.41l1.966-2.36a.25.25 0 0 1 .384 0l1.966 2.36a.25.25 0 0 1-.192.41H8.75v6h-1.5V8.823c-.551.686-1.229 1.363-1.88 2.015l-.016.016-.708-.708c.757-.756 1.48-1.48 2.016-2.196.25-.333.448-.649.588-.95V6Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-merge-left" viewBox="0 0 16 16">
2
+ <path d="M7.25 6v1c-.14.301-.338.617-.588.95-.537.716-1.259 1.44-2.016 2.196l.708.708.015-.016c.652-.652 1.33-1.33 1.881-2.015V12h1.5V6h1.216a.25.25 0 0 0 .192-.41L8.192 3.23a.25.25 0 0 0-.384 0L5.842 5.59a.25.25 0 0 0 .192.41H7.25Z"/>
3
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435Zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-merge-right-fill" viewBox="0 0 16 16">
2
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435ZM8.75 6v1c.14.301.338.617.588.95.537.716 1.259 1.44 2.016 2.196l-.708.708-.015-.016c-.652-.652-1.33-1.33-1.881-2.015V12h-1.5V6H6.034a.25.25 0 0 1-.192-.41l1.966-2.36a.25.25 0 0 1 .384 0l1.966 2.36a.25.25 0 0 1-.192.41H8.75Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-merge-right" viewBox="0 0 16 16">
2
+ <path d="M8.75 6v1c.14.301.338.617.588.95.537.716 1.259 1.44 2.016 2.196l-.708.708-.015-.016c-.652-.652-1.33-1.33-1.881-2.015V12h-1.5V6H6.034a.25.25 0 0 1-.192-.41l1.966-2.36a.25.25 0 0 1 .384 0l1.966 2.36a.25.25 0 0 1-.192.41H8.75Z"/>
3
+ <path fill-rule="evenodd" d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435Zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-no-left-turn-fill" viewBox="0 0 16 16">
2
+ <path d="M2 13.292A8 8 0 0 1 13.293 2L9.195 6.099A2.501 2.501 0 0 0 8.5 6H7V4.534a.25.25 0 0 0-.41-.192L4.23 6.308a.25.25 0 0 0 0 .384l2.36 1.966a.265.265 0 0 0 .026.02L2 13.291Zm.708.708A8 8 0 0 0 14 2.707l-3.885 3.884C10.656 7.05 11 7.735 11 8.5V11h-1V8.5c0-.489-.234-.923-.596-1.197l-6.696 6.696Z"/>
3
+ <path d="M8.293 7 7 8.293V7h1.293Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-no-left-turn" viewBox="0 0 16 16">
2
+ <path d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8Zm3.416 5.29 5.988-5.987c.362.274.596.708.596 1.197V11h1V8.5c0-.765-.344-1.45-.885-1.908l3.176-3.176a7 7 0 0 1-9.874 9.874Zm-.707-.706a7 7 0 0 1 9.874-9.874L9.196 6.097A2.501 2.501 0 0 0 8.5 6H7V4.534a.25.25 0 0 0-.41-.192L4.23 6.308a.25.25 0 0 0 0 .384l2.36 1.966a.265.265 0 0 0 .026.02l-3.907 3.906ZM8.293 7 7 8.293V7h1.293Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-no-parking-fill" viewBox="0 0 16 16">
2
+ <path d="M13.292 14A8 8 0 0 1 2 2.707l3.5 3.5V12h1.283V9.164h1.674L13.292 14Zm.708-.708-4.37-4.37C10.5 8.524 11 7.662 11 6.587c0-1.482-.955-2.584-2.538-2.584H5.5v.79L2.708 2.002A8 8 0 0 1 14 13.293Z"/>
3
+ <path d="M6.777 7.485v.59h.59l-.59-.59Zm1.949.535L6.777 6.07v-.966H8.27c.893 0 1.419.539 1.419 1.482 0 .769-.35 1.273-.963 1.433Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-no-parking" viewBox="0 0 16 16">
2
+ <path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Zm5.29-3.416L9.63 8.923C10.5 8.523 11 7.66 11 6.586c0-1.482-.955-2.584-2.538-2.584H5.5v.79L3.416 2.71a7 7 0 0 1 9.874 9.874Zm-.706.707A7 7 0 0 1 2.71 3.417l2.79 2.79V12h1.283V9.164h1.674l4.127 4.127ZM8.726 8.019 6.777 6.07v-.966H8.27c.893 0 1.419.539 1.419 1.482 0 .769-.35 1.273-.963 1.433Zm-1.949-.534.59.59h-.59v-.59Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-no-right-turn-fill" viewBox="0 0 16 16">
2
+ <path d="M14 13.292A8 8 0 0 0 2.707 2l4.097 4.098C7.025 6.034 7.259 6 7.5 6H9V4.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L9.41 8.658a.265.265 0 0 1-.026.02L14 13.291Zm-.708.708A8 8 0 0 1 2 2.707l3.885 3.884A2.495 2.495 0 0 0 5 8.5V11h1V8.5c0-.489.234-.923.596-1.197l6.696 6.696Z"/>
3
+ <path d="M7.707 7 9 8.293V7H7.707Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-no-right-turn" viewBox="0 0 16 16">
2
+ <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-3.416 5.29L6.596 7.304A1.498 1.498 0 0 0 6 8.5V11H5V8.5c0-.765.344-1.45.885-1.908L2.709 3.416a7 7 0 0 0 9.874 9.874Zm.707-.706A7 7 0 0 0 3.417 2.71l3.388 3.388C7.025 6.034 7.259 6 7.5 6H9V4.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L9.41 8.658a.265.265 0 0 1-.026.02l3.907 3.906ZM7.707 7 9 8.293V7H7.707Z"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-railroad-fill" viewBox="0 0 16 16">
2
+ <path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L4.224 3.162 8 6.94l3.777-3.777L9.049.435Zm3.274 7.425v-.862h.467c.28 0 .467.154.467.44 0 .28-.182.421-.475.421h-.459Z"/>
3
+ <path d="M12.838 4.223 9.06 8l3.777 3.777 2.727-2.728c.58-.58.58-1.519 0-2.098l-2.727-2.728Zm.03 2.361c.591 0 .935.334.935.844a.79.79 0 0 1-.485.748l.536 1.074h-.59l-.467-.994h-.473v.994h-.521V6.584h1.064Zm-1.091 6.254L8 9.06l-3.777 3.777 2.728 2.727c.58.58 1.519.58 2.098 0l2.728-2.727Zm-8.953-5.84v.861h.46c.292 0 .474-.14.474-.421 0-.286-.188-.44-.467-.44h-.467Z"/>
4
+ <path d="M3.162 11.777 6.94 8 3.162 4.223.435 6.951c-.58.58-.58 1.519 0 2.098l2.727 2.728Zm-.86-5.193h1.065c.592 0 .936.334.936.844 0 .39-.242.654-.485.748l.536 1.074h-.59l-.467-.994h-.473v.994h-.521V6.584Z"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-railroad" viewBox="0 0 16 16">
2
+ <path d="M11.303 6.584h1.064c.592 0 .936.334.936.844a.79.79 0 0 1-.485.748l.536 1.074h-.59l-.467-.994h-.473v.994h-.521V6.584Zm.521.414v.861h.46c.292 0 .474-.14.474-.421 0-.286-.188-.44-.467-.44h-.467Zm-8.771-.414h1.064c.592 0 .936.334.936.844 0 .39-.242.654-.485.748l.536 1.074h-.59l-.467-.994h-.473v.994h-.521V6.584Zm.521.414v.861h.46c.292 0 .474-.14.474-.421 0-.286-.188-.44-.467-.44h-.467Z"/>
3
+ <path d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435Zm1.4.7a.495.495 0 0 0-.7 0L4.923 3.861 8 6.939l3.078-3.077L8.35 1.134Zm3.788 3.788L9.061 8l3.077 3.078 2.728-2.728a.495.495 0 0 0 0-.7l-2.728-2.727Zm-1.06 7.215L8 9.061l-3.077 3.077 2.727 2.728a.495.495 0 0 0 .7 0l2.727-2.728Zm-7.216-1.06L6.939 8 3.862 4.923 1.134 7.65a.495.495 0 0 0 0 .7l2.728 2.728Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-stop-fill" viewBox="0 0 16 16">
2
+ <path d="M10.371 8.277v-.553c0-.827-.422-1.234-.987-1.234-.572 0-.99.407-.99 1.234v.553c0 .83.418 1.237.99 1.237.565 0 .987-.408.987-1.237Zm2.586-.24c.463 0 .735-.272.735-.744s-.272-.741-.735-.741h-.774v1.485h.774Z"/>
3
+ <path fill-rule="evenodd" d="M4.893 0a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146A.5.5 0 0 0 11.107 0H4.893ZM3.16 10.08c-.931 0-1.447-.493-1.494-1.132h.653c.065.346.396.583.891.583.524 0 .83-.246.83-.62 0-.303-.203-.467-.637-.572l-.656-.164c-.61-.147-.978-.51-.978-1.078 0-.706.597-1.184 1.444-1.184.853 0 1.386.475 1.436 1.087h-.645c-.064-.32-.352-.542-.797-.542-.472 0-.77.246-.77.6 0 .261.196.437.553.522l.654.161c.673.164 1.06.487 1.06 1.11 0 .736-.574 1.228-1.544 1.228Zm3.427-3.51V10h-.665V6.57H4.753V6h3.006v.568H6.587Zm4.458 1.16v.544c0 1.131-.636 1.805-1.661 1.805-1.026 0-1.664-.674-1.664-1.805V7.73c0-1.136.638-1.807 1.664-1.807 1.025 0 1.66.674 1.66 1.807ZM11.52 6h1.535c.82 0 1.316.55 1.316 1.292 0 .747-.501 1.289-1.321 1.289h-.865V10h-.665V6.001Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-stop-lights-fill" viewBox="0 0 16 16">
2
+ <path d="M8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/>
3
+ <path fill-rule="evenodd" d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435ZM6 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V4Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-stop-lights" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M6 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V4Zm2 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/>
3
+ <path fill-rule="evenodd" d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435Zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-stop" viewBox="0 0 16 16">
2
+ <path d="M3.16 10.08c-.931 0-1.447-.493-1.494-1.132h.653c.065.346.396.583.891.583.524 0 .83-.246.83-.62 0-.303-.203-.467-.637-.572l-.656-.164c-.61-.147-.978-.51-.978-1.078 0-.706.597-1.184 1.444-1.184.853 0 1.386.475 1.436 1.087h-.645c-.064-.32-.352-.542-.797-.542-.472 0-.77.246-.77.6 0 .261.196.437.553.522l.654.161c.673.164 1.06.487 1.06 1.11 0 .736-.574 1.228-1.544 1.228Zm3.427-3.51V10h-.665V6.57H4.753V6h3.006v.568H6.587Z"/>
3
+ <path fill-rule="evenodd" d="M11.045 7.73v.544c0 1.131-.636 1.805-1.661 1.805-1.026 0-1.664-.674-1.664-1.805V7.73c0-1.136.638-1.807 1.664-1.807 1.025 0 1.66.674 1.66 1.807Zm-.674.547v-.553c0-.827-.422-1.234-.987-1.234-.572 0-.99.407-.99 1.234v.553c0 .83.418 1.237.99 1.237.565 0 .987-.408.987-1.237Zm1.15-2.276h1.535c.82 0 1.316.55 1.316 1.292 0 .747-.501 1.289-1.321 1.289h-.865V10h-.665V6.001Zm1.436 2.036c.463 0 .735-.272.735-.744s-.272-.741-.735-.741h-.774v1.485h.774Z"/>
4
+ <path fill-rule="evenodd" d="M4.893 0a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146A.5.5 0 0 0 11.107 0H4.893ZM1 5.1 5.1 1h5.8L15 5.1v5.8L10.9 15H5.1L1 10.9V5.1Z"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-turn-left-fill" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435ZM7 8.466V7h1.5A1.5 1.5 0 0 1 10 8.5V11h1V8.5A2.5 2.5 0 0 0 8.5 6H7V4.534a.25.25 0 0 0-.41-.192L4.23 6.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 7 8.466Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-turn-left" viewBox="0 0 16 16">
2
+ <path d="M11 8.5A2.5 2.5 0 0 0 8.5 6H7V4.534a.25.25 0 0 0-.41-.192L4.23 6.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 7 8.466V7h1.5A1.5 1.5 0 0 1 10 8.5V11h1V8.5Z"/>
3
+ <path fill-rule="evenodd" d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435Zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-turn-right-fill" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435ZM9 8.466V7H7.5A1.5 1.5 0 0 0 6 8.5V11H5V8.5A2.5 2.5 0 0 1 7.5 6H9V4.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L9.41 8.658A.25.25 0 0 1 9 8.466Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-turn-right" viewBox="0 0 16 16">
2
+ <path d="M5 8.5A2.5 2.5 0 0 1 7.5 6H9V4.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L9.41 8.658A.25.25 0 0 1 9 8.466V7H7.5A1.5 1.5 0 0 0 6 8.5V11H5V8.5Z"/>
3
+ <path fill-rule="evenodd" d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435Zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-turn-slight-left-fill" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435ZM6.864 8.368l.8-1.386.607.364A1.5 1.5 0 0 1 9 8.632V11h1V8.632A2.5 2.5 0 0 0 8.786 6.49l-.62-.373.665-1.154a.25.25 0 0 0-.259-.371l-3.026.523a.25.25 0 0 0-.192.333l1.06 2.882a.25.25 0 0 0 .451.039Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-turn-slight-left" viewBox="0 0 16 16">
2
+ <path d="m7.665 6.982-.8 1.386a.25.25 0 0 1-.451-.039l-1.06-2.882a.25.25 0 0 1 .192-.333l3.026-.523a.25.25 0 0 1 .26.371l-.667 1.154.621.373A2.5 2.5 0 0 1 10 8.632V11H9V8.632a1.5 1.5 0 0 0-.728-1.286l-.607-.364Z"/>
3
+ <path fill-rule="evenodd" d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435Zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-turn-slight-right-fill" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435Zm1.385 6.547.8 1.386a.25.25 0 0 0 .451-.039l1.06-2.882a.25.25 0 0 0-.192-.333l-3.026-.523a.25.25 0 0 0-.26.371l.667 1.154-.621.373A2.5 2.5 0 0 0 6 8.632V11h1V8.632a1.5 1.5 0 0 1 .728-1.286l.607-.364Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-turn-slight-right" viewBox="0 0 16 16">
2
+ <path d="m8.335 6.982.8 1.386a.25.25 0 0 0 .451-.039l1.06-2.882a.25.25 0 0 0-.192-.333l-3.026-.523a.25.25 0 0 0-.26.371l.667 1.154-.621.373A2.5 2.5 0 0 0 6 8.632V11h1V8.632a1.5 1.5 0 0 1 .728-1.286l.607-.364Z"/>
3
+ <path fill-rule="evenodd" d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435Zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-yield-fill" viewBox="0 0 16 16">
2
+ <path d="M10.48 5.323h-.28v1.353h.28c.372 0 .54-.222.54-.674 0-.45-.169-.68-.54-.68Z"/>
3
+ <path fill-rule="evenodd" d="M7.022 14.434a1.131 1.131 0 0 0 1.96 0l6.857-11.667c.457-.778-.092-1.767-.98-1.767H1.144c-.889 0-1.437.99-.98 1.767l6.857 11.667ZM5.506 6.232V7H5.11v-.76L4.44 5h.44l.424.849h.016L5.748 5h.428l-.67 1.232ZM6.628 5v2h-.396V5h.396Zm.684 1.676h.895V7H6.919V5h1.288v.324h-.895v.513h.842v.303h-.842v.536Zm1.521-.013h.848V7H8.437V5h.396v1.663Zm.97.337V5h.73c.608 0 .895.364.895.995 0 .636-.291 1.005-.895 1.005h-.73Z"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sign-yield" viewBox="0 0 16 16">
2
+ <path d="M5.506 6.232V7H5.11v-.76L4.44 5h.44l.424.849h.016L5.748 5h.428l-.67 1.232ZM6.628 5v2h-.396V5h.396Zm.684 1.676h.895V7H6.919V5h1.288v.324h-.895v.513h.842v.303h-.842v.536Zm1.521-.013h.848V7H8.437V5h.396v1.663Z"/>
3
+ <path fill-rule="evenodd" d="M9.804 7V5h.73c.607 0 .894.364.894.995 0 .636-.291 1.005-.895 1.005h-.73Zm.676-1.677h-.28v1.353h.28c.372 0 .54-.222.54-.674 0-.45-.169-.68-.54-.68Z"/>
4
+ <path fill-rule="evenodd" d="M7.022 14.434a1.131 1.131 0 0 0 1.96 0l6.857-11.667c.457-.778-.092-1.767-.98-1.767H1.144c-.889 0-1.437.99-.98 1.767l6.857 11.667Zm.98-.434a.13.13 0 0 1-.064-.016.146.146 0 0 1-.054-.057L1.027 2.26a.177.177 0 0 1-.002-.183.164.164 0 0 1 .054-.06A.116.116 0 0 1 1.145 2h13.713a.12.12 0 0 1 .066.017c.018.01.038.03.055.06a.176.176 0 0 1-.003.183L8.12 13.927a.146.146 0 0 1-.054.057.13.13 0 0 1-.063.016Z"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-signal" viewBox="0 0 16 16">
2
+ <path d="m6.08.234.179.727a7.264 7.264 0 0 0-2.01.832l-.383-.643A7.9 7.9 0 0 1 6.079.234zm3.84 0L9.742.96a7.265 7.265 0 0 1 2.01.832l.388-.643A7.957 7.957 0 0 0 9.92.234zm-8.77 3.63a7.944 7.944 0 0 0-.916 2.215l.727.18a7.264 7.264 0 0 1 .832-2.01l-.643-.386zM.75 8a7.3 7.3 0 0 1 .081-1.086L.091 6.8a8 8 0 0 0 0 2.398l.74-.112A7.262 7.262 0 0 1 .75 8zm11.384 6.848-.384-.64a7.23 7.23 0 0 1-2.007.831l.18.728a7.965 7.965 0 0 0 2.211-.919zM15.251 8c0 .364-.028.727-.082 1.086l.74.112a7.966 7.966 0 0 0 0-2.398l-.74.114c.054.36.082.722.082 1.086zm.516 1.918-.728-.18a7.252 7.252 0 0 1-.832 2.012l.643.387a7.933 7.933 0 0 0 .917-2.219zm-6.68 5.25c-.72.11-1.453.11-2.173 0l-.112.742a7.99 7.99 0 0 0 2.396 0l-.112-.741zm4.75-2.868a7.229 7.229 0 0 1-1.537 1.534l.446.605a8.07 8.07 0 0 0 1.695-1.689l-.604-.45zM12.3 2.163c.587.432 1.105.95 1.537 1.537l.604-.45a8.06 8.06 0 0 0-1.69-1.691l-.45.604zM2.163 3.7A7.242 7.242 0 0 1 3.7 2.163l-.45-.604a8.06 8.06 0 0 0-1.691 1.69l.604.45zm12.688.163-.644.387c.377.623.658 1.3.832 2.007l.728-.18a7.931 7.931 0 0 0-.916-2.214zM6.913.831a7.254 7.254 0 0 1 2.172 0l.112-.74a7.985 7.985 0 0 0-2.396 0l.112.74zM2.547 14.64 1 15l.36-1.549-.729-.17-.361 1.548a.75.75 0 0 0 .9.902l1.548-.357-.17-.734zM.786 12.612l.732.168.25-1.073A7.187 7.187 0 0 1 .96 9.74l-.727.18a8 8 0 0 0 .736 1.902l-.184.79zm3.5 1.623-1.073.25.17.731.79-.184c.6.327 1.239.574 1.902.737l.18-.728a7.197 7.197 0 0 1-1.962-.811l-.007.005zM8 1.5a6.502 6.502 0 0 0-6.498 6.502 6.516 6.516 0 0 0 .998 3.455l-.625 2.668L4.54 13.5a6.502 6.502 0 0 0 6.93-11A6.516 6.516 0 0 0 8 1.5"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-signpost-2-fill" viewBox="0 0 16 16">
2
+ <path d="M7.293.707A1 1 0 0 0 7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586A1 1 0 0 0 7.293.707z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-signpost-2" viewBox="0 0 16 16">
2
+ <path d="M7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586a1 1 0 0 0-2 0zM13.5 3l.75 1-.75 1H2V3h11.5zm.5 5v2H2.5l-.75-1 .75-1H14z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-signpost-fill" viewBox="0 0 16 16">
2
+ <path d="M7.293.707A1 1 0 0 0 7 1.414V4H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v6h2v-6h3.532a1 1 0 0 0 .768-.36l1.933-2.32a.5.5 0 0 0 0-.64L13.3 4.36a1 1 0 0 0-.768-.36H9V1.414A1 1 0 0 0 7.293.707z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-signpost-split-fill" viewBox="0 0 16 16">
2
+ <path d="M7 16h2V6h5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.8 2.4A1 1 0 0 0 14 2H9v-.586a1 1 0 0 0-2 0V7H2a1 1 0 0 0-.8.4L.225 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4h5v5z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-signpost-split" viewBox="0 0 16 16">
2
+ <path d="M7 7V1.414a1 1 0 0 1 2 0V2h5a1 1 0 0 1 .8.4l.975 1.3a.5.5 0 0 1 0 .6L14.8 5.6a1 1 0 0 1-.8.4H9v10H7v-5H2a1 1 0 0 1-.8-.4L.225 9.3a.5.5 0 0 1 0-.6L1.2 7.4A1 1 0 0 1 2 7h5zm1 3V8H2l-.75 1L2 10h6zm0-5h6l.75-1L14 3H8v2z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-signpost" viewBox="0 0 16 16">
2
+ <path d="M7 1.414V4H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v6h2v-6h3.532a1 1 0 0 0 .768-.36l1.933-2.32a.5.5 0 0 0 0-.64L13.3 4.36a1 1 0 0 0-.768-.36H9V1.414a1 1 0 0 0-2 0zM12.532 5l1.666 2-1.666 2H2V5h10.532z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sim-fill" viewBox="0 0 16 16">
2
+ <path d="M5 4.5a.5.5 0 0 1 .5-.5h2v2H5V4.5zM8.5 6V4h2a.5.5 0 0 1 .5.5V6H8.5zM5 7h6v2H5V7zm3.5 3H11v1.5a.5.5 0 0 1-.5.5h-2v-2zm-1 0v2h-2a.5.5 0 0 1-.5-.5V10h2.5z"/>
3
+ <path d="M3.5 0A1.5 1.5 0 0 0 2 1.5v13A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5V3.414a1.5 1.5 0 0 0-.44-1.06L11.647.439A1.5 1.5 0 0 0 10.586 0H3.5zm2 3h5A1.5 1.5 0 0 1 12 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 11.5v-7A1.5 1.5 0 0 1 5.5 3z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-sim" viewBox="0 0 16 16">
2
+ <path d="M2 1.5A1.5 1.5 0 0 1 3.5 0h7.086a1.5 1.5 0 0 1 1.06.44l1.915 1.914A1.5 1.5 0 0 1 14 3.414V14.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-13zM3.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V3.414a.5.5 0 0 0-.146-.353l-1.915-1.915A.5.5 0 0 0 10.586 1H3.5z"/>
3
+ <path d="M5.5 4a.5.5 0 0 0-.5.5V6h2.5V4h-2zm3 0v2H11V4.5a.5.5 0 0 0-.5-.5h-2zM11 7H5v2h6V7zm0 3H8.5v2h2a.5.5 0 0 0 .5-.5V10zm-3.5 2v-2H5v1.5a.5.5 0 0 0 .5.5h2zM4 4.5A1.5 1.5 0 0 1 5.5 3h5A1.5 1.5 0 0 1 12 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 11.5v-7z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-skip-backward-btn-fill" viewBox="0 0 16 16">
2
+ <path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm11.21-6.907L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.79-.407z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-skip-backward-btn" viewBox="0 0 16 16">
2
+ <path d="M11.21 5.093A.5.5 0 0 1 12 5.5v5a.5.5 0 0 1-.79.407L8.5 8.972V10.5a.5.5 0 0 1-.79.407L5 8.972V10.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0v1.528l2.71-1.935a.5.5 0 0 1 .79.407v1.528l2.71-1.935z"/>
3
+ <path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>
4
+ </svg>