@veracity/vui 0.0.14 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (989) hide show
  1. package/alert/alert.d.ts +13 -13
  2. package/alert/alert.js +85 -85
  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 -8
  18. package/alert/index.js +25 -25
  19. package/alert/theme.d.ts +48 -46
  20. package/alert/theme.js +64 -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 +11 -5
  38. package/button/button.js +114 -81
  39. package/button/button.types.d.ts +26 -24
  40. package/button/button.types.js +2 -2
  41. package/button/buttonIcon.d.ts +3 -0
  42. package/button/buttonIcon.js +30 -0
  43. package/button/buttonText.d.ts +3 -0
  44. package/button/buttonText.js +30 -0
  45. package/button/buttons.d.ts +9 -8
  46. package/button/buttons.js +28 -27
  47. package/button/consts.d.ts +2 -2
  48. package/button/consts.js +27 -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 +110 -72
  54. package/button/theme.js +151 -112
  55. package/{button → buttonGroup}/buttonGroup.d.ts +7 -5
  56. package/{button → buttonGroup}/buttonGroup.js +74 -72
  57. package/{button → buttonGroup}/buttonGroup.types.d.ts +6 -6
  58. package/{button → buttonGroup}/buttonGroup.types.js +2 -2
  59. package/buttonGroup/context.d.ts +4 -0
  60. package/buttonGroup/context.js +23 -0
  61. package/buttonGroup/helpers.d.ts +3 -0
  62. package/buttonGroup/helpers.js +10 -0
  63. package/buttonGroup/index.d.ts +4 -0
  64. package/buttonGroup/index.js +21 -0
  65. package/card/card.d.ts +3 -0
  66. package/{tile/tile.js → card/card.js} +47 -46
  67. package/{tile/tile.types.d.ts → card/card.types.d.ts} +5 -5
  68. package/{label/label.types.js → card/card.types.js} +2 -2
  69. package/card/index.d.ts +3 -0
  70. package/{label → card}/index.js +20 -20
  71. package/card/theme.d.ts +6 -0
  72. package/card/theme.js +10 -0
  73. package/checkbox/checkbox.d.ts +7 -7
  74. package/checkbox/checkbox.js +105 -105
  75. package/checkbox/checkbox.types.d.ts +26 -26
  76. package/checkbox/checkbox.types.js +2 -2
  77. package/checkbox/checkboxGroup.d.ts +5 -5
  78. package/checkbox/checkboxGroup.js +70 -70
  79. package/checkbox/checkboxGroup.types.d.ts +12 -12
  80. package/checkbox/checkboxGroup.types.js +2 -2
  81. package/checkbox/context.d.ts +4 -4
  82. package/checkbox/context.js +23 -23
  83. package/checkbox/index.d.ts +6 -6
  84. package/checkbox/index.js +23 -23
  85. package/checkbox/theme.d.ts +48 -48
  86. package/checkbox/theme.js +56 -56
  87. package/core/consts.d.ts +1 -1
  88. package/core/consts.js +4 -4
  89. package/core/globalStyle.d.ts +5 -2
  90. package/core/globalStyle.js +61 -57
  91. package/core/index.d.ts +8 -6
  92. package/core/index.js +29 -25
  93. package/core/resetCSS.d.ts +2 -2
  94. package/core/resetCSS.js +9 -9
  95. package/core/styled.d.ts +4 -0
  96. package/core/styled.js +80 -0
  97. package/core/types/component.d.ts +30 -30
  98. package/core/types/component.js +2 -2
  99. package/core/types/context.d.ts +10 -10
  100. package/core/types/context.js +2 -2
  101. package/core/types/events.d.ts +17 -17
  102. package/core/types/events.js +2 -2
  103. package/core/types/index.d.ts +5 -4
  104. package/core/types/index.js +17 -16
  105. package/core/types/styled.d.ts +11 -0
  106. package/{list/listItem.types.js → core/types/styled.js} +2 -2
  107. package/core/types/themeGet.d.ts +24 -24
  108. package/core/types/themeGet.js +2 -2
  109. package/core/utils.d.ts +58 -58
  110. package/core/utils.js +209 -209
  111. package/core/v.d.ts +182 -0
  112. package/core/v.js +6 -0
  113. package/core/vuiProvider.d.ts +20 -9
  114. package/core/vuiProvider.js +18 -18
  115. package/divider/divider.d.ts +5 -5
  116. package/divider/divider.js +53 -53
  117. package/divider/divider.types.d.ts +6 -7
  118. package/divider/divider.types.js +2 -2
  119. package/divider/index.d.ts +3 -3
  120. package/divider/index.js +20 -20
  121. package/divider/theme.d.ts +6 -6
  122. package/divider/theme.js +10 -10
  123. package/heading/heading.d.ts +5 -5
  124. package/heading/heading.js +53 -53
  125. package/heading/heading.types.d.ts +10 -9
  126. package/heading/heading.types.js +2 -2
  127. package/heading/headings.d.ts +7 -7
  128. package/heading/headings.js +26 -26
  129. package/heading/index.d.ts +4 -4
  130. package/heading/index.js +21 -21
  131. package/heading/theme.d.ts +39 -39
  132. package/heading/theme.js +43 -43
  133. package/icon/helpers.d.ts +7 -8
  134. package/icon/helpers.js +61 -63
  135. package/icon/icon.d.ts +3 -3
  136. package/icon/icon.js +48 -47
  137. package/icon/icon.types.d.ts +22 -20
  138. package/icon/icon.types.js +2 -2
  139. package/icon/index.d.ts +3 -3
  140. package/icon/index.js +20 -20
  141. package/icon/theme.d.ts +25 -25
  142. package/icon/theme.js +29 -29
  143. package/icons/baseIcons/cui/cuiCheckboxIndeterminate.d.ts +3 -3
  144. package/icons/baseIcons/cui/cuiCheckboxIndeterminate.js +7 -7
  145. package/icons/baseIcons/cui/cuiCheckboxSelected.d.ts +3 -3
  146. package/icons/baseIcons/cui/cuiCheckboxSelected.js +7 -7
  147. package/icons/baseIcons/cui/cuiCheckboxUnselected.d.ts +3 -3
  148. package/icons/baseIcons/cui/cuiCheckboxUnselected.js +8 -8
  149. package/icons/baseIcons/cui/cuiRadioSelected.d.ts +3 -3
  150. package/icons/baseIcons/cui/cuiRadioSelected.js +8 -8
  151. package/icons/baseIcons/cui/cuiRadioUnselected.d.ts +3 -3
  152. package/icons/baseIcons/cui/cuiRadioUnselected.js +8 -8
  153. package/icons/baseIcons/cul/culApiProduct.d.ts +3 -0
  154. package/icons/baseIcons/cul/culApiProduct.js +7 -0
  155. package/icons/baseIcons/cul/culApiService.d.ts +3 -0
  156. package/icons/baseIcons/cul/culApiService.js +7 -0
  157. package/icons/baseIcons/cul/culCovid.d.ts +3 -3
  158. package/icons/baseIcons/cul/culCovid.js +7 -7
  159. package/icons/baseIcons/cul/culDeepSearch.d.ts +3 -3
  160. package/icons/baseIcons/cul/culDeepSearch.js +7 -7
  161. package/icons/baseIcons/cul/culDotsMenu.d.ts +3 -3
  162. package/icons/baseIcons/cul/culDotsMenu.js +7 -7
  163. package/icons/baseIcons/cul/culGlobePlus.d.ts +3 -3
  164. package/icons/baseIcons/cul/culGlobePlus.js +7 -7
  165. package/icons/baseIcons/cul/culListDense.d.ts +3 -3
  166. package/icons/baseIcons/cul/culListDense.js +7 -7
  167. package/icons/baseIcons/cul/culMapMarkerStar.d.ts +3 -3
  168. package/icons/baseIcons/cul/culMapMarkerStar.js +7 -7
  169. package/icons/baseIcons/cul/culPlusThin.d.ts +3 -3
  170. package/icons/baseIcons/cul/culPlusThin.js +7 -7
  171. package/icons/baseIcons/cul/culScreenshot.d.ts +3 -3
  172. package/icons/baseIcons/cul/culScreenshot.js +7 -7
  173. package/icons/baseIcons/cul/culScreenshotAlt.d.ts +3 -3
  174. package/icons/baseIcons/cul/culScreenshotAlt.js +7 -7
  175. package/icons/baseIcons/cul/culShortcut.d.ts +3 -3
  176. package/icons/baseIcons/cul/culShortcut.js +7 -7
  177. package/icons/baseIcons/cul/culTimesThin.d.ts +3 -3
  178. package/icons/baseIcons/cul/culTimesThin.js +7 -7
  179. package/icons/baseIcons/cul/culTransformer.d.ts +3 -3
  180. package/icons/baseIcons/cul/culTransformer.js +7 -7
  181. package/icons/baseIcons/cul/culUserTransfer.d.ts +3 -3
  182. package/icons/baseIcons/cul/culUserTransfer.js +7 -7
  183. package/icons/baseIcons/cul/culVeracityService.d.ts +3 -0
  184. package/icons/baseIcons/cul/culVeracityService.js +7 -0
  185. package/icons/baseIcons/cul/culVessel.d.ts +3 -3
  186. package/icons/baseIcons/cul/culVessel.js +7 -7
  187. package/icons/baseIcons/cul/culVesselGroup.d.ts +3 -3
  188. package/icons/baseIcons/cul/culVesselGroup.js +7 -7
  189. package/icons/baseIcons/cus/cusDotFull.d.ts +3 -3
  190. package/icons/baseIcons/cus/cusDotFull.js +7 -7
  191. package/icons/baseIcons/cus/cusDotFullAlt.d.ts +3 -3
  192. package/icons/baseIcons/cus/cusDotFullAlt.js +7 -7
  193. package/icons/baseIcons/cus/cusDotsMenu.d.ts +3 -3
  194. package/icons/baseIcons/cus/cusDotsMenu.js +7 -7
  195. package/icons/baseIcons/cus/cusTransformer.d.ts +3 -3
  196. package/icons/baseIcons/cus/cusTransformer.js +7 -7
  197. package/icons/baseIcons/cus/cusVessel.d.ts +3 -3
  198. package/icons/baseIcons/cus/cusVessel.js +7 -7
  199. package/icons/baseIcons/fab/fabApplePay.d.ts +3 -3
  200. package/icons/baseIcons/fab/fabApplePay.js +7 -7
  201. package/icons/baseIcons/fab/fabBluetooth.d.ts +3 -3
  202. package/icons/baseIcons/fab/fabBluetooth.js +7 -7
  203. package/icons/baseIcons/fab/fabBtc.d.ts +3 -3
  204. package/icons/baseIcons/fab/fabBtc.js +7 -7
  205. package/icons/baseIcons/fab/fabCcAmazonPay.d.ts +3 -3
  206. package/icons/baseIcons/fab/fabCcAmazonPay.js +7 -7
  207. package/icons/baseIcons/fab/fabCcAmex.d.ts +3 -3
  208. package/icons/baseIcons/fab/fabCcAmex.js +7 -7
  209. package/icons/baseIcons/fab/fabCcApplePay.d.ts +3 -3
  210. package/icons/baseIcons/fab/fabCcApplePay.js +7 -7
  211. package/icons/baseIcons/fab/fabCcDinersClub.d.ts +3 -3
  212. package/icons/baseIcons/fab/fabCcDinersClub.js +7 -7
  213. package/icons/baseIcons/fab/fabCcMastercard.d.ts +3 -3
  214. package/icons/baseIcons/fab/fabCcMastercard.js +7 -7
  215. package/icons/baseIcons/fab/fabCcPaypal.d.ts +3 -3
  216. package/icons/baseIcons/fab/fabCcPaypal.js +7 -7
  217. package/icons/baseIcons/fab/fabCcVisa.d.ts +3 -3
  218. package/icons/baseIcons/fab/fabCcVisa.js +7 -7
  219. package/icons/baseIcons/fab/fabDhl.d.ts +3 -3
  220. package/icons/baseIcons/fab/fabDhl.js +7 -7
  221. package/icons/baseIcons/fab/fabEbay.d.ts +3 -3
  222. package/icons/baseIcons/fab/fabEbay.js +7 -7
  223. package/icons/baseIcons/fab/fabFacebook.d.ts +3 -3
  224. package/icons/baseIcons/fab/fabFacebook.js +7 -7
  225. package/icons/baseIcons/fab/fabFedex.d.ts +3 -3
  226. package/icons/baseIcons/fab/fabFedex.js +7 -7
  227. package/icons/baseIcons/fab/fabFirefox.d.ts +3 -3
  228. package/icons/baseIcons/fab/fabFirefox.js +7 -7
  229. package/icons/baseIcons/fab/fabGoogle.d.ts +3 -3
  230. package/icons/baseIcons/fab/fabGoogle.js +7 -7
  231. package/icons/baseIcons/fab/fabGoogleDrive.d.ts +3 -3
  232. package/icons/baseIcons/fab/fabGoogleDrive.js +7 -7
  233. package/icons/baseIcons/fab/fabLinkedinIn.d.ts +3 -3
  234. package/icons/baseIcons/fab/fabLinkedinIn.js +7 -7
  235. package/icons/baseIcons/fab/fabMedium.d.ts +3 -3
  236. package/icons/baseIcons/fab/fabMedium.js +7 -7
  237. package/icons/baseIcons/fab/fabOsi.d.ts +3 -3
  238. package/icons/baseIcons/fab/fabOsi.js +7 -7
  239. package/icons/baseIcons/fab/fabSlack.d.ts +3 -3
  240. package/icons/baseIcons/fab/fabSlack.js +7 -7
  241. package/icons/baseIcons/fab/fabTwitter.d.ts +3 -3
  242. package/icons/baseIcons/fab/fabTwitter.js +7 -7
  243. package/icons/baseIcons/fab/fabUps.d.ts +3 -3
  244. package/icons/baseIcons/fab/fabUps.js +7 -7
  245. package/icons/baseIcons/fad/fadSpinnerThird.d.ts +3 -3
  246. package/icons/baseIcons/fad/fadSpinnerThird.js +7 -7
  247. package/icons/baseIcons/fal/falAddressBook.d.ts +3 -3
  248. package/icons/baseIcons/fal/falAddressBook.js +7 -7
  249. package/icons/baseIcons/fal/falAddressCard.d.ts +3 -3
  250. package/icons/baseIcons/fal/falAddressCard.js +7 -7
  251. package/icons/baseIcons/fal/falAnalytics.d.ts +3 -3
  252. package/icons/baseIcons/fal/falAnalytics.js +7 -7
  253. package/icons/baseIcons/fal/falAngleDoubleDown.d.ts +3 -3
  254. package/icons/baseIcons/fal/falAngleDoubleDown.js +7 -7
  255. package/icons/baseIcons/fal/falAngleDoubleLeft.d.ts +3 -3
  256. package/icons/baseIcons/fal/falAngleDoubleLeft.js +7 -7
  257. package/icons/baseIcons/fal/falAngleDoubleRight.d.ts +3 -3
  258. package/icons/baseIcons/fal/falAngleDoubleRight.js +7 -7
  259. package/icons/baseIcons/fal/falAngleDoubleUp.d.ts +3 -3
  260. package/icons/baseIcons/fal/falAngleDoubleUp.js +7 -7
  261. package/icons/baseIcons/fal/falAngleDown.d.ts +3 -3
  262. package/icons/baseIcons/fal/falAngleDown.js +7 -7
  263. package/icons/baseIcons/fal/falAngleLeft.d.ts +3 -3
  264. package/icons/baseIcons/fal/falAngleLeft.js +7 -7
  265. package/icons/baseIcons/fal/falAngleRight.d.ts +3 -3
  266. package/icons/baseIcons/fal/falAngleRight.js +7 -7
  267. package/icons/baseIcons/fal/falAngleUp.d.ts +3 -3
  268. package/icons/baseIcons/fal/falAngleUp.js +7 -7
  269. package/icons/baseIcons/fal/falArrowAltDown.d.ts +3 -3
  270. package/icons/baseIcons/fal/falArrowAltDown.js +7 -7
  271. package/icons/baseIcons/fal/falArrowAltLeft.d.ts +3 -3
  272. package/icons/baseIcons/fal/falArrowAltLeft.js +7 -7
  273. package/icons/baseIcons/fal/falArrowAltRight.d.ts +3 -3
  274. package/icons/baseIcons/fal/falArrowAltRight.js +7 -7
  275. package/icons/baseIcons/fal/falArrowAltUp.d.ts +3 -3
  276. package/icons/baseIcons/fal/falArrowAltUp.js +7 -7
  277. package/icons/baseIcons/fal/falArrowCircleDown.d.ts +3 -3
  278. package/icons/baseIcons/fal/falArrowCircleDown.js +7 -7
  279. package/icons/baseIcons/fal/falArrowCircleLeft.d.ts +3 -3
  280. package/icons/baseIcons/fal/falArrowCircleLeft.js +7 -7
  281. package/icons/baseIcons/fal/falArrowCircleRight.d.ts +3 -3
  282. package/icons/baseIcons/fal/falArrowCircleRight.js +7 -7
  283. package/icons/baseIcons/fal/falArrowCircleUp.d.ts +3 -3
  284. package/icons/baseIcons/fal/falArrowCircleUp.js +7 -7
  285. package/icons/baseIcons/fal/falArrowDown.d.ts +3 -3
  286. package/icons/baseIcons/fal/falArrowDown.js +7 -7
  287. package/icons/baseIcons/fal/falArrowFromBottom.d.ts +3 -3
  288. package/icons/baseIcons/fal/falArrowFromBottom.js +7 -7
  289. package/icons/baseIcons/fal/falArrowFromLeft.d.ts +3 -3
  290. package/icons/baseIcons/fal/falArrowFromLeft.js +7 -7
  291. package/icons/baseIcons/fal/falArrowFromRight.d.ts +3 -3
  292. package/icons/baseIcons/fal/falArrowFromRight.js +7 -7
  293. package/icons/baseIcons/fal/falArrowFromTop.d.ts +3 -3
  294. package/icons/baseIcons/fal/falArrowFromTop.js +7 -7
  295. package/icons/baseIcons/fal/falArrowLeft.d.ts +3 -3
  296. package/icons/baseIcons/fal/falArrowLeft.js +7 -7
  297. package/icons/baseIcons/fal/falArrowRight.d.ts +3 -3
  298. package/icons/baseIcons/fal/falArrowRight.js +7 -7
  299. package/icons/baseIcons/fal/falArrowToBottom.d.ts +3 -3
  300. package/icons/baseIcons/fal/falArrowToBottom.js +7 -7
  301. package/icons/baseIcons/fal/falArrowToLeft.d.ts +3 -3
  302. package/icons/baseIcons/fal/falArrowToLeft.js +7 -7
  303. package/icons/baseIcons/fal/falArrowToRight.d.ts +3 -3
  304. package/icons/baseIcons/fal/falArrowToRight.js +7 -7
  305. package/icons/baseIcons/fal/falArrowToTop.d.ts +3 -3
  306. package/icons/baseIcons/fal/falArrowToTop.js +7 -7
  307. package/icons/baseIcons/fal/falArrowUp.d.ts +3 -3
  308. package/icons/baseIcons/fal/falArrowUp.js +7 -7
  309. package/icons/baseIcons/fal/falArrows.d.ts +3 -3
  310. package/icons/baseIcons/fal/falArrows.js +7 -7
  311. package/icons/baseIcons/fal/falAward.d.ts +3 -3
  312. package/icons/baseIcons/fal/falAward.js +7 -7
  313. package/icons/baseIcons/fal/falBan.d.ts +3 -3
  314. package/icons/baseIcons/fal/falBan.js +7 -7
  315. package/icons/baseIcons/fal/falBars.d.ts +3 -3
  316. package/icons/baseIcons/fal/falBars.js +7 -7
  317. package/icons/baseIcons/fal/falBell.d.ts +3 -3
  318. package/icons/baseIcons/fal/falBell.js +7 -7
  319. package/icons/baseIcons/fal/falBookOpen.d.ts +3 -3
  320. package/icons/baseIcons/fal/falBookOpen.js +7 -7
  321. package/icons/baseIcons/fal/falBroadcastTower.d.ts +3 -3
  322. package/icons/baseIcons/fal/falBroadcastTower.js +7 -7
  323. package/icons/baseIcons/fal/falBroom.d.ts +3 -0
  324. package/icons/baseIcons/fal/falBroom.js +7 -0
  325. package/icons/baseIcons/fal/falBuilding.d.ts +3 -3
  326. package/icons/baseIcons/fal/falBuilding.js +7 -7
  327. package/icons/baseIcons/fal/falBullseye.d.ts +3 -3
  328. package/icons/baseIcons/fal/falBullseye.js +7 -7
  329. package/icons/baseIcons/fal/falCalendar.d.ts +3 -3
  330. package/icons/baseIcons/fal/falCalendar.js +7 -7
  331. package/icons/baseIcons/fal/falCalendarAlt.d.ts +3 -3
  332. package/icons/baseIcons/fal/falCalendarAlt.js +7 -7
  333. package/icons/baseIcons/fal/falCamera.d.ts +3 -3
  334. package/icons/baseIcons/fal/falCamera.js +7 -7
  335. package/icons/baseIcons/fal/falCaretDown.d.ts +3 -3
  336. package/icons/baseIcons/fal/falCaretDown.js +7 -7
  337. package/icons/baseIcons/fal/falCaretLeft.d.ts +3 -3
  338. package/icons/baseIcons/fal/falCaretLeft.js +7 -7
  339. package/icons/baseIcons/fal/falCaretRight.d.ts +3 -3
  340. package/icons/baseIcons/fal/falCaretRight.js +7 -7
  341. package/icons/baseIcons/fal/falCaretUp.d.ts +3 -3
  342. package/icons/baseIcons/fal/falCaretUp.js +7 -7
  343. package/icons/baseIcons/fal/falCauldron.d.ts +3 -3
  344. package/icons/baseIcons/fal/falCauldron.js +7 -7
  345. package/icons/baseIcons/fal/falChartArea.d.ts +3 -3
  346. package/icons/baseIcons/fal/falChartArea.js +7 -7
  347. package/icons/baseIcons/fal/falChartBar.d.ts +3 -3
  348. package/icons/baseIcons/fal/falChartBar.js +7 -7
  349. package/icons/baseIcons/fal/falChartLine.d.ts +3 -3
  350. package/icons/baseIcons/fal/falChartLine.js +7 -7
  351. package/icons/baseIcons/fal/falChartLineDown.d.ts +3 -3
  352. package/icons/baseIcons/fal/falChartLineDown.js +7 -7
  353. package/icons/baseIcons/fal/falChartNetwork.d.ts +3 -3
  354. package/icons/baseIcons/fal/falChartNetwork.js +7 -7
  355. package/icons/baseIcons/fal/falChartPie.d.ts +3 -3
  356. package/icons/baseIcons/fal/falChartPie.js +7 -7
  357. package/icons/baseIcons/fal/falChartPieAlt.d.ts +3 -3
  358. package/icons/baseIcons/fal/falChartPieAlt.js +7 -7
  359. package/icons/baseIcons/fal/falChartScatter.d.ts +3 -3
  360. package/icons/baseIcons/fal/falChartScatter.js +7 -7
  361. package/icons/baseIcons/fal/falCheck.d.ts +3 -3
  362. package/icons/baseIcons/fal/falCheck.js +7 -7
  363. package/icons/baseIcons/fal/falCheckCircle.d.ts +3 -3
  364. package/icons/baseIcons/fal/falCheckCircle.js +7 -7
  365. package/icons/baseIcons/fal/falCheckSquare.d.ts +3 -3
  366. package/icons/baseIcons/fal/falCheckSquare.js +7 -7
  367. package/icons/baseIcons/fal/falChevronCircleDown.d.ts +3 -3
  368. package/icons/baseIcons/fal/falChevronCircleDown.js +7 -7
  369. package/icons/baseIcons/fal/falChevronCircleLeft.d.ts +3 -3
  370. package/icons/baseIcons/fal/falChevronCircleLeft.js +7 -7
  371. package/icons/baseIcons/fal/falChevronCircleRight.d.ts +3 -3
  372. package/icons/baseIcons/fal/falChevronCircleRight.js +7 -7
  373. package/icons/baseIcons/fal/falChevronCircleUp.d.ts +3 -3
  374. package/icons/baseIcons/fal/falChevronCircleUp.js +7 -7
  375. package/icons/baseIcons/fal/falChevronDoubleDown.d.ts +3 -3
  376. package/icons/baseIcons/fal/falChevronDoubleDown.js +7 -7
  377. package/icons/baseIcons/fal/falChevronDoubleLeft.d.ts +3 -3
  378. package/icons/baseIcons/fal/falChevronDoubleLeft.js +7 -7
  379. package/icons/baseIcons/fal/falChevronDoubleRight.d.ts +3 -3
  380. package/icons/baseIcons/fal/falChevronDoubleRight.js +7 -7
  381. package/icons/baseIcons/fal/falChevronDoubleUp.d.ts +3 -3
  382. package/icons/baseIcons/fal/falChevronDoubleUp.js +7 -7
  383. package/icons/baseIcons/fal/falChevronDown.d.ts +3 -3
  384. package/icons/baseIcons/fal/falChevronDown.js +7 -7
  385. package/icons/baseIcons/fal/falChevronLeft.d.ts +3 -3
  386. package/icons/baseIcons/fal/falChevronLeft.js +7 -7
  387. package/icons/baseIcons/fal/falChevronRight.d.ts +3 -3
  388. package/icons/baseIcons/fal/falChevronRight.js +7 -7
  389. package/icons/baseIcons/fal/falChevronUp.d.ts +3 -3
  390. package/icons/baseIcons/fal/falChevronUp.js +7 -7
  391. package/icons/baseIcons/fal/falCircle.d.ts +3 -3
  392. package/icons/baseIcons/fal/falCircle.js +7 -7
  393. package/icons/baseIcons/fal/falCloud.d.ts +3 -3
  394. package/icons/baseIcons/fal/falCloud.js +7 -7
  395. package/icons/baseIcons/fal/falCloudShowersHeavy.d.ts +3 -3
  396. package/icons/baseIcons/fal/falCloudShowersHeavy.js +7 -7
  397. package/icons/baseIcons/fal/falCloudSnow.d.ts +3 -3
  398. package/icons/baseIcons/fal/falCloudSnow.js +7 -7
  399. package/icons/baseIcons/fal/falCloudSun.d.ts +3 -3
  400. package/icons/baseIcons/fal/falCloudSun.js +7 -7
  401. package/icons/baseIcons/fal/falCloudSunRain.d.ts +3 -3
  402. package/icons/baseIcons/fal/falCloudSunRain.js +7 -7
  403. package/icons/baseIcons/fal/falCloudUpload.d.ts +3 -3
  404. package/icons/baseIcons/fal/falCloudUpload.js +7 -7
  405. package/icons/baseIcons/fal/falCode.d.ts +3 -3
  406. package/icons/baseIcons/fal/falCode.js +7 -7
  407. package/icons/baseIcons/fal/falCog.d.ts +3 -3
  408. package/icons/baseIcons/fal/falCog.js +7 -7
  409. package/icons/baseIcons/fal/falCogs.d.ts +3 -3
  410. package/icons/baseIcons/fal/falCogs.js +7 -7
  411. package/icons/baseIcons/fal/falComment.d.ts +3 -3
  412. package/icons/baseIcons/fal/falComment.js +7 -7
  413. package/icons/baseIcons/fal/falCommentAlt.d.ts +3 -3
  414. package/icons/baseIcons/fal/falCommentAlt.js +7 -7
  415. package/icons/baseIcons/fal/falCompressAlt.d.ts +3 -3
  416. package/icons/baseIcons/fal/falCompressAlt.js +7 -7
  417. package/icons/baseIcons/fal/falCopy.d.ts +3 -3
  418. package/icons/baseIcons/fal/falCopy.js +7 -7
  419. package/icons/baseIcons/fal/falCreditCard.d.ts +3 -3
  420. package/icons/baseIcons/fal/falCreditCard.js +7 -7
  421. package/icons/baseIcons/fal/falDatabase.d.ts +3 -3
  422. package/icons/baseIcons/fal/falDatabase.js +7 -7
  423. package/icons/baseIcons/fal/falDotCircle.d.ts +3 -3
  424. package/icons/baseIcons/fal/falDotCircle.js +7 -7
  425. package/icons/baseIcons/fal/falDownload.d.ts +3 -3
  426. package/icons/baseIcons/fal/falDownload.js +7 -7
  427. package/icons/baseIcons/fal/falEdit.d.ts +3 -3
  428. package/icons/baseIcons/fal/falEdit.js +7 -7
  429. package/icons/baseIcons/fal/falEllipsisH.d.ts +3 -3
  430. package/icons/baseIcons/fal/falEllipsisH.js +7 -7
  431. package/icons/baseIcons/fal/falEllipsisV.d.ts +3 -3
  432. package/icons/baseIcons/fal/falEllipsisV.js +7 -7
  433. package/icons/baseIcons/fal/falEnvelope.d.ts +3 -3
  434. package/icons/baseIcons/fal/falEnvelope.js +7 -7
  435. package/icons/baseIcons/fal/falExchange.d.ts +3 -3
  436. package/icons/baseIcons/fal/falExchange.js +7 -7
  437. package/icons/baseIcons/fal/falExclamationCircle.d.ts +3 -3
  438. package/icons/baseIcons/fal/falExclamationCircle.js +7 -7
  439. package/icons/baseIcons/fal/falExclamationTriangle.d.ts +3 -3
  440. package/icons/baseIcons/fal/falExclamationTriangle.js +7 -7
  441. package/icons/baseIcons/fal/falExpandAlt.d.ts +3 -3
  442. package/icons/baseIcons/fal/falExpandAlt.js +7 -7
  443. package/icons/baseIcons/fal/falExternalLink.d.ts +3 -3
  444. package/icons/baseIcons/fal/falExternalLink.js +7 -7
  445. package/icons/baseIcons/fal/falEye.d.ts +3 -3
  446. package/icons/baseIcons/fal/falEye.js +7 -7
  447. package/icons/baseIcons/fal/falEyeSlash.d.ts +3 -3
  448. package/icons/baseIcons/fal/falEyeSlash.js +7 -7
  449. package/icons/baseIcons/fal/falFile.d.ts +3 -3
  450. package/icons/baseIcons/fal/falFile.js +7 -7
  451. package/icons/baseIcons/fal/falFileAlt.d.ts +3 -3
  452. package/icons/baseIcons/fal/falFileAlt.js +7 -7
  453. package/icons/baseIcons/fal/falFileArchive.d.ts +3 -3
  454. package/icons/baseIcons/fal/falFileArchive.js +7 -7
  455. package/icons/baseIcons/fal/falFileAudio.d.ts +3 -3
  456. package/icons/baseIcons/fal/falFileAudio.js +7 -7
  457. package/icons/baseIcons/fal/falFileCertificate.d.ts +3 -3
  458. package/icons/baseIcons/fal/falFileCertificate.js +7 -7
  459. package/icons/baseIcons/fal/falFileChartLine.d.ts +3 -3
  460. package/icons/baseIcons/fal/falFileChartLine.js +7 -7
  461. package/icons/baseIcons/fal/falFileChartPie.d.ts +3 -3
  462. package/icons/baseIcons/fal/falFileChartPie.js +7 -7
  463. package/icons/baseIcons/fal/falFileCheck.d.ts +3 -3
  464. package/icons/baseIcons/fal/falFileCheck.js +7 -7
  465. package/icons/baseIcons/fal/falFileCode.d.ts +3 -3
  466. package/icons/baseIcons/fal/falFileCode.js +7 -7
  467. package/icons/baseIcons/fal/falFileCsv.d.ts +3 -3
  468. package/icons/baseIcons/fal/falFileCsv.js +7 -7
  469. package/icons/baseIcons/fal/falFileEdit.d.ts +3 -3
  470. package/icons/baseIcons/fal/falFileEdit.js +7 -7
  471. package/icons/baseIcons/fal/falFileExcel.d.ts +3 -3
  472. package/icons/baseIcons/fal/falFileExcel.js +7 -7
  473. package/icons/baseIcons/fal/falFileImage.d.ts +3 -3
  474. package/icons/baseIcons/fal/falFileImage.js +7 -7
  475. package/icons/baseIcons/fal/falFilePdf.d.ts +3 -3
  476. package/icons/baseIcons/fal/falFilePdf.js +7 -7
  477. package/icons/baseIcons/fal/falFilePlus.d.ts +3 -3
  478. package/icons/baseIcons/fal/falFilePlus.js +7 -7
  479. package/icons/baseIcons/fal/falFilePowerpoint.d.ts +3 -3
  480. package/icons/baseIcons/fal/falFilePowerpoint.js +7 -7
  481. package/icons/baseIcons/fal/falFileSpreadsheet.d.ts +3 -3
  482. package/icons/baseIcons/fal/falFileSpreadsheet.js +7 -7
  483. package/icons/baseIcons/fal/falFileVideo.d.ts +3 -3
  484. package/icons/baseIcons/fal/falFileVideo.js +7 -7
  485. package/icons/baseIcons/fal/falFileWord.d.ts +3 -3
  486. package/icons/baseIcons/fal/falFileWord.js +7 -7
  487. package/icons/baseIcons/fal/falFilter.d.ts +3 -3
  488. package/icons/baseIcons/fal/falFilter.js +7 -7
  489. package/icons/baseIcons/fal/falFlag.d.ts +3 -3
  490. package/icons/baseIcons/fal/falFlag.js +7 -7
  491. package/icons/baseIcons/fal/falFolder.d.ts +3 -3
  492. package/icons/baseIcons/fal/falFolder.js +7 -7
  493. package/icons/baseIcons/fal/falFolderOpen.d.ts +3 -3
  494. package/icons/baseIcons/fal/falFolderOpen.js +7 -7
  495. package/icons/baseIcons/fal/falFolderPlus.d.ts +3 -3
  496. package/icons/baseIcons/fal/falFolderPlus.js +7 -7
  497. package/icons/baseIcons/fal/falFolders.d.ts +3 -3
  498. package/icons/baseIcons/fal/falFolders.js +7 -7
  499. package/icons/baseIcons/fal/falGlassesAlt.d.ts +3 -3
  500. package/icons/baseIcons/fal/falGlassesAlt.js +7 -7
  501. package/icons/baseIcons/fal/falGlobe.d.ts +3 -3
  502. package/icons/baseIcons/fal/falGlobe.js +7 -7
  503. package/icons/baseIcons/fal/falHome.d.ts +3 -3
  504. package/icons/baseIcons/fal/falHome.js +7 -7
  505. package/icons/baseIcons/fal/falHourglass.d.ts +3 -3
  506. package/icons/baseIcons/fal/falHourglass.js +7 -7
  507. package/icons/baseIcons/fal/falImage.d.ts +3 -3
  508. package/icons/baseIcons/fal/falImage.js +7 -7
  509. package/icons/baseIcons/fal/falInfoCircle.d.ts +3 -3
  510. package/icons/baseIcons/fal/falInfoCircle.js +7 -7
  511. package/icons/baseIcons/fal/falKey.d.ts +3 -3
  512. package/icons/baseIcons/fal/falKey.js +7 -7
  513. package/icons/baseIcons/fal/falLayerPlus.d.ts +3 -3
  514. package/icons/baseIcons/fal/falLayerPlus.js +7 -7
  515. package/icons/baseIcons/fal/falLink.d.ts +3 -3
  516. package/icons/baseIcons/fal/falLink.js +7 -7
  517. package/icons/baseIcons/fal/falList.d.ts +3 -3
  518. package/icons/baseIcons/fal/falList.js +7 -7
  519. package/icons/baseIcons/fal/falLockAlt.d.ts +3 -3
  520. package/icons/baseIcons/fal/falLockAlt.js +7 -7
  521. package/icons/baseIcons/fal/falLongArrowDown.d.ts +3 -3
  522. package/icons/baseIcons/fal/falLongArrowDown.js +7 -7
  523. package/icons/baseIcons/fal/falLongArrowLeft.d.ts +3 -3
  524. package/icons/baseIcons/fal/falLongArrowLeft.js +7 -7
  525. package/icons/baseIcons/fal/falLongArrowRight.d.ts +3 -3
  526. package/icons/baseIcons/fal/falLongArrowRight.js +7 -7
  527. package/icons/baseIcons/fal/falLongArrowUp.d.ts +3 -3
  528. package/icons/baseIcons/fal/falLongArrowUp.js +7 -7
  529. package/icons/baseIcons/fal/falMap.d.ts +3 -3
  530. package/icons/baseIcons/fal/falMap.js +7 -7
  531. package/icons/baseIcons/fal/falMapMarked.d.ts +3 -3
  532. package/icons/baseIcons/fal/falMapMarked.js +7 -7
  533. package/icons/baseIcons/fal/falMapMarkedAlt.d.ts +3 -3
  534. package/icons/baseIcons/fal/falMapMarkedAlt.js +7 -7
  535. package/icons/baseIcons/fal/falMapMarker.d.ts +3 -3
  536. package/icons/baseIcons/fal/falMapMarker.js +7 -7
  537. package/icons/baseIcons/fal/falMapMarkerAlt.d.ts +3 -3
  538. package/icons/baseIcons/fal/falMapMarkerAlt.js +7 -7
  539. package/icons/baseIcons/fal/falMapMarkerAltSlash.d.ts +3 -3
  540. package/icons/baseIcons/fal/falMapMarkerAltSlash.js +7 -7
  541. package/icons/baseIcons/fal/falMapMarkerCheck.d.ts +3 -3
  542. package/icons/baseIcons/fal/falMapMarkerCheck.js +7 -7
  543. package/icons/baseIcons/fal/falMapMarkerExclamation.d.ts +3 -3
  544. package/icons/baseIcons/fal/falMapMarkerExclamation.js +7 -7
  545. package/icons/baseIcons/fal/falMinus.d.ts +3 -3
  546. package/icons/baseIcons/fal/falMinus.js +7 -7
  547. package/icons/baseIcons/fal/falPause.d.ts +3 -3
  548. package/icons/baseIcons/fal/falPause.js +7 -7
  549. package/icons/baseIcons/fal/falPauseCircle.d.ts +3 -3
  550. package/icons/baseIcons/fal/falPauseCircle.js +7 -7
  551. package/icons/baseIcons/fal/falPen.d.ts +3 -3
  552. package/icons/baseIcons/fal/falPen.js +7 -7
  553. package/icons/baseIcons/fal/falPlay.d.ts +3 -3
  554. package/icons/baseIcons/fal/falPlay.js +7 -7
  555. package/icons/baseIcons/fal/falPlayCircle.d.ts +3 -3
  556. package/icons/baseIcons/fal/falPlayCircle.js +7 -7
  557. package/icons/baseIcons/fal/falPlug.d.ts +3 -3
  558. package/icons/baseIcons/fal/falPlug.js +7 -7
  559. package/icons/baseIcons/fal/falPlus.d.ts +3 -3
  560. package/icons/baseIcons/fal/falPlus.js +7 -7
  561. package/icons/baseIcons/fal/falPlusCircle.d.ts +3 -3
  562. package/icons/baseIcons/fal/falPlusCircle.js +7 -7
  563. package/icons/baseIcons/fal/falPlusSquare.d.ts +3 -3
  564. package/icons/baseIcons/fal/falPlusSquare.js +7 -7
  565. package/icons/baseIcons/fal/falPrint.d.ts +3 -3
  566. package/icons/baseIcons/fal/falPrint.js +7 -7
  567. package/icons/baseIcons/fal/falPuzzlePiece.d.ts +3 -3
  568. package/icons/baseIcons/fal/falPuzzlePiece.js +7 -7
  569. package/icons/baseIcons/fal/falReceipt.d.ts +3 -3
  570. package/icons/baseIcons/fal/falReceipt.js +7 -7
  571. package/icons/baseIcons/fal/falRedo.d.ts +3 -3
  572. package/icons/baseIcons/fal/falRedo.js +7 -7
  573. package/icons/baseIcons/fal/falSave.d.ts +3 -3
  574. package/icons/baseIcons/fal/falSave.js +7 -7
  575. package/icons/baseIcons/fal/falSearch.d.ts +3 -3
  576. package/icons/baseIcons/fal/falSearch.js +7 -7
  577. package/icons/baseIcons/fal/falSearchMinus.d.ts +3 -0
  578. package/icons/baseIcons/fal/falSearchMinus.js +7 -0
  579. package/icons/baseIcons/fal/falSearchPlus.d.ts +3 -3
  580. package/icons/baseIcons/fal/falSearchPlus.js +7 -7
  581. package/icons/baseIcons/fal/falServer.d.ts +3 -3
  582. package/icons/baseIcons/fal/falServer.js +7 -7
  583. package/icons/baseIcons/fal/falShare.d.ts +3 -3
  584. package/icons/baseIcons/fal/falShare.js +7 -7
  585. package/icons/baseIcons/fal/falShareAll.d.ts +3 -3
  586. package/icons/baseIcons/fal/falShareAll.js +7 -7
  587. package/icons/baseIcons/fal/falShareAlt.d.ts +3 -3
  588. package/icons/baseIcons/fal/falShareAlt.js +7 -7
  589. package/icons/baseIcons/fal/falShieldAlt.d.ts +3 -3
  590. package/icons/baseIcons/fal/falShieldAlt.js +7 -7
  591. package/icons/baseIcons/fal/falShieldCheck.d.ts +3 -3
  592. package/icons/baseIcons/fal/falShieldCheck.js +7 -7
  593. package/icons/baseIcons/fal/falShip.d.ts +3 -3
  594. package/icons/baseIcons/fal/falShip.js +7 -7
  595. package/icons/baseIcons/fal/falShoppingBasket.d.ts +3 -3
  596. package/icons/baseIcons/fal/falShoppingBasket.js +7 -7
  597. package/icons/baseIcons/fal/falSignIn.d.ts +3 -3
  598. package/icons/baseIcons/fal/falSignIn.js +7 -7
  599. package/icons/baseIcons/fal/falSignInAlt.d.ts +3 -3
  600. package/icons/baseIcons/fal/falSignInAlt.js +7 -7
  601. package/icons/baseIcons/fal/falSignOut.d.ts +3 -3
  602. package/icons/baseIcons/fal/falSignOut.js +7 -7
  603. package/icons/baseIcons/fal/falSignOutAlt.d.ts +3 -3
  604. package/icons/baseIcons/fal/falSignOutAlt.js +7 -7
  605. package/icons/baseIcons/fal/falSlidersV.d.ts +3 -3
  606. package/icons/baseIcons/fal/falSlidersV.js +7 -7
  607. package/icons/baseIcons/fal/falSnowBlowing.d.ts +3 -3
  608. package/icons/baseIcons/fal/falSnowBlowing.js +7 -7
  609. package/icons/baseIcons/fal/falSnowflake.d.ts +3 -3
  610. package/icons/baseIcons/fal/falSnowflake.js +7 -7
  611. package/icons/baseIcons/fal/falSolarPanel.d.ts +3 -3
  612. package/icons/baseIcons/fal/falSolarPanel.js +7 -7
  613. package/icons/baseIcons/fal/falSort.d.ts +3 -3
  614. package/icons/baseIcons/fal/falSort.js +7 -7
  615. package/icons/baseIcons/fal/falSpinner.d.ts +3 -3
  616. package/icons/baseIcons/fal/falSpinner.js +7 -7
  617. package/icons/baseIcons/fal/falSquare.d.ts +3 -3
  618. package/icons/baseIcons/fal/falSquare.js +7 -7
  619. package/icons/baseIcons/fal/falStepForward.d.ts +3 -3
  620. package/icons/baseIcons/fal/falStepForward.js +7 -7
  621. package/icons/baseIcons/fal/falStop.d.ts +3 -3
  622. package/icons/baseIcons/fal/falStop.js +7 -7
  623. package/icons/baseIcons/fal/falStopCircle.d.ts +3 -3
  624. package/icons/baseIcons/fal/falStopCircle.js +7 -7
  625. package/icons/baseIcons/fal/falStopwatch.d.ts +3 -3
  626. package/icons/baseIcons/fal/falStopwatch.js +7 -7
  627. package/icons/baseIcons/fal/falSuitcase.d.ts +3 -3
  628. package/icons/baseIcons/fal/falSuitcase.js +7 -7
  629. package/icons/baseIcons/fal/falSun.d.ts +3 -3
  630. package/icons/baseIcons/fal/falSun.js +7 -7
  631. package/icons/baseIcons/fal/falSync.d.ts +3 -3
  632. package/icons/baseIcons/fal/falSync.js +7 -7
  633. package/icons/baseIcons/fal/falTachometer.d.ts +3 -3
  634. package/icons/baseIcons/fal/falTachometer.js +7 -7
  635. package/icons/baseIcons/fal/falTemperatureHigh.d.ts +3 -3
  636. package/icons/baseIcons/fal/falTemperatureHigh.js +7 -7
  637. package/icons/baseIcons/fal/falTh.d.ts +3 -3
  638. package/icons/baseIcons/fal/falTh.js +7 -7
  639. package/icons/baseIcons/fal/falThLarge.d.ts +3 -3
  640. package/icons/baseIcons/fal/falThLarge.js +7 -7
  641. package/icons/baseIcons/fal/falThList.d.ts +3 -3
  642. package/icons/baseIcons/fal/falThList.js +7 -7
  643. package/icons/baseIcons/fal/falTimes.d.ts +3 -3
  644. package/icons/baseIcons/fal/falTimes.js +7 -7
  645. package/icons/baseIcons/fal/falTimesCircle.d.ts +3 -3
  646. package/icons/baseIcons/fal/falTimesCircle.js +7 -7
  647. package/icons/baseIcons/fal/falToggleOff.d.ts +3 -3
  648. package/icons/baseIcons/fal/falToggleOff.js +7 -7
  649. package/icons/baseIcons/fal/falToggleOn.d.ts +3 -3
  650. package/icons/baseIcons/fal/falToggleOn.js +7 -7
  651. package/icons/baseIcons/fal/falTrashAlt.d.ts +3 -3
  652. package/icons/baseIcons/fal/falTrashAlt.js +7 -7
  653. package/icons/baseIcons/fal/falUnlockAlt.d.ts +3 -3
  654. package/icons/baseIcons/fal/falUnlockAlt.js +7 -7
  655. package/icons/baseIcons/fal/falUser.d.ts +3 -3
  656. package/icons/baseIcons/fal/falUser.js +7 -7
  657. package/icons/baseIcons/fal/falUserChart.d.ts +3 -3
  658. package/icons/baseIcons/fal/falUserChart.js +7 -7
  659. package/icons/baseIcons/fal/falUserCircle.d.ts +3 -3
  660. package/icons/baseIcons/fal/falUserCircle.js +7 -7
  661. package/icons/baseIcons/fal/falUserCog.d.ts +3 -3
  662. package/icons/baseIcons/fal/falUserCog.js +7 -7
  663. package/icons/baseIcons/fal/falUserEdit.d.ts +3 -3
  664. package/icons/baseIcons/fal/falUserEdit.js +7 -7
  665. package/icons/baseIcons/fal/falUserFriends.d.ts +3 -3
  666. package/icons/baseIcons/fal/falUserFriends.js +7 -7
  667. package/icons/baseIcons/fal/falUserPlus.d.ts +3 -3
  668. package/icons/baseIcons/fal/falUserPlus.js +7 -7
  669. package/icons/baseIcons/fal/falUserShield.d.ts +3 -3
  670. package/icons/baseIcons/fal/falUserShield.js +7 -7
  671. package/icons/baseIcons/fal/falUserTimes.d.ts +3 -3
  672. package/icons/baseIcons/fal/falUserTimes.js +7 -7
  673. package/icons/baseIcons/fal/falUsers.d.ts +3 -3
  674. package/icons/baseIcons/fal/falUsers.js +7 -7
  675. package/icons/baseIcons/fal/falUsersClass.d.ts +3 -3
  676. package/icons/baseIcons/fal/falUsersClass.js +7 -7
  677. package/icons/baseIcons/fal/falWater.d.ts +3 -3
  678. package/icons/baseIcons/fal/falWater.js +7 -7
  679. package/icons/baseIcons/fal/falWind.d.ts +3 -3
  680. package/icons/baseIcons/fal/falWind.js +7 -7
  681. package/icons/baseIcons/fal/falWindTurbine.d.ts +3 -3
  682. package/icons/baseIcons/fal/falWindTurbine.js +7 -7
  683. package/icons/baseIcons/fal/falWrench.d.ts +3 -3
  684. package/icons/baseIcons/fal/falWrench.js +7 -7
  685. package/icons/baseIcons/fas/fasCaretDown.d.ts +3 -3
  686. package/icons/baseIcons/fas/fasCaretDown.js +7 -7
  687. package/icons/baseIcons/fas/fasCaretLeft.d.ts +3 -3
  688. package/icons/baseIcons/fas/fasCaretLeft.js +7 -7
  689. package/icons/baseIcons/fas/fasCaretRight.d.ts +3 -3
  690. package/icons/baseIcons/fas/fasCaretRight.js +7 -7
  691. package/icons/baseIcons/fas/fasCaretUp.d.ts +3 -3
  692. package/icons/baseIcons/fas/fasCaretUp.js +7 -7
  693. package/icons/baseIcons/fas/fasCheckCircle.d.ts +3 -0
  694. package/icons/baseIcons/fas/fasCheckCircle.js +7 -0
  695. package/icons/baseIcons/fas/fasDiamond.d.ts +3 -3
  696. package/icons/baseIcons/fas/fasDiamond.js +7 -7
  697. package/icons/baseIcons/fas/fasFolder.d.ts +3 -3
  698. package/icons/baseIcons/fas/fasFolder.js +7 -7
  699. package/icons/baseIcons/fas/fasMapMarkerAlt.d.ts +3 -3
  700. package/icons/baseIcons/fas/fasMapMarkerAlt.js +7 -7
  701. package/icons/baseIcons/fas/fasMapMarkerExclamation.d.ts +3 -3
  702. package/icons/baseIcons/fas/fasMapMarkerExclamation.js +7 -7
  703. package/icons/baseIcons/fas/fasQuoteLeft.d.ts +3 -3
  704. package/icons/baseIcons/fas/fasQuoteLeft.js +7 -7
  705. package/icons/baseIcons/fas/fasQuoteRight.d.ts +3 -3
  706. package/icons/baseIcons/fas/fasQuoteRight.js +7 -7
  707. package/icons/baseIcons/fas/fasSolarPanel.d.ts +3 -3
  708. package/icons/baseIcons/fas/fasSolarPanel.js +7 -7
  709. package/icons/baseIcons/fas/fasSort.d.ts +3 -3
  710. package/icons/baseIcons/fas/fasSort.js +7 -7
  711. package/icons/baseIcons/fas/fasStar.d.ts +3 -3
  712. package/icons/baseIcons/fas/fasStar.js +7 -7
  713. package/icons/baseIcons/fas/fasWindTurbine.d.ts +3 -3
  714. package/icons/baseIcons/fas/fasWindTurbine.js +7 -7
  715. package/icons/baseIcons/types.d.ts +1 -1
  716. package/icons/baseIcons/types.js +2 -2
  717. package/icons/consts.d.ts +6 -6
  718. package/icons/consts.js +46 -46
  719. package/icons/index.d.ts +3 -3
  720. package/icons/index.js +20 -20
  721. package/icons/library.d.ts +11 -11
  722. package/icons/library.js +60 -60
  723. package/icons/types.d.ts +21 -21
  724. package/icons/types.js +2 -2
  725. package/image/image.d.ts +3 -0
  726. package/image/image.js +38 -0
  727. package/image/image.types.d.ts +4 -0
  728. package/{switch/switchButton.types.js → image/image.types.js} +2 -2
  729. package/image/index.d.ts +3 -0
  730. package/{tile → image}/index.js +20 -20
  731. package/image/theme.d.ts +6 -0
  732. package/image/theme.js +10 -0
  733. package/index.d.ts +30 -27
  734. package/index.js +42 -39
  735. package/input/consts.d.ts +2 -2
  736. package/input/consts.js +27 -27
  737. package/input/context.d.ts +4 -0
  738. package/input/context.js +23 -0
  739. package/input/helpers.d.ts +2 -2
  740. package/input/helpers.js +9 -9
  741. package/input/index.d.ts +5 -3
  742. package/input/index.js +22 -20
  743. package/input/input.d.ts +11 -6
  744. package/input/input.js +139 -129
  745. package/input/input.types.d.ts +46 -42
  746. package/input/input.types.js +2 -2
  747. package/input/inputIcon.d.ts +3 -0
  748. package/input/inputIcon.js +30 -0
  749. package/input/inputInput.d.ts +5 -0
  750. package/input/inputInput.js +36 -0
  751. package/input/theme.d.ts +64 -39
  752. package/input/theme.js +74 -50
  753. package/link/index.d.ts +3 -3
  754. package/link/index.js +20 -20
  755. package/link/link.d.ts +5 -5
  756. package/link/link.js +53 -53
  757. package/link/link.types.d.ts +11 -11
  758. package/link/link.types.js +2 -2
  759. package/link/theme.d.ts +35 -35
  760. package/link/theme.js +50 -50
  761. package/list/context.d.ts +4 -4
  762. package/list/context.js +23 -23
  763. package/list/index.d.ts +8 -6
  764. package/list/index.js +25 -23
  765. package/list/list.d.ts +15 -13
  766. package/list/list.js +83 -81
  767. package/list/list.types.d.ts +26 -8
  768. package/list/list.types.js +2 -2
  769. package/list/listHeading.d.ts +3 -3
  770. package/list/listHeading.js +30 -30
  771. package/list/listIcon.d.ts +3 -3
  772. package/list/listIcon.js +30 -30
  773. package/list/listItem.d.ts +5 -5
  774. package/list/listItem.js +76 -73
  775. package/list/listText.d.ts +3 -0
  776. package/list/listText.js +30 -0
  777. package/list/theme.d.ts +94 -80
  778. package/list/theme.js +104 -90
  779. package/p/index.d.ts +3 -3
  780. package/p/index.js +20 -20
  781. package/p/p.d.ts +5 -5
  782. package/p/p.js +52 -52
  783. package/p/p.types.d.ts +9 -9
  784. package/p/p.types.js +2 -2
  785. package/p/theme.d.ts +29 -29
  786. package/p/theme.js +33 -33
  787. package/package.json +2 -2
  788. package/panel/index.d.ts +3 -0
  789. package/panel/index.js +20 -0
  790. package/panel/panel.d.ts +3 -0
  791. package/panel/panel.js +39 -0
  792. package/panel/panel.types.d.ts +4 -0
  793. package/panel/panel.types.js +2 -0
  794. package/{tile → panel}/theme.d.ts +16 -23
  795. package/{tile → panel}/theme.js +20 -27
  796. package/radio/context.d.ts +4 -4
  797. package/radio/context.js +23 -23
  798. package/radio/index.d.ts +6 -6
  799. package/radio/index.js +23 -23
  800. package/radio/radio.d.ts +7 -7
  801. package/radio/radio.js +66 -66
  802. package/radio/radio.types.d.ts +24 -24
  803. package/radio/radio.types.js +2 -2
  804. package/radio/radioGroup.d.ts +5 -5
  805. package/radio/radioGroup.js +98 -98
  806. package/radio/radioGroup.types.d.ts +13 -13
  807. package/radio/radioGroup.types.js +2 -2
  808. package/radio/theme.d.ts +48 -48
  809. package/radio/theme.js +56 -56
  810. package/skeleton/index.d.ts +3 -3
  811. package/skeleton/index.js +20 -20
  812. package/skeleton/skeleton.d.ts +5 -5
  813. package/skeleton/skeleton.js +50 -50
  814. package/skeleton/skeleton.types.d.ts +6 -6
  815. package/skeleton/skeleton.types.js +2 -2
  816. package/skeleton/theme.d.ts +36 -36
  817. package/skeleton/theme.js +47 -47
  818. package/spinner/consts.d.ts +36 -36
  819. package/spinner/consts.js +26 -26
  820. package/spinner/index.d.ts +3 -3
  821. package/spinner/index.js +20 -20
  822. package/spinner/spinner.d.ts +4 -4
  823. package/spinner/spinner.js +61 -61
  824. package/spinner/spinner.types.d.ts +15 -15
  825. package/spinner/spinner.types.js +2 -2
  826. package/spinner/theme.d.ts +67 -67
  827. package/spinner/theme.js +73 -73
  828. package/styles/animations.d.ts +9 -9
  829. package/styles/animations.js +12 -12
  830. package/styles/fontFaces.d.ts +2 -2
  831. package/styles/fontFaces.js +4 -4
  832. package/styles/helpers.d.ts +4 -4
  833. package/styles/helpers.js +8 -8
  834. package/styles/index.d.ts +3 -3
  835. package/styles/index.js +20 -20
  836. package/svg/cache.d.ts +15 -15
  837. package/svg/cache.js +36 -36
  838. package/svg/helpers.d.ts +10 -10
  839. package/svg/helpers.js +33 -33
  840. package/svg/index.d.ts +3 -3
  841. package/svg/index.js +20 -20
  842. package/svg/svg.d.ts +5 -5
  843. package/svg/svg.js +165 -165
  844. package/svg/svg.types.d.ts +10 -10
  845. package/svg/svg.types.js +2 -2
  846. package/switch/context.d.ts +4 -4
  847. package/switch/context.js +23 -23
  848. package/switch/index.d.ts +6 -7
  849. package/switch/index.js +23 -24
  850. package/switch/switch.d.ts +11 -11
  851. package/switch/switch.js +132 -132
  852. package/switch/switch.types.d.ts +36 -21
  853. package/switch/switch.types.js +2 -2
  854. package/switch/switchButton.d.ts +8 -8
  855. package/switch/switchButton.js +132 -131
  856. package/switch/switchLabel.d.ts +3 -3
  857. package/switch/switchLabel.js +30 -30
  858. package/switch/theme.d.ts +82 -87
  859. package/switch/theme.js +91 -113
  860. package/system/animations.d.ts +11 -11
  861. package/system/animations.js +2 -2
  862. package/system/backgrounds.d.ts +13 -13
  863. package/system/backgrounds.js +2 -2
  864. package/system/borders.d.ts +144 -142
  865. package/system/borders.js +2 -2
  866. package/system/colors.d.ts +3 -3
  867. package/system/colors.js +2 -2
  868. package/system/custom.d.ts +31 -10
  869. package/system/custom.js +52 -29
  870. package/system/effects.d.ts +22 -22
  871. package/system/effects.js +2 -2
  872. package/system/flexboxes.d.ts +61 -61
  873. package/system/flexboxes.js +2 -2
  874. package/system/index.d.ts +16 -16
  875. package/system/index.js +33 -33
  876. package/system/interactivity.d.ts +26 -26
  877. package/system/interactivity.js +2 -2
  878. package/system/layout.d.ts +73 -73
  879. package/system/layout.js +2 -2
  880. package/system/sizing.d.ts +36 -36
  881. package/system/sizing.js +2 -2
  882. package/system/space.d.ts +92 -92
  883. package/system/space.js +2 -2
  884. package/system/system.d.ts +17 -17
  885. package/system/system.js +5 -5
  886. package/system/transforms.d.ts +57 -57
  887. package/system/transforms.js +2 -2
  888. package/system/transitions.d.ts +29 -29
  889. package/system/transitions.js +2 -2
  890. package/system/typography.d.ts +75 -75
  891. package/system/typography.js +2 -2
  892. package/t/index.d.ts +3 -3
  893. package/t/index.js +20 -20
  894. package/t/t.d.ts +5 -5
  895. package/t/t.js +54 -54
  896. package/t/t.types.d.ts +11 -11
  897. package/t/t.types.js +2 -2
  898. package/t/theme.d.ts +21 -21
  899. package/t/theme.js +25 -25
  900. package/tag/context.d.ts +4 -0
  901. package/tag/context.js +23 -0
  902. package/tag/index.d.ts +6 -0
  903. package/tag/index.js +23 -0
  904. package/tag/tag.d.ts +11 -0
  905. package/tag/tag.js +99 -0
  906. package/{label/label.types.d.ts → tag/tag.types.d.ts} +19 -20
  907. package/tag/tag.types.js +2 -0
  908. package/tag/tagIcon.d.ts +3 -0
  909. package/tag/tagIcon.js +30 -0
  910. package/tag/tagText.d.ts +3 -0
  911. package/tag/tagText.js +30 -0
  912. package/tag/theme.d.ts +65 -0
  913. package/tag/theme.js +78 -0
  914. package/textarea/helpers.d.ts +2 -2
  915. package/textarea/helpers.js +9 -9
  916. package/textarea/index.d.ts +3 -3
  917. package/textarea/index.js +20 -20
  918. package/textarea/textarea.d.ts +6 -6
  919. package/textarea/textarea.js +116 -116
  920. package/textarea/textarea.types.d.ts +25 -25
  921. package/textarea/textarea.types.js +2 -2
  922. package/textarea/theme.d.ts +21 -21
  923. package/textarea/theme.js +31 -31
  924. package/theme/components.d.ts +871 -787
  925. package/theme/components.js +51 -47
  926. package/theme/defaultTheme.d.ts +1034 -950
  927. package/theme/defaultTheme.js +20 -20
  928. package/theme/foundations/animations.d.ts +12 -12
  929. package/theme/foundations/animations.js +13 -13
  930. package/theme/foundations/borders.d.ts +2 -2
  931. package/theme/foundations/borders.js +3 -3
  932. package/theme/foundations/colors.d.ts +171 -171
  933. package/theme/foundations/colors.js +96 -96
  934. package/theme/foundations/durations.d.ts +7 -7
  935. package/theme/foundations/durations.js +8 -8
  936. package/theme/foundations/fontSizes.d.ts +7 -7
  937. package/theme/foundations/fontSizes.js +8 -8
  938. package/theme/foundations/fontWeights.d.ts +7 -7
  939. package/theme/foundations/fontWeights.js +8 -8
  940. package/theme/foundations/fonts.d.ts +4 -4
  941. package/theme/foundations/fonts.js +5 -5
  942. package/theme/foundations/index.d.ts +164 -164
  943. package/theme/foundations/index.js +41 -41
  944. package/theme/foundations/radii.d.ts +8 -8
  945. package/theme/foundations/radii.js +9 -9
  946. package/theme/foundations/ringWidths.d.ts +2 -2
  947. package/theme/foundations/ringWidths.js +3 -3
  948. package/theme/foundations/screens.d.ts +8 -8
  949. package/theme/foundations/screens.js +9 -9
  950. package/theme/foundations/shadows.d.ts +20 -20
  951. package/theme/foundations/shadows.js +25 -25
  952. package/theme/foundations/sizes.d.ts +2 -2
  953. package/theme/foundations/sizes.js +3 -3
  954. package/theme/foundations/spaces.d.ts +2 -2
  955. package/theme/foundations/spaces.js +3 -3
  956. package/theme/foundations/transformers.d.ts +4 -4
  957. package/theme/foundations/transformers.js +7 -7
  958. package/theme/foundations/transforms.d.ts +2 -2
  959. package/theme/foundations/transforms.js +3 -3
  960. package/theme/foundations/transitions.d.ts +2 -2
  961. package/theme/foundations/transitions.js +3 -3
  962. package/theme/foundations/zIndices.d.ts +2 -2
  963. package/theme/foundations/zIndices.js +3 -3
  964. package/theme/index.d.ts +6 -6
  965. package/theme/index.js +25 -25
  966. package/theme/types.d.ts +21 -21
  967. package/theme/types.js +2 -2
  968. package/utils/assertion.d.ts +14 -0
  969. package/utils/assertion.js +34 -0
  970. package/utils/function.d.ts +5 -5
  971. package/utils/function.js +36 -36
  972. package/utils/index.d.ts +5 -4
  973. package/utils/index.js +17 -16
  974. package/utils/object.d.ts +25 -27
  975. package/utils/object.js +85 -93
  976. package/utils/styles.d.ts +4 -4
  977. package/utils/styles.js +35 -35
  978. package/utils/types.d.ts +5 -3
  979. package/utils/types.js +3 -3
  980. package/label/index.d.ts +0 -3
  981. package/label/label.d.ts +0 -5
  982. package/label/label.js +0 -71
  983. package/label/theme.d.ts +0 -61
  984. package/label/theme.js +0 -107
  985. package/list/listItem.types.d.ts +0 -16
  986. package/switch/switchButton.types.d.ts +0 -19
  987. package/tile/index.d.ts +0 -3
  988. package/tile/tile.d.ts +0 -3
  989. package/tile/tile.types.js +0 -2
