@veracity/vui 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (942) hide show
  1. package/alert/alert.d.ts +13 -15
  2. package/alert/alert.js +85 -87
  3. package/alert/alert.types.d.ts +20 -20
  4. package/alert/alert.types.js +2 -2
  5. package/alert/alertButton.d.ts +3 -3
  6. package/alert/alertButton.js +30 -30
  7. package/alert/alertIcon.d.ts +3 -3
  8. package/alert/alertIcon.js +33 -33
  9. package/alert/alertText.d.ts +3 -3
  10. package/alert/alertText.js +30 -30
  11. package/alert/alertTitle.d.ts +3 -3
  12. package/alert/alertTitle.js +30 -30
  13. package/alert/consts.d.ts +2 -2
  14. package/alert/consts.js +37 -37
  15. package/alert/context.d.ts +4 -4
  16. package/alert/context.js +23 -23
  17. package/alert/index.d.ts +8 -9
  18. package/alert/index.js +25 -26
  19. package/alert/theme.d.ts +46 -46
  20. package/alert/theme.js +62 -62
  21. package/avatar/avatar.d.ts +5 -5
  22. package/avatar/avatar.js +82 -82
  23. package/avatar/avatar.types.d.ts +12 -12
  24. package/avatar/avatar.types.js +2 -2
  25. package/avatar/index.d.ts +3 -3
  26. package/avatar/index.js +20 -20
  27. package/avatar/theme.d.ts +56 -56
  28. package/avatar/theme.js +94 -94
  29. package/box/box.d.ts +5 -5
  30. package/box/box.js +58 -58
  31. package/box/box.types.d.ts +15 -15
  32. package/box/box.types.js +2 -2
  33. package/box/index.d.ts +3 -3
  34. package/box/index.js +20 -20
  35. package/box/theme.d.ts +6 -6
  36. package/box/theme.js +10 -10
  37. package/button/button.d.ts +5 -5
  38. package/button/button.js +81 -81
  39. package/button/button.types.d.ts +24 -24
  40. package/button/button.types.js +2 -2
  41. package/button/buttonGroup.d.ts +5 -5
  42. package/button/buttonGroup.js +72 -72
  43. package/button/buttonGroup.types.d.ts +6 -6
  44. package/button/buttonGroup.types.js +2 -2
  45. package/button/buttons.d.ts +8 -8
  46. package/button/buttons.js +27 -27
  47. package/button/consts.d.ts +2 -2
  48. package/button/consts.js +26 -26
  49. package/button/context.d.ts +4 -4
  50. package/button/context.js +23 -23
  51. package/button/index.d.ts +7 -7
  52. package/button/index.js +24 -24
  53. package/button/theme.d.ts +72 -72
  54. package/button/theme.js +112 -112
  55. package/checkbox/checkbox.d.ts +7 -7
  56. package/checkbox/checkbox.js +105 -105
  57. package/checkbox/checkbox.types.d.ts +26 -26
  58. package/checkbox/checkbox.types.js +2 -2
  59. package/checkbox/checkboxGroup.d.ts +5 -5
  60. package/checkbox/checkboxGroup.js +70 -70
  61. package/checkbox/checkboxGroup.types.d.ts +12 -12
  62. package/checkbox/checkboxGroup.types.js +2 -2
  63. package/checkbox/context.d.ts +4 -4
  64. package/checkbox/context.js +23 -23
  65. package/checkbox/index.d.ts +6 -6
  66. package/checkbox/index.js +23 -23
  67. package/checkbox/theme.d.ts +48 -48
  68. package/checkbox/theme.js +56 -56
  69. package/core/consts.d.ts +1 -1
  70. package/core/consts.js +4 -4
  71. package/core/globalStyle.d.ts +2 -2
  72. package/core/globalStyle.js +57 -57
  73. package/core/index.d.ts +6 -6
  74. package/core/index.js +25 -25
  75. package/core/resetCSS.d.ts +2 -2
  76. package/core/resetCSS.js +9 -9
  77. package/core/types/component.d.ts +30 -30
  78. package/core/types/component.js +2 -2
  79. package/core/types/context.d.ts +10 -10
  80. package/core/types/context.js +2 -2
  81. package/core/types/events.d.ts +17 -13
  82. package/core/types/events.js +2 -2
  83. package/core/types/index.d.ts +4 -4
  84. package/core/types/index.js +16 -16
  85. package/core/types/themeGet.d.ts +24 -24
  86. package/core/types/themeGet.js +2 -2
  87. package/core/utils.d.ts +58 -58
  88. package/core/utils.js +209 -209
  89. package/core/vuiProvider.d.ts +9 -9
  90. package/core/vuiProvider.js +18 -18
  91. package/divider/divider.d.ts +5 -5
  92. package/divider/divider.js +53 -53
  93. package/divider/divider.types.d.ts +7 -7
  94. package/divider/divider.types.js +2 -2
  95. package/divider/index.d.ts +3 -3
  96. package/divider/index.js +20 -20
  97. package/divider/theme.d.ts +6 -6
  98. package/divider/theme.js +10 -10
  99. package/heading/heading.d.ts +5 -5
  100. package/heading/heading.js +53 -53
  101. package/heading/heading.types.d.ts +9 -9
  102. package/heading/heading.types.js +2 -2
  103. package/heading/headings.d.ts +7 -7
  104. package/heading/headings.js +26 -26
  105. package/heading/index.d.ts +4 -4
  106. package/heading/index.js +21 -21
  107. package/heading/theme.d.ts +39 -39
  108. package/heading/theme.js +43 -43
  109. package/icon/helpers.d.ts +8 -8
  110. package/icon/helpers.js +63 -63
  111. package/icon/icon.d.ts +3 -3
  112. package/icon/icon.js +47 -47
  113. package/icon/icon.types.d.ts +20 -20
  114. package/icon/icon.types.js +2 -2
  115. package/icon/index.d.ts +3 -3
  116. package/icon/index.js +20 -20
  117. package/icon/theme.d.ts +25 -25
  118. package/icon/theme.js +29 -29
  119. package/icons/baseIcons/cui/cuiCheckboxIndeterminate.d.ts +3 -3
  120. package/icons/baseIcons/cui/cuiCheckboxIndeterminate.js +7 -8
  121. package/icons/baseIcons/cui/cuiCheckboxSelected.d.ts +3 -3
  122. package/icons/baseIcons/cui/cuiCheckboxSelected.js +7 -8
  123. package/icons/baseIcons/cui/cuiCheckboxUnselected.d.ts +3 -3
  124. package/icons/baseIcons/cui/cuiCheckboxUnselected.js +8 -8
  125. package/icons/baseIcons/cui/cuiRadioSelected.d.ts +3 -3
  126. package/icons/baseIcons/cui/cuiRadioSelected.js +8 -8
  127. package/icons/baseIcons/cui/cuiRadioUnselected.d.ts +3 -3
  128. package/icons/baseIcons/cui/cuiRadioUnselected.js +8 -8
  129. package/icons/baseIcons/{cus/cusRadio.d.ts → cul/culApiProduct.d.ts} +3 -3
  130. package/icons/baseIcons/cul/culApiProduct.js +7 -0
  131. package/icons/baseIcons/{cus/cusSquareMinus.d.ts → cul/culApiService.d.ts} +3 -3
  132. package/icons/baseIcons/cul/culApiService.js +7 -0
  133. package/icons/baseIcons/cul/culCovid.d.ts +3 -3
  134. package/icons/baseIcons/cul/culCovid.js +7 -7
  135. package/icons/baseIcons/cul/culDeepSearch.d.ts +3 -3
  136. package/icons/baseIcons/cul/culDeepSearch.js +7 -7
  137. package/icons/baseIcons/cul/culDotsMenu.d.ts +3 -3
  138. package/icons/baseIcons/cul/culDotsMenu.js +7 -7
  139. package/icons/baseIcons/cul/culGlobePlus.d.ts +3 -3
  140. package/icons/baseIcons/cul/culGlobePlus.js +7 -7
  141. package/icons/baseIcons/cul/culListDense.d.ts +3 -3
  142. package/icons/baseIcons/cul/culListDense.js +7 -7
  143. package/icons/baseIcons/cul/culMapMarkerStar.d.ts +3 -3
  144. package/icons/baseIcons/cul/culMapMarkerStar.js +7 -7
  145. package/icons/baseIcons/cul/culPlusThin.d.ts +3 -3
  146. package/icons/baseIcons/cul/culPlusThin.js +7 -7
  147. package/icons/baseIcons/cul/culScreenshot.d.ts +3 -3
  148. package/icons/baseIcons/cul/culScreenshot.js +7 -7
  149. package/icons/baseIcons/cul/culScreenshotAlt.d.ts +3 -3
  150. package/icons/baseIcons/cul/culScreenshotAlt.js +7 -7
  151. package/icons/baseIcons/cul/culShortcut.d.ts +3 -3
  152. package/icons/baseIcons/cul/culShortcut.js +7 -7
  153. package/icons/baseIcons/cul/culTimesThin.d.ts +3 -3
  154. package/icons/baseIcons/cul/culTimesThin.js +7 -7
  155. package/icons/baseIcons/cul/culTransformer.d.ts +3 -3
  156. package/icons/baseIcons/cul/culTransformer.js +7 -7
  157. package/icons/baseIcons/cul/culUserTransfer.d.ts +3 -3
  158. package/icons/baseIcons/cul/culUserTransfer.js +7 -7
  159. package/icons/baseIcons/{cus/cusCheckboxSelected.d.ts → cul/culVeracityService.d.ts} +3 -3
  160. package/icons/baseIcons/cul/culVeracityService.js +7 -0
  161. package/icons/baseIcons/cul/culVessel.d.ts +3 -3
  162. package/icons/baseIcons/cul/culVessel.js +7 -7
  163. package/icons/baseIcons/cul/culVesselGroup.d.ts +3 -3
  164. package/icons/baseIcons/cul/culVesselGroup.js +7 -7
  165. package/icons/baseIcons/cus/cusDotFull.d.ts +3 -3
  166. package/icons/baseIcons/cus/cusDotFull.js +7 -7
  167. package/icons/baseIcons/cus/cusDotFullAlt.d.ts +3 -3
  168. package/icons/baseIcons/cus/cusDotFullAlt.js +7 -7
  169. package/icons/baseIcons/cus/cusDotsMenu.d.ts +3 -3
  170. package/icons/baseIcons/cus/cusDotsMenu.js +7 -7
  171. package/icons/baseIcons/cus/cusTransformer.d.ts +3 -3
  172. package/icons/baseIcons/cus/cusTransformer.js +7 -7
  173. package/icons/baseIcons/cus/cusVessel.d.ts +3 -3
  174. package/icons/baseIcons/cus/cusVessel.js +7 -7
  175. package/icons/baseIcons/fab/fabApplePay.d.ts +3 -3
  176. package/icons/baseIcons/fab/fabApplePay.js +7 -7
  177. package/icons/baseIcons/fab/fabBluetooth.d.ts +3 -3
  178. package/icons/baseIcons/fab/fabBluetooth.js +7 -7
  179. package/icons/baseIcons/fab/fabBtc.d.ts +3 -3
  180. package/icons/baseIcons/fab/fabBtc.js +7 -7
  181. package/icons/baseIcons/fab/fabCcAmazonPay.d.ts +3 -3
  182. package/icons/baseIcons/fab/fabCcAmazonPay.js +7 -7
  183. package/icons/baseIcons/fab/fabCcAmex.d.ts +3 -3
  184. package/icons/baseIcons/fab/fabCcAmex.js +7 -7
  185. package/icons/baseIcons/fab/fabCcApplePay.d.ts +3 -3
  186. package/icons/baseIcons/fab/fabCcApplePay.js +7 -7
  187. package/icons/baseIcons/fab/fabCcDinersClub.d.ts +3 -3
  188. package/icons/baseIcons/fab/fabCcDinersClub.js +7 -7
  189. package/icons/baseIcons/fab/fabCcMastercard.d.ts +3 -3
  190. package/icons/baseIcons/fab/fabCcMastercard.js +7 -7
  191. package/icons/baseIcons/fab/fabCcPaypal.d.ts +3 -3
  192. package/icons/baseIcons/fab/fabCcPaypal.js +7 -7
  193. package/icons/baseIcons/fab/fabCcVisa.d.ts +3 -3
  194. package/icons/baseIcons/fab/fabCcVisa.js +7 -7
  195. package/icons/baseIcons/fab/fabDhl.d.ts +3 -3
  196. package/icons/baseIcons/fab/fabDhl.js +7 -7
  197. package/icons/baseIcons/fab/fabEbay.d.ts +3 -3
  198. package/icons/baseIcons/fab/fabEbay.js +7 -7
  199. package/icons/baseIcons/fab/fabFacebook.d.ts +3 -3
  200. package/icons/baseIcons/fab/fabFacebook.js +7 -7
  201. package/icons/baseIcons/fab/fabFedex.d.ts +3 -3
  202. package/icons/baseIcons/fab/fabFedex.js +7 -7
  203. package/icons/baseIcons/fab/fabFirefox.d.ts +3 -3
  204. package/icons/baseIcons/fab/fabFirefox.js +7 -7
  205. package/icons/baseIcons/fab/fabGoogle.d.ts +3 -3
  206. package/icons/baseIcons/fab/fabGoogle.js +7 -7
  207. package/icons/baseIcons/fab/fabGoogleDrive.d.ts +3 -3
  208. package/icons/baseIcons/fab/fabGoogleDrive.js +7 -7
  209. package/icons/baseIcons/fab/fabLinkedinIn.d.ts +3 -3
  210. package/icons/baseIcons/fab/fabLinkedinIn.js +7 -7
  211. package/icons/baseIcons/fab/fabMedium.d.ts +3 -3
  212. package/icons/baseIcons/fab/fabMedium.js +7 -7
  213. package/icons/baseIcons/fab/fabOsi.d.ts +3 -3
  214. package/icons/baseIcons/fab/fabOsi.js +7 -7
  215. package/icons/baseIcons/fab/fabSlack.d.ts +3 -3
  216. package/icons/baseIcons/fab/fabSlack.js +7 -7
  217. package/icons/baseIcons/fab/fabTwitter.d.ts +3 -3
  218. package/icons/baseIcons/fab/fabTwitter.js +7 -7
  219. package/icons/baseIcons/fab/fabUps.d.ts +3 -3
  220. package/icons/baseIcons/fab/fabUps.js +7 -7
  221. package/icons/baseIcons/fad/fadSpinnerThird.d.ts +3 -3
  222. package/icons/baseIcons/fad/fadSpinnerThird.js +7 -7
  223. package/icons/baseIcons/fal/falAddressBook.d.ts +3 -3
  224. package/icons/baseIcons/fal/falAddressBook.js +7 -7
  225. package/icons/baseIcons/fal/falAddressCard.d.ts +3 -3
  226. package/icons/baseIcons/fal/falAddressCard.js +7 -7
  227. package/icons/baseIcons/fal/falAnalytics.d.ts +3 -3
  228. package/icons/baseIcons/fal/falAnalytics.js +7 -7
  229. package/icons/baseIcons/fal/falAngleDoubleDown.d.ts +3 -3
  230. package/icons/baseIcons/fal/falAngleDoubleDown.js +7 -7
  231. package/icons/baseIcons/fal/falAngleDoubleLeft.d.ts +3 -3
  232. package/icons/baseIcons/fal/falAngleDoubleLeft.js +7 -7
  233. package/icons/baseIcons/fal/falAngleDoubleRight.d.ts +3 -3
  234. package/icons/baseIcons/fal/falAngleDoubleRight.js +7 -7
  235. package/icons/baseIcons/fal/falAngleDoubleUp.d.ts +3 -3
  236. package/icons/baseIcons/fal/falAngleDoubleUp.js +7 -7
  237. package/icons/baseIcons/fal/falAngleDown.d.ts +3 -3
  238. package/icons/baseIcons/fal/falAngleDown.js +7 -7
  239. package/icons/baseIcons/fal/falAngleLeft.d.ts +3 -3
  240. package/icons/baseIcons/fal/falAngleLeft.js +7 -7
  241. package/icons/baseIcons/fal/falAngleRight.d.ts +3 -3
  242. package/icons/baseIcons/fal/falAngleRight.js +7 -7
  243. package/icons/baseIcons/fal/falAngleUp.d.ts +3 -3
  244. package/icons/baseIcons/fal/falAngleUp.js +7 -7
  245. package/icons/baseIcons/fal/falArrowAltDown.d.ts +3 -3
  246. package/icons/baseIcons/fal/falArrowAltDown.js +7 -7
  247. package/icons/baseIcons/fal/falArrowAltLeft.d.ts +3 -3
  248. package/icons/baseIcons/fal/falArrowAltLeft.js +7 -7
  249. package/icons/baseIcons/fal/falArrowAltRight.d.ts +3 -3
  250. package/icons/baseIcons/fal/falArrowAltRight.js +7 -7
  251. package/icons/baseIcons/fal/falArrowAltUp.d.ts +3 -3
  252. package/icons/baseIcons/fal/falArrowAltUp.js +7 -7
  253. package/icons/baseIcons/fal/falArrowCircleDown.d.ts +3 -3
  254. package/icons/baseIcons/fal/falArrowCircleDown.js +7 -7
  255. package/icons/baseIcons/fal/falArrowCircleLeft.d.ts +3 -3
  256. package/icons/baseIcons/fal/falArrowCircleLeft.js +7 -7
  257. package/icons/baseIcons/fal/falArrowCircleRight.d.ts +3 -3
  258. package/icons/baseIcons/fal/falArrowCircleRight.js +7 -7
  259. package/icons/baseIcons/fal/falArrowCircleUp.d.ts +3 -3
  260. package/icons/baseIcons/fal/falArrowCircleUp.js +7 -7
  261. package/icons/baseIcons/fal/falArrowDown.d.ts +3 -3
  262. package/icons/baseIcons/fal/falArrowDown.js +7 -7
  263. package/icons/baseIcons/fal/falArrowFromBottom.d.ts +3 -3
  264. package/icons/baseIcons/fal/falArrowFromBottom.js +7 -7
  265. package/icons/baseIcons/fal/falArrowFromLeft.d.ts +3 -3
  266. package/icons/baseIcons/fal/falArrowFromLeft.js +7 -7
  267. package/icons/baseIcons/fal/falArrowFromRight.d.ts +3 -3
  268. package/icons/baseIcons/fal/falArrowFromRight.js +7 -7
  269. package/icons/baseIcons/fal/falArrowFromTop.d.ts +3 -3
  270. package/icons/baseIcons/fal/falArrowFromTop.js +7 -7
  271. package/icons/baseIcons/fal/falArrowLeft.d.ts +3 -3
  272. package/icons/baseIcons/fal/falArrowLeft.js +7 -7
  273. package/icons/baseIcons/fal/falArrowRight.d.ts +3 -3
  274. package/icons/baseIcons/fal/falArrowRight.js +7 -7
  275. package/icons/baseIcons/fal/falArrowToBottom.d.ts +3 -3
  276. package/icons/baseIcons/fal/falArrowToBottom.js +7 -7
  277. package/icons/baseIcons/fal/falArrowToLeft.d.ts +3 -3
  278. package/icons/baseIcons/fal/falArrowToLeft.js +7 -7
  279. package/icons/baseIcons/fal/falArrowToRight.d.ts +3 -3
  280. package/icons/baseIcons/fal/falArrowToRight.js +7 -7
  281. package/icons/baseIcons/fal/falArrowToTop.d.ts +3 -3
  282. package/icons/baseIcons/fal/falArrowToTop.js +7 -7
  283. package/icons/baseIcons/fal/falArrowUp.d.ts +3 -3
  284. package/icons/baseIcons/fal/falArrowUp.js +7 -7
  285. package/icons/baseIcons/fal/falArrows.d.ts +3 -3
  286. package/icons/baseIcons/fal/falArrows.js +7 -7
  287. package/icons/baseIcons/fal/falAward.d.ts +3 -3
  288. package/icons/baseIcons/fal/falAward.js +7 -7
  289. package/icons/baseIcons/fal/falBan.d.ts +3 -3
  290. package/icons/baseIcons/fal/falBan.js +7 -7
  291. package/icons/baseIcons/fal/falBars.d.ts +3 -0
  292. package/icons/baseIcons/fal/falBars.js +7 -0
  293. package/icons/baseIcons/fal/falBell.d.ts +3 -3
  294. package/icons/baseIcons/fal/falBell.js +7 -7
  295. package/icons/baseIcons/fal/falBookOpen.d.ts +3 -3
  296. package/icons/baseIcons/fal/falBookOpen.js +7 -7
  297. package/icons/baseIcons/fal/falBroadcastTower.d.ts +3 -3
  298. package/icons/baseIcons/fal/falBroadcastTower.js +7 -7
  299. package/icons/baseIcons/fal/falBroom.d.ts +3 -0
  300. package/icons/baseIcons/fal/falBroom.js +7 -0
  301. package/icons/baseIcons/fal/falBuilding.d.ts +3 -3
  302. package/icons/baseIcons/fal/falBuilding.js +7 -7
  303. package/icons/baseIcons/fal/falBullseye.d.ts +3 -3
  304. package/icons/baseIcons/fal/falBullseye.js +7 -7
  305. package/icons/baseIcons/fal/falCalendar.d.ts +3 -3
  306. package/icons/baseIcons/fal/falCalendar.js +7 -7
  307. package/icons/baseIcons/fal/falCalendarAlt.d.ts +3 -3
  308. package/icons/baseIcons/fal/falCalendarAlt.js +7 -7
  309. package/icons/baseIcons/fal/falCamera.d.ts +3 -3
  310. package/icons/baseIcons/fal/falCamera.js +7 -7
  311. package/icons/baseIcons/fal/falCaretDown.d.ts +3 -3
  312. package/icons/baseIcons/fal/falCaretDown.js +7 -7
  313. package/icons/baseIcons/fal/falCaretLeft.d.ts +3 -3
  314. package/icons/baseIcons/fal/falCaretLeft.js +7 -7
  315. package/icons/baseIcons/fal/falCaretRight.d.ts +3 -3
  316. package/icons/baseIcons/fal/falCaretRight.js +7 -7
  317. package/icons/baseIcons/fal/falCaretUp.d.ts +3 -3
  318. package/icons/baseIcons/fal/falCaretUp.js +7 -7
  319. package/icons/baseIcons/fal/falCauldron.d.ts +3 -3
  320. package/icons/baseIcons/fal/falCauldron.js +7 -7
  321. package/icons/baseIcons/fal/falChartArea.d.ts +3 -3
  322. package/icons/baseIcons/fal/falChartArea.js +7 -7
  323. package/icons/baseIcons/fal/falChartBar.d.ts +3 -3
  324. package/icons/baseIcons/fal/falChartBar.js +7 -7
  325. package/icons/baseIcons/fal/falChartLine.d.ts +3 -3
  326. package/icons/baseIcons/fal/falChartLine.js +7 -7
  327. package/icons/baseIcons/fal/falChartLineDown.d.ts +3 -3
  328. package/icons/baseIcons/fal/falChartLineDown.js +7 -7
  329. package/icons/baseIcons/fal/falChartNetwork.d.ts +3 -3
  330. package/icons/baseIcons/fal/falChartNetwork.js +7 -7
  331. package/icons/baseIcons/fal/falChartPie.d.ts +3 -3
  332. package/icons/baseIcons/fal/falChartPie.js +7 -7
  333. package/icons/baseIcons/fal/falChartPieAlt.d.ts +3 -3
  334. package/icons/baseIcons/fal/falChartPieAlt.js +7 -7
  335. package/icons/baseIcons/fal/falChartScatter.d.ts +3 -3
  336. package/icons/baseIcons/fal/falChartScatter.js +7 -7
  337. package/icons/baseIcons/fal/falCheck.d.ts +3 -3
  338. package/icons/baseIcons/fal/falCheck.js +7 -7
  339. package/icons/baseIcons/fal/falCheckCircle.d.ts +3 -3
  340. package/icons/baseIcons/fal/falCheckCircle.js +7 -7
  341. package/icons/baseIcons/fal/falCheckSquare.d.ts +3 -3
  342. package/icons/baseIcons/fal/falCheckSquare.js +7 -7
  343. package/icons/baseIcons/fal/falChevronCircleDown.d.ts +3 -3
  344. package/icons/baseIcons/fal/falChevronCircleDown.js +7 -7
  345. package/icons/baseIcons/fal/falChevronCircleLeft.d.ts +3 -3
  346. package/icons/baseIcons/fal/falChevronCircleLeft.js +7 -7
  347. package/icons/baseIcons/fal/falChevronCircleRight.d.ts +3 -3
  348. package/icons/baseIcons/fal/falChevronCircleRight.js +7 -7
  349. package/icons/baseIcons/fal/falChevronCircleUp.d.ts +3 -3
  350. package/icons/baseIcons/fal/falChevronCircleUp.js +7 -7
  351. package/icons/baseIcons/fal/falChevronDoubleDown.d.ts +3 -3
  352. package/icons/baseIcons/fal/falChevronDoubleDown.js +7 -7
  353. package/icons/baseIcons/fal/falChevronDoubleLeft.d.ts +3 -3
  354. package/icons/baseIcons/fal/falChevronDoubleLeft.js +7 -7
  355. package/icons/baseIcons/fal/falChevronDoubleRight.d.ts +3 -3
  356. package/icons/baseIcons/fal/falChevronDoubleRight.js +7 -7
  357. package/icons/baseIcons/fal/falChevronDoubleUp.d.ts +3 -3
  358. package/icons/baseIcons/fal/falChevronDoubleUp.js +7 -7
  359. package/icons/baseIcons/fal/falChevronDown.d.ts +3 -3
  360. package/icons/baseIcons/fal/falChevronDown.js +7 -7
  361. package/icons/baseIcons/fal/falChevronLeft.d.ts +3 -3
  362. package/icons/baseIcons/fal/falChevronLeft.js +7 -7
  363. package/icons/baseIcons/fal/falChevronRight.d.ts +3 -3
  364. package/icons/baseIcons/fal/falChevronRight.js +7 -7
  365. package/icons/baseIcons/fal/falChevronUp.d.ts +3 -3
  366. package/icons/baseIcons/fal/falChevronUp.js +7 -7
  367. package/icons/baseIcons/fal/falCircle.d.ts +3 -3
  368. package/icons/baseIcons/fal/falCircle.js +7 -7
  369. package/icons/baseIcons/fal/falCloud.d.ts +3 -3
  370. package/icons/baseIcons/fal/falCloud.js +7 -7
  371. package/icons/baseIcons/fal/falCloudShowersHeavy.d.ts +3 -3
  372. package/icons/baseIcons/fal/falCloudShowersHeavy.js +7 -7
  373. package/icons/baseIcons/fal/falCloudSnow.d.ts +3 -3
  374. package/icons/baseIcons/fal/falCloudSnow.js +7 -7
  375. package/icons/baseIcons/fal/falCloudSun.d.ts +3 -3
  376. package/icons/baseIcons/fal/falCloudSun.js +7 -7
  377. package/icons/baseIcons/fal/falCloudSunRain.d.ts +3 -3
  378. package/icons/baseIcons/fal/falCloudSunRain.js +7 -7
  379. package/icons/baseIcons/fal/falCloudUpload.d.ts +3 -3
  380. package/icons/baseIcons/fal/falCloudUpload.js +7 -7
  381. package/icons/baseIcons/fal/falCode.d.ts +3 -3
  382. package/icons/baseIcons/fal/falCode.js +7 -7
  383. package/icons/baseIcons/fal/falCog.d.ts +3 -3
  384. package/icons/baseIcons/fal/falCog.js +7 -7
  385. package/icons/baseIcons/fal/falCogs.d.ts +3 -3
  386. package/icons/baseIcons/fal/falCogs.js +7 -7
  387. package/icons/baseIcons/fal/falComment.d.ts +3 -3
  388. package/icons/baseIcons/fal/falComment.js +7 -7
  389. package/icons/baseIcons/fal/falCommentAlt.d.ts +3 -3
  390. package/icons/baseIcons/fal/falCommentAlt.js +7 -7
  391. package/icons/baseIcons/fal/falCompressAlt.d.ts +3 -3
  392. package/icons/baseIcons/fal/falCompressAlt.js +7 -7
  393. package/icons/baseIcons/fal/falCopy.d.ts +3 -3
  394. package/icons/baseIcons/fal/falCopy.js +7 -7
  395. package/icons/baseIcons/fal/falCreditCard.d.ts +3 -3
  396. package/icons/baseIcons/fal/falCreditCard.js +7 -7
  397. package/icons/baseIcons/fal/falDatabase.d.ts +3 -3
  398. package/icons/baseIcons/fal/falDatabase.js +7 -7
  399. package/icons/baseIcons/fal/falDotCircle.d.ts +3 -3
  400. package/icons/baseIcons/fal/falDotCircle.js +7 -7
  401. package/icons/baseIcons/fal/falDownload.d.ts +3 -3
  402. package/icons/baseIcons/fal/falDownload.js +7 -7
  403. package/icons/baseIcons/fal/falEdit.d.ts +3 -3
  404. package/icons/baseIcons/fal/falEdit.js +7 -7
  405. package/icons/baseIcons/fal/falEllipsisH.d.ts +3 -3
  406. package/icons/baseIcons/fal/falEllipsisH.js +7 -7
  407. package/icons/baseIcons/fal/falEllipsisV.d.ts +3 -3
  408. package/icons/baseIcons/fal/falEllipsisV.js +7 -7
  409. package/icons/baseIcons/fal/falEnvelope.d.ts +3 -3
  410. package/icons/baseIcons/fal/falEnvelope.js +7 -7
  411. package/icons/baseIcons/fal/falExchange.d.ts +3 -3
  412. package/icons/baseIcons/fal/falExchange.js +7 -7
  413. package/icons/baseIcons/fal/falExclamationCircle.d.ts +3 -3
  414. package/icons/baseIcons/fal/falExclamationCircle.js +7 -7
  415. package/icons/baseIcons/fal/falExclamationTriangle.d.ts +3 -3
  416. package/icons/baseIcons/fal/falExclamationTriangle.js +7 -7
  417. package/icons/baseIcons/fal/falExpandAlt.d.ts +3 -3
  418. package/icons/baseIcons/fal/falExpandAlt.js +7 -7
  419. package/icons/baseIcons/fal/falExternalLink.d.ts +3 -3
  420. package/icons/baseIcons/fal/falExternalLink.js +7 -7
  421. package/icons/baseIcons/fal/falEye.d.ts +3 -3
  422. package/icons/baseIcons/fal/falEye.js +7 -7
  423. package/icons/baseIcons/fal/falEyeSlash.d.ts +3 -3
  424. package/icons/baseIcons/fal/falEyeSlash.js +7 -7
  425. package/icons/baseIcons/fal/falFile.d.ts +3 -3
  426. package/icons/baseIcons/fal/falFile.js +7 -7
  427. package/icons/baseIcons/fal/falFileAlt.d.ts +3 -3
  428. package/icons/baseIcons/fal/falFileAlt.js +7 -7
  429. package/icons/baseIcons/fal/falFileArchive.d.ts +3 -3
  430. package/icons/baseIcons/fal/falFileArchive.js +7 -7
  431. package/icons/baseIcons/fal/falFileAudio.d.ts +3 -3
  432. package/icons/baseIcons/fal/falFileAudio.js +7 -7
  433. package/icons/baseIcons/fal/falFileCertificate.d.ts +3 -3
  434. package/icons/baseIcons/fal/falFileCertificate.js +7 -7
  435. package/icons/baseIcons/fal/falFileChartLine.d.ts +3 -3
  436. package/icons/baseIcons/fal/falFileChartLine.js +7 -7
  437. package/icons/baseIcons/fal/falFileChartPie.d.ts +3 -3
  438. package/icons/baseIcons/fal/falFileChartPie.js +7 -7
  439. package/icons/baseIcons/fal/falFileCheck.d.ts +3 -3
  440. package/icons/baseIcons/fal/falFileCheck.js +7 -7
  441. package/icons/baseIcons/fal/falFileCode.d.ts +3 -3
  442. package/icons/baseIcons/fal/falFileCode.js +7 -7
  443. package/icons/baseIcons/fal/falFileCsv.d.ts +3 -3
  444. package/icons/baseIcons/fal/falFileCsv.js +7 -7
  445. package/icons/baseIcons/fal/falFileEdit.d.ts +3 -3
  446. package/icons/baseIcons/fal/falFileEdit.js +7 -7
  447. package/icons/baseIcons/fal/falFileExcel.d.ts +3 -3
  448. package/icons/baseIcons/fal/falFileExcel.js +7 -7
  449. package/icons/baseIcons/fal/falFileImage.d.ts +3 -3
  450. package/icons/baseIcons/fal/falFileImage.js +7 -7
  451. package/icons/baseIcons/fal/falFilePdf.d.ts +3 -3
  452. package/icons/baseIcons/fal/falFilePdf.js +7 -7
  453. package/icons/baseIcons/fal/falFilePlus.d.ts +3 -3
  454. package/icons/baseIcons/fal/falFilePlus.js +7 -7
  455. package/icons/baseIcons/fal/falFilePowerpoint.d.ts +3 -3
  456. package/icons/baseIcons/fal/falFilePowerpoint.js +7 -7
  457. package/icons/baseIcons/fal/falFileSpreadsheet.d.ts +3 -3
  458. package/icons/baseIcons/fal/falFileSpreadsheet.js +7 -7
  459. package/icons/baseIcons/fal/falFileVideo.d.ts +3 -3
  460. package/icons/baseIcons/fal/falFileVideo.js +7 -7
  461. package/icons/baseIcons/fal/falFileWord.d.ts +3 -3
  462. package/icons/baseIcons/fal/falFileWord.js +7 -7
  463. package/icons/baseIcons/fal/falFilter.d.ts +3 -3
  464. package/icons/baseIcons/fal/falFilter.js +7 -7
  465. package/icons/baseIcons/fal/falFlag.d.ts +3 -3
  466. package/icons/baseIcons/fal/falFlag.js +7 -7
  467. package/icons/baseIcons/fal/falFolder.d.ts +3 -3
  468. package/icons/baseIcons/fal/falFolder.js +7 -7
  469. package/icons/baseIcons/fal/falFolderOpen.d.ts +3 -3
  470. package/icons/baseIcons/fal/falFolderOpen.js +7 -7
  471. package/icons/baseIcons/fal/falFolderPlus.d.ts +3 -3
  472. package/icons/baseIcons/fal/falFolderPlus.js +7 -7
  473. package/icons/baseIcons/fal/falFolders.d.ts +3 -3
  474. package/icons/baseIcons/fal/falFolders.js +7 -7
  475. package/icons/baseIcons/fal/falGlassesAlt.d.ts +3 -3
  476. package/icons/baseIcons/fal/falGlassesAlt.js +7 -7
  477. package/icons/baseIcons/fal/falGlobe.d.ts +3 -3
  478. package/icons/baseIcons/fal/falGlobe.js +7 -7
  479. package/icons/baseIcons/fal/falHome.d.ts +3 -3
  480. package/icons/baseIcons/fal/falHome.js +7 -7
  481. package/icons/baseIcons/fal/falHourglass.d.ts +3 -3
  482. package/icons/baseIcons/fal/falHourglass.js +7 -7
  483. package/icons/baseIcons/fal/falImage.d.ts +3 -3
  484. package/icons/baseIcons/fal/falImage.js +7 -7
  485. package/icons/baseIcons/fal/falInfoCircle.d.ts +3 -3
  486. package/icons/baseIcons/fal/falInfoCircle.js +7 -7
  487. package/icons/baseIcons/fal/falKey.d.ts +3 -3
  488. package/icons/baseIcons/fal/falKey.js +7 -7
  489. package/icons/baseIcons/fal/falLayerPlus.d.ts +3 -3
  490. package/icons/baseIcons/fal/falLayerPlus.js +7 -7
  491. package/icons/baseIcons/fal/falLink.d.ts +3 -3
  492. package/icons/baseIcons/fal/falLink.js +7 -7
  493. package/icons/baseIcons/fal/falList.d.ts +3 -3
  494. package/icons/baseIcons/fal/falList.js +7 -7
  495. package/icons/baseIcons/fal/falLockAlt.d.ts +3 -3
  496. package/icons/baseIcons/fal/falLockAlt.js +7 -7
  497. package/icons/baseIcons/fal/falLongArrowDown.d.ts +3 -3
  498. package/icons/baseIcons/fal/falLongArrowDown.js +7 -7
  499. package/icons/baseIcons/fal/falLongArrowLeft.d.ts +3 -3
  500. package/icons/baseIcons/fal/falLongArrowLeft.js +7 -7
  501. package/icons/baseIcons/fal/falLongArrowRight.d.ts +3 -3
  502. package/icons/baseIcons/fal/falLongArrowRight.js +7 -7
  503. package/icons/baseIcons/fal/falLongArrowUp.d.ts +3 -3
  504. package/icons/baseIcons/fal/falLongArrowUp.js +7 -7
  505. package/icons/baseIcons/fal/falMap.d.ts +3 -3
  506. package/icons/baseIcons/fal/falMap.js +7 -7
  507. package/icons/baseIcons/fal/falMapMarked.d.ts +3 -3
  508. package/icons/baseIcons/fal/falMapMarked.js +7 -7
  509. package/icons/baseIcons/fal/falMapMarkedAlt.d.ts +3 -3
  510. package/icons/baseIcons/fal/falMapMarkedAlt.js +7 -7
  511. package/icons/baseIcons/fal/falMapMarker.d.ts +3 -3
  512. package/icons/baseIcons/fal/falMapMarker.js +7 -7
  513. package/icons/baseIcons/fal/falMapMarkerAlt.d.ts +3 -3
  514. package/icons/baseIcons/fal/falMapMarkerAlt.js +7 -7
  515. package/icons/baseIcons/fal/falMapMarkerAltSlash.d.ts +3 -3
  516. package/icons/baseIcons/fal/falMapMarkerAltSlash.js +7 -7
  517. package/icons/baseIcons/fal/falMapMarkerCheck.d.ts +3 -3
  518. package/icons/baseIcons/fal/falMapMarkerCheck.js +7 -7
  519. package/icons/baseIcons/fal/falMapMarkerExclamation.d.ts +3 -3
  520. package/icons/baseIcons/fal/falMapMarkerExclamation.js +7 -7
  521. package/icons/baseIcons/fal/falMinus.d.ts +3 -3
  522. package/icons/baseIcons/fal/falMinus.js +7 -7
  523. package/icons/baseIcons/fal/falPause.d.ts +3 -3
  524. package/icons/baseIcons/fal/falPause.js +7 -7
  525. package/icons/baseIcons/fal/falPauseCircle.d.ts +3 -3
  526. package/icons/baseIcons/fal/falPauseCircle.js +7 -7
  527. package/icons/baseIcons/fal/falPen.d.ts +3 -3
  528. package/icons/baseIcons/fal/falPen.js +7 -7
  529. package/icons/baseIcons/fal/falPlay.d.ts +3 -3
  530. package/icons/baseIcons/fal/falPlay.js +7 -7
  531. package/icons/baseIcons/fal/falPlayCircle.d.ts +3 -3
  532. package/icons/baseIcons/fal/falPlayCircle.js +7 -7
  533. package/icons/baseIcons/fal/falPlug.d.ts +3 -3
  534. package/icons/baseIcons/fal/falPlug.js +7 -7
  535. package/icons/baseIcons/fal/falPlus.d.ts +3 -3
  536. package/icons/baseIcons/fal/falPlus.js +7 -7
  537. package/icons/baseIcons/fal/falPlusCircle.d.ts +3 -3
  538. package/icons/baseIcons/fal/falPlusCircle.js +7 -7
  539. package/icons/baseIcons/fal/falPlusSquare.d.ts +3 -3
  540. package/icons/baseIcons/fal/falPlusSquare.js +7 -7
  541. package/icons/baseIcons/fal/falPrint.d.ts +3 -3
  542. package/icons/baseIcons/fal/falPrint.js +7 -7
  543. package/icons/baseIcons/fal/falPuzzlePiece.d.ts +3 -3
  544. package/icons/baseIcons/fal/falPuzzlePiece.js +7 -7
  545. package/icons/baseIcons/fal/falReceipt.d.ts +3 -3
  546. package/icons/baseIcons/fal/falReceipt.js +7 -7
  547. package/icons/baseIcons/fal/falRedo.d.ts +3 -3
  548. package/icons/baseIcons/fal/falRedo.js +7 -7
  549. package/icons/baseIcons/fal/falSave.d.ts +3 -3
  550. package/icons/baseIcons/fal/falSave.js +7 -7
  551. package/icons/baseIcons/fal/falSearch.d.ts +3 -3
  552. package/icons/baseIcons/fal/falSearch.js +7 -7
  553. package/icons/baseIcons/fal/falSearchMinus.d.ts +3 -0
  554. package/icons/baseIcons/fal/falSearchMinus.js +7 -0
  555. package/icons/baseIcons/fal/falSearchPlus.d.ts +3 -3
  556. package/icons/baseIcons/fal/falSearchPlus.js +7 -7
  557. package/icons/baseIcons/fal/falServer.d.ts +3 -3
  558. package/icons/baseIcons/fal/falServer.js +7 -7
  559. package/icons/baseIcons/fal/falShare.d.ts +3 -3
  560. package/icons/baseIcons/fal/falShare.js +7 -7
  561. package/icons/baseIcons/fal/falShareAll.d.ts +3 -3
  562. package/icons/baseIcons/fal/falShareAll.js +7 -7
  563. package/icons/baseIcons/fal/falShareAlt.d.ts +3 -3
  564. package/icons/baseIcons/fal/falShareAlt.js +7 -7
  565. package/icons/baseIcons/fal/falShieldAlt.d.ts +3 -3
  566. package/icons/baseIcons/fal/falShieldAlt.js +7 -7
  567. package/icons/baseIcons/fal/falShieldCheck.d.ts +3 -3
  568. package/icons/baseIcons/fal/falShieldCheck.js +7 -7
  569. package/icons/baseIcons/fal/falShip.d.ts +3 -3
  570. package/icons/baseIcons/fal/falShip.js +7 -7
  571. package/icons/baseIcons/fal/falShoppingBasket.d.ts +3 -3
  572. package/icons/baseIcons/fal/falShoppingBasket.js +7 -7
  573. package/icons/baseIcons/fal/falSignIn.d.ts +3 -3
  574. package/icons/baseIcons/fal/falSignIn.js +7 -7
  575. package/icons/baseIcons/fal/falSignInAlt.d.ts +3 -3
  576. package/icons/baseIcons/fal/falSignInAlt.js +7 -7
  577. package/icons/baseIcons/fal/falSignOut.d.ts +3 -3
  578. package/icons/baseIcons/fal/falSignOut.js +7 -7
  579. package/icons/baseIcons/fal/falSignOutAlt.d.ts +3 -3
  580. package/icons/baseIcons/fal/falSignOutAlt.js +7 -7
  581. package/icons/baseIcons/fal/falSlidersV.d.ts +3 -3
  582. package/icons/baseIcons/fal/falSlidersV.js +7 -7
  583. package/icons/baseIcons/fal/falSnowBlowing.d.ts +3 -3
  584. package/icons/baseIcons/fal/falSnowBlowing.js +7 -7
  585. package/icons/baseIcons/fal/falSnowflake.d.ts +3 -3
  586. package/icons/baseIcons/fal/falSnowflake.js +7 -7
  587. package/icons/baseIcons/fal/falSolarPanel.d.ts +3 -3
  588. package/icons/baseIcons/fal/falSolarPanel.js +7 -7
  589. package/icons/baseIcons/fal/falSort.d.ts +3 -3
  590. package/icons/baseIcons/fal/falSort.js +7 -7
  591. package/icons/baseIcons/fal/falSpinner.d.ts +3 -3
  592. package/icons/baseIcons/fal/falSpinner.js +7 -7
  593. package/icons/baseIcons/fal/falSquare.d.ts +3 -3
  594. package/icons/baseIcons/fal/falSquare.js +7 -7
  595. package/icons/baseIcons/fal/falStepForward.d.ts +3 -3
  596. package/icons/baseIcons/fal/falStepForward.js +7 -7
  597. package/icons/baseIcons/fal/falStop.d.ts +3 -3
  598. package/icons/baseIcons/fal/falStop.js +7 -7
  599. package/icons/baseIcons/fal/falStopCircle.d.ts +3 -3
  600. package/icons/baseIcons/fal/falStopCircle.js +7 -7
  601. package/icons/baseIcons/fal/falStopwatch.d.ts +3 -3
  602. package/icons/baseIcons/fal/falStopwatch.js +7 -7
  603. package/icons/baseIcons/fal/falSuitcase.d.ts +3 -3
  604. package/icons/baseIcons/fal/falSuitcase.js +7 -7
  605. package/icons/baseIcons/fal/falSun.d.ts +3 -3
  606. package/icons/baseIcons/fal/falSun.js +7 -7
  607. package/icons/baseIcons/fal/falSync.d.ts +3 -3
  608. package/icons/baseIcons/fal/falSync.js +7 -7
  609. package/icons/baseIcons/fal/falTachometer.d.ts +3 -3
  610. package/icons/baseIcons/fal/falTachometer.js +7 -7
  611. package/icons/baseIcons/fal/falTemperatureHigh.d.ts +3 -3
  612. package/icons/baseIcons/fal/falTemperatureHigh.js +7 -7
  613. package/icons/baseIcons/fal/falTh.d.ts +3 -3
  614. package/icons/baseIcons/fal/falTh.js +7 -7
  615. package/icons/baseIcons/fal/falThLarge.d.ts +3 -3
  616. package/icons/baseIcons/fal/falThLarge.js +7 -7
  617. package/icons/baseIcons/fal/falThList.d.ts +3 -3
  618. package/icons/baseIcons/fal/falThList.js +7 -7
  619. package/icons/baseIcons/fal/falTimes.d.ts +3 -3
  620. package/icons/baseIcons/fal/falTimes.js +7 -7
  621. package/icons/baseIcons/fal/falTimesCircle.d.ts +3 -3
  622. package/icons/baseIcons/fal/falTimesCircle.js +7 -7
  623. package/icons/baseIcons/fal/falToggleOff.d.ts +3 -3
  624. package/icons/baseIcons/fal/falToggleOff.js +7 -7
  625. package/icons/baseIcons/fal/falToggleOn.d.ts +3 -3
  626. package/icons/baseIcons/fal/falToggleOn.js +7 -7
  627. package/icons/baseIcons/fal/falTrashAlt.d.ts +3 -3
  628. package/icons/baseIcons/fal/falTrashAlt.js +7 -7
  629. package/icons/baseIcons/fal/falUnlockAlt.d.ts +3 -3
  630. package/icons/baseIcons/fal/falUnlockAlt.js +7 -7
  631. package/icons/baseIcons/fal/falUser.d.ts +3 -3
  632. package/icons/baseIcons/fal/falUser.js +7 -7
  633. package/icons/baseIcons/fal/falUserChart.d.ts +3 -3
  634. package/icons/baseIcons/fal/falUserChart.js +7 -7
  635. package/icons/baseIcons/fal/falUserCircle.d.ts +3 -3
  636. package/icons/baseIcons/fal/falUserCircle.js +7 -7
  637. package/icons/baseIcons/fal/falUserCog.d.ts +3 -3
  638. package/icons/baseIcons/fal/falUserCog.js +7 -7
  639. package/icons/baseIcons/fal/falUserEdit.d.ts +3 -3
  640. package/icons/baseIcons/fal/falUserEdit.js +7 -7
  641. package/icons/baseIcons/fal/falUserFriends.d.ts +3 -3
  642. package/icons/baseIcons/fal/falUserFriends.js +7 -7
  643. package/icons/baseIcons/fal/falUserPlus.d.ts +3 -3
  644. package/icons/baseIcons/fal/falUserPlus.js +7 -7
  645. package/icons/baseIcons/fal/falUserShield.d.ts +3 -3
  646. package/icons/baseIcons/fal/falUserShield.js +7 -7
  647. package/icons/baseIcons/fal/falUserTimes.d.ts +3 -3
  648. package/icons/baseIcons/fal/falUserTimes.js +7 -7
  649. package/icons/baseIcons/fal/falUsers.d.ts +3 -3
  650. package/icons/baseIcons/fal/falUsers.js +7 -7
  651. package/icons/baseIcons/fal/falUsersClass.d.ts +3 -3
  652. package/icons/baseIcons/fal/falUsersClass.js +7 -7
  653. package/icons/baseIcons/fal/falWater.d.ts +3 -3
  654. package/icons/baseIcons/fal/falWater.js +7 -7
  655. package/icons/baseIcons/fal/falWind.d.ts +3 -3
  656. package/icons/baseIcons/fal/falWind.js +7 -7
  657. package/icons/baseIcons/fal/falWindTurbine.d.ts +3 -3
  658. package/icons/baseIcons/fal/falWindTurbine.js +7 -7
  659. package/icons/baseIcons/fal/falWrench.d.ts +3 -3
  660. package/icons/baseIcons/fal/falWrench.js +7 -7
  661. package/icons/baseIcons/fas/fasCaretDown.d.ts +3 -3
  662. package/icons/baseIcons/fas/fasCaretDown.js +7 -7
  663. package/icons/baseIcons/fas/fasCaretLeft.d.ts +3 -3
  664. package/icons/baseIcons/fas/fasCaretLeft.js +7 -7
  665. package/icons/baseIcons/fas/fasCaretRight.d.ts +3 -3
  666. package/icons/baseIcons/fas/fasCaretRight.js +7 -7
  667. package/icons/baseIcons/fas/fasCaretUp.d.ts +3 -3
  668. package/icons/baseIcons/fas/fasCaretUp.js +7 -7
  669. package/icons/baseIcons/fas/fasCheckCircle.d.ts +3 -0
  670. package/icons/baseIcons/fas/fasCheckCircle.js +7 -0
  671. package/icons/baseIcons/fas/fasDiamond.d.ts +3 -3
  672. package/icons/baseIcons/fas/fasDiamond.js +7 -7
  673. package/icons/baseIcons/fas/fasFolder.d.ts +3 -3
  674. package/icons/baseIcons/fas/fasFolder.js +7 -7
  675. package/icons/baseIcons/fas/fasMapMarkerAlt.d.ts +3 -3
  676. package/icons/baseIcons/fas/fasMapMarkerAlt.js +7 -7
  677. package/icons/baseIcons/fas/fasMapMarkerExclamation.d.ts +3 -3
  678. package/icons/baseIcons/fas/fasMapMarkerExclamation.js +7 -7
  679. package/icons/baseIcons/fas/fasQuoteLeft.d.ts +3 -3
  680. package/icons/baseIcons/fas/fasQuoteLeft.js +7 -7
  681. package/icons/baseIcons/fas/fasQuoteRight.d.ts +3 -3
  682. package/icons/baseIcons/fas/fasQuoteRight.js +7 -7
  683. package/icons/baseIcons/fas/fasSolarPanel.d.ts +3 -3
  684. package/icons/baseIcons/fas/fasSolarPanel.js +7 -7
  685. package/icons/baseIcons/fas/fasSort.d.ts +3 -3
  686. package/icons/baseIcons/fas/fasSort.js +7 -7
  687. package/icons/baseIcons/fas/fasStar.d.ts +3 -3
  688. package/icons/baseIcons/fas/fasStar.js +7 -7
  689. package/icons/baseIcons/fas/fasWindTurbine.d.ts +3 -3
  690. package/icons/baseIcons/fas/fasWindTurbine.js +7 -7
  691. package/icons/baseIcons/types.d.ts +1 -1
  692. package/icons/baseIcons/types.js +2 -2
  693. package/icons/consts.d.ts +6 -6
  694. package/icons/consts.js +46 -46
  695. package/icons/index.d.ts +3 -3
  696. package/icons/index.js +20 -20
  697. package/icons/library.d.ts +11 -11
  698. package/icons/library.js +60 -60
  699. package/icons/types.d.ts +21 -21
  700. package/icons/types.js +2 -2
  701. package/index.d.ts +27 -27
  702. package/index.js +39 -39
  703. package/input/consts.d.ts +2 -10
  704. package/input/consts.js +27 -35
  705. package/input/helpers.d.ts +2 -2
  706. package/input/helpers.js +9 -9
  707. package/input/index.d.ts +3 -3
  708. package/input/index.js +20 -20
  709. package/input/input.d.ts +6 -6
  710. package/input/input.js +129 -127
  711. package/input/input.types.d.ts +42 -40
  712. package/input/input.types.js +2 -2
  713. package/input/theme.d.ts +39 -39
  714. package/input/theme.js +50 -50
  715. package/label/index.d.ts +3 -3
  716. package/label/index.js +20 -20
  717. package/label/label.d.ts +5 -5
  718. package/label/label.js +71 -71
  719. package/label/label.types.d.ts +20 -20
  720. package/label/label.types.js +2 -2
  721. package/label/theme.d.ts +61 -61
  722. package/label/theme.js +107 -107
  723. package/link/index.d.ts +3 -3
  724. package/link/index.js +20 -20
  725. package/link/link.d.ts +5 -5
  726. package/link/link.js +53 -53
  727. package/link/link.types.d.ts +11 -11
  728. package/link/link.types.js +2 -2
  729. package/link/theme.d.ts +35 -35
  730. package/link/theme.js +50 -50
  731. package/list/context.d.ts +4 -4
  732. package/list/context.js +23 -23
  733. package/list/index.d.ts +6 -6
  734. package/list/index.js +23 -23
  735. package/list/list.d.ts +13 -13
  736. package/list/list.js +81 -81
  737. package/list/list.types.d.ts +8 -8
  738. package/list/list.types.js +2 -2
  739. package/list/listHeading.d.ts +3 -3
  740. package/list/listHeading.js +30 -30
  741. package/list/listIcon.d.ts +3 -3
  742. package/list/listIcon.js +30 -30
  743. package/list/listItem.d.ts +5 -5
  744. package/list/listItem.js +73 -73
  745. package/list/listItem.types.d.ts +16 -16
  746. package/list/listItem.types.js +2 -2
  747. package/list/theme.d.ts +80 -80
  748. package/list/theme.js +90 -90
  749. package/p/index.d.ts +3 -3
  750. package/p/index.js +20 -20
  751. package/p/p.d.ts +5 -5
  752. package/p/p.js +52 -52
  753. package/p/p.types.d.ts +9 -9
  754. package/p/p.types.js +2 -2
  755. package/p/theme.d.ts +29 -29
  756. package/p/theme.js +33 -33
  757. package/package.json +2 -2
  758. package/radio/context.d.ts +4 -4
  759. package/radio/context.js +23 -23
  760. package/radio/index.d.ts +6 -6
  761. package/radio/index.js +23 -23
  762. package/radio/radio.d.ts +7 -7
  763. package/radio/radio.js +66 -66
  764. package/radio/radio.types.d.ts +24 -24
  765. package/radio/radio.types.js +2 -2
  766. package/radio/radioGroup.d.ts +5 -5
  767. package/radio/radioGroup.js +98 -98
  768. package/radio/radioGroup.types.d.ts +13 -13
  769. package/radio/radioGroup.types.js +2 -2
  770. package/radio/theme.d.ts +48 -48
  771. package/radio/theme.js +56 -56
  772. package/skeleton/index.d.ts +3 -3
  773. package/skeleton/index.js +20 -20
  774. package/skeleton/skeleton.d.ts +5 -5
  775. package/skeleton/skeleton.js +50 -50
  776. package/skeleton/skeleton.types.d.ts +6 -6
  777. package/skeleton/skeleton.types.js +2 -2
  778. package/skeleton/theme.d.ts +36 -36
  779. package/skeleton/theme.js +47 -47
  780. package/spinner/consts.d.ts +36 -36
  781. package/spinner/consts.js +26 -26
  782. package/spinner/index.d.ts +3 -3
  783. package/spinner/index.js +20 -20
  784. package/spinner/spinner.d.ts +4 -4
  785. package/spinner/spinner.js +61 -61
  786. package/spinner/spinner.types.d.ts +15 -15
  787. package/spinner/spinner.types.js +2 -2
  788. package/spinner/theme.d.ts +67 -67
  789. package/spinner/theme.js +73 -73
  790. package/styles/animations.d.ts +9 -9
  791. package/styles/animations.js +12 -12
  792. package/styles/fontFaces.d.ts +2 -2
  793. package/styles/fontFaces.js +4 -4
  794. package/styles/helpers.d.ts +4 -4
  795. package/styles/helpers.js +8 -8
  796. package/styles/index.d.ts +3 -3
  797. package/styles/index.js +20 -20
  798. package/svg/cache.d.ts +15 -15
  799. package/svg/cache.js +36 -36
  800. package/svg/helpers.d.ts +10 -10
  801. package/svg/helpers.js +33 -33
  802. package/svg/index.d.ts +3 -3
  803. package/svg/index.js +20 -20
  804. package/svg/svg.d.ts +5 -5
  805. package/svg/svg.js +165 -165
  806. package/svg/svg.types.d.ts +10 -10
  807. package/svg/svg.types.js +2 -2
  808. package/switch/context.d.ts +4 -4
  809. package/switch/context.js +23 -23
  810. package/switch/index.d.ts +7 -7
  811. package/switch/index.js +24 -24
  812. package/switch/switch.d.ts +11 -11
  813. package/switch/switch.js +132 -132
  814. package/switch/switch.types.d.ts +21 -21
  815. package/switch/switch.types.js +2 -2
  816. package/switch/switchButton.d.ts +8 -8
  817. package/switch/switchButton.js +133 -131
  818. package/switch/switchButton.types.d.ts +19 -19
  819. package/switch/switchButton.types.js +2 -2
  820. package/switch/switchLabel.d.ts +3 -3
  821. package/switch/switchLabel.js +30 -30
  822. package/switch/theme.d.ts +87 -87
  823. package/switch/theme.js +113 -113
  824. package/system/animations.d.ts +11 -11
  825. package/system/animations.js +2 -2
  826. package/system/backgrounds.d.ts +13 -13
  827. package/system/backgrounds.js +2 -2
  828. package/system/borders.d.ts +142 -142
  829. package/system/borders.js +2 -2
  830. package/system/colors.d.ts +3 -3
  831. package/system/colors.js +2 -2
  832. package/system/custom.d.ts +14 -10
  833. package/system/custom.js +32 -29
  834. package/system/effects.d.ts +22 -21
  835. package/system/effects.js +2 -2
  836. package/system/flexboxes.d.ts +61 -61
  837. package/system/flexboxes.js +2 -2
  838. package/system/index.d.ts +16 -16
  839. package/system/index.js +33 -33
  840. package/system/interactivity.d.ts +26 -26
  841. package/system/interactivity.js +2 -2
  842. package/system/layout.d.ts +73 -73
  843. package/system/layout.js +2 -2
  844. package/system/sizing.d.ts +36 -36
  845. package/system/sizing.js +2 -2
  846. package/system/space.d.ts +92 -92
  847. package/system/space.js +2 -2
  848. package/system/system.d.ts +17 -17
  849. package/system/system.js +5 -5
  850. package/system/transforms.d.ts +57 -57
  851. package/system/transforms.js +2 -2
  852. package/system/transitions.d.ts +29 -29
  853. package/system/transitions.js +2 -2
  854. package/system/typography.d.ts +75 -75
  855. package/system/typography.js +2 -2
  856. package/t/index.d.ts +3 -3
  857. package/t/index.js +20 -20
  858. package/t/t.d.ts +5 -5
  859. package/t/t.js +54 -54
  860. package/t/t.types.d.ts +10 -11
  861. package/t/t.types.js +2 -2
  862. package/t/theme.d.ts +21 -21
  863. package/t/theme.js +25 -25
  864. package/textarea/helpers.d.ts +2 -2
  865. package/textarea/helpers.js +9 -9
  866. package/textarea/index.d.ts +3 -3
  867. package/textarea/index.js +20 -20
  868. package/textarea/textarea.d.ts +6 -6
  869. package/textarea/textarea.js +116 -116
  870. package/textarea/textarea.types.d.ts +25 -25
  871. package/textarea/textarea.types.js +2 -2
  872. package/textarea/theme.d.ts +21 -21
  873. package/textarea/theme.js +31 -31
  874. package/theme/components.d.ts +787 -787
  875. package/theme/components.js +47 -47
  876. package/theme/defaultTheme.d.ts +950 -939
  877. package/theme/defaultTheme.js +20 -20
  878. package/theme/foundations/animations.d.ts +12 -12
  879. package/theme/foundations/animations.js +13 -13
  880. package/theme/foundations/borders.d.ts +2 -2
  881. package/theme/foundations/borders.js +3 -3
  882. package/theme/foundations/colors.d.ts +171 -171
  883. package/theme/foundations/colors.js +96 -96
  884. package/theme/foundations/durations.d.ts +7 -7
  885. package/theme/foundations/durations.js +8 -8
  886. package/theme/foundations/fontSizes.d.ts +7 -7
  887. package/theme/foundations/fontSizes.js +8 -8
  888. package/theme/foundations/fontWeights.d.ts +7 -7
  889. package/theme/foundations/fontWeights.js +8 -8
  890. package/theme/foundations/fonts.d.ts +4 -4
  891. package/theme/foundations/fonts.js +5 -5
  892. package/theme/foundations/index.d.ts +164 -153
  893. package/theme/foundations/index.js +41 -41
  894. package/theme/foundations/radii.d.ts +8 -8
  895. package/theme/foundations/radii.js +9 -9
  896. package/theme/foundations/ringWidths.d.ts +2 -2
  897. package/theme/foundations/ringWidths.js +3 -3
  898. package/theme/foundations/screens.d.ts +8 -8
  899. package/theme/foundations/screens.js +9 -9
  900. package/theme/foundations/shadows.d.ts +20 -9
  901. package/theme/foundations/shadows.js +25 -11
  902. package/theme/foundations/sizes.d.ts +2 -2
  903. package/theme/foundations/sizes.js +3 -3
  904. package/theme/foundations/spaces.d.ts +2 -2
  905. package/theme/foundations/spaces.js +3 -3
  906. package/theme/foundations/transformers.d.ts +4 -4
  907. package/theme/foundations/transformers.js +7 -7
  908. package/theme/foundations/transforms.d.ts +2 -2
  909. package/theme/foundations/transforms.js +3 -3
  910. package/theme/foundations/transitions.d.ts +2 -2
  911. package/theme/foundations/transitions.js +3 -3
  912. package/theme/foundations/zIndices.d.ts +2 -2
  913. package/theme/foundations/zIndices.js +3 -3
  914. package/theme/index.d.ts +6 -6
  915. package/theme/index.js +25 -25
  916. package/theme/types.d.ts +21 -21
  917. package/theme/types.js +2 -2
  918. package/tile/index.d.ts +3 -3
  919. package/tile/index.js +20 -20
  920. package/tile/theme.d.ts +23 -23
  921. package/tile/theme.js +27 -27
  922. package/tile/tile.d.ts +3 -3
  923. package/tile/tile.js +46 -46
  924. package/tile/tile.types.d.ts +5 -5
  925. package/tile/tile.types.js +2 -2
  926. package/utils/function.d.ts +5 -5
  927. package/utils/function.js +36 -36
  928. package/utils/index.d.ts +4 -4
  929. package/utils/index.js +16 -16
  930. package/utils/object.d.ts +27 -27
  931. package/utils/object.js +93 -93
  932. package/utils/styles.d.ts +4 -0
  933. package/utils/styles.js +35 -0
  934. package/utils/types.d.ts +3 -3
  935. package/utils/types.js +3 -3
  936. package/alert/alertMessage.d.ts +0 -3
  937. package/alert/alertMessage.js +0 -31
  938. package/icons/baseIcons/cus/cusCheckboxSelected.js +0 -7
  939. package/icons/baseIcons/cus/cusRadio.js +0 -7
  940. package/icons/baseIcons/cus/cusSquareMinus.js +0 -7
  941. package/utils/dom.d.ts +0 -2
  942. package/utils/dom.js +0 -12
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [448, 512, [], '', 'M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z'],
6
- name: 'fabSlack'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [448, 512, [], '', 'M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z'],
6
+ name: 'fabSlack'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [512, 512, [], '', 'M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'],
6
- name: 'fabTwitter'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [512, 512, [], '', 'M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'],
6
+ name: 'fabTwitter'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [384, 512, [], '', 'M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0zm358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6zm32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51zm79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9z'],
6
- name: 'fabUps'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [384, 512, [], '', 'M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0zm358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6zm32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51zm79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9z'],
6
+ name: 'fabUps'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [512, 512, [], '', ['M478.71 364.58zm-22 6.11l-27.83-15.9a15.92 15.92 0 0 1-6.94-19.2A184 184 0 1 1 256 72c5.89 0 11.71.29 17.46.83-.74-.07-1.48-.15-2.23-.21-8.49-.69-15.23-7.31-15.23-15.83v-32a16 16 0 0 1 15.34-16C266.24 8.46 261.18 8 256 8 119 8 8 119 8 256s111 248 248 248c98 0 182.42-56.95 222.71-139.42-4.13 7.86-14.23 10.55-22 6.11z', 'M271.23 72.62c-8.49-.69-15.23-7.31-15.23-15.83V24.73c0-9.11 7.67-16.78 16.77-16.17C401.92 17.18 504 124.67 504 256a246 246 0 0 1-25 108.24c-4 8.17-14.37 11-22.26 6.45l-27.84-15.9c-7.41-4.23-9.83-13.35-6.2-21.07A182.53 182.53 0 0 0 440 256c0-96.49-74.27-175.63-168.77-183.38z']],
6
- name: 'fadSpinnerThird'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [512, 512, [], '', ['M478.71 364.58zm-22 6.11l-27.83-15.9a15.92 15.92 0 0 1-6.94-19.2A184 184 0 1 1 256 72c5.89 0 11.71.29 17.46.83-.74-.07-1.48-.15-2.23-.21-8.49-.69-15.23-7.31-15.23-15.83v-32a16 16 0 0 1 15.34-16C266.24 8.46 261.18 8 256 8 119 8 8 119 8 256s111 248 248 248c98 0 182.42-56.95 222.71-139.42-4.13 7.86-14.23 10.55-22 6.11z', 'M271.23 72.62c-8.49-.69-15.23-7.31-15.23-15.83V24.73c0-9.11 7.67-16.78 16.77-16.17C401.92 17.18 504 124.67 504 256a246 246 0 0 1-25 108.24c-4 8.17-14.37 11-22.26 6.45l-27.84-15.9c-7.41-4.23-9.83-13.35-6.2-21.07A182.53 182.53 0 0 0 440 256c0-96.49-74.27-175.63-168.77-183.38z']],
6
+ name: 'fadSpinnerThird'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [448, 512, [], '', 'M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h288c35.3 0 64-28.7 64-64v-32h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-52 288c0 17.6-14.4 32-32 32H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v384zM208 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm46.8 144c-19.5 0-24.4 7-46.8 7s-27.3-7-46.8-7c-21.2 0-41.8 9.4-53.8 27.4C100.2 326.1 96 339 96 352.9V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-39.1c0-7 2.1-13.8 6-19.6 5.6-8.3 15.8-13.2 27.3-13.2 12.4 0 20.8 7 46.8 7 25.9 0 34.3-7 46.8-7 11.5 0 21.7 5 27.3 13.2 3.9 5.8 6 12.6 6 19.6V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-39.1c0-13.9-4.2-26.8-11.4-37.5-12.3-18-32.9-27.4-54-27.4z'],
6
- name: 'falAddressBook'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [448, 512, [], '', 'M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h288c35.3 0 64-28.7 64-64v-32h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-52 288c0 17.6-14.4 32-32 32H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v384zM208 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm46.8 144c-19.5 0-24.4 7-46.8 7s-27.3-7-46.8-7c-21.2 0-41.8 9.4-53.8 27.4C100.2 326.1 96 339 96 352.9V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-39.1c0-7 2.1-13.8 6-19.6 5.6-8.3 15.8-13.2 27.3-13.2 12.4 0 20.8 7 46.8 7 25.9 0 34.3-7 46.8-7 11.5 0 21.7 5 27.3 13.2 3.9 5.8 6 12.6 6 19.6V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-39.1c0-13.9-4.2-26.8-11.4-37.5-12.3-18-32.9-27.4-54-27.4z'],
6
+ name: 'falAddressBook'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [576, 512, [], '', 'M512 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm32 384c0 17.6-14.4 32-32 32H64c-17.6 0-32-14.4-32-32V96c0-17.6 14.4-32 32-32h448c17.6 0 32 14.4 32 32v320zm-72-128H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm0-64H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm0-64H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zM208 288c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm46.8 144c-19.5 0-24.4 7-46.8 7s-27.3-7-46.8-7c-21.2 0-41.8 9.4-53.8 27.4C100.2 342.1 96 355 96 368.9V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-23.1c0-7 2.1-13.8 6-19.6 5.6-8.3 15.8-13.2 27.3-13.2 12.4 0 20.8 7 46.8 7 25.9 0 34.3-7 46.8-7 11.5 0 21.7 5 27.3 13.2 3.9 5.8 6 12.6 6 19.6V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-23.1c0-13.9-4.2-26.8-11.4-37.5-12.3-18-32.9-27.4-54-27.4z'],
6
- name: 'falAddressCard'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [576, 512, [], '', 'M512 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm32 384c0 17.6-14.4 32-32 32H64c-17.6 0-32-14.4-32-32V96c0-17.6 14.4-32 32-32h448c17.6 0 32 14.4 32 32v320zm-72-128H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm0-64H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm0-64H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zM208 288c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm46.8 144c-19.5 0-24.4 7-46.8 7s-27.3-7-46.8-7c-21.2 0-41.8 9.4-53.8 27.4C100.2 342.1 96 355 96 368.9V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-23.1c0-7 2.1-13.8 6-19.6 5.6-8.3 15.8-13.2 27.3-13.2 12.4 0 20.8 7 46.8 7 25.9 0 34.3-7 46.8-7 11.5 0 21.7 5 27.3 13.2 3.9 5.8 6 12.6 6 19.6V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-23.1c0-13.9-4.2-26.8-11.4-37.5-12.3-18-32.9-27.4-54-27.4z'],
6
+ name: 'falAddressCard'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [576, 512, [], '', 'M80 352H16c-8.84 0-16 7.16-16 16v128c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V368c0-8.84-7.16-16-16-16zM64 480H32v-96h32v96zm496-288h-64c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm-16 288h-32V224h32v256zM502.77 88.68C510.12 93.24 518.71 96 528 96c26.51 0 48-21.49 48-48S554.51 0 528 0s-48 21.49-48 48c0 5.51 1.12 10.71 2.83 15.64l-89.6 71.68c-7.35-4.57-15.94-7.33-25.23-7.33s-17.88 2.76-25.23 7.33l-89.6-71.68C254.88 58.72 256 53.51 256 48c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 7.4 1.81 14.32 4.8 20.58L68.58 164.8C62.32 161.81 55.4 160 48 160c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-7.4-1.81-14.32-4.8-20.58l96.22-96.22C193.68 94.19 200.6 96 208 96c9.29 0 17.88-2.76 25.23-7.33l89.6 71.68c-1.71 4.93-2.83 10.14-2.83 15.65 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.51-1.12-10.72-2.83-15.65l89.6-71.67zM528 32c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zM48 224c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16zM208 64c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16zm160 128c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16zm-128 0h-64c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm-16 288h-32V224h32v256zm176-160h-64c-8.84 0-16 7.16-16 16v160c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V336c0-8.84-7.16-16-16-16zm-16 160h-32V352h32v128z'],
6
- name: 'falAnalytics'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [576, 512, [], '', 'M80 352H16c-8.84 0-16 7.16-16 16v128c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V368c0-8.84-7.16-16-16-16zM64 480H32v-96h32v96zm496-288h-64c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm-16 288h-32V224h32v256zM502.77 88.68C510.12 93.24 518.71 96 528 96c26.51 0 48-21.49 48-48S554.51 0 528 0s-48 21.49-48 48c0 5.51 1.12 10.71 2.83 15.64l-89.6 71.68c-7.35-4.57-15.94-7.33-25.23-7.33s-17.88 2.76-25.23 7.33l-89.6-71.68C254.88 58.72 256 53.51 256 48c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 7.4 1.81 14.32 4.8 20.58L68.58 164.8C62.32 161.81 55.4 160 48 160c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-7.4-1.81-14.32-4.8-20.58l96.22-96.22C193.68 94.19 200.6 96 208 96c9.29 0 17.88-2.76 25.23-7.33l89.6 71.68c-1.71 4.93-2.83 10.14-2.83 15.65 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.51-1.12-10.72-2.83-15.65l89.6-71.67zM528 32c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zM48 224c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16zM208 64c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16zm160 128c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16zm-128 0h-64c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm-16 288h-32V224h32v256zm176-160h-64c-8.84 0-16 7.16-16 16v160c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V336c0-8.84-7.16-16-16-16zm-16 160h-32V352h32v128z'],
6
+ name: 'falAnalytics'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [256, 512, [], '', 'M119.5 262.9L3.5 145.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 223.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 263c-4.7 4.6-12.3 4.6-17-.1zm17 128l116-117.8c4.7-4.7 4.7-12.3 0-17l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L128 351.3 27.6 249.1c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l116 117.8c4.7 4.6 12.3 4.6 17-.1z'],
6
- name: 'falAngleDoubleDown'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [256, 512, [], '', 'M119.5 262.9L3.5 145.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 223.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 263c-4.7 4.6-12.3 4.6-17-.1zm17 128l116-117.8c4.7-4.7 4.7-12.3 0-17l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L128 351.3 27.6 249.1c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l116 117.8c4.7 4.6 12.3 4.6 17-.1z'],
6
+ name: 'falAngleDoubleDown'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [320, 512, [], '', 'M153.1 247.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L192.7 256l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L153 264.5c-4.6-4.7-4.6-12.3.1-17zm-128 17l117.8 116c4.7 4.7 12.3 4.7 17 0l7.1-7.1c4.7-4.7 4.7-12.3 0-17L64.7 256l102.2-100.4c4.7-4.7 4.7-12.3 0-17l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L25 247.5c-4.6 4.7-4.6 12.3.1 17z'],
6
- name: 'falAngleDoubleLeft'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [320, 512, [], '', 'M153.1 247.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L192.7 256l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L153 264.5c-4.6-4.7-4.6-12.3.1-17zm-128 17l117.8 116c4.7 4.7 12.3 4.7 17 0l7.1-7.1c4.7-4.7 4.7-12.3 0-17L64.7 256l102.2-100.4c4.7-4.7 4.7-12.3 0-17l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L25 247.5c-4.6 4.7-4.6 12.3.1 17z'],
6
+ name: 'falAngleDoubleLeft'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [320, 512, [], '', 'M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17zm128-17l-117.8-116c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17L255.3 256 153.1 356.4c-4.7 4.7-4.7 12.3 0 17l7.1 7.1c4.7 4.7 12.3 4.7 17 0l117.8-116c4.6-4.7 4.6-12.3-.1-17z'],
6
- name: 'falAngleDoubleRight'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [320, 512, [], '', 'M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17zm128-17l-117.8-116c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17L255.3 256 153.1 356.4c-4.7 4.7-4.7 12.3 0 17l7.1 7.1c4.7 4.7 12.3 4.7 17 0l117.8-116c4.6-4.7 4.6-12.3-.1-17z'],
6
+ name: 'falAngleDoubleRight'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [256, 512, [], '', 'M136.5 249.1l116 117.8c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L128 288.7 27.6 390.9c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17l116-117.8c4.7-4.6 12.3-4.6 17 .1zm-17-128L3.5 238.9c-4.7 4.7-4.7 12.3 0 17l7.1 7.1c4.7 4.7 12.3 4.7 17 0L128 160.7l100.4 102.2c4.7 4.7 12.3 4.7 17 0l7.1-7.1c4.7-4.7 4.7-12.3 0-17L136.5 121c-4.7-4.6-12.3-4.6-17 .1z'],
6
- name: 'falAngleDoubleUp'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [256, 512, [], '', 'M136.5 249.1l116 117.8c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L128 288.7 27.6 390.9c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17l116-117.8c4.7-4.6 12.3-4.6 17 .1zm-17-128L3.5 238.9c-4.7 4.7-4.7 12.3 0 17l7.1 7.1c4.7 4.7 12.3 4.7 17 0L128 160.7l100.4 102.2c4.7 4.7 12.3 4.7 17 0l7.1-7.1c4.7-4.7 4.7-12.3 0-17L136.5 121c-4.7-4.6-12.3-4.6-17 .1z'],
6
+ name: 'falAngleDoubleUp'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [256, 512, [], '', 'M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'],
6
- name: 'falAngleDown'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [256, 512, [], '', 'M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'],
6
+ name: 'falAngleDown'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [192, 512, [], '', 'M25.1 247.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L64.7 256l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L25 264.5c-4.6-4.7-4.6-12.3.1-17z'],
6
- name: 'falAngleLeft'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [192, 512, [], '', 'M25.1 247.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L64.7 256l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L25 264.5c-4.6-4.7-4.6-12.3.1-17z'],
6
+ name: 'falAngleLeft'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [192, 512, [], '', 'M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'],
6
- name: 'falAngleRight'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [192, 512, [], '', 'M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'],
6
+ name: 'falAngleRight'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [256, 512, [], '', 'M136.5 185.1l116 117.8c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L128 224.7 27.6 326.9c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17l116-117.8c4.7-4.6 12.3-4.6 17 .1z'],
6
- name: 'falAngleUp'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [256, 512, [], '', 'M136.5 185.1l116 117.8c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L128 224.7 27.6 326.9c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17l116-117.8c4.7-4.6 12.3-4.6 17 .1z'],
6
+ name: 'falAngleUp'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [448, 512, [], '', 'M267.427 64C278.789 64 288 73.211 288 84.572v171.437h116.979c7.125 0 10.695 8.612 5.66 13.653L238.556 441.965c-8.036 8.046-21.076 8.047-29.112 0L37.36 269.662c-5.035-5.041-1.464-13.653 5.66-13.653H160V84.572C160 73.211 169.211 64 180.573 64h86.854m0-32h-86.855C151.584 32 128 55.584 128 84.572v139.437H43.021c-35.507 0-53.497 43.04-28.302 68.266l172.083 172.303c20.55 20.576 53.842 20.58 74.396 0l172.083-172.303c25.091-25.122 7.351-68.266-28.302-68.266H320V84.572C320 55.584 296.416 32 267.427 32z'],
6
- name: 'falArrowAltDown'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [448, 512, [], '', 'M267.427 64C278.789 64 288 73.211 288 84.572v171.437h116.979c7.125 0 10.695 8.612 5.66 13.653L238.556 441.965c-8.036 8.046-21.076 8.047-29.112 0L37.36 269.662c-5.035-5.041-1.464-13.653 5.66-13.653H160V84.572C160 73.211 169.211 64 180.573 64h86.854m0-32h-86.855C151.584 32 128 55.584 128 84.572v139.437H43.021c-35.507 0-53.497 43.04-28.302 68.266l172.083 172.303c20.55 20.576 53.842 20.58 74.396 0l172.083-172.303c25.091-25.122 7.351-68.266-28.302-68.266H320V84.572C320 55.584 296.416 32 267.427 32z'],
6
+ name: 'falArrowAltDown'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [448, 512, [], '', 'M395.4 159.9H256V75c0-35.5-43-53.5-68.3-28.3L15.4 218.8c-20.6 20.6-20.6 53.8 0 74.4l172.3 172.1c25.1 25.1 68.3 7.4 68.3-28.3v-85h139.4c29 0 52.6-23.6 52.6-52.6v-86.9c0-29-23.6-52.6-52.6-52.6zM416 299.4c0 11.4-9.2 20.6-20.6 20.6H224v117c0 7.1-8.6 10.7-13.7 5.7L38 270.6c-8-8-8-21.1 0-29.1L210.3 69.4c5-5 13.7-1.5 13.7 5.7v117h171.4c11.4 0 20.6 9.2 20.6 20.6z'],
6
- name: 'falArrowAltLeft'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [448, 512, [], '', 'M395.4 159.9H256V75c0-35.5-43-53.5-68.3-28.3L15.4 218.8c-20.6 20.6-20.6 53.8 0 74.4l172.3 172.1c25.1 25.1 68.3 7.4 68.3-28.3v-85h139.4c29 0 52.6-23.6 52.6-52.6v-86.9c0-29-23.6-52.6-52.6-52.6zM416 299.4c0 11.4-9.2 20.6-20.6 20.6H224v117c0 7.1-8.6 10.7-13.7 5.7L38 270.6c-8-8-8-21.1 0-29.1L210.3 69.4c5-5 13.7-1.5 13.7 5.7v117h171.4c11.4 0 20.6 9.2 20.6 20.6z'],
6
+ name: 'falArrowAltLeft'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [448, 512, [], '', 'M32 212.57A20.57 20.57 0 0 1 52.57 192H224V75a8 8 0 0 1 13.66-5.66L410 241.44a20.56 20.56 0 0 1 0 29.11L237.66 442.63A8 8 0 0 1 224 437V320H52.57A20.57 20.57 0 0 1 32 299.42v-86.85m-32 0v86.85A52.63 52.63 0 0 0 52.57 352H192v85c0 35.51 43 53.5 68.27 28.3l172.3-172.08a52.55 52.55 0 0 0 0-74.4L260.27 46.71C235.15 21.62 192 39.36 192 75v85H52.57A52.63 52.63 0 0 0 0 212.57z'],
6
- name: 'falArrowAltRight'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [448, 512, [], '', 'M32 212.57A20.57 20.57 0 0 1 52.57 192H224V75a8 8 0 0 1 13.66-5.66L410 241.44a20.56 20.56 0 0 1 0 29.11L237.66 442.63A8 8 0 0 1 224 437V320H52.57A20.57 20.57 0 0 1 32 299.42v-86.85m-32 0v86.85A52.63 52.63 0 0 0 52.57 352H192v85c0 35.51 43 53.5 68.27 28.3l172.3-172.08a52.55 52.55 0 0 0 0-74.4L260.27 46.71C235.15 21.62 192 39.36 192 75v85H52.57A52.63 52.63 0 0 0 0 212.57z'],
6
+ name: 'falArrowAltRight'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [448, 512, [], '', 'M180.573 448C169.211 448 160 438.789 160 427.428V255.991H43.021c-7.125 0-10.695-8.612-5.66-13.653L209.444 70.035c8.036-8.046 21.076-8.047 29.112 0L410.64 242.338c5.035 5.041 1.464 13.653-5.66 13.653H288v171.437C288 438.79 278.789 448 267.427 448h-86.854m0 32h86.855C296.416 480 320 456.416 320 427.428V287.991h84.979c35.507 0 53.497-43.04 28.302-68.266L261.198 47.422c-20.55-20.576-53.842-20.58-74.396 0L14.719 219.724c-25.091 25.122-7.351 68.266 28.302 68.266H128v139.437C128 456.416 151.584 480 180.573 480z'],
6
- name: 'falArrowAltUp'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [448, 512, [], '', 'M180.573 448C169.211 448 160 438.789 160 427.428V255.991H43.021c-7.125 0-10.695-8.612-5.66-13.653L209.444 70.035c8.036-8.046 21.076-8.047 29.112 0L410.64 242.338c5.035 5.041 1.464 13.653-5.66 13.653H288v171.437C288 438.79 278.789 448 267.427 448h-86.854m0 32h86.855C296.416 480 320 456.416 320 427.428V287.991h84.979c35.507 0 53.497-43.04 28.302-68.266L261.198 47.422c-20.55-20.576-53.842-20.58-74.396 0L14.719 219.724c-25.091 25.122-7.351 68.266 28.302 68.266H128v139.437C128 456.416 151.584 480 180.573 480z'],
6
+ name: 'falArrowAltUp'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [512, 512, [], '', 'M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216zm-92.5-4.5l-6.9-6.9c-4.7-4.7-12.5-4.7-17.1.2L273 330.3V140c0-6.6-5.4-12-12-12h-10c-6.6 0-12 5.4-12 12v190.3l-82.5-85.6c-4.7-4.8-12.4-4.9-17.1-.2l-6.9 6.9c-4.7 4.7-4.7 12.3 0 17l115 115.1c4.7 4.7 12.3 4.7 17 0l115-115.1c4.7-4.6 4.7-12.2 0-16.9z'],
6
- name: 'falArrowCircleDown'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [512, 512, [], '', 'M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216zm-92.5-4.5l-6.9-6.9c-4.7-4.7-12.5-4.7-17.1.2L273 330.3V140c0-6.6-5.4-12-12-12h-10c-6.6 0-12 5.4-12 12v190.3l-82.5-85.6c-4.7-4.8-12.4-4.9-17.1-.2l-6.9 6.9c-4.7 4.7-4.7 12.3 0 17l115 115.1c4.7 4.7 12.3 4.7 17 0l115-115.1c4.7-4.6 4.7-12.2 0-16.9z'],
6
+ name: 'falArrowCircleDown'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [512, 512, [], '', 'M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zM256 472c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm-12.5-92.5l-115.1-115c-4.7-4.7-4.7-12.3 0-17l115.1-115c4.7-4.7 12.3-4.7 17 0l6.9 6.9c4.7 4.7 4.7 12.5-.2 17.1L181.7 239H372c6.6 0 12 5.4 12 12v10c0 6.6-5.4 12-12 12H181.7l85.6 82.5c4.8 4.7 4.9 12.4.2 17.1l-6.9 6.9c-4.8 4.7-12.4 4.7-17.1 0z'],
6
- name: 'falArrowCircleLeft'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [512, 512, [], '', 'M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zM256 472c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm-12.5-92.5l-115.1-115c-4.7-4.7-4.7-12.3 0-17l115.1-115c4.7-4.7 12.3-4.7 17 0l6.9 6.9c4.7 4.7 4.7 12.5-.2 17.1L181.7 239H372c6.6 0 12 5.4 12 12v10c0 6.6-5.4 12-12 12H181.7l85.6 82.5c4.8 4.7 4.9 12.4.2 17.1l-6.9 6.9c-4.8 4.7-12.4 4.7-17.1 0z'],
6
+ name: 'falArrowCircleLeft'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [512, 512, [], '', 'M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zM256 40c118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216zm12.5 92.5l115.1 115c4.7 4.7 4.7 12.3 0 17l-115.1 115c-4.7 4.7-12.3 4.7-17 0l-6.9-6.9c-4.7-4.7-4.7-12.5.2-17.1l85.6-82.5H140c-6.6 0-12-5.4-12-12v-10c0-6.6 5.4-12 12-12h190.3l-85.6-82.5c-4.8-4.7-4.9-12.4-.2-17.1l6.9-6.9c4.8-4.7 12.4-4.7 17.1 0z'],
6
- name: 'falArrowCircleRight'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [512, 512, [], '', 'M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zM256 40c118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216zm12.5 92.5l115.1 115c4.7 4.7 4.7 12.3 0 17l-115.1 115c-4.7 4.7-12.3 4.7-17 0l-6.9-6.9c-4.7-4.7-4.7-12.5.2-17.1l85.6-82.5H140c-6.6 0-12-5.4-12-12v-10c0-6.6 5.4-12 12-12h190.3l-85.6-82.5c-4.8-4.7-4.9-12.4-.2-17.1l6.9-6.9c4.8-4.7 12.4-4.7 17.1 0z'],
6
+ name: 'falArrowCircleRight'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [512, 512, [], '', 'M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zM40 256c0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216zm92.5-12.5l115-115.1c4.7-4.7 12.3-4.7 17 0l115 115.1c4.7 4.7 4.7 12.3 0 17l-6.9 6.9c-4.7 4.7-12.5 4.7-17.1-.2L273 181.7V372c0 6.6-5.4 12-12 12h-10c-6.6 0-12-5.4-12-12V181.7l-82.5 85.6c-4.7 4.8-12.4 4.9-17.1.2l-6.9-6.9c-4.7-4.8-4.7-12.4 0-17.1z'],
6
- name: 'falArrowCircleUp'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [512, 512, [], '', 'M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zM40 256c0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216zm92.5-12.5l115-115.1c4.7-4.7 12.3-4.7 17 0l115 115.1c4.7 4.7 4.7 12.3 0 17l-6.9 6.9c-4.7 4.7-12.5 4.7-17.1-.2L273 181.7V372c0 6.6-5.4 12-12 12h-10c-6.6 0-12-5.4-12-12V181.7l-82.5 85.6c-4.7 4.8-12.4 4.9-17.1.2l-6.9-6.9c-4.7-4.8-4.7-12.4 0-17.1z'],
6
+ name: 'falArrowCircleUp'
7
+ };
@@ -1,3 +1,3 @@
1
- import { IconDefinition } from '../../types';
2
- declare const _default: IconDefinition;
3
- export default _default;
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [448, 512, [], '', 'M443.5 248.5l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L241 419.9V44c0-6.6-5.4-12-12-12h-10c-6.6 0-12 5.4-12 12v375.9L28.5 241.4c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.8 4.8-12.3.1-17z'],
6
- name: 'falArrowDown'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [448, 512, [], '', 'M443.5 248.5l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L241 419.9V44c0-6.6-5.4-12-12-12h-10c-6.6 0-12 5.4-12 12v375.9L28.5 241.4c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.8 4.8-12.3.1-17z'],
6
+ name: 'falArrowDown'
7
+ };