@biggive/components 1.0.95 → 1.0.97

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 (244) hide show
  1. package/dist/biggive/assets/images/biggive-triangle-green.svg +21 -0
  2. package/dist/biggive/assets/images/cross.svg +11 -0
  3. package/dist/biggive/assets/images/menu.svg +11 -0
  4. package/dist/biggive/biggive.esm.js +1 -1
  5. package/dist/biggive/p-063c44ce.entry.js +1 -0
  6. package/dist/biggive/p-0892aade.entry.js +1 -0
  7. package/dist/biggive/{p-e39db89c.entry.js → p-38b36bc6.entry.js} +1 -1
  8. package/dist/biggive/p-41c6f1f3.entry.js +1 -0
  9. package/dist/biggive/p-60872399.entry.js +1 -0
  10. package/dist/biggive/p-6d144f96.js +2 -0
  11. package/dist/biggive/p-8742102b.entry.js +1 -0
  12. package/dist/biggive/p-88faca11.js +1 -0
  13. package/dist/biggive/p-9916d987.entry.js +1 -0
  14. package/dist/biggive/p-99f15121.entry.js +1 -0
  15. package/dist/biggive/p-9fa2a9b2.entry.js +1 -0
  16. package/dist/biggive/p-a13e0f3e.entry.js +1 -0
  17. package/dist/biggive/p-aa4e1a2a.js +1 -0
  18. package/dist/biggive/p-bfaf1239.entry.js +1 -0
  19. package/dist/biggive/p-c1570c9f.entry.js +1 -0
  20. package/dist/biggive/p-d1c2b64d.entry.js +1 -0
  21. package/dist/biggive/p-da0a4725.entry.js +1 -0
  22. package/dist/biggive/p-de0f70ee.entry.js +1 -0
  23. package/dist/biggive/p-e3b0c4ae.entry.js +1 -0
  24. package/dist/biggive/p-e546fe69.entry.js +1 -0
  25. package/dist/cjs/biggive-article-card.cjs.entry.js +2 -35
  26. package/dist/cjs/biggive-back-to-top_23.cjs.entry.js +625 -0
  27. package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -35
  28. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +4 -19
  29. package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -17
  30. package/dist/cjs/biggive-branded-image.cjs.entry.js +2 -14
  31. package/dist/cjs/biggive-category-icon.cjs.entry.js +4 -19
  32. package/dist/cjs/biggive-form.cjs.entry.js +1 -1
  33. package/dist/cjs/biggive-formatted-text.cjs.entry.js +2 -8
  34. package/dist/cjs/biggive-icon-group.cjs.entry.js +2 -8
  35. package/dist/cjs/biggive-image.cjs.entry.js +2 -20
  36. package/dist/cjs/biggive-quote.cjs.entry.js +2 -14
  37. package/dist/cjs/biggive-search.cjs.entry.js +7 -5
  38. package/dist/cjs/biggive-tab.cjs.entry.js +2 -5
  39. package/dist/cjs/biggive-tabbed-content.cjs.entry.js +2 -8
  40. package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
  41. package/dist/cjs/biggive-video.cjs.entry.js +2 -11
  42. package/dist/cjs/biggive.cjs.js +3 -3
  43. package/dist/cjs/{fontawesome-icons-110f532d.js → fontawesome-icons-f33263c4.js} +45 -55
  44. package/dist/cjs/index-1fa2bbc6.js +196 -0
  45. package/dist/cjs/{index-87518c3f.js → index-ecfc2713.js} +734 -495
  46. package/dist/cjs/loader.cjs.js +3 -3
  47. package/dist/collection/assets/images/biggive-triangle-green.svg +21 -0
  48. package/dist/collection/assets/images/cross.svg +11 -0
  49. package/dist/collection/assets/images/menu.svg +11 -0
  50. package/dist/collection/collection-manifest.json +4 -2
  51. package/dist/collection/components/biggive-article-card/biggive-article-card.css +24 -0
  52. package/dist/collection/components/biggive-article-card/biggive-article-card.js +214 -253
  53. package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.css +24 -0
  54. package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.js +12 -11
  55. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +24 -0
  56. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +214 -251
  57. package/dist/collection/components/biggive-basic-card/biggive-basic-card.stories.js +1 -1
  58. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +24 -0
  59. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.js +102 -116
  60. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +24 -0
  61. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.js +102 -112
  62. package/dist/collection/components/biggive-branded-image/biggive-branded-image.css +24 -0
  63. package/dist/collection/components/biggive-branded-image/biggive-branded-image.js +85 -96
  64. package/dist/collection/components/biggive-button/biggive-button.css +24 -0
  65. package/dist/collection/components/biggive-button/biggive-button.js +137 -153
  66. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +24 -0
  67. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.js +376 -440
  68. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +26 -0
  69. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.js +322 -385
  70. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +61 -0
  71. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.js +123 -124
  72. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.stories.js +6 -0
  73. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +24 -0
  74. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.js +238 -292
  75. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +24 -0
  76. package/dist/collection/components/biggive-category-icon/biggive-category-icon.js +102 -116
  77. package/dist/collection/components/biggive-footer/biggive-footer.css +58 -1
  78. package/dist/collection/components/biggive-footer/biggive-footer.js +15 -39
  79. package/dist/collection/components/biggive-footer/biggive-footer.stories.js +8 -1
  80. package/dist/collection/components/biggive-form/biggive-form.js +12 -9
  81. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.css +557 -0
  82. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.js +95 -9
  83. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.stories.js +9 -0
  84. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.css +520 -0
  85. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.js +94 -0
  86. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.stories.js +23 -0
  87. package/dist/collection/components/biggive-form-field-text-input/biggive-text-input.js +12 -9
  88. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +24 -0
  89. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.js +51 -52
  90. package/dist/collection/components/biggive-grid/biggive-grid.css +39 -0
  91. package/dist/collection/components/biggive-grid/biggive-grid.js +68 -72
  92. package/dist/collection/components/biggive-header/biggive-header.css +94 -2
  93. package/dist/collection/components/biggive-header/biggive-header.js +64 -69
  94. package/dist/collection/components/biggive-header/biggive-header.stories.js +2 -1
  95. package/dist/collection/components/biggive-heading/biggive-heading.css +24 -0
  96. package/dist/collection/components/biggive-heading/biggive-heading.js +136 -152
  97. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +48 -11
  98. package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +240 -283
  99. package/dist/collection/components/biggive-icon-group/biggive-icon-group.css +24 -0
  100. package/dist/collection/components/biggive-icon-group/biggive-icon-group.js +51 -54
  101. package/dist/collection/components/biggive-image/biggive-image.css +24 -0
  102. package/dist/collection/components/biggive-image/biggive-image.js +119 -133
  103. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +43 -5
  104. package/dist/collection/components/biggive-image-feature/biggive-image-feature.js +232 -270
  105. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +24 -0
  106. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.js +85 -94
  107. package/dist/collection/components/biggive-page-column/biggive-page-column.css +506 -1
  108. package/dist/collection/components/biggive-page-column/biggive-page-column.js +11 -7
  109. package/dist/collection/components/biggive-page-columns/biggive-page-columns.css +34 -1
  110. package/dist/collection/components/biggive-page-columns/biggive-page-columns.js +34 -36
  111. package/dist/collection/components/biggive-page-section/biggive-page-section.css +24 -0
  112. package/dist/collection/components/biggive-page-section/biggive-page-section.js +85 -93
  113. package/dist/collection/components/biggive-popup/biggive-popup.css +547 -0
  114. package/dist/collection/components/biggive-popup/biggive-popup.js +47 -0
  115. package/dist/collection/components/biggive-popup/biggive-popup.stories.js +8 -0
  116. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +24 -0
  117. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.js +68 -76
  118. package/dist/collection/components/biggive-quote/biggive-quote.css +24 -0
  119. package/dist/collection/components/biggive-quote/biggive-quote.js +85 -93
  120. package/dist/collection/components/biggive-search/biggive-search.css +24 -0
  121. package/dist/collection/components/biggive-search/biggive-search.js +74 -74
  122. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +24 -0
  123. package/dist/collection/components/biggive-social-icon/biggive-social-icon.js +85 -94
  124. package/dist/collection/components/biggive-tab/biggive-tab.css +24 -0
  125. package/dist/collection/components/biggive-tab/biggive-tab.js +34 -34
  126. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +24 -0
  127. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +51 -52
  128. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +33 -1
  129. package/dist/collection/components/biggive-totalizer/biggive-totalizer.js +178 -208
  130. package/dist/collection/components/biggive-video/biggive-video.css +24 -0
  131. package/dist/collection/components/biggive-video/biggive-video.js +68 -72
  132. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +43 -5
  133. package/dist/collection/components/biggive-video-feature/biggive-video-feature.js +238 -278
  134. package/dist/components/biggive-article-card.js +1 -34
  135. package/dist/components/biggive-back-to-top.js +1 -1
  136. package/dist/components/biggive-basic-card.js +1 -34
  137. package/dist/components/biggive-beneficiary-icon.js +1 -16
  138. package/dist/components/biggive-boxed-content.js +1 -16
  139. package/dist/components/biggive-branded-image.js +1 -13
  140. package/dist/components/biggive-button2.js +2 -23
  141. package/dist/components/biggive-call-to-action.js +1 -61
  142. package/dist/components/biggive-campaign-card-filter-grid.js +55 -22
  143. package/dist/components/biggive-campaign-card.js +2 -49
  144. package/dist/components/biggive-campaign-highlights.js +1 -40
  145. package/dist/components/biggive-category-icon.js +1 -16
  146. package/dist/components/biggive-footer.js +4 -10
  147. package/dist/components/biggive-form-field-select-option.d.ts +11 -0
  148. package/dist/components/biggive-form-field-select-option.js +6 -0
  149. package/dist/components/biggive-form-field-select-option2.js +46 -0
  150. package/dist/components/biggive-form-field-select.js +1 -28
  151. package/dist/components/biggive-form-field-select2.js +44 -0
  152. package/dist/components/biggive-formatted-text.js +1 -7
  153. package/dist/components/biggive-grid.js +1 -10
  154. package/dist/components/biggive-header.js +13 -8
  155. package/dist/components/biggive-heading.js +1 -22
  156. package/dist/components/biggive-hero-image.js +1 -40
  157. package/dist/components/biggive-icon-group.js +1 -7
  158. package/dist/components/biggive-image-feature.js +1 -37
  159. package/dist/components/biggive-image.js +1 -19
  160. package/dist/components/biggive-misc-icon2.js +1 -13
  161. package/dist/components/biggive-page-column.js +1 -1
  162. package/dist/components/biggive-page-columns.js +1 -4
  163. package/dist/components/biggive-page-section.js +1 -13
  164. package/dist/components/biggive-popup.d.ts +11 -0
  165. package/dist/components/biggive-popup.js +6 -0
  166. package/dist/components/biggive-popup2.js +41 -0
  167. package/dist/components/biggive-progress-bar2.js +1 -10
  168. package/dist/components/biggive-quote.js +1 -13
  169. package/dist/components/biggive-search.js +5 -3
  170. package/dist/components/biggive-social-icon.js +41 -1
  171. package/dist/components/biggive-tab.js +1 -4
  172. package/dist/components/biggive-tabbed-content.js +1 -7
  173. package/dist/components/biggive-totalizer.js +1 -28
  174. package/dist/components/biggive-video-feature.js +1 -40
  175. package/dist/components/biggive-video.js +1 -10
  176. package/dist/components/fontawesome-icons.js +11 -21
  177. package/dist/components/index.d.ts +2 -0
  178. package/dist/components/index.js +2 -0
  179. package/dist/components/index2.js +164 -0
  180. package/dist/esm/biggive-article-card.entry.js +2 -35
  181. package/dist/esm/biggive-back-to-top_23.entry.js +599 -0
  182. package/dist/esm/biggive-basic-card.entry.js +2 -35
  183. package/dist/esm/biggive-beneficiary-icon.entry.js +4 -19
  184. package/dist/esm/biggive-boxed-content.entry.js +2 -17
  185. package/dist/esm/biggive-branded-image.entry.js +2 -14
  186. package/dist/esm/biggive-category-icon.entry.js +4 -19
  187. package/dist/esm/biggive-form.entry.js +1 -1
  188. package/dist/esm/biggive-formatted-text.entry.js +2 -8
  189. package/dist/esm/biggive-icon-group.entry.js +2 -8
  190. package/dist/esm/biggive-image.entry.js +2 -20
  191. package/dist/esm/biggive-quote.entry.js +2 -14
  192. package/dist/esm/biggive-search.entry.js +6 -4
  193. package/dist/esm/biggive-tab.entry.js +2 -5
  194. package/dist/esm/biggive-tabbed-content.entry.js +2 -8
  195. package/dist/esm/biggive-text-input.entry.js +1 -1
  196. package/dist/esm/biggive-video.entry.js +2 -11
  197. package/dist/esm/biggive.js +3 -3
  198. package/dist/esm/{fontawesome-icons-562459be.js → fontawesome-icons-ff9155ca.js} +11 -21
  199. package/dist/esm/index-7cfe62c2.js +164 -0
  200. package/dist/esm/{index-4395d470.js → index-b3c47751.js} +734 -495
  201. package/dist/esm/loader.js +3 -3
  202. package/dist/esm/polyfills/css-shim.js +1 -1
  203. package/dist/types/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.d.ts +2 -6
  204. package/dist/types/components/biggive-form-field-select/biggive-form-field-select.d.ts +17 -0
  205. package/dist/types/components/biggive-form-field-select/biggive-form-field-select.stories.d.ts +5 -0
  206. package/dist/types/components/biggive-form-field-select-option/biggive-form-field-select-option.d.ts +20 -0
  207. package/dist/types/components/biggive-form-field-select-option/biggive-form-field-select-option.stories.d.ts +13 -0
  208. package/dist/types/components/biggive-header/biggive-header.d.ts +1 -0
  209. package/dist/types/components/biggive-popup/biggive-popup.d.ts +6 -0
  210. package/dist/types/components/biggive-popup/biggive-popup.stories.d.ts +5 -0
  211. package/dist/types/components.d.ts +73 -6
  212. package/dist/types/stencil-public-runtime.d.ts +20 -4
  213. package/hydrate/index.d.ts +1 -1
  214. package/hydrate/index.js +1133 -1561
  215. package/loader/package.json +1 -0
  216. package/package.json +4 -2
  217. package/dist/biggive/p-07962fc5.entry.js +0 -1
  218. package/dist/biggive/p-1024263c.entry.js +0 -1
  219. package/dist/biggive/p-1805f9ab.js +0 -2
  220. package/dist/biggive/p-1b78efa0.entry.js +0 -1
  221. package/dist/biggive/p-5dbda89c.entry.js +0 -1
  222. package/dist/biggive/p-5f1b0106.entry.js +0 -1
  223. package/dist/biggive/p-6326f936.entry.js +0 -1
  224. package/dist/biggive/p-72a6f0a8.entry.js +0 -1
  225. package/dist/biggive/p-74b5d4c7.entry.js +0 -1
  226. package/dist/biggive/p-7eee1e58.entry.js +0 -1
  227. package/dist/biggive/p-871707f4.js +0 -6
  228. package/dist/biggive/p-8f605036.entry.js +0 -1
  229. package/dist/biggive/p-9125d753.entry.js +0 -1
  230. package/dist/biggive/p-bdb476eb.entry.js +0 -1
  231. package/dist/biggive/p-c9aaa5c3.entry.js +0 -1
  232. package/dist/biggive/p-df6daa79.entry.js +0 -1
  233. package/dist/biggive/p-ec9b42b3.js +0 -6
  234. package/dist/biggive/p-f9388477.entry.js +0 -1
  235. package/dist/biggive/p-f98681a5.entry.js +0 -1
  236. package/dist/biggive/p-faa6817c.entry.js +0 -1
  237. package/dist/cjs/biggive-back-to-top_20.cjs.entry.js +0 -923
  238. package/dist/cjs/biggive-form-field-select.cjs.entry.js +0 -19
  239. package/dist/cjs/index.es-d3570170.js +0 -201
  240. package/dist/components/biggive-social-icon2.js +0 -55
  241. package/dist/components/index.es.js +0 -169
  242. package/dist/esm/biggive-back-to-top_20.entry.js +0 -900
  243. package/dist/esm/biggive-form-field-select.entry.js +0 -15
  244. package/dist/esm/index.es-5777380a.js +0 -169