@@ -1,7 +1,7 @@
1
- "use strict";
2
- /* eslint-disable */
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.default = {
5
- details: [640, 512, [], '', 'M632 224h-88v-88c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88h-88c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-318.4 64c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zM416 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-41.6C32 365.9 77.9 320 134.4 320c19.6 0 39.1 16 89.6 16 50.4 0 70-16 89.6-16 56.5 0 102.4 45.9 102.4 102.4V464zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm0-224c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z'],
6
- name: 'falUserPlus'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [640, 512, [], '', 'M632 224h-88v-88c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88h-88c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-318.4 64c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zM416 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-41.6C32 365.9 77.9 320 134.4 320c19.6 0 39.1 16 89.6 16 50.4 0 70-16 89.6-16 56.5 0 102.4 45.9 102.4 102.4V464zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm0-224c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z'],
6
+ name: 'falUserPlus'
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: [640, 512, [], '', 'M622.3 271.1l-115.2-45c-3.5-1.4-7.3-2.1-11.1-2.1s-7.5.7-11.1 2.1l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 3.5 1.4 7.3 2.1 11.1 2.1s7.5-.7 11.1-2.1C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM480 472c-48.2-26.8-94.6-87.6-96-172.1l96-37.5V472zm16.6 8.1c-.1 0-.2-.1-.2-.1h.5c-.2 0-.3.1-.3.1zm15.4-7.6V262.4l96 37.5c-1.5 94.8-57.1 150.2-96 172.6zM48 480c-8.8 0-16-7.2-16-16v-41.6C32 365.9 77.9 320 134.4 320c19.6 0 39.1 16 89.6 16 50.4 0 70-16 89.6-16 2.6 0 5 .6 7.5.8-.7-8.1-1.1-16.3-1.1-24.8 0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-10.3-8.2-20.2-17.6-29.7-28H48zm176-224c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm0-224c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z'],
6
- name: 'falUserShield'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [640, 512, [], '', 'M622.3 271.1l-115.2-45c-3.5-1.4-7.3-2.1-11.1-2.1s-7.5.7-11.1 2.1l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 3.5 1.4 7.3 2.1 11.1 2.1s7.5-.7 11.1-2.1C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM480 472c-48.2-26.8-94.6-87.6-96-172.1l96-37.5V472zm16.6 8.1c-.1 0-.2-.1-.2-.1h.5c-.2 0-.3.1-.3.1zm15.4-7.6V262.4l96 37.5c-1.5 94.8-57.1 150.2-96 172.6zM48 480c-8.8 0-16-7.2-16-16v-41.6C32 365.9 77.9 320 134.4 320c19.6 0 39.1 16 89.6 16 50.4 0 70-16 89.6-16 2.6 0 5 .6 7.5.8-.7-8.1-1.1-16.3-1.1-24.8 0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-10.3-8.2-20.2-17.6-29.7-28H48zm176-224c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm0-224c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z'],
6
+ name: 'falUserShield'
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: [640, 512, [], '', 'M582.6 240l55-55c3.1-3.1 3.1-8.2 0-11.3l-11.3-11.3c-3.1-3.1-8.2-3.1-11.3 0l-55 55-55-55c-3.1-3.1-8.2-3.1-11.3 0l-11.3 11.3c-3.1 3.1-3.1 8.2 0 11.3l55 55-55 55c-3.1 3.1-3.1 8.2 0 11.3l11.3 11.3c3.1 3.1 8.2 3.1 11.3 0l55-55 55 55c3.1 3.1 8.2 3.1 11.3 0l11.3-11.3c3.1-3.1 3.1-8.2 0-11.3l-55-55zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm0-224c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96zm89.6 256c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zM416 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-41.6C32 365.9 77.9 320 134.4 320c19.6 0 39.1 16 89.6 16 50.4 0 70-16 89.6-16 56.5 0 102.4 45.9 102.4 102.4V464z'],
6
- name: 'falUserTimes'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [640, 512, [], '', 'M582.6 240l55-55c3.1-3.1 3.1-8.2 0-11.3l-11.3-11.3c-3.1-3.1-8.2-3.1-11.3 0l-55 55-55-55c-3.1-3.1-8.2-3.1-11.3 0l-11.3 11.3c-3.1 3.1-3.1 8.2 0 11.3l55 55-55 55c-3.1 3.1-3.1 8.2 0 11.3l11.3 11.3c3.1 3.1 8.2 3.1 11.3 0l55-55 55 55c3.1 3.1 8.2 3.1 11.3 0l11.3-11.3c3.1-3.1 3.1-8.2 0-11.3l-55-55zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm0-224c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96zm89.6 256c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zM416 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-41.6C32 365.9 77.9 320 134.4 320c19.6 0 39.1 16 89.6 16 50.4 0 70-16 89.6-16 56.5 0 102.4 45.9 102.4 102.4V464z'],
6
+ name: 'falUserTimes'
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: [640, 512, [], '', 'M544 224c44.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-48zM320 256c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm0-192c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80zm244 192h-40c-15.2 0-29.3 4.8-41.1 12.9 9.4 6.4 17.9 13.9 25.4 22.4 4.9-2.1 10.2-3.3 15.7-3.3h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM96 224c44.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-48zm304.1 180c-33.4 0-41.7 12-80.1 12-38.4 0-46.7-12-80.1-12-36.3 0-71.6 16.2-92.3 46.9-12.4 18.4-19.6 40.5-19.6 64.3V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-44.8c0-23.8-7.2-45.9-19.6-64.3-20.7-30.7-56-46.9-92.3-46.9zM480 432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-44.8c0-16.6 4.9-32.7 14.1-46.4 13.8-20.5 38.4-32.8 65.7-32.8 27.4 0 37.2 12 80.2 12s52.8-12 80.1-12c27.3 0 51.9 12.3 65.7 32.8 9.2 13.7 14.1 29.8 14.1 46.4V432zM157.1 268.9c-11.9-8.1-26-12.9-41.1-12.9H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c5.5 0 10.8 1.2 15.7 3.3 7.5-8.5 16.1-16 25.4-22.4z'],
6
- name: 'falUsers'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [640, 512, [], '', 'M544 224c44.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-48zM320 256c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm0-192c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80zm244 192h-40c-15.2 0-29.3 4.8-41.1 12.9 9.4 6.4 17.9 13.9 25.4 22.4 4.9-2.1 10.2-3.3 15.7-3.3h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM96 224c44.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-48zm304.1 180c-33.4 0-41.7 12-80.1 12-38.4 0-46.7-12-80.1-12-36.3 0-71.6 16.2-92.3 46.9-12.4 18.4-19.6 40.5-19.6 64.3V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-44.8c0-23.8-7.2-45.9-19.6-64.3-20.7-30.7-56-46.9-92.3-46.9zM480 432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-44.8c0-16.6 4.9-32.7 14.1-46.4 13.8-20.5 38.4-32.8 65.7-32.8 27.4 0 37.2 12 80.2 12s52.8-12 80.1-12c27.3 0 51.9 12.3 65.7 32.8 9.2 13.7 14.1 29.8 14.1 46.4V432zM157.1 268.9c-11.9-8.1-26-12.9-41.1-12.9H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c5.5 0 10.8 1.2 15.7 3.3 7.5-8.5 16.1-16 25.4-22.4z'],
6
+ name: 'falUsers'
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: [640, 512, [], '', 'M544 224c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm-304-48c0 44.2 35.8 80 80 80s80-35.8 80-80-35.8-80-80-80-80 35.8-80 80zm128 0c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48zM96 384c44.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-48zm468 160h-40c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zm-448 0H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zm224 0h-40c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM64 48c0-8.83 7.19-16 16-16h480c8.81 0 16 7.17 16 16v149.22c11.51 3.46 22.37 8.36 32 15.11V48c0-26.47-21.53-48-48-48H80C53.53 0 32 21.53 32 48v164.33c9.63-6.75 20.49-11.64 32-15.11V48z'],
6
- name: 'falUsersClass'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [640, 512, [], '', 'M544 224c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm-304-48c0 44.2 35.8 80 80 80s80-35.8 80-80-35.8-80-80-80-80 35.8-80 80zm128 0c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48zM96 384c44.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-48zm468 160h-40c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zm-448 0H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zm224 0h-40c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM64 48c0-8.83 7.19-16 16-16h480c8.81 0 16 7.17 16 16v149.22c11.51 3.46 22.37 8.36 32 15.11V48c0-26.47-21.53-48-48-48H80C53.53 0 32 21.53 32 48v164.33c9.63-6.75 20.49-11.64 32-15.11V48z'],
6
+ name: 'falUsersClass'
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, [], '', 'M568.3 416c-29.5-1.5-57.7-11.6-78.2-28.3-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.7-20.2.1-20.2 16.6-48.4 26.7-78.2 28.2-4.3.2-7.7 3.6-7.7 7.9v16c0 4.5 3.8 8.3 8.3 8.1 32.3-1.5 63.3-11.4 87.8-27.9 53.8 36.1 139.2 35.8 192 0 53.7 36.1 139.2 35.8 192 0 24.6 16.5 55.6 26.4 87.6 27.9 4.5.2 8.3-3.6 8.3-8.1v-16c0-4.3-3.4-7.7-7.7-7.9zm0-106.7c-29.5-1.5-57.7-11.6-78.2-28.3-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.7-20.2.1-20.2 16.6-48.3 26.7-78.1 28.2-4.3.2-7.7 3.6-7.7 7.9v16c0 4.5 3.8 8.3 8.3 8.1 32.3-1.5 63.3-11.4 87.8-27.9 53.8 36.1 139.2 35.8 192 0 53.7 36.1 139.2 35.8 192 0 24.6 16.5 55.6 26.4 87.6 27.9 4.5.2 8.3-3.6 8.3-8.1v-16c-.1-4.3-3.5-7.7-7.8-7.9zm0-106.7c-29.5-1.5-57.7-11.6-78.2-28.3-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.7-20.2.1-20.2 16.6-48.4 26.7-78.2 28.2-4.3.2-7.7 3.6-7.7 7.9v16c0 4.5 3.8 8.3 8.3 8.1 32.3-1.5 63.3-11.4 87.8-27.9 53.8 36.1 139.2 35.8 192 0 53.7 36.1 139.2 35.8 192 0 24.6 16.5 55.6 26.4 87.6 27.9 4.5.2 8.3-3.6 8.3-8.1v-16c0-4.3-3.4-7.7-7.7-7.9zm0-106.7c-29.5-1.5-57.7-11.6-78.2-28.3-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.7-20.2.1C65.7 84.3 37.5 94.4 7.7 95.9c-4.3.2-7.7 3.6-7.7 7.9v16c0 4.5 3.8 8.3 8.3 8.1 32.3-1.5 63.3-11.4 87.8-27.9 53.8 36.1 139.2 35.8 192 0 53.7 36.1 139.2 35.8 192 0 24.6 16.5 55.6 26.4 87.6 27.9 4.5.2 8.3-3.6 8.3-8.1v-16c0-4.3-3.4-7.7-7.7-7.9z'],
6
- name: 'falWater'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [576, 512, [], '', 'M568.3 416c-29.5-1.5-57.7-11.6-78.2-28.3-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.7-20.2.1-20.2 16.6-48.4 26.7-78.2 28.2-4.3.2-7.7 3.6-7.7 7.9v16c0 4.5 3.8 8.3 8.3 8.1 32.3-1.5 63.3-11.4 87.8-27.9 53.8 36.1 139.2 35.8 192 0 53.7 36.1 139.2 35.8 192 0 24.6 16.5 55.6 26.4 87.6 27.9 4.5.2 8.3-3.6 8.3-8.1v-16c0-4.3-3.4-7.7-7.7-7.9zm0-106.7c-29.5-1.5-57.7-11.6-78.2-28.3-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.7-20.2.1-20.2 16.6-48.3 26.7-78.1 28.2-4.3.2-7.7 3.6-7.7 7.9v16c0 4.5 3.8 8.3 8.3 8.1 32.3-1.5 63.3-11.4 87.8-27.9 53.8 36.1 139.2 35.8 192 0 53.7 36.1 139.2 35.8 192 0 24.6 16.5 55.6 26.4 87.6 27.9 4.5.2 8.3-3.6 8.3-8.1v-16c-.1-4.3-3.5-7.7-7.8-7.9zm0-106.7c-29.5-1.5-57.7-11.6-78.2-28.3-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.7-20.2.1-20.2 16.6-48.4 26.7-78.2 28.2-4.3.2-7.7 3.6-7.7 7.9v16c0 4.5 3.8 8.3 8.3 8.1 32.3-1.5 63.3-11.4 87.8-27.9 53.8 36.1 139.2 35.8 192 0 53.7 36.1 139.2 35.8 192 0 24.6 16.5 55.6 26.4 87.6 27.9 4.5.2 8.3-3.6 8.3-8.1v-16c0-4.3-3.4-7.7-7.7-7.9zm0-106.7c-29.5-1.5-57.7-11.6-78.2-28.3-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.8-20.2.1-43.7 35.9-127 36.3-171.8-.1-5.9-4.8-14.3-4.7-20.2.1C65.7 84.3 37.5 94.4 7.7 95.9c-4.3.2-7.7 3.6-7.7 7.9v16c0 4.5 3.8 8.3 8.3 8.1 32.3-1.5 63.3-11.4 87.8-27.9 53.8 36.1 139.2 35.8 192 0 53.7 36.1 139.2 35.8 192 0 24.6 16.5 55.6 26.4 87.6 27.9 4.5.2 8.3-3.6 8.3-8.1v-16c0-4.3-3.4-7.7-7.7-7.9z'],
6
+ name: 'falWater'
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 224h344c59.8 0 106.8-54.6 93.8-116.7-7.6-36.3-36.9-65.6-73.2-73.2-59.1-12.3-111.5 29.8-116.3 85.4-.4 4.6 3.5 8.4 8 8.4h16.2c4.2 0 7.4-3.3 7.9-7.4 4.3-36.6 39.5-63.8 78.7-54.8 23.1 5.3 41.8 24.1 47.2 47.2 9.6 41.8-22.1 79.1-62.3 79.1H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm148 32H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h149.1c33.4 0 63.3 24.4 66.5 57.6 3.7 38.1-26.3 70.4-63.7 70.4-32.8 0-59.9-24.8-63.6-56.5-.5-4.2-3.7-7.4-7.9-7.4h-16c-4.6 0-8.4 3.9-8 8.4 4.3 49.1 45.5 87.6 95.6 87.6 54 0 97.6-44.6 96-98.9-1.6-52.7-47.5-93.2-100-93.2zm239.3 0H243.8c10.5 9.2 19.4 19.9 26.4 32h126.2c41.8 0 79.1 30.4 83.2 72 4.7 47.7-32.9 88-79.6 88-36.5 0-67.3-24.5-76.9-58-1-3.5-4-6-7.7-6h-16.1c-5 0-9 4.6-7.9 9.5C302.9 443 347 480 400 480c63 0 113.9-52 112-115.4-1.9-61.3-55.4-108.6-116.7-108.6z'],
6
- name: 'falWind'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [512, 512, [], '', 'M8 224h344c59.8 0 106.8-54.6 93.8-116.7-7.6-36.3-36.9-65.6-73.2-73.2-59.1-12.3-111.5 29.8-116.3 85.4-.4 4.6 3.5 8.4 8 8.4h16.2c4.2 0 7.4-3.3 7.9-7.4 4.3-36.6 39.5-63.8 78.7-54.8 23.1 5.3 41.8 24.1 47.2 47.2 9.6 41.8-22.1 79.1-62.3 79.1H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm148 32H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h149.1c33.4 0 63.3 24.4 66.5 57.6 3.7 38.1-26.3 70.4-63.7 70.4-32.8 0-59.9-24.8-63.6-56.5-.5-4.2-3.7-7.4-7.9-7.4h-16c-4.6 0-8.4 3.9-8 8.4 4.3 49.1 45.5 87.6 95.6 87.6 54 0 97.6-44.6 96-98.9-1.6-52.7-47.5-93.2-100-93.2zm239.3 0H243.8c10.5 9.2 19.4 19.9 26.4 32h126.2c41.8 0 79.1 30.4 83.2 72 4.7 47.7-32.9 88-79.6 88-36.5 0-67.3-24.5-76.9-58-1-3.5-4-6-7.7-6h-16.1c-5 0-9 4.6-7.9 9.5C302.9 443 347 480 400 480c63 0 113.9-52 112-115.4-1.9-61.3-55.4-108.6-116.7-108.6z'],
6
+ name: 'falWind'
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: [514, 512, [], '', 'M323.48 430.84a45.94 45.94 0 0 0 77.94-47l-67.74-155.58a16.75 16.75 0 0 1-.22-12.89L393.92 62.7A45.82 45.82 0 0 0 314.18 19L218 152.06a16.9 16.9 0 0 1-11 6.74L39.45 185.34a45.93 45.93 0 0 0 2.24 91L207 294.27 195 480h-32.3a36.94 36.94 0 0 0-33 20.42 8 8 0 0 0 7.11 11.58h240a8 8 0 0 0 7.15-11.58 36.93 36.93 0 0 0-33-20.42h-32.33l-3.86-59.58 7 8.3zM227 480l9.83-151.64 43.16 51L286.56 480zm17-199.46a48.85 48.85 0 0 0-32.84-18l-166-18a13.83 13.83 0 0 1-12.35-13.44v-.2a13.82 13.82 0 0 1 11.65-14L212 190.41a48.75 48.75 0 0 0 31.91-19.6l96.2-133.09a13.83 13.83 0 0 1 24.06 13.19l-60.46 152.68a48.77 48.77 0 0 0 .64 37.45l67.73 155.52a13.82 13.82 0 0 1-5.49 17.33l-.17.1a13.83 13.83 0 0 1-18-3.17zM256.8 200a24 24 0 1 0 24 24 24 24 0 0 0-24-24z'],
6
- name: 'falWindTurbine'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [514, 512, [], '', 'M323.48 430.84a45.94 45.94 0 0 0 77.94-47l-67.74-155.58a16.75 16.75 0 0 1-.22-12.89L393.92 62.7A45.82 45.82 0 0 0 314.18 19L218 152.06a16.9 16.9 0 0 1-11 6.74L39.45 185.34a45.93 45.93 0 0 0 2.24 91L207 294.27 195 480h-32.3a36.94 36.94 0 0 0-33 20.42 8 8 0 0 0 7.11 11.58h240a8 8 0 0 0 7.15-11.58 36.93 36.93 0 0 0-33-20.42h-32.33l-3.86-59.58 7 8.3zM227 480l9.83-151.64 43.16 51L286.56 480zm17-199.46a48.85 48.85 0 0 0-32.84-18l-166-18a13.83 13.83 0 0 1-12.35-13.44v-.2a13.82 13.82 0 0 1 11.65-14L212 190.41a48.75 48.75 0 0 0 31.91-19.6l96.2-133.09a13.83 13.83 0 0 1 24.06 13.19l-60.46 152.68a48.77 48.77 0 0 0 .64 37.45l67.73 155.52a13.82 13.82 0 0 1-5.49 17.33l-.17.1a13.83 13.83 0 0 1-18-3.17zM256.8 200a24 24 0 1 0 24 24 24 24 0 0 0-24-24z'],
6
+ name: 'falWindTurbine'
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, [], '', 'M507.42 114.49c-2.34-9.47-9.66-16.98-19.06-19.61-9.47-2.61-19.65 0-26.65 6.98l-63.87 63.87-44.25-7.36-7.38-44.24 63.87-63.87c6.94-6.92 9.62-17.09 7-26.54-2.62-9.47-10.19-16.83-19.75-19.2C345.6-8.31 291.95 6.54 254.14 44.3c-37.84 37.87-52.21 92.52-38.62 144.7L22.19 382.29c-29.59 29.63-29.59 77.83 0 107.45C36.54 504.09 55.63 512 75.94 512s39.37-7.91 53.71-22.26l193.14-193.11c52.03 13.73 106.8-.72 144.89-38.82 37.81-37.81 52.68-91.39 39.74-143.32zm-62.36 120.7c-31.87 31.81-78.43 42.63-121.77 28.23l-9.38-3.14-206.88 206.84c-16.62 16.62-45.59 16.62-62.21 0-17.12-17.14-17.12-45.06 0-62.21l207.01-206.98-3.09-9.34c-14.31-43.45-3.56-90.06 28.03-121.67C299.48 44.2 329.44 32 360.56 32c6.87 0 13.81.59 20.72 1.81l-69.31 69.35 13.81 83.02L408.84 200l69.3-69.35c6.72 38.25-5.34 76.79-33.08 104.54zM80 416c-8.84 0-16 7.16-16 16s7.16 16 16 16 16-7.16 16-16-7.16-16-16-16z'],
6
- name: 'falWrench'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [512, 512, [], '', 'M507.42 114.49c-2.34-9.47-9.66-16.98-19.06-19.61-9.47-2.61-19.65 0-26.65 6.98l-63.87 63.87-44.25-7.36-7.38-44.24 63.87-63.87c6.94-6.92 9.62-17.09 7-26.54-2.62-9.47-10.19-16.83-19.75-19.2C345.6-8.31 291.95 6.54 254.14 44.3c-37.84 37.87-52.21 92.52-38.62 144.7L22.19 382.29c-29.59 29.63-29.59 77.83 0 107.45C36.54 504.09 55.63 512 75.94 512s39.37-7.91 53.71-22.26l193.14-193.11c52.03 13.73 106.8-.72 144.89-38.82 37.81-37.81 52.68-91.39 39.74-143.32zm-62.36 120.7c-31.87 31.81-78.43 42.63-121.77 28.23l-9.38-3.14-206.88 206.84c-16.62 16.62-45.59 16.62-62.21 0-17.12-17.14-17.12-45.06 0-62.21l207.01-206.98-3.09-9.34c-14.31-43.45-3.56-90.06 28.03-121.67C299.48 44.2 329.44 32 360.56 32c6.87 0 13.81.59 20.72 1.81l-69.31 69.35 13.81 83.02L408.84 200l69.3-69.35c6.72 38.25-5.34 76.79-33.08 104.54zM80 416c-8.84 0-16 7.16-16 16s7.16 16 16 16 16-7.16 16-16-7.16-16-16-16z'],
6
+ name: 'falWrench'
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, [], '', 'M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'],
6
- name: 'fasCaretDown'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [320, 512, [], '', 'M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'],
6
+ name: 'fasCaretDown'
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, [], '', 'M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'],
6
- name: 'fasCaretLeft'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [192, 512, [], '', 'M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'],
6
+ name: 'fasCaretLeft'
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, [], '', 'M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'],
6
- name: 'fasCaretRight'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [192, 512, [], '', 'M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'],
6
+ name: 'fasCaretRight'
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, [], '', 'M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z'],
6
- name: 'fasCaretUp'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [320, 512, [], '', 'M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z'],
6
+ name: 'fasCaretUp'
7
+ };
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [20, 20, [], '', ['M16.8359 3.16406C18.737 5.03906 19.6875 7.31771 19.6875 10C19.6875 12.6823 18.737 14.974 16.8359 16.875C14.9609 18.75 12.6823 19.6875 10 19.6875C7.31771 19.6875 5.02604 18.75 3.125 16.875C1.25 14.974 0.3125 12.6823 0.3125 10C0.3125 7.31771 1.25 5.03906 3.125 3.16406C5.02604 1.26302 7.31771 0.3125 10 0.3125C12.6823 0.3125 14.9609 1.26302 16.8359 3.16406ZM8.86719 15.1172L16.0547 7.92969C16.3672 7.64323 16.3672 7.35677 16.0547 7.07031L15.1953 6.17188C14.8828 5.88542 14.5833 5.88542 14.2969 6.17188L8.4375 12.0312L5.70312 9.29688C5.41667 9.01042 5.11719 9.01042 4.80469 9.29688L3.94531 10.1953C3.63281 10.4818 3.63281 10.7682 3.94531 11.0547L8.00781 15.1172C8.29427 15.4297 8.58073 15.4297 8.86719 15.1172Z']],
6
+ name: 'fasCheckCircle'
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, [], '', 'M242.2 8.3c-9.6-11.1-26.8-11.1-36.4 0l-200 232c-7.8 9-7.8 22.3 0 31.3l200 232c9.6 11.1 26.8 11.1 36.4 0l200-232c7.8-9 7.8-22.3 0-31.3l-200-232z'],
6
- name: 'fasDiamond'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [448, 512, [], '', 'M242.2 8.3c-9.6-11.1-26.8-11.1-36.4 0l-200 232c-7.8 9-7.8 22.3 0 31.3l200 232c9.6 11.1 26.8 11.1 36.4 0l200-232c7.8-9 7.8-22.3 0-31.3l-200-232z'],
6
+ name: 'fasDiamond'
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, [], '', 'M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z'],
6
- name: 'fasFolder'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [512, 512, [], '', 'M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z'],
6
+ name: 'fasFolder'
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, [], '', 'M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'],
6
- name: 'fasMapMarkerAlt'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [384, 512, [], '', 'M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'],
6
+ name: 'fasMapMarkerAlt'
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, [], '', 'M192 0C86.4 0 0 86.4 0 192c0 76.8 25.6 99.2 172.8 310.4 9.6 12.8 28.8 12.8 38.4 0C358.4 291.2 384 268.8 384 192 384 86.4 297.6 0 192 0zm0 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm25.44-110.41c-.82 8.18-7.7 14.41-15.92 14.41h-19.04c-8.22 0-15.1-6.23-15.92-14.41l-12.8-128c-.94-9.42 6.45-17.59 15.92-17.59h44.64c9.47 0 16.86 8.17 15.92 17.59l-12.8 128z'],
6
- name: 'fasMapMarkerExclamation'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [384, 512, [], '', 'M192 0C86.4 0 0 86.4 0 192c0 76.8 25.6 99.2 172.8 310.4 9.6 12.8 28.8 12.8 38.4 0C358.4 291.2 384 268.8 384 192 384 86.4 297.6 0 192 0zm0 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm25.44-110.41c-.82 8.18-7.7 14.41-15.92 14.41h-19.04c-8.22 0-15.1-6.23-15.92-14.41l-12.8-128c-.94-9.42 6.45-17.59 15.92-17.59h44.64c9.47 0 16.86 8.17 15.92 17.59l-12.8 128z'],
6
+ name: 'fasMapMarkerExclamation'
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, [], '', 'M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'],
6
- name: 'fasQuoteLeft'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [512, 512, [], '', 'M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'],
6
+ name: 'fasQuoteLeft'
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, [], '', 'M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'],
6
- name: 'fasQuoteRight'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [512, 512, [], '', 'M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'],
6
+ name: 'fasQuoteRight'
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: [640, 512, [], '', 'M431.98 448.01l-47.97.05V416h-128v32.21l-47.98.05c-8.82.01-15.97 7.16-15.98 15.99l-.05 31.73c-.01 8.85 7.17 16.03 16.02 16.02l223.96-.26c8.82-.01 15.97-7.16 15.98-15.98l.04-31.73c.01-8.85-7.17-16.03-16.02-16.02zM585.2 26.74C582.58 11.31 568.99 0 553.06 0H86.93C71 0 57.41 11.31 54.79 26.74-3.32 369.16.04 348.08.03 352c-.03 17.32 14.29 32 32.6 32h574.74c18.23 0 32.51-14.56 32.59-31.79.02-4.08 3.35 16.95-54.76-325.47zM259.83 64h120.33l9.77 96H250.06l9.77-96zm-75.17 256H71.09L90.1 208h105.97l-11.41 112zm16.29-160H98.24l16.29-96h96.19l-9.77 96zm32.82 160l11.4-112h149.65l11.4 112H233.77zm195.5-256h96.19l16.29 96H439.04l-9.77-96zm26.06 256l-11.4-112H549.9l19.01 112H455.33z'],
6
- name: 'fasSolarPanel'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [640, 512, [], '', 'M431.98 448.01l-47.97.05V416h-128v32.21l-47.98.05c-8.82.01-15.97 7.16-15.98 15.99l-.05 31.73c-.01 8.85 7.17 16.03 16.02 16.02l223.96-.26c8.82-.01 15.97-7.16 15.98-15.98l.04-31.73c.01-8.85-7.17-16.03-16.02-16.02zM585.2 26.74C582.58 11.31 568.99 0 553.06 0H86.93C71 0 57.41 11.31 54.79 26.74-3.32 369.16.04 348.08.03 352c-.03 17.32 14.29 32 32.6 32h574.74c18.23 0 32.51-14.56 32.59-31.79.02-4.08 3.35 16.95-54.76-325.47zM259.83 64h120.33l9.77 96H250.06l9.77-96zm-75.17 256H71.09L90.1 208h105.97l-11.41 112zm16.29-160H98.24l16.29-96h96.19l-9.77 96zm32.82 160l11.4-112h149.65l11.4 112H233.77zm195.5-256h96.19l16.29 96H439.04l-9.77-96zm26.06 256l-11.4-112H549.9l19.01 112H455.33z'],
6
+ name: 'fasSolarPanel'
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, [], '', 'M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'],
6
- name: 'fasSort'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [320, 512, [], '', 'M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'],
6
+ name: 'fasSort'
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, [], '', 'M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'],
6
- name: 'fasStar'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [576, 512, [], '', 'M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'],
6
+ name: 'fasStar'
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: [514, 512, [], '', 'M350.1 480h-48.32l-5-76.66L221 314l-10.78 166H161.9a36.94 36.94 0 0 0-33 20.42A8 8 0 0 0 136 512h240a8 8 0 0 0 7.15-11.58A36.93 36.93 0 0 0 350.1 480zm48.59-54.21l-88.35-182.32a55.73 55.73 0 0 1-.73-42.79l73.28-179.07a15.8 15.8 0 0 0-27.5-15.07L241.27 163.21a55.74 55.74 0 0 1-36.47 22.4L13.32 215.94A15.81 15.81 0 0 0 0 231.89v.23a15.8 15.8 0 0 0 14.1 15.35L203.83 268a55.78 55.78 0 0 1 37.54 20.58l130.31 153.5a15.81 15.81 0 0 0 20.53 3.63l.19-.12a15.79 15.79 0 0 0 6.29-19.8zM256 248a24 24 0 1 1 24-24 24 24 0 0 1-24 24z'],
6
- name: 'fasWindTurbine'
7
- };
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.default = {
5
+ details: [514, 512, [], '', 'M350.1 480h-48.32l-5-76.66L221 314l-10.78 166H161.9a36.94 36.94 0 0 0-33 20.42A8 8 0 0 0 136 512h240a8 8 0 0 0 7.15-11.58A36.93 36.93 0 0 0 350.1 480zm48.59-54.21l-88.35-182.32a55.73 55.73 0 0 1-.73-42.79l73.28-179.07a15.8 15.8 0 0 0-27.5-15.07L241.27 163.21a55.74 55.74 0 0 1-36.47 22.4L13.32 215.94A15.81 15.81 0 0 0 0 231.89v.23a15.8 15.8 0 0 0 14.1 15.35L203.83 268a55.78 55.78 0 0 1 37.54 20.58l130.31 153.5a15.81 15.81 0 0 0 20.53 3.63l.19-.12a15.79 15.79 0 0 0 6.29-19.8zM256 248a24 24 0 1 1 24-24 24 24 0 0 1-24 24z'],
6
+ name: 'fasWindTurbine'
7
+ };