@@ -0,0 +1,196 @@
1
+ 'use strict';
2
+
3
+ var faRainbow = {
4
+ prefix: 'fas',
5
+ iconName: 'rainbow',
6
+ icon: [640, 512, [127752], "f75b", "M320 96C178.6 96 64 210.6 64 352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352C0 175.3 143.3 32 320 32s320 143.3 320 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352C576 210.6 461.4 96 320 96zm0 192c-35.3 0-64 28.7-64 64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-70.7 57.3-128 128-128s128 57.3 128 128v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-35.3-28.7-64-64-64zM160 352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-123.7 100.3-224 224-224s224 100.3 224 224v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-88.4-71.6-160-160-160s-160 71.6-160 160z"]
7
+ };
8
+ var faPaw = {
9
+ prefix: 'fas',
10
+ iconName: 'paw',
11
+ icon: [512, 512, [], "f1b0", "M226.5 92.9c14.3 42.9-.3 86.2-32.6 96.8s-70.1-15.6-84.4-58.5s.3-86.2 32.6-96.8s70.1 15.6 84.4 58.5zM100.4 198.6c18.9 32.4 14.3 70.1-10.2 84.1s-59.7-.9-78.5-33.3S-2.7 179.3 21.8 165.3s59.7 .9 78.5 33.3zM69.2 401.2C121.6 259.9 214.7 224 256 224s134.4 35.9 186.8 177.2c3.6 9.7 5.2 20.1 5.2 30.5v1.6c0 25.8-20.9 46.7-46.7 46.7c-11.5 0-22.9-1.4-34-4.2l-88-22c-15.3-3.8-31.3-3.8-46.6 0l-88 22c-11.1 2.8-22.5 4.2-34 4.2C84.9 480 64 459.1 64 433.3v-1.6c0-10.4 1.6-20.8 5.2-30.5zM421.8 282.7c-24.5-14-29.1-51.7-10.2-84.1s54-47.3 78.5-33.3s29.1 51.7 10.2 84.1s-54 47.3-78.5 33.3zM310.1 189.7c-32.3-10.6-46.9-53.9-32.6-96.8s52.1-69.1 84.4-58.5s46.9 53.9 32.6 96.8s-52.1 69.1-84.4 58.5z"]
12
+ };
13
+ var faCampground = {
14
+ prefix: 'fas',
15
+ iconName: 'campground',
16
+ icon: [576, 512, [9978], "f6bb", "M377 52c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5L288 60.8 249 12c-11-13.8-31.2-16-45-5s-16 31.2-5 45l48 60L12.3 405.4C4.3 415.4 0 427.7 0 440.4V464c0 26.5 21.5 48 48 48H288 528c26.5 0 48-21.5 48-48V440.4c0-12.7-4.3-25.1-12.3-35L329 112l48-60zM288 448H168.5L288 291.7 407.5 448H288z"]
17
+ };
18
+ var faFutbol = {
19
+ prefix: 'fas',
20
+ iconName: 'futbol',
21
+ icon: [512, 512, [9917, "futbol-ball", "soccer-ball"], "f1e3", "M417.3 360.1l-71.6-4.8c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-17.6 69.6C289.5 445.8 273 448 256 448s-33.5-2.2-49.2-6.4L189.2 372c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6 4.8c-17.6-27.2-28.5-59.2-30.4-93.6L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15l-26.7-66.6C128 109.2 155.3 89 186.7 76.9l55.2 46c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l55.2-46c31.3 12.1 58.7 32.3 79.6 57.9l-26.7 66.6c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l60.7 38.2c-1.9 34.4-12.8 66.4-30.4 93.6zM256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"]
22
+ };
23
+ var faMicroscope = {
24
+ prefix: 'fas',
25
+ iconName: 'microscope',
26
+ icon: [512, 512, [128300], "f610", "M168 32c0-17.7 14.3-32 32-32h16c17.7 0 32 14.3 32 32h8c17.7 0 32 14.3 32 32V288c0 17.7-14.3 32-32 32h-8c0 17.7-14.3 32-32 32H200c-17.7 0-32-14.3-32-32h-8c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32l8 0zM32 448H320c70.7 0 128-57.3 128-128s-57.3-128-128-128V128c106 0 192 86 192 192c0 49.2-18.5 94-48.9 128H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm80-64H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]
27
+ };
28
+ var faAlarmClock = {
29
+ prefix: 'fas',
30
+ iconName: 'alarm-clock',
31
+ icon: [576, 512, [9200], "f34e", "M192 25.4C175 9.6 152.2 0 127.2 0C74.6 0 32 42.6 32 95.2c0 18.8 5.5 36.3 14.9 51.1L192 25.4zM288 512c50.3 0 96.8-16.6 134.2-44.6l35.2 35.2c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-35.2-35.2c28-37.4 44.6-83.8 44.6-134.2C512 164.3 411.7 64 288 64S64 164.3 64 288c0 50.3 16.6 96.8 44.6 134.2L73.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l35.2-35.2c37.4 28 83.8 44.6 134.1 44.6zM529.1 146.4C538.5 131.6 544 114 544 95.2C544 42.6 501.4 0 448.8 0C423.8 0 401 9.6 384 25.4L529.1 146.4zM312 184v94.1l41 41c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-48-48c-4.5-4.5-7-10.6-7-17V184c0-13.3 10.7-24 24-24s24 10.7 24 24z"]
32
+ };
33
+ var faMortarPestle = {
34
+ prefix: 'fas',
35
+ iconName: 'mortar-pestle',
36
+ icon: [512, 512, [], "f5a7", "M504.3 11.1C493.3-1.6 474.5-3.7 461 6.2L252.3 160H397.3L502.6 54.6c11.8-11.8 12.6-30.8 1.6-43.5zM32 192c-17.7 0-32 14.3-32 32s14.3 32 32 32c0 82.5 43.4 147.7 123.9 176.2c-11.1 13.9-19.4 30.3-23.9 48.1C127.6 497.4 142.3 512 160 512H352c17.7 0 32.4-14.6 28.1-31.7c-4.5-17.8-12.8-34.1-23.9-48.1C436.6 403.7 480 338.5 480 256c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z"]
37
+ };
38
+ var faVenus = {
39
+ prefix: 'fas',
40
+ iconName: 'venus',
41
+ icon: [384, 512, [9792], "f221", "M304 176c0 61.9-50.1 112-112 112s-112-50.1-112-112s50.1-112 112-112s112 50.1 112 112zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1V384H128c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H224V349.1z"]
42
+ };
43
+ var faHeartPulse = {
44
+ prefix: 'fas',
45
+ iconName: 'heart-pulse',
46
+ icon: [512, 512, ["heartbeat"], "f21e", "M228.3 469.1L47.6 300.4c-4.2-3.9-8.2-8.1-11.9-12.4h87c22.6 0 43-13.6 51.7-34.5l10.5-25.2 49.3 109.5c3.8 8.5 12.1 14 21.4 14.1s17.8-5 22-13.3L320 253.7l1.7 3.4c9.5 19 28.9 31 50.1 31H476.3c-3.7 4.3-7.7 8.5-11.9 12.4L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9zM503.7 240h-132c-3 0-5.8-1.7-7.2-4.4l-23.2-46.3c-4.1-8.1-12.4-13.3-21.5-13.3s-17.4 5.1-21.5 13.3l-41.4 82.8L205.9 158.2c-3.9-8.7-12.7-14.3-22.2-14.1s-18.1 5.9-21.8 14.8l-31.8 76.3c-1.2 3-4.2 4.9-7.4 4.9H16c-2.6 0-5 .4-7.3 1.1C3 225.2 0 208.2 0 190.9v-5.8c0-69.9 50.5-129.5 119.4-141C165 36.5 211.4 51.4 244 84l12 12 12-12c32.6-32.6 79-47.5 124.6-39.9C461.5 55.6 512 115.2 512 185.1v5.8c0 16.9-2.8 33.5-8.3 49.1z"]
47
+ };
48
+ var faHeartbeat = faHeartPulse;
49
+ var faPeopleCarryBox = {
50
+ prefix: 'fas',
51
+ iconName: 'people-carry-box',
52
+ icon: [640, 512, ["people-carry"], "f4ce", "M176 48c0 26.5-21.5 48-48 48s-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48zM144 241.7v65.1l51 51c7.1 7.1 11.8 16.2 13.4 26.1l15.2 90.9c2.9 17.4-8.9 33.9-26.3 36.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8 320C54.8 308 48 291.7 48 274.7V186.6c0-32.4 26.2-58.6 58.6-58.6c24.1 0 46.5 12 59.9 32l47.4 71.1 10.1 5V160c0-17.7 14.3-32 32-32H384c17.7 0 32 14.3 32 32v76.2l10.1-5L473.5 160c13.3-20 35.8-32 59.9-32c32.4 0 58.6 26.2 58.6 58.6v88.1c0 17-6.7 33.3-18.7 45.3l-79.4 79.4-14.3 85.9c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9 6.3-19 13.4-26.1l51-51V241.7l-19 28.5c-4.6 7-11 12.6-18.5 16.3l-59.6 29.8c-2.4 1.3-4.9 2.2-7.6 2.8c-2.6 .6-5.3 .9-7.9 .8H256.7c-2.5 .1-5-.2-7.5-.7c-2.9-.6-5.6-1.6-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3 468.1L50.1 348.6l49.2 49.2-37.6 94c-6.6 16.4-25.2 24.4-41.6 17.8S-4.3 484.5 2.3 468.1zM512 96c-26.5 0-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48zm77.9 252.6l47.8 119.5c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-37.6-94 49.2-49.2z"]
53
+ };
54
+ var faPeopleCarry = faPeopleCarryBox;
55
+ var faUniversalAccess = {
56
+ prefix: 'fas',
57
+ iconName: 'universal-access',
58
+ icon: [512, 512, [], "f29a", "M512 256c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0S512 114.6 512 256zM161.5 169.9c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3v50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6V235.5c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40z"]
59
+ };
60
+ var faSeedling = {
61
+ prefix: 'fas',
62
+ iconName: 'seedling',
63
+ icon: [512, 512, [127793, "sprout"], "f4d8", "M512 64c0 113.6-84.6 207.5-194.2 222c-7.1-53.4-30.6-101.6-65.3-139.3C290.8 78.3 364 32 448 32h32c17.7 0 32 14.3 32 32zM0 128c0-17.7 14.3-32 32-32H64c123.7 0 224 100.3 224 224v32 96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352C100.3 352 0 251.7 0 128z"]
64
+ };
65
+ var faHeart = {
66
+ prefix: 'fas',
67
+ iconName: 'heart',
68
+ icon: [512, 512, [128153, 128154, 128155, 128156, 128420, 129293, 129294, 129505, 9829, 10084, 61578], "f004", "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"]
69
+ };
70
+ var faHeadSideMedical = {
71
+ prefix: 'fas',
72
+ iconName: 'head-side-medical',
73
+ icon: [512, 512, [], "f809", "M0 224.2C0 100.6 100.2 0 224 0h32c95.2 0 174.2 69.3 189.4 160.1c2.2 13 6.7 25.7 15 36.1l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v64c0 35.3-28.7 64-64 64H320v32c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM192 112v48H144c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h48c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H256V112c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16z"]
74
+ };
75
+ var faChild = {
76
+ prefix: 'fas',
77
+ iconName: 'child',
78
+ icon: [320, 512, [], "f1ae", "M224 64c0 35.3-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64zM144 384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V287.8L59.1 321c-9.4 15-29.2 19.4-44.1 10S-4.5 301.9 4.9 287l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6L315.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L240 287.8V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H144z"]
79
+ };
80
+ var faRibbon = {
81
+ prefix: 'fas',
82
+ iconName: 'ribbon',
83
+ icon: [448, 512, [127895], "f4d6", "M224 96c39.5 0 66.8 12.2 81.9 21.5L245.6 184l79.3 87.4 36.3-40c14.7-16.2 22.8-37.3 22.8-59.1v-27c0-15.6-4.1-30.8-12-44.3L337.7 42C326.4 22.7 307 6.8 282.1 3.5C267.8 1.6 248.4 0 224 0s-43.8 1.6-58 3.5C141 6.8 121.7 22.7 110.4 42L76 101c-7.8 13.4-12 28.7-12 44.3v27c0 21.9 8.1 42.9 22.8 59.1l57.9 63.8L224 382.6 334.2 504.1c6.4 7 16.3 9.7 25.4 6.6l72-24c7.7-2.6 13.6-8.8 15.6-16.7s0-16.2-5.4-22.2L303.3 295.2 224 207.8l-81.9-90.3C157.3 108.2 184.5 96 224 96zM202.4 406.5L123.2 319 6.3 447.9c-5.4 6-7.5 14.4-5.4 22.2s7.9 14.1 15.6 16.7l72 24c9 3 19 .4 25.4-6.6l88.6-97.7z"]
84
+ };
85
+ var faParachuteBox = {
86
+ prefix: 'fas',
87
+ iconName: 'parachute-box',
88
+ icon: [512, 512, [], "f4cd", "M383.5 192c.3-5.3 .5-10.6 .5-16c0-51-15.9-96-40.2-127.6C319.5 16.9 288.2 0 256 0s-63.5 16.9-87.8 48.4C143.9 80 128 125 128 176c0 5.4 .2 10.7 .5 16H240V320H208c-7 0-13.7 1.5-19.7 4.2L68.2 192H96.5c-.3-5.3-.5-10.6-.5-16c0-64 22.2-121.2 57.1-159.3C62 49.3 18.6 122.6 4.2 173.6C1.5 183.1 9 192 18.9 192h6L165.2 346.3c-3.3 6.5-5.2 13.9-5.2 21.7v96c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48V368c0-7.8-1.9-15.2-5.2-21.7L487.1 192h6c9.9 0 17.4-8.9 14.7-18.4C493.4 122.6 450 49.3 358.9 16.7C393.8 54.8 416 112.1 416 176c0 5.4-.2 10.7-.5 16h28.3L323.7 324.2c-6-2.7-12.7-4.2-19.7-4.2H272V192H383.5z"]
89
+ };
90
+ var faHouseHeart = {
91
+ prefix: 'fas',
92
+ iconName: 'house-heart',
93
+ icon: [576, 512, ["home-heart"], "f4c9", "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32zM176 269.3c0-33.8 27.4-61.3 61.3-61.3c16.2 0 31.8 6.5 43.3 17.9l7.4 7.4 7.4-7.4c11.5-11.5 27.1-17.9 43.3-17.9c33.8 0 61.3 27.4 61.3 61.3c0 16.2-6.5 31.8-17.9 43.3l-82.7 82.7c-6.2 6.2-16.4 6.2-22.6 0l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z"]
94
+ };
95
+ var faHomeHeart = faHouseHeart;
96
+ var faCircleInfo = {
97
+ prefix: 'fas',
98
+ iconName: 'circle-info',
99
+ icon: [512, 512, ["info-circle"], "f05a", "M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-144c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z"]
100
+ };
101
+ var faInfoCircle = faCircleInfo;
102
+ var faPlaceOfWorship = {
103
+ prefix: 'fas',
104
+ iconName: 'place-of-worship',
105
+ icon: [640, 512, [], "f67f", "M224 109.3V217.6L183.3 242c-14.5 8.7-23.3 24.3-23.3 41.2V512h96V416c0-35.3 28.7-64 64-64s64 28.7 64 64v96h96V283.2c0-16.9-8.8-32.5-23.3-41.2L416 217.6V109.3c0-8.5-3.4-16.6-9.4-22.6L331.3 11.3c-6.2-6.2-16.4-6.2-22.6 0L233.4 86.6c-6 6-9.4 14.1-9.4 22.6zM24.9 330.3C9.5 338.8 0 354.9 0 372.4V464c0 26.5 21.5 48 48 48h80V273.6L24.9 330.3zM592 512c26.5 0 48-21.5 48-48V372.4c0-17.5-9.5-33.6-24.9-42.1L512 273.6V512h80z"]
106
+ };
107
+ var faMedal = {
108
+ prefix: 'fas',
109
+ iconName: 'medal',
110
+ icon: [512, 512, [127941], "f5a2", "M16 0H144c5.3 0 10.3 2.7 13.3 7.1l81.1 121.6c-49.5 4.1-94 25.6-127.6 58.3L2.7 24.9C-.6 20-.9 13.7 1.9 8.5S10.1 0 16 0zM509.3 24.9L401.2 187.1c-33.5-32.7-78.1-54.2-127.6-58.3L354.7 7.1c3-4.5 8-7.1 13.3-7.1H496c5.9 0 11.3 3.2 14.1 8.5s2.5 11.5-.8 16.4zM432 336c0 97.2-78.8 176-176 176s-176-78.8-176-176s78.8-176 176-176s176 78.8 176 176zM264.4 241.1c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1L168 298.9c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1l-22.4-45.4z"]
111
+ };
112
+ var faHospital = {
113
+ prefix: 'fas',
114
+ iconName: 'hospital',
115
+ icon: [640, 512, [127973, 62589, "hospital-alt", "hospital-wide"], "f0f8", "M192 48c0-26.5 21.5-48 48-48H400c26.5 0 48 21.5 48 48V512H368V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H192V48zM48 96H160V512H48c-26.5 0-48-21.5-48-48V320H80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0V224H80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0V144c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48v48H560c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H560c-8.8 0-16 7.2-16 16s7.2 16 16 16h80V464c0 26.5-21.5 48-48 48H480V96H592zM312 64c-8.8 0-16 7.2-16 16v24H272c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V152h24c8.8 0 16-7.2 16-16V120c0-8.8-7.2-16-16-16H344V80c0-8.8-7.2-16-16-16H312z"]
116
+ };
117
+ var faPersonWalkingWithCane = {
118
+ prefix: 'fas',
119
+ iconName: 'person-walking-with-cane',
120
+ icon: [512, 512, ["blind"], "f29d", "M176 96c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48zm-8.4 32c-36.4 0-69.6 20.5-85.9 53.1L35.4 273.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L128 231.6v43.2c0 17 6.7 33.3 18.7 45.3L224 397.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V390.6c0-12.7-5.1-24.9-14.1-33.9L224 306.7V213.3l70.4 93.9c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8L268.8 166.4C250.7 142.2 222.2 128 192 128H167.6zM128.3 346.8L97 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l22-88.2-52.8-52.8zM450.8 505.1c5 7.3 15 9.1 22.3 4s9.1-15 4-22.3L358.9 316.1c-2.8 3.8-6.1 7.3-10.1 10.3c-5 3.8-10.5 6.4-16.2 7.9L450.8 505.1z"]
121
+ };
122
+ var faBlind = faPersonWalkingWithCane;
123
+ var faMagnifyingGlass = {
124
+ prefix: 'fas',
125
+ iconName: 'magnifying-glass',
126
+ icon: [512, 512, [128269, "search"], "f002", "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"]
127
+ };
128
+ var faUserGraduate = {
129
+ prefix: 'fas',
130
+ iconName: 'user-graduate',
131
+ icon: [448, 512, [], "f501", "M219.3 .5c3.1-.6 6.3-.6 9.4 0l200 40C439.9 42.7 448 52.6 448 64s-8.1 21.3-19.3 23.5L352 102.9V160c0 70.7-57.3 128-128 128s-128-57.3-128-128V102.9L48 93.3v65.1l15.7 78.4c.9 4.7-.3 9.6-3.3 13.3s-7.6 5.9-12.4 5.9H16c-4.8 0-9.3-2.1-12.4-5.9s-4.3-8.6-3.3-13.3L16 158.4V86.6C6.5 83.3 0 74.3 0 64C0 52.6 8.1 42.7 19.3 40.5l200-40zM129.1 323.2l83.2 88.4c6.3 6.7 17 6.7 23.3 0l83.2-88.4c73.7 14.9 129.1 80 129.1 158.1c0 17-13.8 30.7-30.7 30.7H30.7C13.8 512 0 498.2 0 481.3c0-78.1 55.5-143.2 129.1-158.1z"]
132
+ };
133
+ var faPlus = {
134
+ prefix: 'fas',
135
+ iconName: 'plus',
136
+ icon: [448, 512, [10133, 61543, "add"], "2b", "M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"]
137
+ };
138
+ var faBaby = {
139
+ prefix: 'fas',
140
+ iconName: 'baby',
141
+ icon: [448, 512, [], "f77c", "M296 88c0 39.8-32.2 72-72 72s-72-32.2-72-72s32.2-72 72-72s72 32.2 72 72zM39.7 144.5c13-17.9 38-21.8 55.9-8.8L131.8 162c26.8 19.5 59.1 30 92.2 30s65.4-10.5 92.2-30l36.2-26.4c17.9-13 42.9-9 55.9 8.8s9 42.9-8.8 55.9l-36.2 26.4c-13.6 9.9-28.1 18.2-43.3 25V288H128V251.7c-15.2-6.7-29.7-15.1-43.3-25L48.5 200.3c-17.9-13-21.8-38-8.8-55.9zm89.8 184.8l60.6 53-26 37.2 24.3 24.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-48-48C70 438.6 68.1 417 79.2 401.1l50.2-71.8zm128.5 53l60.6-53 50.2 71.8c11.1 15.9 9.2 37.5-4.5 51.2l-48 48c-15.6 15.6-40.9 15.6-56.6 0s-15.6-40.9 0-56.6L284 419.4l-26-37.2z"]
142
+ };
143
+ var faScaleBalanced = {
144
+ prefix: 'fas',
145
+ iconName: 'scale-balanced',
146
+ icon: [640, 512, [9878, "balance-scale"], "f24e", "M384 32H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H398.4c-5.2 25.8-22.9 47.1-46.4 57.3V448H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 128c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V153.3c-23.5-10.3-41.2-31.6-46.4-57.3H128c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zM125.8 177.3L51.1 320H204.9L130.2 177.3c-.4-.8-1.3-1.3-2.2-1.3s-1.7 .5-2.2 1.3zM128 128c18.8 0 36 10.4 44.7 27l77.8 148.5c3.1 5.8 6.1 14 5.5 23.8c-.7 12.1-4.8 35.2-24.8 55.1C210.9 402.6 178.2 416 128 416s-82.9-13.4-103.2-33.5c-20-20-24.2-43-24.8-55.1c-.6-9.8 2.5-18 5.5-23.8L83.3 155c8.7-16.6 25.9-27 44.7-27zm384 48c-.9 0-1.7 .5-2.2 1.3L435.1 320H588.9L514.2 177.3c-.4-.8-1.3-1.3-2.2-1.3zm-44.7-21c8.7-16.6 25.9-27 44.7-27s36 10.4 44.7 27l77.8 148.5c3.1 5.8 6.1 14 5.5 23.8c-.7 12.1-4.8 35.2-24.8 55.1C594.9 402.6 562.2 416 512 416s-82.9-13.4-103.2-33.5c-20-20-24.2-43-24.8-55.1c-.6-9.8 2.5-18 5.5-23.8L467.3 155z"]
147
+ };
148
+ var faBalanceScale = faScaleBalanced;
149
+ var faBook = {
150
+ prefix: 'fas',
151
+ iconName: 'book',
152
+ icon: [448, 512, [128212], "f02d", "M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]
153
+ };
154
+ var faX = {
155
+ prefix: 'fas',
156
+ iconName: 'x',
157
+ icon: [384, 512, [120], "58", "M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z"]
158
+ };
159
+ var faMasksTheater = {
160
+ prefix: 'fas',
161
+ iconName: 'masks-theater',
162
+ icon: [640, 512, [127917, "theater-masks"], "f630", "M399.3 509.7c-58.2-8.8-108.2-72.8-137.6-119.7c-20-31.9-25.1-70.3-19.6-107.7L266.3 118c1.4-9.8 5.1-19.2 12.9-25.2c20.2-15.6 72.4-41.5 185.1-24.5s155.2 57.4 170 78.3c5.7 8 6.5 18.1 5.1 27.9L615.2 338.8c-5.5 37.3-21.5 72.6-49.8 97.2c-41.7 36.1-108 82.5-166.1 73.7zm17.1-277.7c.1-.5 .2-1.1 .3-1.6c3.2-21.8-11.6-42-33.1-45.3s-41.5 11.8-44.7 33.5c-.1 .5-.1 1.1-.2 1.6c-.6 5.4 5.2 8.4 10.3 6.7c9-3 18.8-3.9 28.7-2.4s19.1 5.3 26.8 10.8c4.4 3.1 10.8 2 11.8-3.3zm112.6 22.2c4.4 3.1 10.8 2 11.8-3.3c.1-.5 .2-1.1 .3-1.6c3.2-21.8-11.6-42-33.1-45.3s-41.5 11.8-44.7 33.5c-.1 .5-.1 1.1-.2 1.6c-.6 5.4 5.2 8.4 10.3 6.7c9-3 18.8-3.9 28.7-2.4s19.1 5.3 26.8 10.8zm-11.5 85.2c-28.8 12.8-61.4 17.8-94.9 12.8s-63.2-19.5-87-40.3c-6.3-5.5-16.2-1.7-15.2 6.7c5.9 48.5 43 89.1 93 96.7s97.2-20.2 116.8-64.9c3.4-7.7-5-14.3-12.6-10.9zM240.7 446.9c-58.2 8.8-124.5-37.5-166.1-73.7c-28.3-24.5-44.3-59.8-49.8-97.2L.6 111.8C-.8 102 0 91.9 5.7 83.9C20.5 63 63 22.7 175.7 5.6s164.9 8.9 185.1 24.5c.9 .7 1.7 1.4 2.4 2.1c-52.8 4.8-85.1 21-103.6 35.3c-17 13.1-23 32-25 45.9L215.3 244.7c-2.6 .1-5.2 .4-7.9 .8c-35.2 5.3-61.8 32.7-68.2 66.3c-1.6 8.2 8.3 12.2 14.8 7c15.6-12.4 34.1-21.3 54.7-25.4c-3 38.4 4 78.7 25.9 113.6c6.9 11 15 23.1 24.2 35.4c-5.9 2.1-11.9 3.6-18 4.5zM174.1 157c-1-5.3-7.4-6.4-11.8-3.3c-7.7 5.5-16.8 9.3-26.8 10.8s-19.8 .6-28.7-2.4c-5.1-1.7-10.9 1.3-10.3 6.7c.1 .5 .1 1.1 .2 1.6c3.2 21.8 23.2 36.8 44.7 33.5s36.3-23.5 33.1-45.3c-.1-.5-.2-1.1-.3-1.6z"]
163
+ };
164
+ var faTheaterMasks = faMasksTheater;
165
+
166
+ exports.faAlarmClock = faAlarmClock;
167
+ exports.faBaby = faBaby;
168
+ exports.faBalanceScale = faBalanceScale;
169
+ exports.faBlind = faBlind;
170
+ exports.faBook = faBook;
171
+ exports.faCampground = faCampground;
172
+ exports.faChild = faChild;
173
+ exports.faFutbol = faFutbol;
174
+ exports.faHeadSideMedical = faHeadSideMedical;
175
+ exports.faHeart = faHeart;
176
+ exports.faHeartbeat = faHeartbeat;
177
+ exports.faHomeHeart = faHomeHeart;
178
+ exports.faHospital = faHospital;
179
+ exports.faInfoCircle = faInfoCircle;
180
+ exports.faMagnifyingGlass = faMagnifyingGlass;
181
+ exports.faMedal = faMedal;
182
+ exports.faMicroscope = faMicroscope;
183
+ exports.faMortarPestle = faMortarPestle;
184
+ exports.faParachuteBox = faParachuteBox;
185
+ exports.faPaw = faPaw;
186
+ exports.faPeopleCarry = faPeopleCarry;
187
+ exports.faPlaceOfWorship = faPlaceOfWorship;
188
+ exports.faPlus = faPlus;
189
+ exports.faRainbow = faRainbow;
190
+ exports.faRibbon = faRibbon;
191
+ exports.faSeedling = faSeedling;
192
+ exports.faTheaterMasks = faTheaterMasks;
193
+ exports.faUniversalAccess = faUniversalAccess;
194
+ exports.faUserGraduate = faUserGraduate;
195
+ exports.faVenus = faVenus;
196
+ exports.faX = faX;