rn-iconify 2.0.1 → 2.1.1

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 (280) hide show
  1. package/README.md +8 -2
  2. package/lib/commonjs/IconRenderer.js +56 -20
  3. package/lib/commonjs/IconRenderer.js.map +1 -1
  4. package/lib/commonjs/alias/Icon.js +35 -1
  5. package/lib/commonjs/alias/Icon.js.map +1 -1
  6. package/lib/commonjs/babel/cache-writer.js +1 -1
  7. package/lib/commonjs/babel/cache-writer.js.map +1 -1
  8. package/lib/commonjs/babel/index.js +0 -1
  9. package/lib/commonjs/babel/index.js.map +1 -1
  10. package/lib/commonjs/cache/CacheManager.js +13 -1
  11. package/lib/commonjs/cache/CacheManager.js.map +1 -1
  12. package/lib/commonjs/cache/DiskCache.js +33 -4
  13. package/lib/commonjs/cache/DiskCache.js.map +1 -1
  14. package/lib/commonjs/cli/CLAUDE.md +7 -0
  15. package/lib/commonjs/cli/commands/bundle.js +37 -6
  16. package/lib/commonjs/cli/commands/bundle.js.map +1 -1
  17. package/lib/commonjs/createIconSet.js +20 -1
  18. package/lib/commonjs/createIconSet.js.map +1 -1
  19. package/lib/commonjs/network/IconifyAPI.js +30 -2
  20. package/lib/commonjs/network/IconifyAPI.js.map +1 -1
  21. package/lib/module/IconRenderer.js +57 -19
  22. package/lib/module/IconRenderer.js.map +1 -1
  23. package/lib/module/alias/Icon.js +35 -1
  24. package/lib/module/alias/Icon.js.map +1 -1
  25. package/lib/module/babel/cache-writer.js +1 -1
  26. package/lib/module/babel/cache-writer.js.map +1 -1
  27. package/lib/module/babel/index.js +0 -1
  28. package/lib/module/babel/index.js.map +1 -1
  29. package/lib/module/cache/CacheManager.js +13 -1
  30. package/lib/module/cache/CacheManager.js.map +1 -1
  31. package/lib/module/cache/DiskCache.js +32 -4
  32. package/lib/module/cache/DiskCache.js.map +1 -1
  33. package/lib/module/cli/CLAUDE.md +7 -0
  34. package/lib/module/cli/commands/bundle.js +37 -6
  35. package/lib/module/cli/commands/bundle.js.map +1 -1
  36. package/lib/module/createIconSet.js +20 -1
  37. package/lib/module/createIconSet.js.map +1 -1
  38. package/lib/module/network/IconifyAPI.js +30 -2
  39. package/lib/module/network/IconifyAPI.js.map +1 -1
  40. package/lib/typescript/IconRenderer.d.ts +1 -1
  41. package/lib/typescript/IconRenderer.d.ts.map +1 -1
  42. package/lib/typescript/alias/Icon.d.ts +1 -1
  43. package/lib/typescript/alias/Icon.d.ts.map +1 -1
  44. package/lib/typescript/babel/index.d.ts +0 -1
  45. package/lib/typescript/babel/index.d.ts.map +1 -1
  46. package/lib/typescript/babel/types.d.ts +1 -1
  47. package/lib/typescript/cache/CacheManager.d.ts.map +1 -1
  48. package/lib/typescript/cache/DiskCache.d.ts +2 -0
  49. package/lib/typescript/cache/DiskCache.d.ts.map +1 -1
  50. package/lib/typescript/cli/commands/bundle.d.ts.map +1 -1
  51. package/lib/typescript/components/Academicons.d.ts +1 -1
  52. package/lib/typescript/components/AkarIcons.d.ts +1 -1
  53. package/lib/typescript/components/AntDesign.d.ts +1 -1
  54. package/lib/typescript/components/Arcticons.d.ts +1 -1
  55. package/lib/typescript/components/Basil.d.ts +1 -1
  56. package/lib/typescript/components/Bi.d.ts +1 -1
  57. package/lib/typescript/components/BitcoinIcons.d.ts +1 -1
  58. package/lib/typescript/components/Bpmn.d.ts +1 -1
  59. package/lib/typescript/components/Brandico.d.ts +1 -1
  60. package/lib/typescript/components/Bx.d.ts +1 -1
  61. package/lib/typescript/components/Bxl.d.ts +1 -1
  62. package/lib/typescript/components/Bxs.d.ts +1 -1
  63. package/lib/typescript/components/Bytesize.d.ts +1 -1
  64. package/lib/typescript/components/Carbon.d.ts +1 -1
  65. package/lib/typescript/components/Catppuccin.d.ts +1 -1
  66. package/lib/typescript/components/Cbi.d.ts +1 -1
  67. package/lib/typescript/components/Charm.d.ts +1 -1
  68. package/lib/typescript/components/Ci.d.ts +1 -1
  69. package/lib/typescript/components/Cib.d.ts +1 -1
  70. package/lib/typescript/components/Cif.d.ts +1 -1
  71. package/lib/typescript/components/Cil.d.ts +1 -1
  72. package/lib/typescript/components/CircleFlags.d.ts +1 -1
  73. package/lib/typescript/components/Circum.d.ts +1 -1
  74. package/lib/typescript/components/Clarity.d.ts +1 -1
  75. package/lib/typescript/components/Codex.d.ts +1 -1
  76. package/lib/typescript/components/Codicon.d.ts +1 -1
  77. package/lib/typescript/components/Covid.d.ts +1 -1
  78. package/lib/typescript/components/Cryptocurrency.d.ts +1 -1
  79. package/lib/typescript/components/CryptocurrencyColor.d.ts +1 -1
  80. package/lib/typescript/components/Cuida.d.ts +1 -1
  81. package/lib/typescript/components/Dashicons.d.ts +1 -1
  82. package/lib/typescript/components/Devicon.d.ts +1 -1
  83. package/lib/typescript/components/DeviconPlain.d.ts +1 -1
  84. package/lib/typescript/components/DinkieIcons.d.ts +1 -1
  85. package/lib/typescript/components/DuoIcons.d.ts +1 -1
  86. package/lib/typescript/components/Ei.d.ts +1 -1
  87. package/lib/typescript/components/El.d.ts +1 -1
  88. package/lib/typescript/components/EmojioneMonotone.d.ts +1 -1
  89. package/lib/typescript/components/Entypo.d.ts +1 -1
  90. package/lib/typescript/components/EntypoSocial.d.ts +1 -1
  91. package/lib/typescript/components/EosIcons.d.ts +1 -1
  92. package/lib/typescript/components/Ep.d.ts +1 -1
  93. package/lib/typescript/components/Et.d.ts +1 -1
  94. package/lib/typescript/components/Eva.d.ts +1 -1
  95. package/lib/typescript/components/F7.d.ts +1 -1
  96. package/lib/typescript/components/Fa.d.ts +1 -1
  97. package/lib/typescript/components/Fa6Brands.d.ts +1 -1
  98. package/lib/typescript/components/Fa6Regular.d.ts +1 -1
  99. package/lib/typescript/components/Fa6Solid.d.ts +1 -1
  100. package/lib/typescript/components/Fa7Brands.d.ts +1 -1
  101. package/lib/typescript/components/Fa7Regular.d.ts +1 -1
  102. package/lib/typescript/components/Fa7Solid.d.ts +1 -1
  103. package/lib/typescript/components/FaBrands.d.ts +1 -1
  104. package/lib/typescript/components/FaRegular.d.ts +1 -1
  105. package/lib/typescript/components/FaSolid.d.ts +1 -1
  106. package/lib/typescript/components/Fad.d.ts +1 -1
  107. package/lib/typescript/components/Famicons.d.ts +1 -1
  108. package/lib/typescript/components/Fe.d.ts +1 -1
  109. package/lib/typescript/components/Feather.d.ts +1 -1
  110. package/lib/typescript/components/FileIcons.d.ts +1 -1
  111. package/lib/typescript/components/Flag.d.ts +1 -1
  112. package/lib/typescript/components/Flagpack.d.ts +1 -1
  113. package/lib/typescript/components/FlatUi.d.ts +1 -1
  114. package/lib/typescript/components/Flowbite.d.ts +1 -1
  115. package/lib/typescript/components/Fluent.d.ts +1 -1
  116. package/lib/typescript/components/FluentColor.d.ts +1 -1
  117. package/lib/typescript/components/FluentEmoji.d.ts +1 -1
  118. package/lib/typescript/components/FluentEmojiFlat.d.ts +1 -1
  119. package/lib/typescript/components/FluentEmojiHighContrast.d.ts +1 -1
  120. package/lib/typescript/components/FluentMdl2.d.ts +1 -1
  121. package/lib/typescript/components/Fontelico.d.ts +1 -1
  122. package/lib/typescript/components/Fontisto.d.ts +1 -1
  123. package/lib/typescript/components/Formkit.d.ts +1 -1
  124. package/lib/typescript/components/Foundation.d.ts +1 -1
  125. package/lib/typescript/components/Gala.d.ts +1 -1
  126. package/lib/typescript/components/GameIcons.d.ts +1 -1
  127. package/lib/typescript/components/Garden.d.ts +1 -1
  128. package/lib/typescript/components/Geo.d.ts +1 -1
  129. package/lib/typescript/components/Gg.d.ts +1 -1
  130. package/lib/typescript/components/Gis.d.ts +1 -1
  131. package/lib/typescript/components/GravityUi.d.ts +1 -1
  132. package/lib/typescript/components/Gridicons.d.ts +1 -1
  133. package/lib/typescript/components/GrommetIcons.d.ts +1 -1
  134. package/lib/typescript/components/Guidance.d.ts +1 -1
  135. package/lib/typescript/components/Healthicons.d.ts +1 -1
  136. package/lib/typescript/components/Heroicons.d.ts +1 -1
  137. package/lib/typescript/components/HeroiconsOutline.d.ts +1 -1
  138. package/lib/typescript/components/HeroiconsSolid.d.ts +1 -1
  139. package/lib/typescript/components/Hugeicons.d.ts +1 -1
  140. package/lib/typescript/components/Humbleicons.d.ts +1 -1
  141. package/lib/typescript/components/Ic.d.ts +1 -1
  142. package/lib/typescript/components/IcomoonFree.d.ts +1 -1
  143. package/lib/typescript/components/IconPark.d.ts +1 -1
  144. package/lib/typescript/components/IconParkOutline.d.ts +1 -1
  145. package/lib/typescript/components/IconParkSolid.d.ts +1 -1
  146. package/lib/typescript/components/IconParkTwotone.d.ts +1 -1
  147. package/lib/typescript/components/Iconamoon.d.ts +1 -1
  148. package/lib/typescript/components/Iconoir.d.ts +1 -1
  149. package/lib/typescript/components/Icons8.d.ts +1 -1
  150. package/lib/typescript/components/Il.d.ts +1 -1
  151. package/lib/typescript/components/Ion.d.ts +1 -1
  152. package/lib/typescript/components/Iwwa.d.ts +1 -1
  153. package/lib/typescript/components/Ix.d.ts +1 -1
  154. package/lib/typescript/components/Jam.d.ts +1 -1
  155. package/lib/typescript/components/La.d.ts +1 -1
  156. package/lib/typescript/components/LetsIcons.d.ts +1 -1
  157. package/lib/typescript/components/LineMd.d.ts +1 -1
  158. package/lib/typescript/components/Lineicons.d.ts +1 -1
  159. package/lib/typescript/components/Logos.d.ts +1 -1
  160. package/lib/typescript/components/Ls.d.ts +1 -1
  161. package/lib/typescript/components/Lsicon.d.ts +1 -1
  162. package/lib/typescript/components/Lucide.d.ts +1 -1
  163. package/lib/typescript/components/LucideLab.d.ts +1 -1
  164. package/lib/typescript/components/Mage.d.ts +1 -1
  165. package/lib/typescript/components/Majesticons.d.ts +1 -1
  166. package/lib/typescript/components/Maki.d.ts +1 -1
  167. package/lib/typescript/components/Map.d.ts +1 -1
  168. package/lib/typescript/components/Marketeq.d.ts +1 -1
  169. package/lib/typescript/components/MaterialIconTheme.d.ts +1 -1
  170. package/lib/typescript/components/MaterialSymbols.d.ts +1 -1
  171. package/lib/typescript/components/MaterialSymbolsLight.d.ts +1 -1
  172. package/lib/typescript/components/Mdi.d.ts +1 -1
  173. package/lib/typescript/components/MdiLight.d.ts +1 -1
  174. package/lib/typescript/components/MedicalIcon.d.ts +1 -1
  175. package/lib/typescript/components/Memory.d.ts +1 -1
  176. package/lib/typescript/components/Meteocons.d.ts +1 -1
  177. package/lib/typescript/components/MeteorIcons.d.ts +1 -1
  178. package/lib/typescript/components/Mi.d.ts +1 -1
  179. package/lib/typescript/components/Mingcute.d.ts +1 -1
  180. package/lib/typescript/components/MonoIcons.d.ts +1 -1
  181. package/lib/typescript/components/Mynaui.d.ts +1 -1
  182. package/lib/typescript/components/Nimbus.d.ts +1 -1
  183. package/lib/typescript/components/Nonicons.d.ts +1 -1
  184. package/lib/typescript/components/Nrk.d.ts +1 -1
  185. package/lib/typescript/components/Octicon.d.ts +1 -1
  186. package/lib/typescript/components/Oi.d.ts +1 -1
  187. package/lib/typescript/components/Ooui.d.ts +1 -1
  188. package/lib/typescript/components/Oui.d.ts +1 -1
  189. package/lib/typescript/components/Pajamas.d.ts +1 -1
  190. package/lib/typescript/components/Pepicons.d.ts +1 -1
  191. package/lib/typescript/components/PepiconsPencil.d.ts +1 -1
  192. package/lib/typescript/components/PepiconsPop.d.ts +1 -1
  193. package/lib/typescript/components/PepiconsPrint.d.ts +1 -1
  194. package/lib/typescript/components/Ph.d.ts +1 -1
  195. package/lib/typescript/components/Picon.d.ts +1 -1
  196. package/lib/typescript/components/Pixel.d.ts +1 -1
  197. package/lib/typescript/components/Pixelarticons.d.ts +1 -1
  198. package/lib/typescript/components/Prime.d.ts +1 -1
  199. package/lib/typescript/components/Proicons.d.ts +1 -1
  200. package/lib/typescript/components/Ps.d.ts +1 -1
  201. package/lib/typescript/components/QlementineIcons.d.ts +1 -1
  202. package/lib/typescript/components/Quill.d.ts +1 -1
  203. package/lib/typescript/components/RadixIcons.d.ts +1 -1
  204. package/lib/typescript/components/Raphael.d.ts +1 -1
  205. package/lib/typescript/components/Ri.d.ts +1 -1
  206. package/lib/typescript/components/RivetIcons.d.ts +1 -1
  207. package/lib/typescript/components/Roentgen.d.ts +1 -1
  208. package/lib/typescript/components/Si.d.ts +1 -1
  209. package/lib/typescript/components/SiGlyph.d.ts +1 -1
  210. package/lib/typescript/components/Sidekickicons.d.ts +1 -1
  211. package/lib/typescript/components/SimpleIcons.d.ts +1 -1
  212. package/lib/typescript/components/SimpleLineIcons.d.ts +1 -1
  213. package/lib/typescript/components/SkillIcons.d.ts +1 -1
  214. package/lib/typescript/components/Solar.d.ts +1 -1
  215. package/lib/typescript/components/Stash.d.ts +1 -1
  216. package/lib/typescript/components/Streamline.d.ts +1 -1
  217. package/lib/typescript/components/StreamlineBlock.d.ts +1 -1
  218. package/lib/typescript/components/StreamlineColor.d.ts +1 -1
  219. package/lib/typescript/components/StreamlineCyber.d.ts +1 -1
  220. package/lib/typescript/components/StreamlineCyberColor.d.ts +1 -1
  221. package/lib/typescript/components/StreamlineEmojis.d.ts +1 -1
  222. package/lib/typescript/components/StreamlineFlex.d.ts +1 -1
  223. package/lib/typescript/components/StreamlineFlexColor.d.ts +1 -1
  224. package/lib/typescript/components/StreamlineFreehand.d.ts +1 -1
  225. package/lib/typescript/components/StreamlineFreehandColor.d.ts +1 -1
  226. package/lib/typescript/components/StreamlineKameleonColor.d.ts +1 -1
  227. package/lib/typescript/components/StreamlineLogos.d.ts +1 -1
  228. package/lib/typescript/components/StreamlinePixel.d.ts +1 -1
  229. package/lib/typescript/components/StreamlinePlump.d.ts +1 -1
  230. package/lib/typescript/components/StreamlinePlumpColor.d.ts +1 -1
  231. package/lib/typescript/components/StreamlineSharp.d.ts +1 -1
  232. package/lib/typescript/components/StreamlineSharpColor.d.ts +1 -1
  233. package/lib/typescript/components/StreamlineStickiesColor.d.ts +1 -1
  234. package/lib/typescript/components/StreamlineUltimate.d.ts +1 -1
  235. package/lib/typescript/components/StreamlineUltimateColor.d.ts +1 -1
  236. package/lib/typescript/components/Subway.d.ts +1 -1
  237. package/lib/typescript/components/SvgSpinners.d.ts +1 -1
  238. package/lib/typescript/components/SystemUicons.d.ts +1 -1
  239. package/lib/typescript/components/Tabler.d.ts +1 -1
  240. package/lib/typescript/components/Tdesign.d.ts +1 -1
  241. package/lib/typescript/components/Teenyicons.d.ts +1 -1
  242. package/lib/typescript/components/Temaki.d.ts +1 -1
  243. package/lib/typescript/components/Token.d.ts +1 -1
  244. package/lib/typescript/components/TokenBranded.d.ts +1 -1
  245. package/lib/typescript/components/Topcoat.d.ts +1 -1
  246. package/lib/typescript/components/Typcn.d.ts +1 -1
  247. package/lib/typescript/components/Uil.d.ts +1 -1
  248. package/lib/typescript/components/Uim.d.ts +1 -1
  249. package/lib/typescript/components/Uis.d.ts +1 -1
  250. package/lib/typescript/components/Uit.d.ts +1 -1
  251. package/lib/typescript/components/Uiw.d.ts +1 -1
  252. package/lib/typescript/components/Unjs.d.ts +1 -1
  253. package/lib/typescript/components/Vaadin.d.ts +1 -1
  254. package/lib/typescript/components/Vs.d.ts +1 -1
  255. package/lib/typescript/components/VscodeIcons.d.ts +1 -1
  256. package/lib/typescript/components/Websymbol.d.ts +1 -1
  257. package/lib/typescript/components/Weui.d.ts +1 -1
  258. package/lib/typescript/components/Whh.d.ts +1 -1
  259. package/lib/typescript/components/Wi.d.ts +1 -1
  260. package/lib/typescript/components/Wpf.d.ts +1 -1
  261. package/lib/typescript/components/Zmdi.d.ts +1 -1
  262. package/lib/typescript/components/Zondicons.d.ts +1 -1
  263. package/lib/typescript/createIconSet.d.ts +1 -1
  264. package/lib/typescript/createIconSet.d.ts.map +1 -1
  265. package/lib/typescript/network/IconifyAPI.d.ts.map +1 -1
  266. package/lib/typescript/types/index.d.ts +56 -0
  267. package/lib/typescript/types/index.d.ts.map +1 -1
  268. package/package.json +6 -3
  269. package/src/IconRenderer.tsx +51 -8
  270. package/src/alias/Icon.tsx +32 -0
  271. package/src/babel/cache-writer.ts +1 -1
  272. package/src/babel/index.ts +0 -1
  273. package/src/babel/types.ts +1 -1
  274. package/src/cache/CacheManager.ts +14 -1
  275. package/src/cache/DiskCache.ts +43 -4
  276. package/src/cli/CLAUDE.md +7 -0
  277. package/src/cli/commands/bundle.ts +52 -6
  278. package/src/createIconSet.tsx +17 -0
  279. package/src/network/IconifyAPI.ts +23 -1
  280. package/src/types/index.ts +75 -0
@@ -9080,7 +9080,7 @@ declare const phIconNames: {
9080
9080
  };
9081
9081
  export type PhIconName = keyof typeof phIconNames;
9082
9082
  export declare const Ph: {
9083
- ({ name, size, color, width, height, style, rotate, flip, fallback, fallbackDelay, placeholder, placeholderColor, placeholderDuration, onLoad, onError, accessibilityLabel, testID, animate, animationDuration, animationLoop, animationEasing, animationDelay, autoPlay, onAnimationComplete, }: import("..").IconProps<"function" | "pulse" | "translate" | "placeholder" | "repeat" | "anchor" | "link" | "scroll" | "image" | "radio" | "timer" | "list" | "key" | "cursor" | "perspective" | "article" | "code" | "option" | "table" | "video" | "circle" | "path" | "polygon" | "stop" | "x" | "alien" | "archive" | "arrow-u-down-left" | "arrow-u-down-left-bold" | "arrow-u-down-right" | "arrow-u-down-right-bold" | "arrow-u-up-left" | "arrow-u-up-left-bold" | "arrow-u-up-right" | "arrow-u-up-right-bold" | "arrow-up-left" | "arrow-up-left-bold" | "arrow-up-right" | "arrow-up-right-bold" | "asterisk" | "at" | "backspace" | "barcode" | "binoculars" | "bluetooth" | "book" | "book-open" | "bookmark" | "briefcase" | "broom" | "campfire" | "certificate" | "chat" | "check-bold" | "clipboard" | "clipboard-text" | "copyleft" | "copyright" | "crane" | "crop" | "crown" | "cursor-text" | "desk" | "diamond" | "download" | "eject" | "eraser" | "export" | "eye" | "eye-closed" | "fast-forward" | "fingerprint" | "flag" | "flashlight" | "gavel" | "gender-female" | "gender-male" | "gender-transgender" | "graph" | "hand-heart" | "hand-peace" | "handshake" | "image-broken" | "keyboard" | "knife" | "lasso" | "lectern" | "lighthouse" | "magnet" | "mailbox" | "memory" | "mouse" | "mouse-left-click" | "mouse-right-click" | "network" | "newspaper" | "note" | "notebook" | "package" | "paperclip" | "pause-circle" | "peace" | "pentagram" | "pinwheel" | "play-circle" | "plus-circle" | "presentation" | "recycle" | "repeat-once" | "resize" | "rewind" | "rss" | "seal" | "selection" | "shield-plus" | "shield-star" | "spray-bottle" | "sticker" | "stool" | "stop-circle" | "subtitles" | "tag" | "target" | "tent" | "ticket" | "tilde" | "trademark" | "tray" | "upload" | "usb" | "vibrate" | "virtual-reality" | "voicemail" | "wall" | "yin-yang" | "shield-check" | "barn" | "carrot" | "cow" | "egg" | "flower" | "flower-tulip" | "horse" | "leaf" | "shovel" | "tire" | "tractor" | "tree" | "waves" | "bird" | "bone" | "bug" | "butterfly" | "cat" | "dog" | "fish" | "rabbit" | "flip-horizontal" | "flip-vertical" | "arrow-down" | "arrow-down-bold" | "arrow-down-left" | "arrow-down-left-bold" | "arrow-down-right" | "arrow-down-right-bold" | "arrow-down-thin" | "arrow-left" | "arrow-left-bold" | "arrow-left-thin" | "arrow-right" | "arrow-right-bold" | "arrow-right-thin" | "arrow-up" | "arrow-up-bold" | "arrow-up-thin" | "share" | "shuffle" | "tray-arrow-down" | "tray-arrow-up" | "equalizer" | "headphones" | "headset" | "music-note" | "waveform" | "battery-charging" | "car" | "car-battery" | "engine" | "fan" | "gauge" | "lock" | "lock-open" | "seatbelt" | "snowflake" | "speedometer" | "thermometer" | "bank" | "cash-register" | "credit-card" | "currency-btc" | "currency-cny" | "currency-eth" | "currency-eur" | "currency-gbp" | "currency-inr" | "currency-jpy" | "currency-krw" | "currency-kzt" | "currency-ngn" | "currency-rub" | "invoice" | "piggy-bank" | "receipt" | "wallet" | "battery-high" | "battery-low" | "battery-medium" | "battery-plus" | "meteor" | "devices" | "phone" | "phone-incoming" | "phone-outgoing" | "phone-plus" | "chef-hat" | "face-mask" | "hard-hat" | "sunglasses" | "cloud" | "cloud-arrow-down" | "cloud-arrow-up" | "cloud-check" | "file-cloud" | "eyedropper" | "palette" | "contactless-payment" | "database" | "alarm" | "calendar" | "calendar-blank" | "calendar-check" | "calendar-heart" | "calendar-minus" | "calendar-plus" | "calendar-star" | "clock" | "file-code" | "desktop-tower" | "laptop" | "monitor" | "projector-screen" | "television" | "watch" | "pen" | "pencil" | "pencil-circle" | "pencil-ruler" | "ruler" | "file" | "file-image" | "file-lock" | "file-minus" | "file-plus" | "file-video" | "folder" | "folder-lock" | "folder-minus" | "folder-open" | "folder-plus" | "folder-star" | "cake" | "cheese" | "coffee" | "cookie" | "hamburger" | "ice-cream" | "pizza" | "popcorn" | "check" | "check-circle" | "minus-circle" | "signature" | "bomb" | "cards" | "checkerboard" | "flask" | "ghost" | "heart" | "heart-half" | "medal" | "poker-chip" | "shield" | "skull" | "sword" | "treasure-chest" | "compass" | "axe" | "bulldozer" | "factory" | "fire-extinguisher" | "hammer" | "ladder" | "nut" | "pipe-wrench" | "screwdriver" | "spade" | "toolbox" | "wrench" | "hair-dryer" | "balloon" | "bed" | "cross" | "gift" | "alarm-light" | "bathtub" | "bell" | "camera" | "door" | "door-open" | "dresser" | "fire" | "garage" | "globe-light" | "lamp" | "lightbulb" | "pause" | "pipe" | "play" | "play-pause" | "power" | "printer" | "record" | "robot" | "rug" | "seat" | "shower" | "skip-forward" | "solar-panel" | "toilet" | "washing-machine" | "webcam" | "calculator" | "chart-bar" | "chart-donut" | "chart-line" | "chart-pie" | "greater-than" | "greater-than-or-equal" | "infinity" | "less-than" | "less-than-or-equal" | "minus" | "percent" | "pi" | "plus" | "plus-minus" | "sigma" | "ambulance" | "brain" | "hospital" | "needle" | "pill" | "prescription" | "stethoscope" | "tooth" | "virus" | "wheelchair" | "disc" | "metronome" | "microphone" | "cactus" | "clover" | "feather" | "airplane" | "bus" | "compass-rose" | "taxi" | "train" | "tram" | "baby" | "baby-carriage" | "camera-plus" | "panorama" | "bridge" | "church" | "city" | "island" | "storefront" | "synagogue" | "warehouse" | "mosque" | "atom" | "biohazard" | "dna" | "microscope" | "radioactive" | "rocket" | "rocket-launch" | "test-tube" | "circle-half" | "cube" | "cylinder" | "hexagon" | "octagon" | "pentagon" | "rectangle" | "sphere" | "square" | "star" | "star-half" | "triangle" | "basket" | "basket-fill" | "baseball" | "basketball" | "bicycle" | "boxing-glove" | "cricket" | "flag-checkered" | "football" | "football-helmet" | "golf" | "strategy" | "tennis-ball" | "trophy" | "volleyball" | "sort-ascending" | "sort-descending" | "airplane-landing" | "airplane-takeoff" | "drone" | "parachute" | "elevator" | "escalator-down" | "escalator-up" | "moped" | "scooter" | "stairs" | "subway" | "fire-truck" | "traffic-cone" | "truck" | "truck-trailer" | "lifebuoy" | "high-definition" | "standard-definition" | "broadcast" | "umbrella" | "bell-slash" | "building-office" | "cube-transparent" | "currency-dollar" | "device-tablet" | "divide" | "envelope" | "envelope-open" | "equals" | "eye-slash" | "funnel" | "gif" | "magnifying-glass" | "magnifying-glass-minus" | "magnifying-glass-plus" | "map-pin" | "megaphone" | "moon" | "paint-brush" | "puzzle-piece" | "qr-code" | "scissors" | "shopping-bag" | "shopping-cart" | "sun" | "trash" | "user" | "user-circle" | "user-minus" | "user-plus" | "users" | "video-camera" | "video-camera-slash" | "x-circle" | "airplay" | "align-center-horizontal" | "align-center-vertical" | "aperture" | "app-window" | "armchair" | "backpack" | "battery-full" | "battery-warning" | "binary" | "bluetooth-connected" | "book-open-text" | "building" | "cable-car" | "calendar-x" | "cassette-tape" | "chart-scatter" | "cigarette" | "circle-dashed" | "cloud-fog" | "cloud-lightning" | "cloud-moon" | "cloud-rain" | "cloud-snow" | "cloud-sun" | "club" | "coins" | "command" | "cooking-pot" | "copy" | "cpu" | "crosshair" | "dot" | "ear" | "file-archive" | "file-text" | "file-x" | "files" | "flame" | "folders" | "footprints" | "funnel-x" | "git-branch" | "git-fork" | "git-merge" | "git-pull-request" | "globe" | "graduation-cap" | "guitar" | "hand" | "hand-coins" | "hand-fist" | "handbag" | "hard-drive" | "hash" | "highlighter" | "hourglass" | "house" | "images" | "info" | "joystick" | "kanban" | "list-checks" | "list-plus" | "map-pin-plus" | "martini" | "monitor-play" | "paint-bucket" | "paint-roller" | "paw-print" | "pencil-line" | "phone-call" | "picture-in-picture" | "plug" | "popsicle" | "radical" | "rainbow" | "sailboat" | "scan" | "shapes" | "shrimp" | "signpost" | "siren" | "skip-back" | "sliders-horizontal" | "sparkle" | "square-split-horizontal" | "square-split-vertical" | "stamp" | "sun-dim" | "syringe" | "terminal" | "text-align-center" | "text-align-justify" | "thumbs-down" | "thumbs-up" | "toggle-left" | "toggle-right" | "tornado" | "tree-palm" | "triangle-dashed" | "user-check" | "vault" | "wifi-high" | "wifi-low" | "wind" | "wine" | "align-left" | "align-right" | "check-square" | "columns" | "git-commit" | "layout" | "minus-square" | "plus-square" | "sidebar" | "sliders" | "x-square" | "address-book" | "air-traffic-control" | "angle" | "arrow-elbow-left" | "arrow-elbow-right" | "arrows-down-up" | "arrows-horizontal" | "arrows-left-right" | "arrows-split" | "arrows-vertical" | "asterisk-simple" | "avocado" | "barbell" | "bell-ringing" | "bell-z" | "bluetooth-x" | "bookmarks" | "books" | "brackets-angle" | "bread" | "browser" | "buildings" | "calendar-dot" | "camera-rotate" | "caret-down" | "caret-left" | "caret-right" | "caret-up" | "caret-up-down" | "chalkboard" | "chalkboard-teacher" | "checks" | "cloud-x" | "coin" | "confetti" | "device-mobile" | "exclamation-mark" | "file-zip" | "first-aid-kit" | "gps" | "heartbeat" | "hourglass-high" | "hourglass-low" | "lego" | "list-numbers" | "moon-stars" | "notification" | "password" | "pepper" | "phone-pause" | "phone-x" | "picnic-table" | "ping-pong" | "planet" | "plant" | "playlist" | "question-mark" | "quotes" | "scribble" | "shield-checkered" | "shield-chevron" | "slideshow" | "sock" | "spiral" | "square-half" | "stack" | "steering-wheel" | "tip-jar" | "toilet-paper" | "trolley" | "user-square" | "wave-sine" | "wave-square" | "windmill" | "airplane-fill" | "alarm-fill" | "align-bottom" | "align-top" | "archive-fill" | "arrow-clockwise" | "backpack-fill" | "backspace-fill" | "bag" | "bag-fill" | "balloon-fill" | "bell-fill" | "bell-slash-fill" | "binoculars-fill" | "book-fill" | "bookmark-fill" | "bookmarks-fill" | "bounding-box" | "box-arrow-down" | "box-arrow-up" | "briefcase-fill" | "bug-fill" | "building-fill" | "buildings-fill" | "cake-fill" | "calculator-fill" | "calendar-check-fill" | "calendar-fill" | "calendar-heart-fill" | "calendar-minus-fill" | "calendar-plus-fill" | "calendar-x-fill" | "camera-fill" | "caret-down-fill" | "caret-left-fill" | "caret-right-fill" | "caret-up-fill" | "chat-dots" | "chat-dots-fill" | "chat-fill" | "chat-text" | "chat-text-fill" | "check-circle-fill" | "check-square-fill" | "circle-fill" | "clipboard-fill" | "clock-fill" | "cloud-arrow-down-fill" | "cloud-arrow-up-fill" | "cloud-check-fill" | "cloud-fill" | "cloud-fog-fill" | "cloud-lightning-fill" | "cloud-moon-fill" | "cloud-rain-fill" | "cloud-slash" | "cloud-slash-fill" | "cloud-snow-fill" | "cloud-sun-fill" | "compass-fill" | "cpu-fill" | "credit-card-fill" | "cursor-fill" | "database-fill" | "diamond-fill" | "disc-fill" | "door-open-fill" | "ear-fill" | "egg-fill" | "eject-fill" | "envelope-fill" | "envelope-open-fill" | "eraser-fill" | "exclude" | "eye-fill" | "eye-slash-fill" | "eyeglasses" | "fast-forward-circle" | "fast-forward-circle-fill" | "fast-forward-fill" | "file-arrow-down" | "file-arrow-down-fill" | "file-arrow-up" | "file-arrow-up-fill" | "file-code-fill" | "file-fill" | "file-image-fill" | "file-lock-fill" | "file-minus-fill" | "file-pdf" | "file-pdf-fill" | "file-plus-fill" | "file-ppt" | "file-ppt-fill" | "file-text-fill" | "file-x-fill" | "file-zip-fill" | "flag-fill" | "flask-fill" | "folder-fill" | "fork-knife" | "funnel-fill" | "gear" | "gear-fill" | "gender-neuter" | "gift-fill" | "handbag-fill" | "heart-fill" | "hexagon-fill" | "hospital-fill" | "house-fill" | "hurricane" | "image-fill" | "intersect" | "kanban-fill" | "key-fill" | "keyboard-fill" | "lamp-fill" | "laptop-fill" | "leaf-fill" | "lightbulb-fill" | "lightning" | "lightning-fill" | "lock-fill" | "magnet-fill" | "megaphone-fill" | "moon-fill" | "moon-stars-fill" | "mouse-fill" | "nut-fill" | "octagon-fill" | "palette-fill" | "paragraph" | "pause-circle-fill" | "pause-fill" | "peace-fill" | "pen-fill" | "pencil-fill" | "pentagon-fill" | "person" | "person-fill" | "phone-fill" | "piggy-bank-fill" | "play-circle-fill" | "play-fill" | "plug-fill" | "plus-circle-fill" | "plus-square-fill" | "printer-fill" | "question" | "record-fill" | "rewind-circle" | "rewind-circle-fill" | "rewind-fill" | "rocket-fill" | "rss-fill" | "share-fill" | "shield-fill" | "shield-slash" | "shield-slash-fill" | "signpost-fill" | "skip-forward-circle" | "skip-forward-circle-fill" | "skip-forward-fill" | "square-fill" | "star-fill" | "stop-circle-fill" | "stop-fill" | "subtract" | "suitcase" | "suitcase-fill" | "sun-fill" | "tag-fill" | "terminal-fill" | "ticket-fill" | "trash-fill" | "tree-fill" | "triangle-fill" | "trophy-fill" | "umbrella-fill" | "union" | "usb-fill" | "vignette" | "wallet-fill" | "webcam-fill" | "x-circle-fill" | "x-square-fill" | "book-bookmark" | "bowl-food" | "floppy-disk" | "hands-clapping" | "hands-praying" | "jar" | "user-gear" | "closed-captioning" | "file-audio" | "microphone-slash" | "charging-station" | "gas-pump" | "motorcycle" | "pen-nib" | "phone-slash" | "file-csv" | "paper-plane" | "desktop" | "sim-card" | "bezier-curve" | "battery-empty" | "dice-five" | "dice-four" | "dice-one" | "dice-six" | "dice-three" | "dice-two" | "suitcase-rolling" | "chair" | "couch" | "star-and-crescent" | "star-of-david" | "circle-notch" | "spinner" | "bowling-ball" | "arrow-down-fill" | "arrow-left-fill" | "arrow-right-fill" | "arrow-up-fill" | "bank-fill" | "tent-fill" | "at-fill" | "copyleft-fill" | "copyright-fill" | "medal-fill" | "presentation-fill" | "slideshow-fill" | "stack-fill" | "trademark-fill" | "crop-fill" | "crosshair-fill" | "drop-fill" | "flip-horizontal-fill" | "flip-vertical-fill" | "hammer-fill" | "layout-fill" | "paint-brush-fill" | "pen-nib-fill" | "pencil-ruler-fill" | "rectangle-fill" | "ruler-fill" | "scissors-fill" | "shapes-fill" | "table-fill" | "wrench-fill" | "code-fill" | "command-fill" | "git-branch-fill" | "git-commit-fill" | "git-fork-fill" | "git-merge-fill" | "git-pull-request-fill" | "terminal-window-fill" | "airplay-fill" | "barcode-fill" | "battery-low-fill" | "bluetooth-fill" | "fingerprint-fill" | "gps-fill" | "hard-drive-fill" | "qr-code-fill" | "scan-fill" | "sim-card-fill" | "article-fill" | "book-open-fill" | "file-cloud-fill" | "file-video-fill" | "folder-lock-fill" | "folder-open-fill" | "folder-user-fill" | "folders-fill" | "newspaper-fill" | "receipt-fill" | "code-block" | "coin-fill" | "coins-fill" | "hand-heart-fill" | "percent-fill" | "shopping-bag-fill" | "shopping-cart-fill" | "swap-fill" | "bread-fill" | "knife-fill" | "atom-fill" | "brain-fill" | "dna-fill" | "first-aid-kit-fill" | "microscope-fill" | "pulse-fill" | "stethoscope-fill" | "syringe-fill" | "test-tube-fill" | "thermometer-fill" | "virus-fill" | "anchor-fill" | "barricade-fill" | "bus-fill" | "car-fill" | "globe-fill" | "lifebuoy-fill" | "map-pin-fill" | "map-pin-line" | "planet-fill" | "police-car-fill" | "sailboat-fill" | "subway-fill" | "taxi-fill" | "train-fill" | "truck-fill" | "broadcast-fill" | "closed-captioning-fill" | "equalizer-fill" | "notification-fill" | "picture-in-picture-fill" | "radio-fill" | "repeat-fill" | "shuffle-fill" | "skip-back-fill" | "video-fill" | "armchair-fill" | "basketball-fill" | "cactus-fill" | "cross-fill" | "door-fill" | "flower-fill" | "football-fill" | "goggles-fill" | "graduation-cap-fill" | "infinity-fill" | "ping-pong-fill" | "plant-fill" | "recycle-fill" | "scales-fill" | "stairs-fill" | "sword-fill" | "t-shirt-fill" | "target-fill" | "tooth-fill" | "wheelchair-fill" | "check-fill" | "divide-fill" | "download-fill" | "export-fill" | "function-fill" | "hourglass-fill" | "question-fill" | "radio-button-fill" | "shield-check-fill" | "shield-star-fill" | "star-half-fill" | "subtract-fill" | "timer-fill" | "upload-fill" | "ghost-fill" | "robot-fill" | "skull-fill" | "user-fill" | "user-minus-fill" | "fire-fill" | "flashlight-fill" | "meteor-fill" | "rainbow-fill" | "snowflake-fill" | "tornado-fill" | "gradient" | "magic-wand" | "radio-button" | "text-align-left" | "text-align-right" | "text-indent" | "text-italic" | "text-strikethrough" | "text-subscript" | "text-superscript" | "text-underline" | "money" | "tree-view" | "warning" | "warning-diamond" | "boot" | "van" | "cell-tower" | "scales" | "boat" | "browsers" | "game-controller" | "blueprint" | "jeep" | "orange" | "yarn" | "steps" | "oven" | "file-png" | "park" | "potted-plant" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "tabs" | "download-bold" | "export-bold" | "upload-bold" | "atom-bold" | "infinity-bold" | "planet-bold" | "rocket-bold" | "star-bold" | "buildings-bold" | "city-bold" | "garage-bold" | "hospital-bold" | "chart-line-duotone" | "graph-bold" | "phone-bold" | "align-bottom-bold" | "align-left-bold" | "align-right-bold" | "align-top-bold" | "crop-bold" | "flip-horizontal-bold" | "flip-vertical-bold" | "paint-roller-bold" | "palette-bold" | "ruler-bold" | "bluetooth-bold" | "cpu-bold" | "devices-bold" | "keyboard-bold" | "laptop-bold" | "lightbulb-bold" | "lightning-bold" | "monitor-bold" | "mouse-bold" | "printer-bold" | "radio-bold" | "sim-card-bold" | "balloon-bold" | "battery-full-bold" | "battery-low-bold" | "broom-bold" | "cat-bold" | "check-circle-bold" | "check-square-bold" | "confetti-bold" | "copy-bold" | "copyright-bold" | "crown-bold" | "cursor-bold" | "database-bold" | "flag-bold" | "flashlight-bold" | "ghost-bold" | "gift-bold" | "high-definition-bold" | "magnet-bold" | "mask-sad-bold" | "minus-circle-bold" | "minus-square-bold" | "power-bold" | "scissors-bold" | "share-bold" | "subtitles-bold" | "t-shirt-bold" | "target-bold" | "umbrella-bold" | "file-bold" | "file-text-bold" | "folder-bold" | "folder-open-bold" | "chef-hat-bold" | "hand-heart-bold" | "armchair-bold" | "bed-bold" | "chair-bold" | "lamp-bold" | "washing-machine-bold" | "heart-bold" | "list-bold" | "list-heart-bold" | "playlist-bold" | "compass-bold" | "gps-bold" | "signpost-bold" | "bone-bold" | "dna-bold" | "pill-bold" | "pulse-bold" | "stethoscope-bold" | "syringe-bold" | "test-tube-bold" | "thermometer-bold" | "virus-bold" | "chat-dots-bold" | "mailbox-bold" | "paperclip-bold" | "pen-bold" | "cardholder-bold" | "tag-bold" | "ticket-bold" | "wallet-bold" | "fire-bold" | "flame-bold" | "leaf-bold" | "suitcase-bold" | "bug-bold" | "code-bold" | "command-bold" | "screencast-bold" | "usb-bold" | "archive-bold" | "clipboard-bold" | "clipboard-text-bold" | "notebook-bold" | "bell-bold" | "backpack-bold" | "book-bold" | "book-bookmark-bold" | "bookmark-bold" | "calculator-bold" | "plus-minus-bold" | "bomb-bold" | "eye-bold" | "eye-closed-bold" | "key-bold" | "lock-bold" | "password-bold" | "qr-code-bold" | "shield-bold" | "shield-check-bold" | "shield-plus-bold" | "shield-star-bold" | "shield-warning-bold" | "siren-bold" | "bag-bold" | "basketball-bold" | "football-bold" | "golf-bold" | "ranking-bold" | "volleyball-bold" | "backspace-bold" | "eraser-bold" | "link-bold" | "text-italic-bold" | "text-underline-bold" | "alarm-bold" | "calendar-bold" | "hourglass-bold" | "bus-bold" | "scooter-bold" | "tram-bold" | "user-bold" | "user-check-bold" | "user-circle-bold" | "user-minus-bold" | "user-plus-bold" | "camera-bold" | "camera-rotate-bold" | "microphone-bold" | "music-note-bold" | "music-notes-bold" | "panorama-bold" | "pause-bold" | "pause-circle-bold" | "play-bold" | "play-circle-bold" | "record-bold" | "repeat-bold" | "shuffle-bold" | "stop-bold" | "stop-circle-bold" | "vinyl-record-bold" | "cloud-bold" | "cloud-check-bold" | "cloud-rain-bold" | "cloud-sun-bold" | "moon-bold" | "moon-stars-bold" | "snowflake-bold" | "sun-bold" | "tornado-bold" | "wind-bold" | "warning-circle" | "cigarette-slash" | "soccer-ball" | "farm" | "pants" | "orange-slice" | "sun-light" | "arrow-counter-clockwise" | "info-fill" | "parallelogram" | "sign-out" | "x-fill" | "yarn-fill" | "empty" | "first-aid" | "notepad" | "screencast" | "unite" | "coffee-bean" | "file-css" | "file-doc" | "file-html" | "file-jpg" | "file-js" | "file-md" | "file-txt" | "t-shirt" | "user-rectangle" | "sign-in" | "log" | "amazon-logo" | "tidal-logo" | "bluetooth-slash" | "shield-warning" | "wifi-slash" | "arrow-circle-down-left" | "arrow-circle-down-right" | "arrow-circle-up-left" | "arrow-circle-up-right" | "caret-circle-down" | "caret-circle-left" | "caret-circle-right" | "caret-circle-up" | "chat-circle" | "chat-circle-dots" | "rows" | "link-break" | "wifi-medium" | "wifi-none" | "control" | "drop" | "house-line" | "smiley" | "split-horizontal" | "split-vertical" | "sort-ascending-duotone" | "sort-descending-duotone" | "cherries" | "device-rotate" | "dress" | "flying-saucer" | "detective" | "eyes" | "police-car" | "police-car-light" | "shooting-star" | "dots-three-vertical" | "swap" | "push-pin" | "arrow-circle-down-fill" | "arrow-circle-left-fill" | "arrow-circle-right-fill" | "arrow-circle-up-fill" | "browser-fill" | "copy-fill" | "cube-fill" | "hash-fill" | "headphones-fill" | "link-fill" | "list-fill" | "minus-circle-fill" | "minus-fill" | "minus-square-fill" | "monitor-fill" | "paper-plane-fill" | "phone-call-fill" | "plus-fill" | "power-fill" | "question-mark-fill" | "toggle-left-fill" | "toggle-right-fill" | "camera-rotate-fill" | "chart-bar-fill" | "chart-pie-fill" | "flame-fill" | "lock-open-fill" | "pencil-circle-fill" | "pencil-slash" | "smiley-fill" | "speaker-slash" | "speaker-slash-fill" | "textbox" | "tram-fill" | "tray-arrow-down-fill" | "tray-arrow-up-fill" | "tray-fill" | "circle-thin" | "swimming-pool" | "baby-light" | "detective-light" | "ear-light" | "goggles" | "identification-card" | "person-light" | "student" | "student-light" | "thumbs-down-light" | "thumbs-up-light" | "android-logo" | "dropbox-logo" | "facebook-logo" | "google-drive-logo" | "twitter-logo" | "arrows-in" | "arrows-out" | "mountains" | "acorn" | "barricade" | "beach-ball" | "beer-bottle" | "beer-stein" | "belt" | "circuitry" | "fallout-shelter" | "film-strip" | "high-heel" | "hockey" | "hoodie" | "lockers" | "nuclear-plant" | "office-chair" | "piano-keys" | "thermometer-cold" | "thermometer-hot" | "tipi" | "towel" | "video-conference" | "wall-light" | "keyhole" | "user-list" | "intersection" | "math-operations" | "seal-check" | "seal-percent" | "text-outdent" | "thumbs-down-fill" | "thumbs-up-fill" | "three-d" | "cursor-click" | "baseball-helmet" | "cowboy-hat" | "lock-key" | "ranking" | "user-switch" | "wave-triangle" | "chats" | "text-aa" | "baseball-cap" | "coat-hanger" | "grid-four" | "grid-nine" | "stack-light" | "phone-duotone" | "phone-light" | "phone-thin" | "credit-card-bold" | "credit-card-duotone" | "credit-card-light" | "credit-card-thin" | "invoice-bold" | "invoice-duotone" | "invoice-fill" | "invoice-light" | "invoice-thin" | "shopping-bag-bold" | "shopping-bag-duotone" | "shopping-bag-light" | "shopping-bag-thin" | "ticket-duotone" | "ticket-light" | "ticket-thin" | "cloud-duotone" | "cloud-light" | "cloud-thin" | "copy-duotone" | "copy-light" | "copy-thin" | "download-light" | "download-thin" | "file-audio-bold" | "file-audio-duotone" | "file-audio-fill" | "file-audio-light" | "file-audio-thin" | "file-duotone" | "file-image-bold" | "file-image-duotone" | "file-image-light" | "file-image-thin" | "file-light" | "file-thin" | "file-video-bold" | "file-video-duotone" | "file-video-light" | "file-video-thin" | "folder-duotone" | "folder-light" | "folder-thin" | "upload-light" | "upload-thin" | "bookmark-duotone" | "bookmark-light" | "bookmark-thin" | "briefcase-bold" | "briefcase-duotone" | "briefcase-light" | "briefcase-thin" | "clock-bold" | "clock-duotone" | "clock-light" | "clock-thin" | "eye-duotone" | "eye-light" | "eye-thin" | "flag-duotone" | "flag-light" | "flag-thin" | "gift-duotone" | "gift-light" | "gift-thin" | "heart-duotone" | "heart-light" | "heart-thin" | "lock-duotone" | "lock-light" | "lock-thin" | "mouse-duotone" | "mouse-light" | "mouse-thin" | "notification-bold" | "notification-duotone" | "notification-light" | "notification-thin" | "printer-duotone" | "printer-light" | "printer-thin" | "shield-duotone" | "shield-light" | "shield-thin" | "star-duotone" | "star-light" | "star-thin" | "trash-bold" | "trash-duotone" | "trash-light" | "trash-simple" | "trash-simple-bold" | "trash-simple-duotone" | "trash-simple-fill" | "trash-simple-light" | "trash-simple-thin" | "trash-thin" | "backspace-duotone" | "backspace-light" | "backspace-thin" | "bluetooth-duotone" | "bluetooth-light" | "bluetooth-thin" | "check-duotone" | "check-light" | "check-square-duotone" | "check-square-light" | "check-square-thin" | "check-thin" | "cursor-duotone" | "cursor-light" | "cursor-thin" | "funnel-bold" | "funnel-duotone" | "funnel-light" | "funnel-thin" | "link-duotone" | "link-light" | "link-thin" | "pen-duotone" | "pen-light" | "pen-thin" | "swap-bold" | "swap-light" | "swap-thin" | "calculator-duotone" | "calculator-light" | "calculator-thin" | "trend-down" | "trend-down-bold" | "trend-down-fill" | "trend-down-light" | "trend-down-thin" | "trend-up" | "trend-up-bold" | "trend-up-fill" | "trend-up-light" | "trend-up-thin" | "microphone-duotone" | "microphone-fill" | "microphone-light" | "microphone-thin" | "play-circle-duotone" | "play-circle-light" | "play-circle-thin" | "playlist-fill" | "playlist-light" | "playlist-thin" | "github-logo" | "instagram-logo" | "linkedin-logo" | "mastodon-logo" | "reddit-logo" | "telegram-logo" | "threads-logo" | "tiktok-logo" | "warning-octagon" | "wechat-logo" | "x-logo" | "arrow-square-down" | "arrow-square-down-left" | "arrow-square-down-right" | "arrow-square-left" | "arrow-square-right" | "arrow-square-up" | "arrow-square-up-left" | "arrow-square-up-right" | "bell-light" | "fire-light" | "lamp-light" | "desk-duotone" | "desk-fill" | "desk-light" | "notebook-duotone" | "notebook-fill" | "notebook-light" | "pipe-duotone" | "pipe-fill" | "pipe-light" | "calendar-duotone" | "calendar-light" | "alarm-duotone" | "bug-duotone" | "bug-light" | "code-light" | "database-duotone" | "database-light" | "percent-light" | "scan-light" | "table-light" | "terminal-light" | "cpu-light" | "desktop-light" | "download-duotone" | "export-duotone" | "export-light" | "upload-duotone" | "folder-open-light" | "folders-light" | "bed-light" | "dna-light" | "knife-light" | "stethoscope-light" | "tooth-light" | "compass-duotone" | "compass-light" | "target-duotone" | "target-light" | "tree-duotone" | "play-duotone" | "play-light" | "stop-duotone" | "stop-light" | "video-duotone" | "video-light" | "battery-full-duotone" | "battery-full-fill" | "battery-full-light" | "battery-low-duotone" | "battery-low-light" | "camera-duotone" | "camera-light" | "lightning-duotone" | "lightning-light" | "key-duotone" | "key-light" | "bag-duotone" | "bag-light" | "basket-duotone" | "basket-light" | "money-duotone" | "money-fill" | "money-light" | "wallet-duotone" | "wallet-light" | "arrow-down-light" | "arrow-left-light" | "arrow-right-light" | "chat-duotone" | "chat-light" | "trophy-light" | "atom-light" | "book-duotone" | "book-light" | "book-open-duotone" | "book-open-light" | "flask-light" | "hourglass-light" | "watch-light" | "suitcase-light" | "info-duotone" | "info-light" | "question-duotone" | "question-light" | "user-duotone" | "user-light" | "moon-duotone" | "moon-light" | "sun-duotone" | "car-light" | "monitor-arrow-up" | "globe-stand" | "flower-lotus" | "sneaker" | "battery-charging-fill" | "battery-empty-fill" | "folder-minus-fill" | "folder-plus-fill" | "gif-fill" | "note-fill" | "phone-incoming-fill" | "phone-outgoing-fill" | "phone-plus-fill" | "screencast-fill" | "shield-plus-fill" | "television-fill" | "user-check-fill" | "user-circle-fill" | "user-plus-fill" | "user-square-fill" | "users-fill" | "voicemail-fill" | "presentation-chart" | "drone-light" | "wall-fill" | "beanie" | "beanie-fill" | "hurricane-fill" | "wind-fill" | "brackets-curly" | "brackets-round" | "bridge-fill" | "church-fill" | "factory-fill" | "lighthouse-fill" | "chart-line-fill" | "currency-cny-fill" | "currency-dollar-fill" | "ladder-fill" | "seal-fill" | "tag-chevron-fill" | "mailbox-fill" | "align-bottom-fill" | "align-top-fill" | "exclude-fill" | "intersect-fill" | "sticker-fill" | "union-fill" | "brackets-angle-fill" | "drone-fill" | "escalator-down-fill" | "escalator-up-fill" | "guitar-fill" | "projector-screen-fill" | "shower-fill" | "solar-panel-fill" | "watch-fill" | "align-left-fill" | "align-right-fill" | "asterisk-fill" | "cursor-text-fill" | "paragraph-fill" | "signature-fill" | "sort-ascending-fill" | "sort-descending-fill" | "textbox-fill" | "translate-fill" | "folder-star-fill" | "package-fill" | "bone-fill" | "carrot-fill" | "champagne-fill" | "cookie-fill" | "egg-crack-fill" | "fish-fill" | "fork-knife-fill" | "hamburger-fill" | "ice-cream-fill" | "pizza-fill" | "wine-fill" | "bed-fill" | "traffic-cone-fill" | "bell-ringing-fill" | "video-camera-fill" | "bird-fill" | "butterfly-fill" | "campfire-fill" | "cat-fill" | "dog-fill" | "rabbit-fill" | "axe-fill" | "bomb-fill" | "face-mask-fill" | "prescription-fill" | "screwdriver-fill" | "shovel-fill" | "toilet-paper-fill" | "baby-fill" | "chef-hat-fill" | "dress-fill" | "hand-fill" | "hands-clapping-fill" | "sock-fill" | "cylinder-fill" | "heart-half-fill" | "spade-fill" | "barbell-fill" | "baseball-fill" | "parachute-fill" | "swimming-pool-fill" | "volleyball-fill" | "broom-fill" | "certificate-fill" | "checks-fill" | "heartbeat-fill" | "keyhole-fill" | "polygon-fill" | "warning-fill" | "baby-carriage-fill" | "engine-fill" | "fan-fill" | "jeep-fill" | "park-fill" | "pinwheel-fill" | "scooter-fill" | "seat-fill" | "steering-wheel-fill" | "calendar-slash" | "camera-slash" | "ear-slash" | "git-diff" | "swatches" | "wifi-x" | "speaker-high" | "speaker-low" | "acorn-bold" | "acorn-duotone" | "acorn-fill" | "acorn-light" | "acorn-thin" | "address-book-bold" | "address-book-duotone" | "address-book-fill" | "address-book-light" | "address-book-tabs" | "address-book-tabs-bold" | "address-book-tabs-duotone" | "address-book-tabs-fill" | "address-book-tabs-light" | "address-book-tabs-thin" | "address-book-thin" | "air-traffic-control-bold" | "air-traffic-control-duotone" | "air-traffic-control-fill" | "air-traffic-control-light" | "air-traffic-control-thin" | "airplane-bold" | "airplane-duotone" | "airplane-in-flight" | "airplane-in-flight-bold" | "airplane-in-flight-duotone" | "airplane-in-flight-fill" | "airplane-in-flight-light" | "airplane-in-flight-thin" | "airplane-landing-bold" | "airplane-landing-duotone" | "airplane-landing-fill" | "airplane-landing-light" | "airplane-landing-thin" | "airplane-light" | "airplane-takeoff-bold" | "airplane-takeoff-duotone" | "airplane-takeoff-fill" | "airplane-takeoff-light" | "airplane-takeoff-thin" | "airplane-taxiing" | "airplane-taxiing-bold" | "airplane-taxiing-duotone" | "airplane-taxiing-fill" | "airplane-taxiing-light" | "airplane-taxiing-thin" | "airplane-thin" | "airplane-tilt" | "airplane-tilt-bold" | "airplane-tilt-duotone" | "airplane-tilt-fill" | "airplane-tilt-light" | "airplane-tilt-thin" | "airplay-bold" | "airplay-duotone" | "airplay-light" | "airplay-thin" | "alarm-thin" | "alien-bold" | "alien-duotone" | "alien-fill" | "alien-light" | "alien-thin" | "align-bottom-duotone" | "align-bottom-light" | "align-bottom-simple" | "align-bottom-simple-bold" | "align-bottom-simple-duotone" | "align-bottom-simple-fill" | "align-bottom-simple-light" | "align-bottom-simple-thin" | "align-bottom-thin" | "align-center-horizontal-bold" | "align-center-horizontal-duotone" | "align-center-horizontal-fill" | "align-center-horizontal-light" | "align-center-horizontal-simple" | "align-center-horizontal-simple-bold" | "align-center-horizontal-simple-duotone" | "align-center-horizontal-simple-fill" | "align-center-horizontal-simple-light" | "align-center-horizontal-simple-thin" | "align-center-horizontal-thin" | "align-center-vertical-bold" | "align-center-vertical-duotone" | "align-center-vertical-fill" | "align-center-vertical-light" | "align-center-vertical-simple" | "align-center-vertical-simple-bold" | "align-center-vertical-simple-duotone" | "align-center-vertical-simple-fill" | "align-center-vertical-simple-light" | "align-center-vertical-simple-thin" | "align-center-vertical-thin" | "align-left-duotone" | "align-left-light" | "align-left-simple" | "align-left-simple-bold" | "align-left-simple-duotone" | "align-left-simple-fill" | "align-left-simple-light" | "align-left-simple-thin" | "align-left-thin" | "align-right-duotone" | "align-right-light" | "align-right-simple" | "align-right-simple-bold" | "align-right-simple-duotone" | "align-right-simple-fill" | "align-right-simple-light" | "align-right-simple-thin" | "align-right-thin" | "align-top-duotone" | "align-top-light" | "align-top-simple" | "align-top-simple-bold" | "align-top-simple-duotone" | "align-top-simple-fill" | "align-top-simple-light" | "align-top-simple-thin" | "align-top-thin" | "amazon-logo-bold" | "amazon-logo-duotone" | "amazon-logo-fill" | "amazon-logo-light" | "amazon-logo-thin" | "ambulance-bold" | "ambulance-duotone" | "ambulance-fill" | "ambulance-light" | "ambulance-thin" | "anchor-bold" | "anchor-duotone" | "anchor-light" | "anchor-simple" | "anchor-simple-bold" | "anchor-simple-duotone" | "anchor-simple-fill" | "anchor-simple-light" | "anchor-simple-thin" | "anchor-thin" | "android-logo-bold" | "android-logo-duotone" | "android-logo-fill" | "android-logo-light" | "android-logo-thin" | "angle-bold" | "angle-duotone" | "angle-fill" | "angle-light" | "angle-thin" | "angular-logo" | "angular-logo-bold" | "angular-logo-duotone" | "angular-logo-fill" | "angular-logo-light" | "angular-logo-thin" | "aperture-bold" | "aperture-duotone" | "aperture-fill" | "aperture-light" | "aperture-thin" | "app-store-logo" | "app-store-logo-bold" | "app-store-logo-duotone" | "app-store-logo-fill" | "app-store-logo-light" | "app-store-logo-thin" | "app-window-bold" | "app-window-duotone" | "app-window-fill" | "app-window-light" | "app-window-thin" | "apple-logo" | "apple-logo-bold" | "apple-logo-duotone" | "apple-logo-fill" | "apple-logo-light" | "apple-logo-thin" | "apple-podcasts-logo" | "apple-podcasts-logo-bold" | "apple-podcasts-logo-duotone" | "apple-podcasts-logo-fill" | "apple-podcasts-logo-light" | "apple-podcasts-logo-thin" | "approximate-equals" | "approximate-equals-bold" | "approximate-equals-duotone" | "approximate-equals-fill" | "approximate-equals-light" | "approximate-equals-thin" | "archive-duotone" | "archive-light" | "archive-thin" | "armchair-duotone" | "armchair-light" | "armchair-thin" | "arrow-arc-left" | "arrow-arc-left-bold" | "arrow-arc-left-duotone" | "arrow-arc-left-fill" | "arrow-arc-left-light" | "arrow-arc-left-thin" | "arrow-arc-right" | "arrow-arc-right-bold" | "arrow-arc-right-duotone" | "arrow-arc-right-fill" | "arrow-arc-right-light" | "arrow-arc-right-thin" | "arrow-bend-double-up-left" | "arrow-bend-double-up-left-bold" | "arrow-bend-double-up-left-duotone" | "arrow-bend-double-up-left-fill" | "arrow-bend-double-up-left-light" | "arrow-bend-double-up-left-thin" | "arrow-bend-double-up-right" | "arrow-bend-double-up-right-bold" | "arrow-bend-double-up-right-duotone" | "arrow-bend-double-up-right-fill" | "arrow-bend-double-up-right-light" | "arrow-bend-double-up-right-thin" | "arrow-bend-down-left" | "arrow-bend-down-left-bold" | "arrow-bend-down-left-duotone" | "arrow-bend-down-left-fill" | "arrow-bend-down-left-light" | "arrow-bend-down-left-thin" | "arrow-bend-down-right" | "arrow-bend-down-right-bold" | "arrow-bend-down-right-duotone" | "arrow-bend-down-right-fill" | "arrow-bend-down-right-light" | "arrow-bend-down-right-thin" | "arrow-bend-left-down" | "arrow-bend-left-down-bold" | "arrow-bend-left-down-duotone" | "arrow-bend-left-down-fill" | "arrow-bend-left-down-light" | "arrow-bend-left-down-thin" | "arrow-bend-left-up" | "arrow-bend-left-up-bold" | "arrow-bend-left-up-duotone" | "arrow-bend-left-up-fill" | "arrow-bend-left-up-light" | "arrow-bend-left-up-thin" | "arrow-bend-right-down" | "arrow-bend-right-down-bold" | "arrow-bend-right-down-duotone" | "arrow-bend-right-down-fill" | "arrow-bend-right-down-light" | "arrow-bend-right-down-thin" | "arrow-bend-right-up" | "arrow-bend-right-up-bold" | "arrow-bend-right-up-duotone" | "arrow-bend-right-up-fill" | "arrow-bend-right-up-light" | "arrow-bend-right-up-thin" | "arrow-bend-up-left" | "arrow-bend-up-left-bold" | "arrow-bend-up-left-duotone" | "arrow-bend-up-left-fill" | "arrow-bend-up-left-light" | "arrow-bend-up-left-thin" | "arrow-bend-up-right" | "arrow-bend-up-right-bold" | "arrow-bend-up-right-duotone" | "arrow-bend-up-right-fill" | "arrow-bend-up-right-light" | "arrow-bend-up-right-thin" | "arrow-circle-down-bold" | "arrow-circle-down-duotone" | "arrow-circle-down-left-bold" | "arrow-circle-down-left-duotone" | "arrow-circle-down-left-fill" | "arrow-circle-down-left-light" | "arrow-circle-down-left-thin" | "arrow-circle-down-light" | "arrow-circle-down-right-bold" | "arrow-circle-down-right-duotone" | "arrow-circle-down-right-fill" | "arrow-circle-down-right-light" | "arrow-circle-down-right-thin" | "arrow-circle-down-thin" | "arrow-circle-left-bold" | "arrow-circle-left-duotone" | "arrow-circle-left-light" | "arrow-circle-left-thin" | "arrow-circle-right-bold" | "arrow-circle-right-duotone" | "arrow-circle-right-light" | "arrow-circle-right-thin" | "arrow-circle-up-bold" | "arrow-circle-up-duotone" | "arrow-circle-up-left-bold" | "arrow-circle-up-left-duotone" | "arrow-circle-up-left-fill" | "arrow-circle-up-left-light" | "arrow-circle-up-left-thin" | "arrow-circle-up-light" | "arrow-circle-up-right-bold" | "arrow-circle-up-right-duotone" | "arrow-circle-up-right-fill" | "arrow-circle-up-right-light" | "arrow-circle-up-right-thin" | "arrow-circle-up-thin" | "arrow-clockwise-bold" | "arrow-clockwise-duotone" | "arrow-clockwise-fill" | "arrow-clockwise-light" | "arrow-clockwise-thin" | "arrow-counter-clockwise-bold" | "arrow-counter-clockwise-duotone" | "arrow-counter-clockwise-fill" | "arrow-counter-clockwise-light" | "arrow-counter-clockwise-thin" | "arrow-down-duotone" | "arrow-down-left-duotone" | "arrow-down-left-fill" | "arrow-down-left-light" | "arrow-down-left-thin" | "arrow-down-right-duotone" | "arrow-down-right-fill" | "arrow-down-right-light" | "arrow-down-right-thin" | "arrow-elbow-down-left" | "arrow-elbow-down-left-bold" | "arrow-elbow-down-left-duotone" | "arrow-elbow-down-left-fill" | "arrow-elbow-down-left-light" | "arrow-elbow-down-left-thin" | "arrow-elbow-down-right" | "arrow-elbow-down-right-bold" | "arrow-elbow-down-right-duotone" | "arrow-elbow-down-right-fill" | "arrow-elbow-down-right-light" | "arrow-elbow-down-right-thin" | "arrow-elbow-left-bold" | "arrow-elbow-left-down" | "arrow-elbow-left-down-bold" | "arrow-elbow-left-down-duotone" | "arrow-elbow-left-down-fill" | "arrow-elbow-left-down-light" | "arrow-elbow-left-down-thin" | "arrow-elbow-left-duotone" | "arrow-elbow-left-fill" | "arrow-elbow-left-light" | "arrow-elbow-left-thin" | "arrow-elbow-left-up" | "arrow-elbow-left-up-bold" | "arrow-elbow-left-up-duotone" | "arrow-elbow-left-up-fill" | "arrow-elbow-left-up-light" | "arrow-elbow-left-up-thin" | "arrow-elbow-right-bold" | "arrow-elbow-right-down" | "arrow-elbow-right-down-bold" | "arrow-elbow-right-down-duotone" | "arrow-elbow-right-down-fill" | "arrow-elbow-right-down-light" | "arrow-elbow-right-down-thin" | "arrow-elbow-right-duotone" | "arrow-elbow-right-fill" | "arrow-elbow-right-light" | "arrow-elbow-right-thin" | "arrow-elbow-right-up" | "arrow-elbow-right-up-bold" | "arrow-elbow-right-up-duotone" | "arrow-elbow-right-up-fill" | "arrow-elbow-right-up-light" | "arrow-elbow-right-up-thin" | "arrow-elbow-up-left" | "arrow-elbow-up-left-bold" | "arrow-elbow-up-left-duotone" | "arrow-elbow-up-left-fill" | "arrow-elbow-up-left-light" | "arrow-elbow-up-left-thin" | "arrow-elbow-up-right" | "arrow-elbow-up-right-bold" | "arrow-elbow-up-right-duotone" | "arrow-elbow-up-right-fill" | "arrow-elbow-up-right-light" | "arrow-elbow-up-right-thin" | "arrow-fat-down" | "arrow-fat-down-bold" | "arrow-fat-down-duotone" | "arrow-fat-down-fill" | "arrow-fat-down-light" | "arrow-fat-down-thin" | "arrow-fat-left" | "arrow-fat-left-bold" | "arrow-fat-left-duotone" | "arrow-fat-left-fill" | "arrow-fat-left-light" | "arrow-fat-left-thin" | "arrow-fat-line-down" | "arrow-fat-line-down-bold" | "arrow-fat-line-down-duotone" | "arrow-fat-line-down-fill" | "arrow-fat-line-down-light" | "arrow-fat-line-down-thin" | "arrow-fat-line-left" | "arrow-fat-line-left-bold" | "arrow-fat-line-left-duotone" | "arrow-fat-line-left-fill" | "arrow-fat-line-left-light" | "arrow-fat-line-left-thin" | "arrow-fat-line-right" | "arrow-fat-line-right-bold" | "arrow-fat-line-right-duotone" | "arrow-fat-line-right-fill" | "arrow-fat-line-right-light" | "arrow-fat-line-right-thin" | "arrow-fat-line-up" | "arrow-fat-line-up-bold" | "arrow-fat-line-up-duotone" | "arrow-fat-line-up-fill" | "arrow-fat-line-up-light" | "arrow-fat-line-up-thin" | "arrow-fat-lines-down" | "arrow-fat-lines-down-bold" | "arrow-fat-lines-down-duotone" | "arrow-fat-lines-down-fill" | "arrow-fat-lines-down-light" | "arrow-fat-lines-down-thin" | "arrow-fat-lines-left" | "arrow-fat-lines-left-bold" | "arrow-fat-lines-left-duotone" | "arrow-fat-lines-left-fill" | "arrow-fat-lines-left-light" | "arrow-fat-lines-left-thin" | "arrow-fat-lines-right" | "arrow-fat-lines-right-bold" | "arrow-fat-lines-right-duotone" | "arrow-fat-lines-right-fill" | "arrow-fat-lines-right-light" | "arrow-fat-lines-right-thin" | "arrow-fat-lines-up" | "arrow-fat-lines-up-bold" | "arrow-fat-lines-up-duotone" | "arrow-fat-lines-up-fill" | "arrow-fat-lines-up-light" | "arrow-fat-lines-up-thin" | "arrow-fat-right" | "arrow-fat-right-bold" | "arrow-fat-right-duotone" | "arrow-fat-right-fill" | "arrow-fat-right-light" | "arrow-fat-right-thin" | "arrow-fat-up" | "arrow-fat-up-bold" | "arrow-fat-up-duotone" | "arrow-fat-up-fill" | "arrow-fat-up-light" | "arrow-fat-up-thin" | "arrow-left-duotone" | "arrow-line-down" | "arrow-line-down-bold" | "arrow-line-down-duotone" | "arrow-line-down-fill" | "arrow-line-down-left" | "arrow-line-down-left-bold" | "arrow-line-down-left-duotone" | "arrow-line-down-left-fill" | "arrow-line-down-left-light" | "arrow-line-down-left-thin" | "arrow-line-down-light" | "arrow-line-down-right" | "arrow-line-down-right-bold" | "arrow-line-down-right-duotone" | "arrow-line-down-right-fill" | "arrow-line-down-right-light" | "arrow-line-down-right-thin" | "arrow-line-down-thin" | "arrow-line-left" | "arrow-line-left-bold" | "arrow-line-left-duotone" | "arrow-line-left-fill" | "arrow-line-left-light" | "arrow-line-left-thin" | "arrow-line-right" | "arrow-line-right-bold" | "arrow-line-right-duotone" | "arrow-line-right-fill" | "arrow-line-right-light" | "arrow-line-right-thin" | "arrow-line-up" | "arrow-line-up-bold" | "arrow-line-up-duotone" | "arrow-line-up-fill" | "arrow-line-up-left" | "arrow-line-up-left-bold" | "arrow-line-up-left-duotone" | "arrow-line-up-left-fill" | "arrow-line-up-left-light" | "arrow-line-up-left-thin" | "arrow-line-up-light" | "arrow-line-up-right" | "arrow-line-up-right-bold" | "arrow-line-up-right-duotone" | "arrow-line-up-right-fill" | "arrow-line-up-right-light" | "arrow-line-up-right-thin" | "arrow-line-up-thin" | "arrow-right-duotone" | "arrow-square-down-bold" | "arrow-square-down-duotone" | "arrow-square-down-fill" | "arrow-square-down-left-bold" | "arrow-square-down-left-duotone" | "arrow-square-down-left-fill" | "arrow-square-down-left-light" | "arrow-square-down-left-thin" | "arrow-square-down-light" | "arrow-square-down-right-bold" | "arrow-square-down-right-duotone" | "arrow-square-down-right-fill" | "arrow-square-down-right-light" | "arrow-square-down-right-thin" | "arrow-square-down-thin" | "arrow-square-in" | "arrow-square-in-bold" | "arrow-square-in-duotone" | "arrow-square-in-fill" | "arrow-square-in-light" | "arrow-square-in-thin" | "arrow-square-left-bold" | "arrow-square-left-duotone" | "arrow-square-left-fill" | "arrow-square-left-light" | "arrow-square-left-thin" | "arrow-square-out" | "arrow-square-out-bold" | "arrow-square-out-duotone" | "arrow-square-out-fill" | "arrow-square-out-light" | "arrow-square-out-thin" | "arrow-square-right-bold" | "arrow-square-right-duotone" | "arrow-square-right-fill" | "arrow-square-right-light" | "arrow-square-right-thin" | "arrow-square-up-bold" | "arrow-square-up-duotone" | "arrow-square-up-fill" | "arrow-square-up-left-bold" | "arrow-square-up-left-duotone" | "arrow-square-up-left-fill" | "arrow-square-up-left-light" | "arrow-square-up-left-thin" | "arrow-square-up-light" | "arrow-square-up-right-bold" | "arrow-square-up-right-duotone" | "arrow-square-up-right-fill" | "arrow-square-up-right-light" | "arrow-square-up-right-thin" | "arrow-square-up-thin" | "arrow-u-down-left-duotone" | "arrow-u-down-left-fill" | "arrow-u-down-left-light" | "arrow-u-down-left-thin" | "arrow-u-down-right-duotone" | "arrow-u-down-right-fill" | "arrow-u-down-right-light" | "arrow-u-down-right-thin" | "arrow-u-left-down" | "arrow-u-left-down-bold" | "arrow-u-left-down-duotone" | "arrow-u-left-down-fill" | "arrow-u-left-down-light" | "arrow-u-left-down-thin" | "arrow-u-left-up" | "arrow-u-left-up-bold" | "arrow-u-left-up-duotone" | "arrow-u-left-up-fill" | "arrow-u-left-up-light" | "arrow-u-left-up-thin" | "arrow-u-right-down" | "arrow-u-right-down-bold" | "arrow-u-right-down-duotone" | "arrow-u-right-down-fill" | "arrow-u-right-down-light" | "arrow-u-right-down-thin" | "arrow-u-right-up" | "arrow-u-right-up-bold" | "arrow-u-right-up-duotone" | "arrow-u-right-up-fill" | "arrow-u-right-up-light" | "arrow-u-right-up-thin" | "arrow-u-up-left-duotone" | "arrow-u-up-left-fill" | "arrow-u-up-left-light" | "arrow-u-up-left-thin" | "arrow-u-up-right-duotone" | "arrow-u-up-right-fill" | "arrow-u-up-right-light" | "arrow-u-up-right-thin" | "arrow-up-duotone" | "arrow-up-left-duotone" | "arrow-up-left-fill" | "arrow-up-left-light" | "arrow-up-left-thin" | "arrow-up-light" | "arrow-up-right-duotone" | "arrow-up-right-fill" | "arrow-up-right-light" | "arrow-up-right-thin" | "arrows-clockwise" | "arrows-clockwise-bold" | "arrows-clockwise-duotone" | "arrows-clockwise-fill" | "arrows-clockwise-light" | "arrows-clockwise-thin" | "arrows-counter-clockwise" | "arrows-counter-clockwise-bold" | "arrows-counter-clockwise-duotone" | "arrows-counter-clockwise-fill" | "arrows-counter-clockwise-light" | "arrows-counter-clockwise-thin" | "arrows-down-up-bold" | "arrows-down-up-duotone" | "arrows-down-up-fill" | "arrows-down-up-light" | "arrows-down-up-thin" | "arrows-horizontal-bold" | "arrows-horizontal-duotone" | "arrows-horizontal-fill" | "arrows-horizontal-light" | "arrows-horizontal-thin" | "arrows-in-bold" | "arrows-in-cardinal" | "arrows-in-cardinal-bold" | "arrows-in-cardinal-duotone" | "arrows-in-cardinal-fill" | "arrows-in-cardinal-light" | "arrows-in-cardinal-thin" | "arrows-in-duotone" | "arrows-in-fill" | "arrows-in-light" | "arrows-in-line-horizontal" | "arrows-in-line-horizontal-bold" | "arrows-in-line-horizontal-duotone" | "arrows-in-line-horizontal-fill" | "arrows-in-line-horizontal-light" | "arrows-in-line-horizontal-thin" | "arrows-in-line-vertical" | "arrows-in-line-vertical-bold" | "arrows-in-line-vertical-duotone" | "arrows-in-line-vertical-fill" | "arrows-in-line-vertical-light" | "arrows-in-line-vertical-thin" | "arrows-in-simple" | "arrows-in-simple-bold" | "arrows-in-simple-duotone" | "arrows-in-simple-fill" | "arrows-in-simple-light" | "arrows-in-simple-thin" | "arrows-in-thin" | "arrows-left-right-bold" | "arrows-left-right-duotone" | "arrows-left-right-fill" | "arrows-left-right-light" | "arrows-left-right-thin" | "arrows-merge" | "arrows-merge-bold" | "arrows-merge-duotone" | "arrows-merge-fill" | "arrows-merge-light" | "arrows-merge-thin" | "arrows-out-bold" | "arrows-out-cardinal" | "arrows-out-cardinal-bold" | "arrows-out-cardinal-duotone" | "arrows-out-cardinal-fill" | "arrows-out-cardinal-light" | "arrows-out-cardinal-thin" | "arrows-out-duotone" | "arrows-out-fill" | "arrows-out-light" | "arrows-out-line-horizontal" | "arrows-out-line-horizontal-bold" | "arrows-out-line-horizontal-duotone" | "arrows-out-line-horizontal-fill" | "arrows-out-line-horizontal-light" | "arrows-out-line-horizontal-thin" | "arrows-out-line-vertical" | "arrows-out-line-vertical-bold" | "arrows-out-line-vertical-duotone" | "arrows-out-line-vertical-fill" | "arrows-out-line-vertical-light" | "arrows-out-line-vertical-thin" | "arrows-out-simple" | "arrows-out-simple-bold" | "arrows-out-simple-duotone" | "arrows-out-simple-fill" | "arrows-out-simple-light" | "arrows-out-simple-thin" | "arrows-out-thin" | "arrows-split-bold" | "arrows-split-duotone" | "arrows-split-fill" | "arrows-split-light" | "arrows-split-thin" | "arrows-vertical-bold" | "arrows-vertical-duotone" | "arrows-vertical-fill" | "arrows-vertical-light" | "arrows-vertical-thin" | "article-bold" | "article-duotone" | "article-light" | "article-medium" | "article-medium-bold" | "article-medium-duotone" | "article-medium-fill" | "article-medium-light" | "article-medium-thin" | "article-ny-times" | "article-ny-times-bold" | "article-ny-times-duotone" | "article-ny-times-fill" | "article-ny-times-light" | "article-ny-times-thin" | "article-thin" | "asclepius" | "asclepius-bold" | "asclepius-duotone" | "asclepius-fill" | "asclepius-light" | "asclepius-thin" | "asterisk-bold" | "asterisk-duotone" | "asterisk-light" | "asterisk-simple-bold" | "asterisk-simple-duotone" | "asterisk-simple-fill" | "asterisk-simple-light" | "asterisk-simple-thin" | "asterisk-thin" | "at-bold" | "at-duotone" | "at-light" | "at-thin" | "atom-duotone" | "atom-thin" | "avocado-bold" | "avocado-duotone" | "avocado-fill" | "avocado-light" | "avocado-thin" | "axe-bold" | "axe-duotone" | "axe-light" | "axe-thin" | "baby-bold" | "baby-carriage-bold" | "baby-carriage-duotone" | "baby-carriage-light" | "baby-carriage-thin" | "baby-duotone" | "baby-thin" | "backpack-duotone" | "backpack-light" | "backpack-thin" | "bag-simple" | "bag-simple-bold" | "bag-simple-duotone" | "bag-simple-fill" | "bag-simple-light" | "bag-simple-thin" | "bag-thin" | "balloon-duotone" | "balloon-light" | "balloon-thin" | "bandaids" | "bandaids-bold" | "bandaids-duotone" | "bandaids-fill" | "bandaids-light" | "bandaids-thin" | "bank-bold" | "bank-duotone" | "bank-light" | "bank-thin" | "barbell-bold" | "barbell-duotone" | "barbell-light" | "barbell-thin" | "barcode-bold" | "barcode-duotone" | "barcode-light" | "barcode-thin" | "barn-bold" | "barn-duotone" | "barn-fill" | "barn-light" | "barn-thin" | "barricade-bold" | "barricade-duotone" | "barricade-light" | "barricade-thin" | "baseball-bold" | "baseball-cap-bold" | "baseball-cap-duotone" | "baseball-cap-fill" | "baseball-cap-light" | "baseball-cap-thin" | "baseball-duotone" | "baseball-helmet-bold" | "baseball-helmet-duotone" | "baseball-helmet-fill" | "baseball-helmet-light" | "baseball-helmet-thin" | "baseball-light" | "baseball-thin" | "basket-bold" | "basket-thin" | "basketball-duotone" | "basketball-light" | "basketball-thin" | "bathtub-bold" | "bathtub-duotone" | "bathtub-fill" | "bathtub-light" | "bathtub-thin" | "battery-charging-bold" | "battery-charging-duotone" | "battery-charging-light" | "battery-charging-thin" | "battery-charging-vertical" | "battery-charging-vertical-bold" | "battery-charging-vertical-duotone" | "battery-charging-vertical-fill" | "battery-charging-vertical-light" | "battery-charging-vertical-thin" | "battery-empty-bold" | "battery-empty-duotone" | "battery-empty-light" | "battery-empty-thin" | "battery-full-thin" | "battery-high-bold" | "battery-high-duotone" | "battery-high-fill" | "battery-high-light" | "battery-high-thin" | "battery-low-thin" | "battery-medium-bold" | "battery-medium-duotone" | "battery-medium-fill" | "battery-medium-light" | "battery-medium-thin" | "battery-plus-bold" | "battery-plus-duotone" | "battery-plus-fill" | "battery-plus-light" | "battery-plus-thin" | "battery-plus-vertical" | "battery-plus-vertical-bold" | "battery-plus-vertical-duotone" | "battery-plus-vertical-fill" | "battery-plus-vertical-light" | "battery-plus-vertical-thin" | "battery-vertical-empty" | "battery-vertical-empty-bold" | "battery-vertical-empty-duotone" | "battery-vertical-empty-fill" | "battery-vertical-empty-light" | "battery-vertical-empty-thin" | "battery-vertical-full" | "battery-vertical-full-bold" | "battery-vertical-full-duotone" | "battery-vertical-full-fill" | "battery-vertical-full-light" | "battery-vertical-full-thin" | "battery-vertical-high" | "battery-vertical-high-bold" | "battery-vertical-high-duotone" | "battery-vertical-high-fill" | "battery-vertical-high-light" | "battery-vertical-high-thin" | "battery-vertical-low" | "battery-vertical-low-bold" | "battery-vertical-low-duotone" | "battery-vertical-low-fill" | "battery-vertical-low-light" | "battery-vertical-low-thin" | "battery-vertical-medium" | "battery-vertical-medium-bold" | "battery-vertical-medium-duotone" | "battery-vertical-medium-fill" | "battery-vertical-medium-light" | "battery-vertical-medium-thin" | "battery-warning-bold" | "battery-warning-duotone" | "battery-warning-fill" | "battery-warning-light" | "battery-warning-thin" | "battery-warning-vertical" | "battery-warning-vertical-bold" | "battery-warning-vertical-duotone" | "battery-warning-vertical-fill" | "battery-warning-vertical-light" | "battery-warning-vertical-thin" | "beach-ball-bold" | "beach-ball-duotone" | "beach-ball-fill" | "beach-ball-light" | "beach-ball-thin" | "beanie-bold" | "beanie-duotone" | "beanie-light" | "beanie-thin" | "bed-duotone" | "bed-thin" | "beer-bottle-bold" | "beer-bottle-duotone" | "beer-bottle-fill" | "beer-bottle-light" | "beer-bottle-thin" | "beer-stein-bold" | "beer-stein-duotone" | "beer-stein-fill" | "beer-stein-light" | "beer-stein-thin" | "behance-logo" | "behance-logo-bold" | "behance-logo-duotone" | "behance-logo-fill" | "behance-logo-light" | "behance-logo-thin" | "bell-duotone" | "bell-ringing-bold" | "bell-ringing-duotone" | "bell-ringing-light" | "bell-ringing-thin" | "bell-simple" | "bell-simple-bold" | "bell-simple-duotone" | "bell-simple-fill" | "bell-simple-light" | "bell-simple-ringing" | "bell-simple-ringing-bold" | "bell-simple-ringing-duotone" | "bell-simple-ringing-fill" | "bell-simple-ringing-light" | "bell-simple-ringing-thin" | "bell-simple-slash" | "bell-simple-slash-bold" | "bell-simple-slash-duotone" | "bell-simple-slash-fill" | "bell-simple-slash-light" | "bell-simple-slash-thin" | "bell-simple-thin" | "bell-simple-z" | "bell-simple-z-bold" | "bell-simple-z-duotone" | "bell-simple-z-fill" | "bell-simple-z-light" | "bell-simple-z-thin" | "bell-slash-bold" | "bell-slash-duotone" | "bell-slash-light" | "bell-slash-thin" | "bell-thin" | "bell-z-bold" | "bell-z-duotone" | "bell-z-fill" | "bell-z-light" | "bell-z-thin" | "belt-bold" | "belt-duotone" | "belt-fill" | "belt-light" | "belt-thin" | "bezier-curve-bold" | "bezier-curve-duotone" | "bezier-curve-fill" | "bezier-curve-light" | "bezier-curve-thin" | "bicycle-bold" | "bicycle-duotone" | "bicycle-fill" | "bicycle-light" | "bicycle-thin" | "binary-bold" | "binary-duotone" | "binary-fill" | "binary-light" | "binary-thin" | "binoculars-bold" | "binoculars-duotone" | "binoculars-light" | "binoculars-thin" | "biohazard-bold" | "biohazard-duotone" | "biohazard-fill" | "biohazard-light" | "biohazard-thin" | "bird-bold" | "bird-duotone" | "bird-light" | "bird-thin" | "blueprint-bold" | "blueprint-duotone" | "blueprint-fill" | "blueprint-light" | "blueprint-thin" | "bluetooth-connected-bold" | "bluetooth-connected-duotone" | "bluetooth-connected-fill" | "bluetooth-connected-light" | "bluetooth-connected-thin" | "bluetooth-slash-bold" | "bluetooth-slash-duotone" | "bluetooth-slash-fill" | "bluetooth-slash-light" | "bluetooth-slash-thin" | "bluetooth-x-bold" | "bluetooth-x-duotone" | "bluetooth-x-fill" | "bluetooth-x-light" | "bluetooth-x-thin" | "boat-bold" | "boat-duotone" | "boat-fill" | "boat-light" | "boat-thin" | "bomb-duotone" | "bomb-light" | "bomb-thin" | "bone-duotone" | "bone-light" | "bone-thin" | "book-bookmark-duotone" | "book-bookmark-fill" | "book-bookmark-light" | "book-bookmark-thin" | "book-open-bold" | "book-open-text-bold" | "book-open-text-duotone" | "book-open-text-fill" | "book-open-text-light" | "book-open-text-thin" | "book-open-thin" | "book-open-user" | "book-open-user-bold" | "book-open-user-duotone" | "book-open-user-fill" | "book-open-user-light" | "book-open-user-thin" | "book-thin" | "bookmark-simple" | "bookmark-simple-bold" | "bookmark-simple-duotone" | "bookmark-simple-fill" | "bookmark-simple-light" | "bookmark-simple-thin" | "bookmarks-bold" | "bookmarks-duotone" | "bookmarks-light" | "bookmarks-simple" | "bookmarks-simple-bold" | "bookmarks-simple-duotone" | "bookmarks-simple-fill" | "bookmarks-simple-light" | "bookmarks-simple-thin" | "bookmarks-thin" | "books-bold" | "books-duotone" | "books-fill" | "books-light" | "books-thin" | "boot-bold" | "boot-duotone" | "boot-fill" | "boot-light" | "boot-thin" | "boules" | "boules-bold" | "boules-duotone" | "boules-fill" | "boules-light" | "boules-thin" | "bounding-box-bold" | "bounding-box-duotone" | "bounding-box-fill" | "bounding-box-light" | "bounding-box-thin" | "bowl-food-bold" | "bowl-food-duotone" | "bowl-food-fill" | "bowl-food-light" | "bowl-food-thin" | "bowl-steam" | "bowl-steam-bold" | "bowl-steam-duotone" | "bowl-steam-fill" | "bowl-steam-light" | "bowl-steam-thin" | "bowling-ball-bold" | "bowling-ball-duotone" | "bowling-ball-fill" | "bowling-ball-light" | "bowling-ball-thin" | "box-arrow-down-bold" | "box-arrow-down-duotone" | "box-arrow-down-fill" | "box-arrow-down-light" | "box-arrow-down-thin" | "box-arrow-up-bold" | "box-arrow-up-duotone" | "box-arrow-up-fill" | "box-arrow-up-light" | "box-arrow-up-thin" | "boxing-glove-bold" | "boxing-glove-duotone" | "boxing-glove-fill" | "boxing-glove-light" | "boxing-glove-thin" | "brackets-angle-bold" | "brackets-angle-duotone" | "brackets-angle-light" | "brackets-angle-thin" | "brackets-curly-bold" | "brackets-curly-duotone" | "brackets-curly-fill" | "brackets-curly-light" | "brackets-curly-thin" | "brackets-round-bold" | "brackets-round-duotone" | "brackets-round-fill" | "brackets-round-light" | "brackets-round-thin" | "brackets-square" | "brackets-square-bold" | "brackets-square-duotone" | "brackets-square-fill" | "brackets-square-light" | "brackets-square-thin" | "brain-bold" | "brain-duotone" | "brain-light" | "brain-thin" | "brandy" | "brandy-bold" | "brandy-duotone" | "brandy-fill" | "brandy-light" | "brandy-thin" | "bread-bold" | "bread-duotone" | "bread-light" | "bread-thin" | "bridge-bold" | "bridge-duotone" | "bridge-light" | "bridge-thin" | "briefcase-metal" | "briefcase-metal-bold" | "briefcase-metal-duotone" | "briefcase-metal-fill" | "briefcase-metal-light" | "briefcase-metal-thin" | "broadcast-bold" | "broadcast-duotone" | "broadcast-light" | "broadcast-thin" | "broom-duotone" | "broom-light" | "broom-thin" | "browser-bold" | "browser-duotone" | "browser-light" | "browser-thin" | "browsers-bold" | "browsers-duotone" | "browsers-fill" | "browsers-light" | "browsers-thin" | "bug-beetle" | "bug-beetle-bold" | "bug-beetle-duotone" | "bug-beetle-fill" | "bug-beetle-light" | "bug-beetle-thin" | "bug-droid" | "bug-droid-bold" | "bug-droid-duotone" | "bug-droid-fill" | "bug-droid-light" | "bug-droid-thin" | "bug-thin" | "building-apartment" | "building-apartment-bold" | "building-apartment-duotone" | "building-apartment-fill" | "building-apartment-light" | "building-apartment-thin" | "building-bold" | "building-duotone" | "building-light" | "building-office-bold" | "building-office-duotone" | "building-office-fill" | "building-office-light" | "building-office-thin" | "building-thin" | "buildings-duotone" | "buildings-light" | "buildings-thin" | "bulldozer-bold" | "bulldozer-duotone" | "bulldozer-fill" | "bulldozer-light" | "bulldozer-thin" | "bus-duotone" | "bus-light" | "bus-thin" | "butterfly-bold" | "butterfly-duotone" | "butterfly-light" | "butterfly-thin" | "cable-car-bold" | "cable-car-duotone" | "cable-car-fill" | "cable-car-light" | "cable-car-thin" | "cactus-bold" | "cactus-duotone" | "cactus-light" | "cactus-thin" | "cake-bold" | "cake-duotone" | "cake-light" | "cake-thin" | "calendar-blank-bold" | "calendar-blank-duotone" | "calendar-blank-fill" | "calendar-blank-light" | "calendar-blank-thin" | "calendar-check-bold" | "calendar-check-duotone" | "calendar-check-light" | "calendar-check-thin" | "calendar-dot-bold" | "calendar-dot-duotone" | "calendar-dot-fill" | "calendar-dot-light" | "calendar-dot-thin" | "calendar-dots" | "calendar-dots-bold" | "calendar-dots-duotone" | "calendar-dots-fill" | "calendar-dots-light" | "calendar-dots-thin" | "calendar-heart-bold" | "calendar-heart-duotone" | "calendar-heart-light" | "calendar-heart-thin" | "calendar-minus-bold" | "calendar-minus-duotone" | "calendar-minus-light" | "calendar-minus-thin" | "calendar-plus-bold" | "calendar-plus-duotone" | "calendar-plus-light" | "calendar-plus-thin" | "calendar-slash-bold" | "calendar-slash-duotone" | "calendar-slash-fill" | "calendar-slash-light" | "calendar-slash-thin" | "calendar-star-bold" | "calendar-star-duotone" | "calendar-star-fill" | "calendar-star-light" | "calendar-star-thin" | "calendar-thin" | "calendar-x-bold" | "calendar-x-duotone" | "calendar-x-light" | "calendar-x-thin" | "call-bell" | "call-bell-bold" | "call-bell-duotone" | "call-bell-fill" | "call-bell-light" | "call-bell-thin" | "camera-plus-bold" | "camera-plus-duotone" | "camera-plus-fill" | "camera-plus-light" | "camera-plus-thin" | "camera-rotate-duotone" | "camera-rotate-light" | "camera-rotate-thin" | "camera-slash-bold" | "camera-slash-duotone" | "camera-slash-fill" | "camera-slash-light" | "camera-slash-thin" | "camera-thin" | "campfire-bold" | "campfire-duotone" | "campfire-light" | "campfire-thin" | "car-battery-bold" | "car-battery-duotone" | "car-battery-fill" | "car-battery-light" | "car-battery-thin" | "car-bold" | "car-duotone" | "car-profile" | "car-profile-bold" | "car-profile-duotone" | "car-profile-fill" | "car-profile-light" | "car-profile-thin" | "car-simple" | "car-simple-bold" | "car-simple-duotone" | "car-simple-fill" | "car-simple-light" | "car-simple-thin" | "car-thin" | "cardholder" | "cardholder-duotone" | "cardholder-fill" | "cardholder-light" | "cardholder-thin" | "cards-bold" | "cards-duotone" | "cards-fill" | "cards-light" | "cards-thin" | "cards-three" | "cards-three-bold" | "cards-three-duotone" | "cards-three-fill" | "cards-three-light" | "cards-three-thin" | "caret-circle-double-down" | "caret-circle-double-down-bold" | "caret-circle-double-down-duotone" | "caret-circle-double-down-fill" | "caret-circle-double-down-light" | "caret-circle-double-down-thin" | "caret-circle-double-left" | "caret-circle-double-left-bold" | "caret-circle-double-left-duotone" | "caret-circle-double-left-fill" | "caret-circle-double-left-light" | "caret-circle-double-left-thin" | "caret-circle-double-right" | "caret-circle-double-right-bold" | "caret-circle-double-right-duotone" | "caret-circle-double-right-fill" | "caret-circle-double-right-light" | "caret-circle-double-right-thin" | "caret-circle-double-up" | "caret-circle-double-up-bold" | "caret-circle-double-up-duotone" | "caret-circle-double-up-fill" | "caret-circle-double-up-light" | "caret-circle-double-up-thin" | "caret-circle-down-bold" | "caret-circle-down-duotone" | "caret-circle-down-fill" | "caret-circle-down-light" | "caret-circle-down-thin" | "caret-circle-left-bold" | "caret-circle-left-duotone" | "caret-circle-left-fill" | "caret-circle-left-light" | "caret-circle-left-thin" | "caret-circle-right-bold" | "caret-circle-right-duotone" | "caret-circle-right-fill" | "caret-circle-right-light" | "caret-circle-right-thin" | "caret-circle-up-bold" | "caret-circle-up-down" | "caret-circle-up-down-bold" | "caret-circle-up-down-duotone" | "caret-circle-up-down-fill" | "caret-circle-up-down-light" | "caret-circle-up-down-thin" | "caret-circle-up-duotone" | "caret-circle-up-fill" | "caret-circle-up-light" | "caret-circle-up-thin" | "caret-double-down" | "caret-double-down-bold" | "caret-double-down-duotone" | "caret-double-down-fill" | "caret-double-down-light" | "caret-double-down-thin" | "caret-double-left" | "caret-double-left-bold" | "caret-double-left-duotone" | "caret-double-left-fill" | "caret-double-left-light" | "caret-double-left-thin" | "caret-double-right" | "caret-double-right-bold" | "caret-double-right-duotone" | "caret-double-right-fill" | "caret-double-right-light" | "caret-double-right-thin" | "caret-double-up" | "caret-double-up-bold" | "caret-double-up-duotone" | "caret-double-up-fill" | "caret-double-up-light" | "caret-double-up-thin" | "caret-down-bold" | "caret-down-duotone" | "caret-down-light" | "caret-down-thin" | "caret-left-bold" | "caret-left-duotone" | "caret-left-light" | "caret-left-thin" | "caret-line-down" | "caret-line-down-bold" | "caret-line-down-duotone" | "caret-line-down-fill" | "caret-line-down-light" | "caret-line-down-thin" | "caret-line-left" | "caret-line-left-bold" | "caret-line-left-duotone" | "caret-line-left-fill" | "caret-line-left-light" | "caret-line-left-thin" | "caret-line-right" | "caret-line-right-bold" | "caret-line-right-duotone" | "caret-line-right-fill" | "caret-line-right-light" | "caret-line-right-thin" | "caret-line-up" | "caret-line-up-bold" | "caret-line-up-duotone" | "caret-line-up-fill" | "caret-line-up-light" | "caret-line-up-thin" | "caret-right-bold" | "caret-right-duotone" | "caret-right-light" | "caret-right-thin" | "caret-up-bold" | "caret-up-down-bold" | "caret-up-down-duotone" | "caret-up-down-fill" | "caret-up-down-light" | "caret-up-down-thin" | "caret-up-duotone" | "caret-up-light" | "caret-up-thin" | "carrot-bold" | "carrot-duotone" | "carrot-light" | "carrot-thin" | "cash-register-bold" | "cash-register-duotone" | "cash-register-fill" | "cash-register-light" | "cash-register-thin" | "cassette-tape-bold" | "cassette-tape-duotone" | "cassette-tape-fill" | "cassette-tape-light" | "cassette-tape-thin" | "castle-turret" | "castle-turret-bold" | "castle-turret-duotone" | "castle-turret-fill" | "castle-turret-light" | "castle-turret-thin" | "cat-duotone" | "cat-light" | "cat-thin" | "cell-signal-full" | "cell-signal-full-bold" | "cell-signal-full-duotone" | "cell-signal-full-fill" | "cell-signal-full-light" | "cell-signal-full-thin" | "cell-signal-high" | "cell-signal-high-bold" | "cell-signal-high-duotone" | "cell-signal-high-fill" | "cell-signal-high-light" | "cell-signal-high-thin" | "cell-signal-low" | "cell-signal-low-bold" | "cell-signal-low-duotone" | "cell-signal-low-fill" | "cell-signal-low-light" | "cell-signal-low-thin" | "cell-signal-medium" | "cell-signal-medium-bold" | "cell-signal-medium-duotone" | "cell-signal-medium-fill" | "cell-signal-medium-light" | "cell-signal-medium-thin" | "cell-signal-none" | "cell-signal-none-bold" | "cell-signal-none-duotone" | "cell-signal-none-fill" | "cell-signal-none-light" | "cell-signal-none-thin" | "cell-signal-slash" | "cell-signal-slash-bold" | "cell-signal-slash-duotone" | "cell-signal-slash-fill" | "cell-signal-slash-light" | "cell-signal-slash-thin" | "cell-signal-x" | "cell-signal-x-bold" | "cell-signal-x-duotone" | "cell-signal-x-fill" | "cell-signal-x-light" | "cell-signal-x-thin" | "cell-tower-bold" | "cell-tower-duotone" | "cell-tower-fill" | "cell-tower-light" | "cell-tower-thin" | "certificate-bold" | "certificate-duotone" | "certificate-light" | "certificate-thin" | "chair-duotone" | "chair-fill" | "chair-light" | "chair-thin" | "chalkboard-bold" | "chalkboard-duotone" | "chalkboard-fill" | "chalkboard-light" | "chalkboard-simple" | "chalkboard-simple-bold" | "chalkboard-simple-duotone" | "chalkboard-simple-fill" | "chalkboard-simple-light" | "chalkboard-simple-thin" | "chalkboard-teacher-bold" | "chalkboard-teacher-duotone" | "chalkboard-teacher-fill" | "chalkboard-teacher-light" | "chalkboard-teacher-thin" | "chalkboard-thin" | "champagne" | "champagne-bold" | "champagne-duotone" | "champagne-light" | "champagne-thin" | "charging-station-bold" | "charging-station-duotone" | "charging-station-fill" | "charging-station-light" | "charging-station-thin" | "chart-bar-bold" | "chart-bar-duotone" | "chart-bar-horizontal" | "chart-bar-horizontal-bold" | "chart-bar-horizontal-duotone" | "chart-bar-horizontal-fill" | "chart-bar-horizontal-light" | "chart-bar-horizontal-thin" | "chart-bar-light" | "chart-bar-thin" | "chart-donut-bold" | "chart-donut-duotone" | "chart-donut-fill" | "chart-donut-light" | "chart-donut-thin" | "chart-line-bold" | "chart-line-down" | "chart-line-down-bold" | "chart-line-down-duotone" | "chart-line-down-fill" | "chart-line-down-light" | "chart-line-down-thin" | "chart-line-light" | "chart-line-thin" | "chart-line-up" | "chart-line-up-bold" | "chart-line-up-duotone" | "chart-line-up-fill" | "chart-line-up-light" | "chart-line-up-thin" | "chart-pie-bold" | "chart-pie-duotone" | "chart-pie-light" | "chart-pie-slice" | "chart-pie-slice-bold" | "chart-pie-slice-duotone" | "chart-pie-slice-fill" | "chart-pie-slice-light" | "chart-pie-slice-thin" | "chart-pie-thin" | "chart-polar" | "chart-polar-bold" | "chart-polar-duotone" | "chart-polar-fill" | "chart-polar-light" | "chart-polar-thin" | "chart-scatter-bold" | "chart-scatter-duotone" | "chart-scatter-fill" | "chart-scatter-light" | "chart-scatter-thin" | "chat-bold" | "chat-centered" | "chat-centered-bold" | "chat-centered-dots" | "chat-centered-dots-bold" | "chat-centered-dots-duotone" | "chat-centered-dots-fill" | "chat-centered-dots-light" | "chat-centered-dots-thin" | "chat-centered-duotone" | "chat-centered-fill" | "chat-centered-light" | "chat-centered-slash" | "chat-centered-slash-bold" | "chat-centered-slash-duotone" | "chat-centered-slash-fill" | "chat-centered-slash-light" | "chat-centered-slash-thin" | "chat-centered-text" | "chat-centered-text-bold" | "chat-centered-text-duotone" | "chat-centered-text-fill" | "chat-centered-text-light" | "chat-centered-text-thin" | "chat-centered-thin" | "chat-circle-bold" | "chat-circle-dots-bold" | "chat-circle-dots-duotone" | "chat-circle-dots-fill" | "chat-circle-dots-light" | "chat-circle-dots-thin" | "chat-circle-duotone" | "chat-circle-fill" | "chat-circle-light" | "chat-circle-slash" | "chat-circle-slash-bold" | "chat-circle-slash-duotone" | "chat-circle-slash-fill" | "chat-circle-slash-light" | "chat-circle-slash-thin" | "chat-circle-text" | "chat-circle-text-bold" | "chat-circle-text-duotone" | "chat-circle-text-fill" | "chat-circle-text-light" | "chat-circle-text-thin" | "chat-circle-thin" | "chat-dots-duotone" | "chat-dots-light" | "chat-dots-thin" | "chat-slash" | "chat-slash-bold" | "chat-slash-duotone" | "chat-slash-fill" | "chat-slash-light" | "chat-slash-thin" | "chat-teardrop" | "chat-teardrop-bold" | "chat-teardrop-dots" | "chat-teardrop-dots-bold" | "chat-teardrop-dots-duotone" | "chat-teardrop-dots-fill" | "chat-teardrop-dots-light" | "chat-teardrop-dots-thin" | "chat-teardrop-duotone" | "chat-teardrop-fill" | "chat-teardrop-light" | "chat-teardrop-slash" | "chat-teardrop-slash-bold" | "chat-teardrop-slash-duotone" | "chat-teardrop-slash-fill" | "chat-teardrop-slash-light" | "chat-teardrop-slash-thin" | "chat-teardrop-text" | "chat-teardrop-text-bold" | "chat-teardrop-text-duotone" | "chat-teardrop-text-fill" | "chat-teardrop-text-light" | "chat-teardrop-text-thin" | "chat-teardrop-thin" | "chat-text-bold" | "chat-text-duotone" | "chat-text-light" | "chat-text-thin" | "chat-thin" | "chats-bold" | "chats-circle" | "chats-circle-bold" | "chats-circle-duotone" | "chats-circle-fill" | "chats-circle-light" | "chats-circle-thin" | "chats-duotone" | "chats-fill" | "chats-light" | "chats-teardrop" | "chats-teardrop-bold" | "chats-teardrop-duotone" | "chats-teardrop-fill" | "chats-teardrop-light" | "chats-teardrop-thin" | "chats-thin" | "check-circle-duotone" | "check-circle-light" | "check-circle-thin" | "check-fat" | "check-fat-bold" | "check-fat-duotone" | "check-fat-fill" | "check-fat-light" | "check-fat-thin" | "check-square-offset" | "check-square-offset-bold" | "check-square-offset-duotone" | "check-square-offset-fill" | "check-square-offset-light" | "check-square-offset-thin" | "checkerboard-bold" | "checkerboard-duotone" | "checkerboard-fill" | "checkerboard-light" | "checkerboard-thin" | "checks-bold" | "checks-duotone" | "checks-light" | "checks-thin" | "cheers" | "cheers-bold" | "cheers-duotone" | "cheers-fill" | "cheers-light" | "cheers-thin" | "cheese-bold" | "cheese-duotone" | "cheese-fill" | "cheese-light" | "cheese-thin" | "chef-hat-duotone" | "chef-hat-light" | "chef-hat-thin" | "cherries-bold" | "cherries-duotone" | "cherries-fill" | "cherries-light" | "cherries-thin" | "church-bold" | "church-duotone" | "church-light" | "church-thin" | "cigarette-bold" | "cigarette-duotone" | "cigarette-fill" | "cigarette-light" | "cigarette-slash-bold" | "cigarette-slash-duotone" | "cigarette-slash-fill" | "cigarette-slash-light" | "cigarette-slash-thin" | "cigarette-thin" | "circle-bold" | "circle-dashed-bold" | "circle-dashed-duotone" | "circle-dashed-fill" | "circle-dashed-light" | "circle-dashed-thin" | "circle-duotone" | "circle-half-bold" | "circle-half-duotone" | "circle-half-fill" | "circle-half-light" | "circle-half-thin" | "circle-half-tilt" | "circle-half-tilt-bold" | "circle-half-tilt-duotone" | "circle-half-tilt-fill" | "circle-half-tilt-light" | "circle-half-tilt-thin" | "circle-light" | "circle-notch-bold" | "circle-notch-duotone" | "circle-notch-fill" | "circle-notch-light" | "circle-notch-thin" | "circles-four" | "circles-four-bold" | "circles-four-duotone" | "circles-four-fill" | "circles-four-light" | "circles-four-thin" | "circles-three" | "circles-three-bold" | "circles-three-duotone" | "circles-three-fill" | "circles-three-light" | "circles-three-plus" | "circles-three-plus-bold" | "circles-three-plus-duotone" | "circles-three-plus-fill" | "circles-three-plus-light" | "circles-three-plus-thin" | "circles-three-thin" | "circuitry-bold" | "circuitry-duotone" | "circuitry-fill" | "circuitry-light" | "circuitry-thin" | "city-duotone" | "city-fill" | "city-light" | "city-thin" | "clipboard-duotone" | "clipboard-light" | "clipboard-text-duotone" | "clipboard-text-fill" | "clipboard-text-light" | "clipboard-text-thin" | "clipboard-thin" | "clock-afternoon" | "clock-afternoon-bold" | "clock-afternoon-duotone" | "clock-afternoon-fill" | "clock-afternoon-light" | "clock-afternoon-thin" | "clock-clockwise" | "clock-clockwise-bold" | "clock-clockwise-duotone" | "clock-clockwise-fill" | "clock-clockwise-light" | "clock-clockwise-thin" | "clock-countdown" | "clock-countdown-bold" | "clock-countdown-duotone" | "clock-countdown-fill" | "clock-countdown-light" | "clock-countdown-thin" | "clock-counter-clockwise" | "clock-counter-clockwise-bold" | "clock-counter-clockwise-duotone" | "clock-counter-clockwise-fill" | "clock-counter-clockwise-light" | "clock-counter-clockwise-thin" | "clock-user" | "clock-user-bold" | "clock-user-duotone" | "clock-user-fill" | "clock-user-light" | "clock-user-thin" | "closed-captioning-bold" | "closed-captioning-duotone" | "closed-captioning-light" | "closed-captioning-thin" | "cloud-arrow-down-bold" | "cloud-arrow-down-duotone" | "cloud-arrow-down-light" | "cloud-arrow-down-thin" | "cloud-arrow-up-bold" | "cloud-arrow-up-duotone" | "cloud-arrow-up-light" | "cloud-arrow-up-thin" | "cloud-check-duotone" | "cloud-check-light" | "cloud-check-thin" | "cloud-fog-bold" | "cloud-fog-duotone" | "cloud-fog-light" | "cloud-fog-thin" | "cloud-lightning-bold" | "cloud-lightning-duotone" | "cloud-lightning-light" | "cloud-lightning-thin" | "cloud-moon-bold" | "cloud-moon-duotone" | "cloud-moon-light" | "cloud-moon-thin" | "cloud-rain-duotone" | "cloud-rain-light" | "cloud-rain-thin" | "cloud-slash-bold" | "cloud-slash-duotone" | "cloud-slash-light" | "cloud-slash-thin" | "cloud-snow-bold" | "cloud-snow-duotone" | "cloud-snow-light" | "cloud-snow-thin" | "cloud-sun-duotone" | "cloud-sun-light" | "cloud-sun-thin" | "cloud-warning" | "cloud-warning-bold" | "cloud-warning-duotone" | "cloud-warning-fill" | "cloud-warning-light" | "cloud-warning-thin" | "cloud-x-bold" | "cloud-x-duotone" | "cloud-x-fill" | "cloud-x-light" | "cloud-x-thin" | "clover-bold" | "clover-duotone" | "clover-fill" | "clover-light" | "clover-thin" | "club-bold" | "club-duotone" | "club-fill" | "club-light" | "club-thin" | "coat-hanger-bold" | "coat-hanger-duotone" | "coat-hanger-fill" | "coat-hanger-light" | "coat-hanger-thin" | "coda-logo" | "coda-logo-bold" | "coda-logo-duotone" | "coda-logo-fill" | "coda-logo-light" | "coda-logo-thin" | "code-block-bold" | "code-block-duotone" | "code-block-fill" | "code-block-light" | "code-block-thin" | "code-duotone" | "code-simple" | "code-simple-bold" | "code-simple-duotone" | "code-simple-fill" | "code-simple-light" | "code-simple-thin" | "code-thin" | "codepen-logo" | "codepen-logo-bold" | "codepen-logo-duotone" | "codepen-logo-fill" | "codepen-logo-light" | "codepen-logo-thin" | "codesandbox-logo" | "codesandbox-logo-bold" | "codesandbox-logo-duotone" | "codesandbox-logo-fill" | "codesandbox-logo-light" | "codesandbox-logo-thin" | "coffee-bean-bold" | "coffee-bean-duotone" | "coffee-bean-fill" | "coffee-bean-light" | "coffee-bean-thin" | "coffee-bold" | "coffee-duotone" | "coffee-fill" | "coffee-light" | "coffee-thin" | "coin-bold" | "coin-duotone" | "coin-light" | "coin-thin" | "coin-vertical" | "coin-vertical-bold" | "coin-vertical-duotone" | "coin-vertical-fill" | "coin-vertical-light" | "coin-vertical-thin" | "coins-bold" | "coins-duotone" | "coins-light" | "coins-thin" | "columns-bold" | "columns-duotone" | "columns-fill" | "columns-light" | "columns-plus-left" | "columns-plus-left-bold" | "columns-plus-left-duotone" | "columns-plus-left-fill" | "columns-plus-left-light" | "columns-plus-left-thin" | "columns-plus-right" | "columns-plus-right-bold" | "columns-plus-right-duotone" | "columns-plus-right-fill" | "columns-plus-right-light" | "columns-plus-right-thin" | "columns-thin" | "command-duotone" | "command-light" | "command-thin" | "compass-rose-bold" | "compass-rose-duotone" | "compass-rose-fill" | "compass-rose-light" | "compass-rose-thin" | "compass-thin" | "compass-tool" | "compass-tool-bold" | "compass-tool-duotone" | "compass-tool-fill" | "compass-tool-light" | "compass-tool-thin" | "computer-tower" | "computer-tower-bold" | "computer-tower-duotone" | "computer-tower-fill" | "computer-tower-light" | "computer-tower-thin" | "confetti-duotone" | "confetti-fill" | "confetti-light" | "confetti-thin" | "contactless-payment-bold" | "contactless-payment-duotone" | "contactless-payment-fill" | "contactless-payment-light" | "contactless-payment-thin" | "control-bold" | "control-duotone" | "control-fill" | "control-light" | "control-thin" | "cookie-bold" | "cookie-duotone" | "cookie-light" | "cookie-thin" | "cooking-pot-bold" | "cooking-pot-duotone" | "cooking-pot-fill" | "cooking-pot-light" | "cooking-pot-thin" | "copy-simple" | "copy-simple-bold" | "copy-simple-duotone" | "copy-simple-fill" | "copy-simple-light" | "copy-simple-thin" | "copyleft-bold" | "copyleft-duotone" | "copyleft-light" | "copyleft-thin" | "copyright-duotone" | "copyright-light" | "copyright-thin" | "corners-in" | "corners-in-bold" | "corners-in-duotone" | "corners-in-fill" | "corners-in-light" | "corners-in-thin" | "corners-out" | "corners-out-bold" | "corners-out-duotone" | "corners-out-fill" | "corners-out-light" | "corners-out-thin" | "couch-bold" | "couch-duotone" | "couch-fill" | "couch-light" | "couch-thin" | "court-basketball" | "court-basketball-bold" | "court-basketball-duotone" | "court-basketball-fill" | "court-basketball-light" | "court-basketball-thin" | "cow-bold" | "cow-duotone" | "cow-fill" | "cow-light" | "cow-thin" | "cowboy-hat-bold" | "cowboy-hat-duotone" | "cowboy-hat-fill" | "cowboy-hat-light" | "cowboy-hat-thin" | "cpu-duotone" | "cpu-thin" | "crane-bold" | "crane-duotone" | "crane-fill" | "crane-light" | "crane-thin" | "crane-tower" | "crane-tower-bold" | "crane-tower-duotone" | "crane-tower-fill" | "crane-tower-light" | "crane-tower-thin" | "cricket-bold" | "cricket-duotone" | "cricket-fill" | "cricket-light" | "cricket-thin" | "crop-duotone" | "crop-light" | "crop-thin" | "cross-bold" | "cross-duotone" | "cross-light" | "cross-thin" | "crosshair-bold" | "crosshair-duotone" | "crosshair-light" | "crosshair-simple" | "crosshair-simple-bold" | "crosshair-simple-duotone" | "crosshair-simple-fill" | "crosshair-simple-light" | "crosshair-simple-thin" | "crosshair-thin" | "crown-cross" | "crown-cross-bold" | "crown-cross-duotone" | "crown-cross-fill" | "crown-cross-light" | "crown-cross-thin" | "crown-duotone" | "crown-fill" | "crown-light" | "crown-simple" | "crown-simple-bold" | "crown-simple-duotone" | "crown-simple-fill" | "crown-simple-light" | "crown-simple-thin" | "crown-thin" | "cube-bold" | "cube-duotone" | "cube-focus" | "cube-focus-bold" | "cube-focus-duotone" | "cube-focus-fill" | "cube-focus-light" | "cube-focus-thin" | "cube-light" | "cube-thin" | "cube-transparent-bold" | "cube-transparent-duotone" | "cube-transparent-fill" | "cube-transparent-light" | "cube-transparent-thin" | "currency-btc-bold" | "currency-btc-duotone" | "currency-btc-fill" | "currency-btc-light" | "currency-btc-thin" | "currency-circle-dollar" | "currency-circle-dollar-bold" | "currency-circle-dollar-duotone" | "currency-circle-dollar-fill" | "currency-circle-dollar-light" | "currency-circle-dollar-thin" | "currency-cny-bold" | "currency-cny-duotone" | "currency-cny-light" | "currency-cny-thin" | "currency-dollar-bold" | "currency-dollar-duotone" | "currency-dollar-light" | "currency-dollar-simple" | "currency-dollar-simple-bold" | "currency-dollar-simple-duotone" | "currency-dollar-simple-fill" | "currency-dollar-simple-light" | "currency-dollar-simple-thin" | "currency-dollar-thin" | "currency-eth-bold" | "currency-eth-duotone" | "currency-eth-fill" | "currency-eth-light" | "currency-eth-thin" | "currency-eur-bold" | "currency-eur-duotone" | "currency-eur-fill" | "currency-eur-light" | "currency-eur-thin" | "currency-gbp-bold" | "currency-gbp-duotone" | "currency-gbp-fill" | "currency-gbp-light" | "currency-gbp-thin" | "currency-inr-bold" | "currency-inr-duotone" | "currency-inr-fill" | "currency-inr-light" | "currency-inr-thin" | "currency-jpy-bold" | "currency-jpy-duotone" | "currency-jpy-fill" | "currency-jpy-light" | "currency-jpy-thin" | "currency-krw-bold" | "currency-krw-duotone" | "currency-krw-fill" | "currency-krw-light" | "currency-krw-thin" | "currency-kzt-bold" | "currency-kzt-duotone" | "currency-kzt-fill" | "currency-kzt-light" | "currency-kzt-thin" | "currency-ngn-bold" | "currency-ngn-duotone" | "currency-ngn-fill" | "currency-ngn-light" | "currency-ngn-thin" | "currency-rub-bold" | "currency-rub-duotone" | "currency-rub-fill" | "currency-rub-light" | "currency-rub-thin" | "cursor-click-bold" | "cursor-click-duotone" | "cursor-click-fill" | "cursor-click-light" | "cursor-click-thin" | "cursor-text-bold" | "cursor-text-duotone" | "cursor-text-light" | "cursor-text-thin" | "cylinder-bold" | "cylinder-duotone" | "cylinder-light" | "cylinder-thin" | "database-thin" | "desk-bold" | "desk-thin" | "desktop-bold" | "desktop-duotone" | "desktop-fill" | "desktop-thin" | "desktop-tower-bold" | "desktop-tower-duotone" | "desktop-tower-fill" | "desktop-tower-light" | "desktop-tower-thin" | "detective-bold" | "detective-duotone" | "detective-fill" | "detective-thin" | "dev-to-logo" | "dev-to-logo-bold" | "dev-to-logo-duotone" | "dev-to-logo-fill" | "dev-to-logo-light" | "dev-to-logo-thin" | "device-mobile-bold" | "device-mobile-camera" | "device-mobile-camera-bold" | "device-mobile-camera-duotone" | "device-mobile-camera-fill" | "device-mobile-camera-light" | "device-mobile-camera-thin" | "device-mobile-duotone" | "device-mobile-fill" | "device-mobile-light" | "device-mobile-slash" | "device-mobile-slash-bold" | "device-mobile-slash-duotone" | "device-mobile-slash-fill" | "device-mobile-slash-light" | "device-mobile-slash-thin" | "device-mobile-speaker" | "device-mobile-speaker-bold" | "device-mobile-speaker-duotone" | "device-mobile-speaker-fill" | "device-mobile-speaker-light" | "device-mobile-speaker-thin" | "device-mobile-thin" | "device-rotate-bold" | "device-rotate-duotone" | "device-rotate-fill" | "device-rotate-light" | "device-rotate-thin" | "device-tablet-bold" | "device-tablet-camera" | "device-tablet-camera-bold" | "device-tablet-camera-duotone" | "device-tablet-camera-fill" | "device-tablet-camera-light" | "device-tablet-camera-thin" | "device-tablet-duotone" | "device-tablet-fill" | "device-tablet-light" | "device-tablet-speaker" | "device-tablet-speaker-bold" | "device-tablet-speaker-duotone" | "device-tablet-speaker-fill" | "device-tablet-speaker-light" | "device-tablet-speaker-thin" | "device-tablet-thin" | "devices-duotone" | "devices-fill" | "devices-light" | "devices-thin" | "diamond-bold" | "diamond-duotone" | "diamond-light" | "diamond-thin" | "diamonds-four" | "diamonds-four-bold" | "diamonds-four-duotone" | "diamonds-four-fill" | "diamonds-four-light" | "diamonds-four-thin" | "dice-five-bold" | "dice-five-duotone" | "dice-five-fill" | "dice-five-light" | "dice-five-thin" | "dice-four-bold" | "dice-four-duotone" | "dice-four-fill" | "dice-four-light" | "dice-four-thin" | "dice-one-bold" | "dice-one-duotone" | "dice-one-fill" | "dice-one-light" | "dice-one-thin" | "dice-six-bold" | "dice-six-duotone" | "dice-six-fill" | "dice-six-light" | "dice-six-thin" | "dice-three-bold" | "dice-three-duotone" | "dice-three-fill" | "dice-three-light" | "dice-three-thin" | "dice-two-bold" | "dice-two-duotone" | "dice-two-fill" | "dice-two-light" | "dice-two-thin" | "disc-bold" | "disc-duotone" | "disc-light" | "disc-thin" | "disco-ball" | "disco-ball-bold" | "disco-ball-duotone" | "disco-ball-fill" | "disco-ball-light" | "disco-ball-thin" | "discord-logo" | "discord-logo-bold" | "discord-logo-duotone" | "discord-logo-fill" | "discord-logo-light" | "discord-logo-thin" | "divide-bold" | "divide-duotone" | "divide-light" | "divide-thin" | "dna-duotone" | "dna-thin" | "dog-bold" | "dog-duotone" | "dog-light" | "dog-thin" | "door-bold" | "door-duotone" | "door-light" | "door-open-bold" | "door-open-duotone" | "door-open-light" | "door-open-thin" | "door-thin" | "dot-bold" | "dot-duotone" | "dot-fill" | "dot-light" | "dot-outline" | "dot-outline-bold" | "dot-outline-duotone" | "dot-outline-fill" | "dot-outline-light" | "dot-outline-thin" | "dot-thin" | "dots-nine" | "dots-nine-bold" | "dots-nine-duotone" | "dots-nine-fill" | "dots-nine-light" | "dots-nine-thin" | "dots-six" | "dots-six-bold" | "dots-six-duotone" | "dots-six-fill" | "dots-six-light" | "dots-six-thin" | "dots-six-vertical" | "dots-six-vertical-bold" | "dots-six-vertical-duotone" | "dots-six-vertical-fill" | "dots-six-vertical-light" | "dots-six-vertical-thin" | "dots-three" | "dots-three-bold" | "dots-three-circle" | "dots-three-circle-bold" | "dots-three-circle-duotone" | "dots-three-circle-fill" | "dots-three-circle-light" | "dots-three-circle-thin" | "dots-three-circle-vertical" | "dots-three-circle-vertical-bold" | "dots-three-circle-vertical-duotone" | "dots-three-circle-vertical-fill" | "dots-three-circle-vertical-light" | "dots-three-circle-vertical-thin" | "dots-three-duotone" | "dots-three-fill" | "dots-three-light" | "dots-three-outline" | "dots-three-outline-bold" | "dots-three-outline-duotone" | "dots-three-outline-fill" | "dots-three-outline-light" | "dots-three-outline-thin" | "dots-three-outline-vertical" | "dots-three-outline-vertical-bold" | "dots-three-outline-vertical-duotone" | "dots-three-outline-vertical-fill" | "dots-three-outline-vertical-light" | "dots-three-outline-vertical-thin" | "dots-three-thin" | "dots-three-vertical-bold" | "dots-three-vertical-duotone" | "dots-three-vertical-fill" | "dots-three-vertical-light" | "dots-three-vertical-thin" | "download-simple" | "download-simple-bold" | "download-simple-duotone" | "download-simple-fill" | "download-simple-light" | "download-simple-thin" | "dress-bold" | "dress-duotone" | "dress-light" | "dress-thin" | "dresser-bold" | "dresser-duotone" | "dresser-fill" | "dresser-light" | "dresser-thin" | "dribbble-logo" | "dribbble-logo-bold" | "dribbble-logo-duotone" | "dribbble-logo-fill" | "dribbble-logo-light" | "dribbble-logo-thin" | "drone-bold" | "drone-duotone" | "drone-thin" | "drop-bold" | "drop-duotone" | "drop-half" | "drop-half-bold" | "drop-half-bottom" | "drop-half-bottom-bold" | "drop-half-bottom-duotone" | "drop-half-bottom-fill" | "drop-half-bottom-light" | "drop-half-bottom-thin" | "drop-half-duotone" | "drop-half-fill" | "drop-half-light" | "drop-half-thin" | "drop-light" | "drop-simple" | "drop-simple-bold" | "drop-simple-duotone" | "drop-simple-fill" | "drop-simple-light" | "drop-simple-thin" | "drop-slash" | "drop-slash-bold" | "drop-slash-duotone" | "drop-slash-fill" | "drop-slash-light" | "drop-slash-thin" | "drop-thin" | "dropbox-logo-bold" | "dropbox-logo-duotone" | "dropbox-logo-fill" | "dropbox-logo-light" | "dropbox-logo-thin" | "ear-bold" | "ear-duotone" | "ear-slash-bold" | "ear-slash-duotone" | "ear-slash-fill" | "ear-slash-light" | "ear-slash-thin" | "ear-thin" | "egg-bold" | "egg-crack" | "egg-crack-bold" | "egg-crack-duotone" | "egg-crack-light" | "egg-crack-thin" | "egg-duotone" | "egg-light" | "egg-thin" | "eject-bold" | "eject-duotone" | "eject-light" | "eject-simple" | "eject-simple-bold" | "eject-simple-duotone" | "eject-simple-fill" | "eject-simple-light" | "eject-simple-thin" | "eject-thin" | "elevator-bold" | "elevator-duotone" | "elevator-fill" | "elevator-light" | "elevator-thin" | "empty-bold" | "empty-duotone" | "empty-fill" | "empty-light" | "empty-thin" | "engine-bold" | "engine-duotone" | "engine-light" | "engine-thin" | "envelope-bold" | "envelope-duotone" | "envelope-light" | "envelope-open-bold" | "envelope-open-duotone" | "envelope-open-light" | "envelope-open-thin" | "envelope-simple" | "envelope-simple-bold" | "envelope-simple-duotone" | "envelope-simple-fill" | "envelope-simple-light" | "envelope-simple-open" | "envelope-simple-open-bold" | "envelope-simple-open-duotone" | "envelope-simple-open-fill" | "envelope-simple-open-light" | "envelope-simple-open-thin" | "envelope-simple-thin" | "envelope-thin" | "equalizer-bold" | "equalizer-duotone" | "equalizer-light" | "equalizer-thin" | "equals-bold" | "equals-duotone" | "equals-fill" | "equals-light" | "equals-thin" | "eraser-duotone" | "eraser-light" | "eraser-thin" | "escalator-down-bold" | "escalator-down-duotone" | "escalator-down-light" | "escalator-down-thin" | "escalator-up-bold" | "escalator-up-duotone" | "escalator-up-light" | "escalator-up-thin" | "exam" | "exam-bold" | "exam-duotone" | "exam-fill" | "exam-light" | "exam-thin" | "exclamation-mark-bold" | "exclamation-mark-duotone" | "exclamation-mark-fill" | "exclamation-mark-light" | "exclamation-mark-thin" | "exclude-bold" | "exclude-duotone" | "exclude-light" | "exclude-square" | "exclude-square-bold" | "exclude-square-duotone" | "exclude-square-fill" | "exclude-square-light" | "exclude-square-thin" | "exclude-thin" | "export-thin" | "eye-closed-duotone" | "eye-closed-fill" | "eye-closed-light" | "eye-closed-thin" | "eye-slash-bold" | "eye-slash-duotone" | "eye-slash-light" | "eye-slash-thin" | "eyedropper-bold" | "eyedropper-duotone" | "eyedropper-fill" | "eyedropper-light" | "eyedropper-sample" | "eyedropper-sample-bold" | "eyedropper-sample-duotone" | "eyedropper-sample-fill" | "eyedropper-sample-light" | "eyedropper-sample-thin" | "eyedropper-thin" | "eyeglasses-bold" | "eyeglasses-duotone" | "eyeglasses-fill" | "eyeglasses-light" | "eyeglasses-thin" | "eyes-bold" | "eyes-duotone" | "eyes-fill" | "eyes-light" | "eyes-thin" | "face-mask-bold" | "face-mask-duotone" | "face-mask-light" | "face-mask-thin" | "facebook-logo-bold" | "facebook-logo-duotone" | "facebook-logo-fill" | "facebook-logo-light" | "facebook-logo-thin" | "factory-bold" | "factory-duotone" | "factory-light" | "factory-thin" | "faders" | "faders-bold" | "faders-duotone" | "faders-fill" | "faders-horizontal" | "faders-horizontal-bold" | "faders-horizontal-duotone" | "faders-horizontal-fill" | "faders-horizontal-light" | "faders-horizontal-thin" | "faders-light" | "faders-thin" | "fallout-shelter-bold" | "fallout-shelter-duotone" | "fallout-shelter-fill" | "fallout-shelter-light" | "fallout-shelter-thin" | "fan-bold" | "fan-duotone" | "fan-light" | "fan-thin" | "farm-bold" | "farm-duotone" | "farm-fill" | "farm-light" | "farm-thin" | "fast-forward-bold" | "fast-forward-circle-bold" | "fast-forward-circle-duotone" | "fast-forward-circle-light" | "fast-forward-circle-thin" | "fast-forward-duotone" | "fast-forward-light" | "fast-forward-thin" | "feather-bold" | "feather-duotone" | "feather-fill" | "feather-light" | "feather-thin" | "fediverse-logo" | "fediverse-logo-bold" | "fediverse-logo-duotone" | "fediverse-logo-fill" | "fediverse-logo-light" | "fediverse-logo-thin" | "figma-logo" | "figma-logo-bold" | "figma-logo-duotone" | "figma-logo-fill" | "figma-logo-light" | "figma-logo-thin" | "file-archive-bold" | "file-archive-duotone" | "file-archive-fill" | "file-archive-light" | "file-archive-thin" | "file-arrow-down-bold" | "file-arrow-down-duotone" | "file-arrow-down-light" | "file-arrow-down-thin" | "file-arrow-up-bold" | "file-arrow-up-duotone" | "file-arrow-up-light" | "file-arrow-up-thin" | "file-c" | "file-c-bold" | "file-c-duotone" | "file-c-fill" | "file-c-light" | "file-c-sharp" | "file-c-sharp-bold" | "file-c-sharp-duotone" | "file-c-sharp-fill" | "file-c-sharp-light" | "file-c-sharp-thin" | "file-c-thin" | "file-cloud-bold" | "file-cloud-duotone" | "file-cloud-light" | "file-cloud-thin" | "file-code-bold" | "file-code-duotone" | "file-code-light" | "file-code-thin" | "file-cpp" | "file-cpp-bold" | "file-cpp-duotone" | "file-cpp-fill" | "file-cpp-light" | "file-cpp-thin" | "file-css-bold" | "file-css-duotone" | "file-css-fill" | "file-css-light" | "file-css-thin" | "file-csv-bold" | "file-csv-duotone" | "file-csv-fill" | "file-csv-light" | "file-csv-thin" | "file-dashed" | "file-dashed-bold" | "file-dashed-duotone" | "file-dashed-fill" | "file-dashed-light" | "file-dashed-thin" | "file-doc-bold" | "file-doc-duotone" | "file-doc-fill" | "file-doc-light" | "file-doc-thin" | "file-html-bold" | "file-html-duotone" | "file-html-fill" | "file-html-light" | "file-html-thin" | "file-ini" | "file-ini-bold" | "file-ini-duotone" | "file-ini-fill" | "file-ini-light" | "file-ini-thin" | "file-jpg-bold" | "file-jpg-duotone" | "file-jpg-fill" | "file-jpg-light" | "file-jpg-thin" | "file-js-bold" | "file-js-duotone" | "file-js-fill" | "file-js-light" | "file-js-thin" | "file-jsx" | "file-jsx-bold" | "file-jsx-duotone" | "file-jsx-fill" | "file-jsx-light" | "file-jsx-thin" | "file-lock-bold" | "file-lock-duotone" | "file-lock-light" | "file-lock-thin" | "file-magnifying-glass" | "file-magnifying-glass-bold" | "file-magnifying-glass-duotone" | "file-magnifying-glass-fill" | "file-magnifying-glass-light" | "file-magnifying-glass-thin" | "file-md-bold" | "file-md-duotone" | "file-md-fill" | "file-md-light" | "file-md-thin" | "file-minus-bold" | "file-minus-duotone" | "file-minus-light" | "file-minus-thin" | "file-pdf-bold" | "file-pdf-duotone" | "file-pdf-light" | "file-pdf-thin" | "file-plus-bold" | "file-plus-duotone" | "file-plus-light" | "file-plus-thin" | "file-png-bold" | "file-png-duotone" | "file-png-fill" | "file-png-light" | "file-png-thin" | "file-ppt-bold" | "file-ppt-duotone" | "file-ppt-light" | "file-ppt-thin" | "file-py" | "file-py-bold" | "file-py-duotone" | "file-py-fill" | "file-py-light" | "file-py-thin" | "file-rs" | "file-rs-bold" | "file-rs-duotone" | "file-rs-fill" | "file-rs-light" | "file-rs-thin" | "file-sql" | "file-sql-bold" | "file-sql-duotone" | "file-sql-fill" | "file-sql-light" | "file-sql-thin" | "file-svg" | "file-svg-bold" | "file-svg-duotone" | "file-svg-fill" | "file-svg-light" | "file-svg-thin" | "file-text-duotone" | "file-text-light" | "file-text-thin" | "file-ts" | "file-ts-bold" | "file-ts-duotone" | "file-ts-fill" | "file-ts-light" | "file-ts-thin" | "file-tsx" | "file-tsx-bold" | "file-tsx-duotone" | "file-tsx-fill" | "file-tsx-light" | "file-tsx-thin" | "file-txt-bold" | "file-txt-duotone" | "file-txt-fill" | "file-txt-light" | "file-txt-thin" | "file-vue" | "file-vue-bold" | "file-vue-duotone" | "file-vue-fill" | "file-vue-light" | "file-vue-thin" | "file-x-bold" | "file-x-duotone" | "file-x-light" | "file-x-thin" | "file-xls" | "file-xls-bold" | "file-xls-duotone" | "file-xls-fill" | "file-xls-light" | "file-xls-thin" | "file-zip-bold" | "file-zip-duotone" | "file-zip-light" | "file-zip-thin" | "files-bold" | "files-duotone" | "files-fill" | "files-light" | "files-thin" | "film-reel" | "film-reel-bold" | "film-reel-duotone" | "film-reel-fill" | "film-reel-light" | "film-reel-thin" | "film-script" | "film-script-bold" | "film-script-duotone" | "film-script-fill" | "film-script-light" | "film-script-thin" | "film-slate" | "film-slate-bold" | "film-slate-duotone" | "film-slate-fill" | "film-slate-light" | "film-slate-thin" | "film-strip-bold" | "film-strip-duotone" | "film-strip-fill" | "film-strip-light" | "film-strip-thin" | "fingerprint-bold" | "fingerprint-duotone" | "fingerprint-light" | "fingerprint-simple" | "fingerprint-simple-bold" | "fingerprint-simple-duotone" | "fingerprint-simple-fill" | "fingerprint-simple-light" | "fingerprint-simple-thin" | "fingerprint-thin" | "finn-the-human" | "finn-the-human-bold" | "finn-the-human-duotone" | "finn-the-human-fill" | "finn-the-human-light" | "finn-the-human-thin" | "fire-duotone" | "fire-extinguisher-bold" | "fire-extinguisher-duotone" | "fire-extinguisher-fill" | "fire-extinguisher-light" | "fire-extinguisher-thin" | "fire-simple" | "fire-simple-bold" | "fire-simple-duotone" | "fire-simple-fill" | "fire-simple-light" | "fire-simple-thin" | "fire-thin" | "fire-truck-bold" | "fire-truck-duotone" | "fire-truck-fill" | "fire-truck-light" | "fire-truck-thin" | "first-aid-bold" | "first-aid-duotone" | "first-aid-fill" | "first-aid-kit-bold" | "first-aid-kit-duotone" | "first-aid-kit-light" | "first-aid-kit-thin" | "first-aid-light" | "first-aid-thin" | "fish-bold" | "fish-duotone" | "fish-light" | "fish-simple" | "fish-simple-bold" | "fish-simple-duotone" | "fish-simple-fill" | "fish-simple-light" | "fish-simple-thin" | "fish-thin" | "flag-banner" | "flag-banner-bold" | "flag-banner-duotone" | "flag-banner-fill" | "flag-banner-fold" | "flag-banner-fold-bold" | "flag-banner-fold-duotone" | "flag-banner-fold-fill" | "flag-banner-fold-light" | "flag-banner-fold-thin" | "flag-banner-light" | "flag-banner-thin" | "flag-checkered-bold" | "flag-checkered-duotone" | "flag-checkered-fill" | "flag-checkered-light" | "flag-checkered-thin" | "flag-pennant" | "flag-pennant-bold" | "flag-pennant-duotone" | "flag-pennant-fill" | "flag-pennant-light" | "flag-pennant-thin" | "flame-duotone" | "flame-light" | "flame-thin" | "flashlight-duotone" | "flashlight-light" | "flashlight-thin" | "flask-bold" | "flask-duotone" | "flask-thin" | "flip-horizontal-duotone" | "flip-horizontal-light" | "flip-horizontal-thin" | "flip-vertical-duotone" | "flip-vertical-light" | "flip-vertical-thin" | "floppy-disk-back" | "floppy-disk-back-bold" | "floppy-disk-back-duotone" | "floppy-disk-back-fill" | "floppy-disk-back-light" | "floppy-disk-back-thin" | "floppy-disk-bold" | "floppy-disk-duotone" | "floppy-disk-fill" | "floppy-disk-light" | "floppy-disk-thin" | "flow-arrow" | "flow-arrow-bold" | "flow-arrow-duotone" | "flow-arrow-fill" | "flow-arrow-light" | "flow-arrow-thin" | "flower-bold" | "flower-duotone" | "flower-light" | "flower-lotus-bold" | "flower-lotus-duotone" | "flower-lotus-fill" | "flower-lotus-light" | "flower-lotus-thin" | "flower-thin" | "flower-tulip-bold" | "flower-tulip-duotone" | "flower-tulip-fill" | "flower-tulip-light" | "flower-tulip-thin" | "flying-saucer-bold" | "flying-saucer-duotone" | "flying-saucer-fill" | "flying-saucer-light" | "flying-saucer-thin" | "folder-dashed" | "folder-dashed-bold" | "folder-dashed-duotone" | "folder-dashed-fill" | "folder-dashed-light" | "folder-dashed-thin" | "folder-lock-bold" | "folder-lock-duotone" | "folder-lock-light" | "folder-lock-thin" | "folder-minus-bold" | "folder-minus-duotone" | "folder-minus-light" | "folder-minus-thin" | "folder-open-duotone" | "folder-open-thin" | "folder-plus-bold" | "folder-plus-duotone" | "folder-plus-light" | "folder-plus-thin" | "folder-simple" | "folder-simple-bold" | "folder-simple-dashed" | "folder-simple-dashed-bold" | "folder-simple-dashed-duotone" | "folder-simple-dashed-fill" | "folder-simple-dashed-light" | "folder-simple-dashed-thin" | "folder-simple-duotone" | "folder-simple-fill" | "folder-simple-light" | "folder-simple-lock" | "folder-simple-lock-bold" | "folder-simple-lock-duotone" | "folder-simple-lock-fill" | "folder-simple-lock-light" | "folder-simple-lock-thin" | "folder-simple-minus" | "folder-simple-minus-bold" | "folder-simple-minus-duotone" | "folder-simple-minus-fill" | "folder-simple-minus-light" | "folder-simple-minus-thin" | "folder-simple-plus" | "folder-simple-plus-bold" | "folder-simple-plus-duotone" | "folder-simple-plus-fill" | "folder-simple-plus-light" | "folder-simple-plus-thin" | "folder-simple-star" | "folder-simple-star-bold" | "folder-simple-star-duotone" | "folder-simple-star-fill" | "folder-simple-star-light" | "folder-simple-star-thin" | "folder-simple-thin" | "folder-simple-user" | "folder-simple-user-bold" | "folder-simple-user-duotone" | "folder-simple-user-fill" | "folder-simple-user-light" | "folder-simple-user-thin" | "folder-star-bold" | "folder-star-duotone" | "folder-star-light" | "folder-star-thin" | "folder-user" | "folder-user-bold" | "folder-user-duotone" | "folder-user-light" | "folder-user-thin" | "folders-bold" | "folders-duotone" | "folders-thin" | "football-duotone" | "football-helmet-bold" | "football-helmet-duotone" | "football-helmet-fill" | "football-helmet-light" | "football-helmet-thin" | "football-light" | "football-thin" | "footprints-bold" | "footprints-duotone" | "footprints-fill" | "footprints-light" | "footprints-thin" | "fork-knife-bold" | "fork-knife-duotone" | "fork-knife-light" | "fork-knife-thin" | "four-k" | "four-k-bold" | "four-k-duotone" | "four-k-fill" | "four-k-light" | "four-k-thin" | "frame-corners" | "frame-corners-bold" | "frame-corners-duotone" | "frame-corners-fill" | "frame-corners-light" | "frame-corners-thin" | "framer-logo" | "framer-logo-bold" | "framer-logo-duotone" | "framer-logo-fill" | "framer-logo-light" | "framer-logo-thin" | "function-bold" | "function-duotone" | "function-light" | "function-thin" | "funnel-simple" | "funnel-simple-bold" | "funnel-simple-duotone" | "funnel-simple-fill" | "funnel-simple-light" | "funnel-simple-thin" | "funnel-simple-x" | "funnel-simple-x-bold" | "funnel-simple-x-duotone" | "funnel-simple-x-fill" | "funnel-simple-x-light" | "funnel-simple-x-thin" | "funnel-x-bold" | "funnel-x-duotone" | "funnel-x-fill" | "funnel-x-light" | "funnel-x-thin" | "game-controller-bold" | "game-controller-duotone" | "game-controller-fill" | "game-controller-light" | "game-controller-thin" | "garage-duotone" | "garage-fill" | "garage-light" | "garage-thin" | "gas-can" | "gas-can-bold" | "gas-can-duotone" | "gas-can-fill" | "gas-can-light" | "gas-can-thin" | "gas-pump-bold" | "gas-pump-duotone" | "gas-pump-fill" | "gas-pump-light" | "gas-pump-thin" | "gauge-bold" | "gauge-duotone" | "gauge-fill" | "gauge-light" | "gauge-thin" | "gavel-bold" | "gavel-duotone" | "gavel-fill" | "gavel-light" | "gavel-thin" | "gear-bold" | "gear-duotone" | "gear-fine" | "gear-fine-bold" | "gear-fine-duotone" | "gear-fine-fill" | "gear-fine-light" | "gear-fine-thin" | "gear-light" | "gear-six" | "gear-six-bold" | "gear-six-duotone" | "gear-six-fill" | "gear-six-light" | "gear-six-thin" | "gear-thin" | "gender-female-bold" | "gender-female-duotone" | "gender-female-fill" | "gender-female-light" | "gender-female-thin" | "gender-intersex" | "gender-intersex-bold" | "gender-intersex-duotone" | "gender-intersex-fill" | "gender-intersex-light" | "gender-intersex-thin" | "gender-male-bold" | "gender-male-duotone" | "gender-male-fill" | "gender-male-light" | "gender-male-thin" | "gender-neuter-bold" | "gender-neuter-duotone" | "gender-neuter-fill" | "gender-neuter-light" | "gender-neuter-thin" | "gender-nonbinary" | "gender-nonbinary-bold" | "gender-nonbinary-duotone" | "gender-nonbinary-fill" | "gender-nonbinary-light" | "gender-nonbinary-thin" | "gender-transgender-bold" | "gender-transgender-duotone" | "gender-transgender-fill" | "gender-transgender-light" | "gender-transgender-thin" | "ghost-duotone" | "ghost-light" | "ghost-thin" | "gif-bold" | "gif-duotone" | "gif-light" | "gif-thin" | "git-branch-bold" | "git-branch-duotone" | "git-branch-light" | "git-branch-thin" | "git-commit-bold" | "git-commit-duotone" | "git-commit-light" | "git-commit-thin" | "git-diff-bold" | "git-diff-duotone" | "git-diff-fill" | "git-diff-light" | "git-diff-thin" | "git-fork-bold" | "git-fork-duotone" | "git-fork-light" | "git-fork-thin" | "git-merge-bold" | "git-merge-duotone" | "git-merge-light" | "git-merge-thin" | "git-pull-request-bold" | "git-pull-request-duotone" | "git-pull-request-light" | "git-pull-request-thin" | "github-logo-bold" | "github-logo-duotone" | "github-logo-fill" | "github-logo-light" | "github-logo-thin" | "gitlab-logo" | "gitlab-logo-bold" | "gitlab-logo-duotone" | "gitlab-logo-fill" | "gitlab-logo-light" | "gitlab-logo-simple" | "gitlab-logo-simple-bold" | "gitlab-logo-simple-duotone" | "gitlab-logo-simple-fill" | "gitlab-logo-simple-light" | "gitlab-logo-simple-thin" | "gitlab-logo-thin" | "globe-bold" | "globe-duotone" | "globe-hemisphere-east" | "globe-hemisphere-east-bold" | "globe-hemisphere-east-duotone" | "globe-hemisphere-east-fill" | "globe-hemisphere-east-light" | "globe-hemisphere-east-thin" | "globe-hemisphere-west" | "globe-hemisphere-west-bold" | "globe-hemisphere-west-duotone" | "globe-hemisphere-west-fill" | "globe-hemisphere-west-light" | "globe-hemisphere-west-thin" | "globe-simple" | "globe-simple-bold" | "globe-simple-duotone" | "globe-simple-fill" | "globe-simple-light" | "globe-simple-thin" | "globe-simple-x" | "globe-simple-x-bold" | "globe-simple-x-duotone" | "globe-simple-x-fill" | "globe-simple-x-light" | "globe-simple-x-thin" | "globe-stand-bold" | "globe-stand-duotone" | "globe-stand-fill" | "globe-stand-light" | "globe-stand-thin" | "globe-thin" | "globe-x" | "globe-x-bold" | "globe-x-duotone" | "globe-x-fill" | "globe-x-light" | "globe-x-thin" | "goggles-bold" | "goggles-duotone" | "goggles-light" | "goggles-thin" | "golf-duotone" | "golf-fill" | "golf-light" | "golf-thin" | "goodreads-logo" | "goodreads-logo-bold" | "goodreads-logo-duotone" | "goodreads-logo-fill" | "goodreads-logo-light" | "goodreads-logo-thin" | "google-cardboard-logo" | "google-cardboard-logo-bold" | "google-cardboard-logo-duotone" | "google-cardboard-logo-fill" | "google-cardboard-logo-light" | "google-cardboard-logo-thin" | "google-chrome-logo" | "google-chrome-logo-bold" | "google-chrome-logo-duotone" | "google-chrome-logo-fill" | "google-chrome-logo-light" | "google-chrome-logo-thin" | "google-drive-logo-bold" | "google-drive-logo-duotone" | "google-drive-logo-fill" | "google-drive-logo-light" | "google-drive-logo-thin" | "google-logo" | "google-logo-bold" | "google-logo-duotone" | "google-logo-fill" | "google-logo-light" | "google-logo-thin" | "google-photos-logo" | "google-photos-logo-bold" | "google-photos-logo-duotone" | "google-photos-logo-fill" | "google-photos-logo-light" | "google-photos-logo-thin" | "google-play-logo" | "google-play-logo-bold" | "google-play-logo-duotone" | "google-play-logo-fill" | "google-play-logo-light" | "google-play-logo-thin" | "google-podcasts-logo" | "google-podcasts-logo-bold" | "google-podcasts-logo-duotone" | "google-podcasts-logo-fill" | "google-podcasts-logo-light" | "google-podcasts-logo-thin" | "gps-duotone" | "gps-fix" | "gps-fix-bold" | "gps-fix-duotone" | "gps-fix-fill" | "gps-fix-light" | "gps-fix-thin" | "gps-light" | "gps-slash" | "gps-slash-bold" | "gps-slash-duotone" | "gps-slash-fill" | "gps-slash-light" | "gps-slash-thin" | "gps-thin" | "gradient-bold" | "gradient-duotone" | "gradient-fill" | "gradient-light" | "gradient-thin" | "graduation-cap-bold" | "graduation-cap-duotone" | "graduation-cap-light" | "graduation-cap-thin" | "grains" | "grains-bold" | "grains-duotone" | "grains-fill" | "grains-light" | "grains-slash" | "grains-slash-bold" | "grains-slash-duotone" | "grains-slash-fill" | "grains-slash-light" | "grains-slash-thin" | "grains-thin" | "graph-duotone" | "graph-fill" | "graph-light" | "graph-thin" | "graphics-card" | "graphics-card-bold" | "graphics-card-duotone" | "graphics-card-fill" | "graphics-card-light" | "graphics-card-thin" | "greater-than-bold" | "greater-than-duotone" | "greater-than-fill" | "greater-than-light" | "greater-than-or-equal-bold" | "greater-than-or-equal-duotone" | "greater-than-or-equal-fill" | "greater-than-or-equal-light" | "greater-than-or-equal-thin" | "greater-than-thin" | "grid-four-bold" | "grid-four-duotone" | "grid-four-fill" | "grid-four-light" | "grid-four-thin" | "grid-nine-bold" | "grid-nine-duotone" | "grid-nine-fill" | "grid-nine-light" | "grid-nine-thin" | "guitar-bold" | "guitar-duotone" | "guitar-light" | "guitar-thin" | "hair-dryer-bold" | "hair-dryer-duotone" | "hair-dryer-fill" | "hair-dryer-light" | "hair-dryer-thin" | "hamburger-bold" | "hamburger-duotone" | "hamburger-light" | "hamburger-thin" | "hammer-bold" | "hammer-duotone" | "hammer-light" | "hammer-thin" | "hand-arrow-down" | "hand-arrow-down-bold" | "hand-arrow-down-duotone" | "hand-arrow-down-fill" | "hand-arrow-down-light" | "hand-arrow-down-thin" | "hand-arrow-up" | "hand-arrow-up-bold" | "hand-arrow-up-duotone" | "hand-arrow-up-fill" | "hand-arrow-up-light" | "hand-arrow-up-thin" | "hand-bold" | "hand-coins-bold" | "hand-coins-duotone" | "hand-coins-fill" | "hand-coins-light" | "hand-coins-thin" | "hand-deposit" | "hand-deposit-bold" | "hand-deposit-duotone" | "hand-deposit-fill" | "hand-deposit-light" | "hand-deposit-thin" | "hand-duotone" | "hand-eye" | "hand-eye-bold" | "hand-eye-duotone" | "hand-eye-fill" | "hand-eye-light" | "hand-eye-thin" | "hand-fist-bold" | "hand-fist-duotone" | "hand-fist-fill" | "hand-fist-light" | "hand-fist-thin" | "hand-grabbing" | "hand-grabbing-bold" | "hand-grabbing-duotone" | "hand-grabbing-fill" | "hand-grabbing-light" | "hand-grabbing-thin" | "hand-heart-duotone" | "hand-heart-light" | "hand-heart-thin" | "hand-light" | "hand-palm" | "hand-palm-bold" | "hand-palm-duotone" | "hand-palm-fill" | "hand-palm-light" | "hand-palm-thin" | "hand-peace-bold" | "hand-peace-duotone" | "hand-peace-fill" | "hand-peace-light" | "hand-peace-thin" | "hand-pointing" | "hand-pointing-bold" | "hand-pointing-duotone" | "hand-pointing-fill" | "hand-pointing-light" | "hand-pointing-thin" | "hand-soap" | "hand-soap-bold" | "hand-soap-duotone" | "hand-soap-fill" | "hand-soap-light" | "hand-soap-thin" | "hand-swipe-left" | "hand-swipe-left-bold" | "hand-swipe-left-duotone" | "hand-swipe-left-fill" | "hand-swipe-left-light" | "hand-swipe-left-thin" | "hand-swipe-right" | "hand-swipe-right-bold" | "hand-swipe-right-duotone" | "hand-swipe-right-fill" | "hand-swipe-right-light" | "hand-swipe-right-thin" | "hand-tap" | "hand-tap-bold" | "hand-tap-duotone" | "hand-tap-fill" | "hand-tap-light" | "hand-tap-thin" | "hand-thin" | "hand-waving" | "hand-waving-bold" | "hand-waving-duotone" | "hand-waving-fill" | "hand-waving-light" | "hand-waving-thin" | "hand-withdraw" | "hand-withdraw-bold" | "hand-withdraw-duotone" | "hand-withdraw-fill" | "hand-withdraw-light" | "hand-withdraw-thin" | "handbag-bold" | "handbag-duotone" | "handbag-light" | "handbag-simple" | "handbag-simple-bold" | "handbag-simple-duotone" | "handbag-simple-fill" | "handbag-simple-light" | "handbag-simple-thin" | "handbag-thin" | "hands-clapping-bold" | "hands-clapping-duotone" | "hands-clapping-light" | "hands-clapping-thin" | "hands-praying-bold" | "hands-praying-duotone" | "hands-praying-fill" | "hands-praying-light" | "hands-praying-thin" | "handshake-bold" | "handshake-duotone" | "handshake-fill" | "handshake-light" | "handshake-thin" | "hard-drive-bold" | "hard-drive-duotone" | "hard-drive-light" | "hard-drive-thin" | "hard-drives" | "hard-drives-bold" | "hard-drives-duotone" | "hard-drives-fill" | "hard-drives-light" | "hard-drives-thin" | "hard-hat-bold" | "hard-hat-duotone" | "hard-hat-fill" | "hard-hat-light" | "hard-hat-thin" | "hash-bold" | "hash-duotone" | "hash-light" | "hash-straight" | "hash-straight-bold" | "hash-straight-duotone" | "hash-straight-fill" | "hash-straight-light" | "hash-straight-thin" | "hash-thin" | "head-circuit" | "head-circuit-bold" | "head-circuit-duotone" | "head-circuit-fill" | "head-circuit-light" | "head-circuit-thin" | "headlights" | "headlights-bold" | "headlights-duotone" | "headlights-fill" | "headlights-light" | "headlights-thin" | "headphones-bold" | "headphones-duotone" | "headphones-light" | "headphones-thin" | "headset-bold" | "headset-duotone" | "headset-fill" | "headset-light" | "headset-thin" | "heart-break" | "heart-break-bold" | "heart-break-duotone" | "heart-break-fill" | "heart-break-light" | "heart-break-thin" | "heart-half-bold" | "heart-half-duotone" | "heart-half-light" | "heart-half-thin" | "heart-straight" | "heart-straight-bold" | "heart-straight-break" | "heart-straight-break-bold" | "heart-straight-break-duotone" | "heart-straight-break-fill" | "heart-straight-break-light" | "heart-straight-break-thin" | "heart-straight-duotone" | "heart-straight-fill" | "heart-straight-light" | "heart-straight-thin" | "heartbeat-bold" | "heartbeat-duotone" | "heartbeat-light" | "heartbeat-thin" | "hexagon-bold" | "hexagon-duotone" | "hexagon-light" | "hexagon-thin" | "high-definition-duotone" | "high-definition-fill" | "high-definition-light" | "high-definition-thin" | "high-heel-bold" | "high-heel-duotone" | "high-heel-fill" | "high-heel-light" | "high-heel-thin" | "highlighter-bold" | "highlighter-circle" | "highlighter-circle-bold" | "highlighter-circle-duotone" | "highlighter-circle-fill" | "highlighter-circle-light" | "highlighter-circle-thin" | "highlighter-duotone" | "highlighter-fill" | "highlighter-light" | "highlighter-thin" | "hockey-bold" | "hockey-duotone" | "hockey-fill" | "hockey-light" | "hockey-thin" | "hoodie-bold" | "hoodie-duotone" | "hoodie-fill" | "hoodie-light" | "hoodie-thin" | "horse-bold" | "horse-duotone" | "horse-fill" | "horse-light" | "horse-thin" | "hospital-duotone" | "hospital-light" | "hospital-thin" | "hourglass-duotone" | "hourglass-high-bold" | "hourglass-high-duotone" | "hourglass-high-fill" | "hourglass-high-light" | "hourglass-high-thin" | "hourglass-low-bold" | "hourglass-low-duotone" | "hourglass-low-fill" | "hourglass-low-light" | "hourglass-low-thin" | "hourglass-medium" | "hourglass-medium-bold" | "hourglass-medium-duotone" | "hourglass-medium-fill" | "hourglass-medium-light" | "hourglass-medium-thin" | "hourglass-simple" | "hourglass-simple-bold" | "hourglass-simple-duotone" | "hourglass-simple-fill" | "hourglass-simple-high" | "hourglass-simple-high-bold" | "hourglass-simple-high-duotone" | "hourglass-simple-high-fill" | "hourglass-simple-high-light" | "hourglass-simple-high-thin" | "hourglass-simple-light" | "hourglass-simple-low" | "hourglass-simple-low-bold" | "hourglass-simple-low-duotone" | "hourglass-simple-low-fill" | "hourglass-simple-low-light" | "hourglass-simple-low-thin" | "hourglass-simple-medium" | "hourglass-simple-medium-bold" | "hourglass-simple-medium-duotone" | "hourglass-simple-medium-fill" | "hourglass-simple-medium-light" | "hourglass-simple-medium-thin" | "hourglass-simple-thin" | "hourglass-thin" | "house-bold" | "house-duotone" | "house-light" | "house-line-bold" | "house-line-duotone" | "house-line-fill" | "house-line-light" | "house-line-thin" | "house-simple" | "house-simple-bold" | "house-simple-duotone" | "house-simple-fill" | "house-simple-light" | "house-simple-thin" | "house-thin" | "hurricane-bold" | "hurricane-duotone" | "hurricane-light" | "hurricane-thin" | "ice-cream-bold" | "ice-cream-duotone" | "ice-cream-light" | "ice-cream-thin" | "identification-badge" | "identification-badge-bold" | "identification-badge-duotone" | "identification-badge-fill" | "identification-badge-light" | "identification-badge-thin" | "identification-card-bold" | "identification-card-duotone" | "identification-card-fill" | "identification-card-light" | "identification-card-thin" | "image-bold" | "image-broken-bold" | "image-broken-duotone" | "image-broken-fill" | "image-broken-light" | "image-broken-thin" | "image-duotone" | "image-light" | "image-square" | "image-square-bold" | "image-square-duotone" | "image-square-fill" | "image-square-light" | "image-square-thin" | "image-thin" | "images-bold" | "images-duotone" | "images-fill" | "images-light" | "images-square" | "images-square-bold" | "images-square-duotone" | "images-square-fill" | "images-square-light" | "images-square-thin" | "images-thin" | "infinity-duotone" | "infinity-light" | "infinity-thin" | "info-bold" | "info-thin" | "instagram-logo-bold" | "instagram-logo-duotone" | "instagram-logo-fill" | "instagram-logo-light" | "instagram-logo-thin" | "intersect-bold" | "intersect-duotone" | "intersect-light" | "intersect-square" | "intersect-square-bold" | "intersect-square-duotone" | "intersect-square-fill" | "intersect-square-light" | "intersect-square-thin" | "intersect-thin" | "intersect-three" | "intersect-three-bold" | "intersect-three-duotone" | "intersect-three-fill" | "intersect-three-light" | "intersect-three-thin" | "intersection-bold" | "intersection-duotone" | "intersection-fill" | "intersection-light" | "intersection-thin" | "island-bold" | "island-duotone" | "island-fill" | "island-light" | "island-thin" | "jar-bold" | "jar-duotone" | "jar-fill" | "jar-label" | "jar-label-bold" | "jar-label-duotone" | "jar-label-fill" | "jar-label-light" | "jar-label-thin" | "jar-light" | "jar-thin" | "jeep-bold" | "jeep-duotone" | "jeep-light" | "jeep-thin" | "joystick-bold" | "joystick-duotone" | "joystick-fill" | "joystick-light" | "joystick-thin" | "kanban-bold" | "kanban-duotone" | "kanban-light" | "kanban-thin" | "key-return" | "key-return-bold" | "key-return-duotone" | "key-return-fill" | "key-return-light" | "key-return-thin" | "key-thin" | "keyboard-duotone" | "keyboard-light" | "keyboard-thin" | "keyhole-bold" | "keyhole-duotone" | "keyhole-light" | "keyhole-thin" | "knife-bold" | "knife-duotone" | "knife-thin" | "ladder-bold" | "ladder-duotone" | "ladder-light" | "ladder-simple" | "ladder-simple-bold" | "ladder-simple-duotone" | "ladder-simple-fill" | "ladder-simple-light" | "ladder-simple-thin" | "ladder-thin" | "lamp-duotone" | "lamp-pendant" | "lamp-pendant-bold" | "lamp-pendant-duotone" | "lamp-pendant-fill" | "lamp-pendant-light" | "lamp-pendant-thin" | "lamp-thin" | "laptop-duotone" | "laptop-light" | "laptop-thin" | "lasso-bold" | "lasso-duotone" | "lasso-fill" | "lasso-light" | "lasso-thin" | "lastfm-logo" | "lastfm-logo-bold" | "lastfm-logo-duotone" | "lastfm-logo-fill" | "lastfm-logo-light" | "lastfm-logo-thin" | "layout-bold" | "layout-duotone" | "layout-light" | "layout-thin" | "leaf-duotone" | "leaf-light" | "leaf-thin" | "lectern-bold" | "lectern-duotone" | "lectern-fill" | "lectern-light" | "lectern-thin" | "lego-bold" | "lego-duotone" | "lego-fill" | "lego-light" | "lego-smiley" | "lego-smiley-bold" | "lego-smiley-duotone" | "lego-smiley-fill" | "lego-smiley-light" | "lego-smiley-thin" | "lego-thin" | "less-than-bold" | "less-than-duotone" | "less-than-fill" | "less-than-light" | "less-than-or-equal-bold" | "less-than-or-equal-duotone" | "less-than-or-equal-fill" | "less-than-or-equal-light" | "less-than-or-equal-thin" | "less-than-thin" | "letter-circle-h" | "letter-circle-h-bold" | "letter-circle-h-duotone" | "letter-circle-h-fill" | "letter-circle-h-light" | "letter-circle-h-thin" | "letter-circle-p" | "letter-circle-p-bold" | "letter-circle-p-duotone" | "letter-circle-p-fill" | "letter-circle-p-light" | "letter-circle-p-thin" | "letter-circle-v" | "letter-circle-v-bold" | "letter-circle-v-duotone" | "letter-circle-v-fill" | "letter-circle-v-light" | "letter-circle-v-thin" | "lifebuoy-bold" | "lifebuoy-duotone" | "lifebuoy-light" | "lifebuoy-thin" | "lightbulb-duotone" | "lightbulb-filament" | "lightbulb-filament-bold" | "lightbulb-filament-duotone" | "lightbulb-filament-fill" | "lightbulb-filament-light" | "lightbulb-filament-thin" | "lightbulb-light" | "lightbulb-thin" | "lighthouse-bold" | "lighthouse-duotone" | "lighthouse-light" | "lighthouse-thin" | "lightning-a" | "lightning-a-bold" | "lightning-a-duotone" | "lightning-a-fill" | "lightning-a-light" | "lightning-a-thin" | "lightning-slash" | "lightning-slash-bold" | "lightning-slash-duotone" | "lightning-slash-fill" | "lightning-slash-light" | "lightning-slash-thin" | "lightning-thin" | "line-segment" | "line-segment-bold" | "line-segment-duotone" | "line-segment-fill" | "line-segment-light" | "line-segment-thin" | "line-segments" | "line-segments-bold" | "line-segments-duotone" | "line-segments-fill" | "line-segments-light" | "line-segments-thin" | "line-vertical" | "line-vertical-bold" | "line-vertical-duotone" | "line-vertical-fill" | "line-vertical-light" | "line-vertical-thin" | "link-break-bold" | "link-break-duotone" | "link-break-fill" | "link-break-light" | "link-break-thin" | "link-simple" | "link-simple-bold" | "link-simple-break" | "link-simple-break-bold" | "link-simple-break-duotone" | "link-simple-break-fill" | "link-simple-break-light" | "link-simple-break-thin" | "link-simple-duotone" | "link-simple-fill" | "link-simple-horizontal" | "link-simple-horizontal-bold" | "link-simple-horizontal-break" | "link-simple-horizontal-break-bold" | "link-simple-horizontal-break-duotone" | "link-simple-horizontal-break-fill" | "link-simple-horizontal-break-light" | "link-simple-horizontal-break-thin" | "link-simple-horizontal-duotone" | "link-simple-horizontal-fill" | "link-simple-horizontal-light" | "link-simple-horizontal-thin" | "link-simple-light" | "link-simple-thin" | "linkedin-logo-bold" | "linkedin-logo-duotone" | "linkedin-logo-fill" | "linkedin-logo-light" | "linkedin-logo-thin" | "linktree-logo" | "linktree-logo-bold" | "linktree-logo-duotone" | "linktree-logo-fill" | "linktree-logo-light" | "linktree-logo-thin" | "linux-logo" | "linux-logo-bold" | "linux-logo-duotone" | "linux-logo-fill" | "linux-logo-light" | "linux-logo-thin" | "list-bullets" | "list-bullets-bold" | "list-bullets-duotone" | "list-bullets-fill" | "list-bullets-light" | "list-bullets-thin" | "list-checks-bold" | "list-checks-duotone" | "list-checks-fill" | "list-checks-light" | "list-checks-thin" | "list-dashes" | "list-dashes-bold" | "list-dashes-duotone" | "list-dashes-fill" | "list-dashes-light" | "list-dashes-thin" | "list-duotone" | "list-heart" | "list-heart-duotone" | "list-heart-fill" | "list-heart-light" | "list-heart-thin" | "list-light" | "list-magnifying-glass" | "list-magnifying-glass-bold" | "list-magnifying-glass-duotone" | "list-magnifying-glass-fill" | "list-magnifying-glass-light" | "list-magnifying-glass-thin" | "list-numbers-bold" | "list-numbers-duotone" | "list-numbers-fill" | "list-numbers-light" | "list-numbers-thin" | "list-plus-bold" | "list-plus-duotone" | "list-plus-fill" | "list-plus-light" | "list-plus-thin" | "list-star" | "list-star-bold" | "list-star-duotone" | "list-star-fill" | "list-star-light" | "list-star-thin" | "list-thin" | "lock-key-bold" | "lock-key-duotone" | "lock-key-fill" | "lock-key-light" | "lock-key-open" | "lock-key-open-bold" | "lock-key-open-duotone" | "lock-key-open-fill" | "lock-key-open-light" | "lock-key-open-thin" | "lock-key-thin" | "lock-laminated" | "lock-laminated-bold" | "lock-laminated-duotone" | "lock-laminated-fill" | "lock-laminated-light" | "lock-laminated-open" | "lock-laminated-open-bold" | "lock-laminated-open-duotone" | "lock-laminated-open-fill" | "lock-laminated-open-light" | "lock-laminated-open-thin" | "lock-laminated-thin" | "lock-open-bold" | "lock-open-duotone" | "lock-open-light" | "lock-open-thin" | "lock-simple" | "lock-simple-bold" | "lock-simple-duotone" | "lock-simple-fill" | "lock-simple-light" | "lock-simple-open" | "lock-simple-open-bold" | "lock-simple-open-duotone" | "lock-simple-open-fill" | "lock-simple-open-light" | "lock-simple-open-thin" | "lock-simple-thin" | "lockers-bold" | "lockers-duotone" | "lockers-fill" | "lockers-light" | "lockers-thin" | "log-bold" | "log-duotone" | "log-fill" | "log-light" | "log-thin" | "magic-wand-bold" | "magic-wand-duotone" | "magic-wand-fill" | "magic-wand-light" | "magic-wand-thin" | "magnet-duotone" | "magnet-light" | "magnet-straight" | "magnet-straight-bold" | "magnet-straight-duotone" | "magnet-straight-fill" | "magnet-straight-light" | "magnet-straight-thin" | "magnet-thin" | "magnifying-glass-bold" | "magnifying-glass-duotone" | "magnifying-glass-fill" | "magnifying-glass-light" | "magnifying-glass-minus-bold" | "magnifying-glass-minus-duotone" | "magnifying-glass-minus-fill" | "magnifying-glass-minus-light" | "magnifying-glass-minus-thin" | "magnifying-glass-plus-bold" | "magnifying-glass-plus-duotone" | "magnifying-glass-plus-fill" | "magnifying-glass-plus-light" | "magnifying-glass-plus-thin" | "magnifying-glass-thin" | "mailbox-duotone" | "mailbox-light" | "mailbox-thin" | "map-pin-area" | "map-pin-area-bold" | "map-pin-area-duotone" | "map-pin-area-fill" | "map-pin-area-light" | "map-pin-area-thin" | "map-pin-bold" | "map-pin-duotone" | "map-pin-light" | "map-pin-line-bold" | "map-pin-line-duotone" | "map-pin-line-fill" | "map-pin-line-light" | "map-pin-line-thin" | "map-pin-plus-bold" | "map-pin-plus-duotone" | "map-pin-plus-fill" | "map-pin-plus-light" | "map-pin-plus-thin" | "map-pin-simple" | "map-pin-simple-area" | "map-pin-simple-area-bold" | "map-pin-simple-area-duotone" | "map-pin-simple-area-fill" | "map-pin-simple-area-light" | "map-pin-simple-area-thin" | "map-pin-simple-bold" | "map-pin-simple-duotone" | "map-pin-simple-fill" | "map-pin-simple-light" | "map-pin-simple-line" | "map-pin-simple-line-bold" | "map-pin-simple-line-duotone" | "map-pin-simple-line-fill" | "map-pin-simple-line-light" | "map-pin-simple-line-thin" | "map-pin-simple-thin" | "map-pin-thin" | "map-trifold" | "map-trifold-bold" | "map-trifold-duotone" | "map-trifold-fill" | "map-trifold-light" | "map-trifold-thin" | "markdown-logo" | "markdown-logo-bold" | "markdown-logo-duotone" | "markdown-logo-fill" | "markdown-logo-light" | "markdown-logo-thin" | "marker-circle" | "marker-circle-bold" | "marker-circle-duotone" | "marker-circle-fill" | "marker-circle-light" | "marker-circle-thin" | "martini-bold" | "martini-duotone" | "martini-fill" | "martini-light" | "martini-thin" | "mask-happy" | "mask-happy-bold" | "mask-happy-duotone" | "mask-happy-fill" | "mask-happy-light" | "mask-happy-thin" | "mask-sad" | "mask-sad-duotone" | "mask-sad-fill" | "mask-sad-light" | "mask-sad-thin" | "mastodon-logo-bold" | "mastodon-logo-duotone" | "mastodon-logo-fill" | "mastodon-logo-light" | "mastodon-logo-thin" | "math-operations-bold" | "math-operations-duotone" | "math-operations-fill" | "math-operations-light" | "math-operations-thin" | "matrix-logo" | "matrix-logo-bold" | "matrix-logo-duotone" | "matrix-logo-fill" | "matrix-logo-light" | "matrix-logo-thin" | "medal-bold" | "medal-duotone" | "medal-light" | "medal-military" | "medal-military-bold" | "medal-military-duotone" | "medal-military-fill" | "medal-military-light" | "medal-military-thin" | "medal-thin" | "medium-logo" | "medium-logo-bold" | "medium-logo-duotone" | "medium-logo-fill" | "medium-logo-light" | "medium-logo-thin" | "megaphone-bold" | "megaphone-duotone" | "megaphone-light" | "megaphone-simple" | "megaphone-simple-bold" | "megaphone-simple-duotone" | "megaphone-simple-fill" | "megaphone-simple-light" | "megaphone-simple-thin" | "megaphone-thin" | "member-of" | "member-of-bold" | "member-of-duotone" | "member-of-fill" | "member-of-light" | "member-of-thin" | "memory-bold" | "memory-duotone" | "memory-fill" | "memory-light" | "memory-thin" | "messenger-logo" | "messenger-logo-bold" | "messenger-logo-duotone" | "messenger-logo-fill" | "messenger-logo-light" | "messenger-logo-thin" | "meta-logo" | "meta-logo-bold" | "meta-logo-duotone" | "meta-logo-fill" | "meta-logo-light" | "meta-logo-thin" | "meteor-bold" | "meteor-duotone" | "meteor-light" | "meteor-thin" | "metronome-bold" | "metronome-duotone" | "metronome-fill" | "metronome-light" | "metronome-thin" | "microphone-slash-bold" | "microphone-slash-duotone" | "microphone-slash-fill" | "microphone-slash-light" | "microphone-slash-thin" | "microphone-stage" | "microphone-stage-bold" | "microphone-stage-duotone" | "microphone-stage-fill" | "microphone-stage-light" | "microphone-stage-thin" | "microscope-bold" | "microscope-duotone" | "microscope-light" | "microscope-thin" | "microsoft-excel-logo" | "microsoft-excel-logo-bold" | "microsoft-excel-logo-duotone" | "microsoft-excel-logo-fill" | "microsoft-excel-logo-light" | "microsoft-excel-logo-thin" | "microsoft-outlook-logo" | "microsoft-outlook-logo-bold" | "microsoft-outlook-logo-duotone" | "microsoft-outlook-logo-fill" | "microsoft-outlook-logo-light" | "microsoft-outlook-logo-thin" | "microsoft-powerpoint-logo" | "microsoft-powerpoint-logo-bold" | "microsoft-powerpoint-logo-duotone" | "microsoft-powerpoint-logo-fill" | "microsoft-powerpoint-logo-light" | "microsoft-powerpoint-logo-thin" | "microsoft-teams-logo" | "microsoft-teams-logo-bold" | "microsoft-teams-logo-duotone" | "microsoft-teams-logo-fill" | "microsoft-teams-logo-light" | "microsoft-teams-logo-thin" | "microsoft-word-logo" | "microsoft-word-logo-bold" | "microsoft-word-logo-duotone" | "microsoft-word-logo-fill" | "microsoft-word-logo-light" | "microsoft-word-logo-thin" | "minus-bold" | "minus-circle-duotone" | "minus-circle-light" | "minus-circle-thin" | "minus-duotone" | "minus-light" | "minus-square-duotone" | "minus-square-light" | "minus-square-thin" | "minus-thin" | "money-bold" | "money-thin" | "money-wavy" | "money-wavy-bold" | "money-wavy-duotone" | "money-wavy-fill" | "money-wavy-light" | "money-wavy-thin" | "monitor-arrow-up-bold" | "monitor-arrow-up-duotone" | "monitor-arrow-up-fill" | "monitor-arrow-up-light" | "monitor-arrow-up-thin" | "monitor-duotone" | "monitor-light" | "monitor-play-bold" | "monitor-play-duotone" | "monitor-play-fill" | "monitor-play-light" | "monitor-play-thin" | "monitor-thin" | "moon-stars-duotone" | "moon-stars-light" | "moon-stars-thin" | "moon-thin" | "moped-bold" | "moped-duotone" | "moped-fill" | "moped-front" | "moped-front-bold" | "moped-front-duotone" | "moped-front-fill" | "moped-front-light" | "moped-front-thin" | "moped-light" | "moped-thin" | "mosque-bold" | "mosque-duotone" | "mosque-fill" | "mosque-light" | "mosque-thin" | "motorcycle-bold" | "motorcycle-duotone" | "motorcycle-fill" | "motorcycle-light" | "motorcycle-thin" | "mountains-bold" | "mountains-duotone" | "mountains-fill" | "mountains-light" | "mountains-thin" | "mouse-left-click-bold" | "mouse-left-click-duotone" | "mouse-left-click-fill" | "mouse-left-click-light" | "mouse-left-click-thin" | "mouse-middle-click" | "mouse-middle-click-bold" | "mouse-middle-click-duotone" | "mouse-middle-click-fill" | "mouse-middle-click-light" | "mouse-middle-click-thin" | "mouse-right-click-bold" | "mouse-right-click-duotone" | "mouse-right-click-fill" | "mouse-right-click-light" | "mouse-right-click-thin" | "mouse-scroll" | "mouse-scroll-bold" | "mouse-scroll-duotone" | "mouse-scroll-fill" | "mouse-scroll-light" | "mouse-scroll-thin" | "mouse-simple" | "mouse-simple-bold" | "mouse-simple-duotone" | "mouse-simple-fill" | "mouse-simple-light" | "mouse-simple-thin" | "music-note-duotone" | "music-note-fill" | "music-note-light" | "music-note-simple" | "music-note-simple-bold" | "music-note-simple-duotone" | "music-note-simple-fill" | "music-note-simple-light" | "music-note-simple-thin" | "music-note-thin" | "music-notes" | "music-notes-duotone" | "music-notes-fill" | "music-notes-light" | "music-notes-minus" | "music-notes-minus-bold" | "music-notes-minus-duotone" | "music-notes-minus-fill" | "music-notes-minus-light" | "music-notes-minus-thin" | "music-notes-plus" | "music-notes-plus-bold" | "music-notes-plus-duotone" | "music-notes-plus-fill" | "music-notes-plus-light" | "music-notes-plus-thin" | "music-notes-simple" | "music-notes-simple-bold" | "music-notes-simple-duotone" | "music-notes-simple-fill" | "music-notes-simple-light" | "music-notes-simple-thin" | "music-notes-thin" | "navigation-arrow" | "navigation-arrow-bold" | "navigation-arrow-duotone" | "navigation-arrow-fill" | "navigation-arrow-light" | "navigation-arrow-thin" | "needle-bold" | "needle-duotone" | "needle-fill" | "needle-light" | "needle-thin" | "network-bold" | "network-duotone" | "network-fill" | "network-light" | "network-slash" | "network-slash-bold" | "network-slash-duotone" | "network-slash-fill" | "network-slash-light" | "network-slash-thin" | "network-thin" | "network-x" | "network-x-bold" | "network-x-duotone" | "network-x-fill" | "network-x-light" | "network-x-thin" | "newspaper-bold" | "newspaper-clipping" | "newspaper-clipping-bold" | "newspaper-clipping-duotone" | "newspaper-clipping-fill" | "newspaper-clipping-light" | "newspaper-clipping-thin" | "newspaper-duotone" | "newspaper-light" | "newspaper-thin" | "not-equals" | "not-equals-bold" | "not-equals-duotone" | "not-equals-fill" | "not-equals-light" | "not-equals-thin" | "not-member-of" | "not-member-of-bold" | "not-member-of-duotone" | "not-member-of-fill" | "not-member-of-light" | "not-member-of-thin" | "not-subset-of" | "not-subset-of-bold" | "not-subset-of-duotone" | "not-subset-of-fill" | "not-subset-of-light" | "not-subset-of-thin" | "not-superset-of" | "not-superset-of-bold" | "not-superset-of-duotone" | "not-superset-of-fill" | "not-superset-of-light" | "not-superset-of-thin" | "notches" | "notches-bold" | "notches-duotone" | "notches-fill" | "notches-light" | "notches-thin" | "note-blank" | "note-blank-bold" | "note-blank-duotone" | "note-blank-fill" | "note-blank-light" | "note-blank-thin" | "note-bold" | "note-duotone" | "note-light" | "note-pencil" | "note-pencil-bold" | "note-pencil-duotone" | "note-pencil-fill" | "note-pencil-light" | "note-pencil-thin" | "note-thin" | "notebook-thin" | "notepad-bold" | "notepad-duotone" | "notepad-fill" | "notepad-light" | "notepad-thin" | "notion-logo" | "notion-logo-bold" | "notion-logo-duotone" | "notion-logo-fill" | "notion-logo-light" | "notion-logo-thin" | "nuclear-plant-bold" | "nuclear-plant-duotone" | "nuclear-plant-fill" | "nuclear-plant-light" | "nuclear-plant-thin" | "number-circle-eight" | "number-circle-eight-bold" | "number-circle-eight-duotone" | "number-circle-eight-fill" | "number-circle-eight-light" | "number-circle-eight-thin" | "number-circle-five" | "number-circle-five-bold" | "number-circle-five-duotone" | "number-circle-five-fill" | "number-circle-five-light" | "number-circle-five-thin" | "number-circle-four" | "number-circle-four-bold" | "number-circle-four-duotone" | "number-circle-four-fill" | "number-circle-four-light" | "number-circle-four-thin" | "number-circle-nine" | "number-circle-nine-bold" | "number-circle-nine-duotone" | "number-circle-nine-fill" | "number-circle-nine-light" | "number-circle-nine-thin" | "number-circle-one" | "number-circle-one-bold" | "number-circle-one-duotone" | "number-circle-one-fill" | "number-circle-one-light" | "number-circle-one-thin" | "number-circle-seven" | "number-circle-seven-bold" | "number-circle-seven-duotone" | "number-circle-seven-fill" | "number-circle-seven-light" | "number-circle-seven-thin" | "number-circle-six" | "number-circle-six-bold" | "number-circle-six-duotone" | "number-circle-six-fill" | "number-circle-six-light" | "number-circle-six-thin" | "number-circle-three" | "number-circle-three-bold" | "number-circle-three-duotone" | "number-circle-three-fill" | "number-circle-three-light" | "number-circle-three-thin" | "number-circle-two" | "number-circle-two-bold" | "number-circle-two-duotone" | "number-circle-two-fill" | "number-circle-two-light" | "number-circle-two-thin" | "number-circle-zero" | "number-circle-zero-bold" | "number-circle-zero-duotone" | "number-circle-zero-fill" | "number-circle-zero-light" | "number-circle-zero-thin" | "number-eight" | "number-eight-bold" | "number-eight-duotone" | "number-eight-fill" | "number-eight-light" | "number-eight-thin" | "number-five" | "number-five-bold" | "number-five-duotone" | "number-five-fill" | "number-five-light" | "number-five-thin" | "number-four" | "number-four-bold" | "number-four-duotone" | "number-four-fill" | "number-four-light" | "number-four-thin" | "number-nine" | "number-nine-bold" | "number-nine-duotone" | "number-nine-fill" | "number-nine-light" | "number-nine-thin" | "number-one" | "number-one-bold" | "number-one-duotone" | "number-one-fill" | "number-one-light" | "number-one-thin" | "number-seven" | "number-seven-bold" | "number-seven-duotone" | "number-seven-fill" | "number-seven-light" | "number-seven-thin" | "number-six" | "number-six-bold" | "number-six-duotone" | "number-six-fill" | "number-six-light" | "number-six-thin" | "number-square-eight" | "number-square-eight-bold" | "number-square-eight-duotone" | "number-square-eight-fill" | "number-square-eight-light" | "number-square-eight-thin" | "number-square-five" | "number-square-five-bold" | "number-square-five-duotone" | "number-square-five-fill" | "number-square-five-light" | "number-square-five-thin" | "number-square-four" | "number-square-four-bold" | "number-square-four-duotone" | "number-square-four-fill" | "number-square-four-light" | "number-square-four-thin" | "number-square-nine" | "number-square-nine-bold" | "number-square-nine-duotone" | "number-square-nine-fill" | "number-square-nine-light" | "number-square-nine-thin" | "number-square-one" | "number-square-one-bold" | "number-square-one-duotone" | "number-square-one-fill" | "number-square-one-light" | "number-square-one-thin" | "number-square-seven" | "number-square-seven-bold" | "number-square-seven-duotone" | "number-square-seven-fill" | "number-square-seven-light" | "number-square-seven-thin" | "number-square-six" | "number-square-six-bold" | "number-square-six-duotone" | "number-square-six-fill" | "number-square-six-light" | "number-square-six-thin" | "number-square-three" | "number-square-three-bold" | "number-square-three-duotone" | "number-square-three-fill" | "number-square-three-light" | "number-square-three-thin" | "number-square-two" | "number-square-two-bold" | "number-square-two-duotone" | "number-square-two-fill" | "number-square-two-light" | "number-square-two-thin" | "number-square-zero" | "number-square-zero-bold" | "number-square-zero-duotone" | "number-square-zero-fill" | "number-square-zero-light" | "number-square-zero-thin" | "number-three" | "number-three-bold" | "number-three-duotone" | "number-three-fill" | "number-three-light" | "number-three-thin" | "number-two" | "number-two-bold" | "number-two-duotone" | "number-two-fill" | "number-two-light" | "number-two-thin" | "number-zero" | "number-zero-bold" | "number-zero-duotone" | "number-zero-fill" | "number-zero-light" | "number-zero-thin" | "numpad" | "numpad-bold" | "numpad-duotone" | "numpad-fill" | "numpad-light" | "numpad-thin" | "nut-bold" | "nut-duotone" | "nut-light" | "nut-thin" | "ny-times-logo" | "ny-times-logo-bold" | "ny-times-logo-duotone" | "ny-times-logo-fill" | "ny-times-logo-light" | "ny-times-logo-thin" | "octagon-bold" | "octagon-duotone" | "octagon-light" | "octagon-thin" | "office-chair-bold" | "office-chair-duotone" | "office-chair-fill" | "office-chair-light" | "office-chair-thin" | "onigiri" | "onigiri-bold" | "onigiri-duotone" | "onigiri-fill" | "onigiri-light" | "onigiri-thin" | "open-ai-logo" | "open-ai-logo-bold" | "open-ai-logo-duotone" | "open-ai-logo-fill" | "open-ai-logo-light" | "open-ai-logo-thin" | "option-bold" | "option-duotone" | "option-fill" | "option-light" | "option-thin" | "orange-bold" | "orange-duotone" | "orange-fill" | "orange-light" | "orange-slice-bold" | "orange-slice-duotone" | "orange-slice-fill" | "orange-slice-light" | "orange-slice-thin" | "orange-thin" | "oven-bold" | "oven-duotone" | "oven-fill" | "oven-light" | "oven-thin" | "package-bold" | "package-duotone" | "package-light" | "package-thin" | "paint-brush-bold" | "paint-brush-broad" | "paint-brush-broad-bold" | "paint-brush-broad-duotone" | "paint-brush-broad-fill" | "paint-brush-broad-light" | "paint-brush-broad-thin" | "paint-brush-duotone" | "paint-brush-household" | "paint-brush-household-bold" | "paint-brush-household-duotone" | "paint-brush-household-fill" | "paint-brush-household-light" | "paint-brush-household-thin" | "paint-brush-light" | "paint-brush-thin" | "paint-bucket-bold" | "paint-bucket-duotone" | "paint-bucket-fill" | "paint-bucket-light" | "paint-bucket-thin" | "paint-roller-duotone" | "paint-roller-fill" | "paint-roller-light" | "paint-roller-thin" | "palette-duotone" | "palette-light" | "palette-thin" | "panorama-duotone" | "panorama-fill" | "panorama-light" | "panorama-thin" | "pants-bold" | "pants-duotone" | "pants-fill" | "pants-light" | "pants-thin" | "paper-plane-bold" | "paper-plane-duotone" | "paper-plane-light" | "paper-plane-right" | "paper-plane-right-bold" | "paper-plane-right-duotone" | "paper-plane-right-fill" | "paper-plane-right-light" | "paper-plane-right-thin" | "paper-plane-thin" | "paper-plane-tilt" | "paper-plane-tilt-bold" | "paper-plane-tilt-duotone" | "paper-plane-tilt-fill" | "paper-plane-tilt-light" | "paper-plane-tilt-thin" | "paperclip-duotone" | "paperclip-fill" | "paperclip-horizontal" | "paperclip-horizontal-bold" | "paperclip-horizontal-duotone" | "paperclip-horizontal-fill" | "paperclip-horizontal-light" | "paperclip-horizontal-thin" | "paperclip-light" | "paperclip-thin" | "parachute-bold" | "parachute-duotone" | "parachute-light" | "parachute-thin" | "paragraph-bold" | "paragraph-duotone" | "paragraph-light" | "paragraph-thin" | "parallelogram-bold" | "parallelogram-duotone" | "parallelogram-fill" | "parallelogram-light" | "parallelogram-thin" | "park-bold" | "park-duotone" | "park-light" | "park-thin" | "password-duotone" | "password-fill" | "password-light" | "password-thin" | "path-bold" | "path-duotone" | "path-fill" | "path-light" | "path-thin" | "patreon-logo" | "patreon-logo-bold" | "patreon-logo-duotone" | "patreon-logo-fill" | "patreon-logo-light" | "patreon-logo-thin" | "pause-circle-duotone" | "pause-circle-light" | "pause-circle-thin" | "pause-duotone" | "pause-light" | "pause-thin" | "paw-print-bold" | "paw-print-duotone" | "paw-print-fill" | "paw-print-light" | "paw-print-thin" | "paypal-logo" | "paypal-logo-bold" | "paypal-logo-duotone" | "paypal-logo-fill" | "paypal-logo-light" | "paypal-logo-thin" | "peace-bold" | "peace-duotone" | "peace-light" | "peace-thin" | "pen-nib-bold" | "pen-nib-duotone" | "pen-nib-light" | "pen-nib-straight" | "pen-nib-straight-bold" | "pen-nib-straight-duotone" | "pen-nib-straight-fill" | "pen-nib-straight-light" | "pen-nib-straight-thin" | "pen-nib-thin" | "pencil-bold" | "pencil-circle-bold" | "pencil-circle-duotone" | "pencil-circle-light" | "pencil-circle-thin" | "pencil-duotone" | "pencil-light" | "pencil-line-bold" | "pencil-line-duotone" | "pencil-line-fill" | "pencil-line-light" | "pencil-line-thin" | "pencil-ruler-bold" | "pencil-ruler-duotone" | "pencil-ruler-light" | "pencil-ruler-thin" | "pencil-simple" | "pencil-simple-bold" | "pencil-simple-duotone" | "pencil-simple-fill" | "pencil-simple-light" | "pencil-simple-line" | "pencil-simple-line-bold" | "pencil-simple-line-duotone" | "pencil-simple-line-fill" | "pencil-simple-line-light" | "pencil-simple-line-thin" | "pencil-simple-slash" | "pencil-simple-slash-bold" | "pencil-simple-slash-duotone" | "pencil-simple-slash-fill" | "pencil-simple-slash-light" | "pencil-simple-slash-thin" | "pencil-simple-thin" | "pencil-slash-bold" | "pencil-slash-duotone" | "pencil-slash-fill" | "pencil-slash-light" | "pencil-slash-thin" | "pencil-thin" | "pentagon-bold" | "pentagon-duotone" | "pentagon-light" | "pentagon-thin" | "pentagram-bold" | "pentagram-duotone" | "pentagram-fill" | "pentagram-light" | "pentagram-thin" | "pepper-bold" | "pepper-duotone" | "pepper-fill" | "pepper-light" | "pepper-thin" | "percent-bold" | "percent-duotone" | "percent-thin" | "person-arms-spread" | "person-arms-spread-bold" | "person-arms-spread-duotone" | "person-arms-spread-fill" | "person-arms-spread-light" | "person-arms-spread-thin" | "person-bold" | "person-duotone" | "person-simple" | "person-simple-bike" | "person-simple-bike-bold" | "person-simple-bike-duotone" | "person-simple-bike-fill" | "person-simple-bike-light" | "person-simple-bike-thin" | "person-simple-bold" | "person-simple-circle" | "person-simple-circle-bold" | "person-simple-circle-duotone" | "person-simple-circle-fill" | "person-simple-circle-light" | "person-simple-circle-thin" | "person-simple-duotone" | "person-simple-fill" | "person-simple-hike" | "person-simple-hike-bold" | "person-simple-hike-duotone" | "person-simple-hike-fill" | "person-simple-hike-light" | "person-simple-hike-thin" | "person-simple-light" | "person-simple-run" | "person-simple-run-bold" | "person-simple-run-duotone" | "person-simple-run-fill" | "person-simple-run-light" | "person-simple-run-thin" | "person-simple-ski" | "person-simple-ski-bold" | "person-simple-ski-duotone" | "person-simple-ski-fill" | "person-simple-ski-light" | "person-simple-ski-thin" | "person-simple-snowboard" | "person-simple-snowboard-bold" | "person-simple-snowboard-duotone" | "person-simple-snowboard-fill" | "person-simple-snowboard-light" | "person-simple-snowboard-thin" | "person-simple-swim" | "person-simple-swim-bold" | "person-simple-swim-duotone" | "person-simple-swim-fill" | "person-simple-swim-light" | "person-simple-swim-thin" | "person-simple-tai-chi" | "person-simple-tai-chi-bold" | "person-simple-tai-chi-duotone" | "person-simple-tai-chi-fill" | "person-simple-tai-chi-light" | "person-simple-tai-chi-thin" | "person-simple-thin" | "person-simple-throw" | "person-simple-throw-bold" | "person-simple-throw-duotone" | "person-simple-throw-fill" | "person-simple-throw-light" | "person-simple-throw-thin" | "person-simple-walk" | "person-simple-walk-bold" | "person-simple-walk-duotone" | "person-simple-walk-fill" | "person-simple-walk-light" | "person-simple-walk-thin" | "person-thin" | "perspective-bold" | "perspective-duotone" | "perspective-fill" | "perspective-light" | "perspective-thin" | "phone-call-bold" | "phone-call-duotone" | "phone-call-light" | "phone-call-thin" | "phone-disconnect" | "phone-disconnect-bold" | "phone-disconnect-duotone" | "phone-disconnect-fill" | "phone-disconnect-light" | "phone-disconnect-thin" | "phone-incoming-bold" | "phone-incoming-duotone" | "phone-incoming-light" | "phone-incoming-thin" | "phone-list" | "phone-list-bold" | "phone-list-duotone" | "phone-list-fill" | "phone-list-light" | "phone-list-thin" | "phone-outgoing-bold" | "phone-outgoing-duotone" | "phone-outgoing-light" | "phone-outgoing-thin" | "phone-pause-bold" | "phone-pause-duotone" | "phone-pause-fill" | "phone-pause-light" | "phone-pause-thin" | "phone-plus-bold" | "phone-plus-duotone" | "phone-plus-light" | "phone-plus-thin" | "phone-slash-bold" | "phone-slash-duotone" | "phone-slash-fill" | "phone-slash-light" | "phone-slash-thin" | "phone-transfer" | "phone-transfer-bold" | "phone-transfer-duotone" | "phone-transfer-fill" | "phone-transfer-light" | "phone-transfer-thin" | "phone-x-bold" | "phone-x-duotone" | "phone-x-fill" | "phone-x-light" | "phone-x-thin" | "phosphor-logo" | "phosphor-logo-bold" | "phosphor-logo-duotone" | "phosphor-logo-fill" | "phosphor-logo-light" | "phosphor-logo-thin" | "pi-bold" | "pi-duotone" | "pi-fill" | "pi-light" | "pi-thin" | "piano-keys-bold" | "piano-keys-duotone" | "piano-keys-fill" | "piano-keys-light" | "piano-keys-thin" | "picnic-table-bold" | "picnic-table-duotone" | "picnic-table-fill" | "picnic-table-light" | "picnic-table-thin" | "picture-in-picture-bold" | "picture-in-picture-duotone" | "picture-in-picture-light" | "picture-in-picture-thin" | "piggy-bank-bold" | "piggy-bank-duotone" | "piggy-bank-light" | "piggy-bank-thin" | "pill-duotone" | "pill-fill" | "pill-light" | "pill-thin" | "ping-pong-bold" | "ping-pong-duotone" | "ping-pong-light" | "ping-pong-thin" | "pint-glass" | "pint-glass-bold" | "pint-glass-duotone" | "pint-glass-fill" | "pint-glass-light" | "pint-glass-thin" | "pinterest-logo" | "pinterest-logo-bold" | "pinterest-logo-duotone" | "pinterest-logo-fill" | "pinterest-logo-light" | "pinterest-logo-thin" | "pinwheel-bold" | "pinwheel-duotone" | "pinwheel-light" | "pinwheel-thin" | "pipe-bold" | "pipe-thin" | "pipe-wrench-bold" | "pipe-wrench-duotone" | "pipe-wrench-fill" | "pipe-wrench-light" | "pipe-wrench-thin" | "pix-logo" | "pix-logo-bold" | "pix-logo-duotone" | "pix-logo-fill" | "pix-logo-light" | "pix-logo-thin" | "pizza-bold" | "pizza-duotone" | "pizza-light" | "pizza-thin" | "placeholder-bold" | "placeholder-duotone" | "placeholder-fill" | "placeholder-light" | "placeholder-thin" | "planet-duotone" | "planet-light" | "planet-thin" | "plant-bold" | "plant-duotone" | "plant-light" | "plant-thin" | "play-pause-bold" | "play-pause-duotone" | "play-pause-fill" | "play-pause-light" | "play-pause-thin" | "play-thin" | "playlist-duotone" | "plug-bold" | "plug-charging" | "plug-charging-bold" | "plug-charging-duotone" | "plug-charging-fill" | "plug-charging-light" | "plug-charging-thin" | "plug-duotone" | "plug-light" | "plug-thin" | "plugs" | "plugs-bold" | "plugs-connected" | "plugs-connected-bold" | "plugs-connected-duotone" | "plugs-connected-fill" | "plugs-connected-light" | "plugs-connected-thin" | "plugs-duotone" | "plugs-fill" | "plugs-light" | "plugs-thin" | "plus-bold" | "plus-circle-bold" | "plus-circle-duotone" | "plus-circle-light" | "plus-circle-thin" | "plus-duotone" | "plus-light" | "plus-minus-duotone" | "plus-minus-fill" | "plus-minus-light" | "plus-minus-thin" | "plus-square-bold" | "plus-square-duotone" | "plus-square-light" | "plus-square-thin" | "plus-thin" | "poker-chip-bold" | "poker-chip-duotone" | "poker-chip-fill" | "poker-chip-light" | "poker-chip-thin" | "police-car-bold" | "police-car-duotone" | "police-car-thin" | "polygon-bold" | "polygon-duotone" | "polygon-light" | "polygon-thin" | "popcorn-bold" | "popcorn-duotone" | "popcorn-fill" | "popcorn-light" | "popcorn-thin" | "popsicle-bold" | "popsicle-duotone" | "popsicle-fill" | "popsicle-light" | "popsicle-thin" | "potted-plant-bold" | "potted-plant-duotone" | "potted-plant-fill" | "potted-plant-light" | "potted-plant-thin" | "power-duotone" | "power-light" | "power-thin" | "prescription-bold" | "prescription-duotone" | "prescription-light" | "prescription-thin" | "presentation-bold" | "presentation-chart-bold" | "presentation-chart-duotone" | "presentation-chart-fill" | "presentation-chart-light" | "presentation-chart-thin" | "presentation-duotone" | "presentation-light" | "presentation-thin" | "prohibit" | "prohibit-bold" | "prohibit-duotone" | "prohibit-fill" | "prohibit-inset" | "prohibit-inset-bold" | "prohibit-inset-duotone" | "prohibit-inset-fill" | "prohibit-inset-light" | "prohibit-inset-thin" | "prohibit-light" | "prohibit-thin" | "projector-screen-bold" | "projector-screen-chart" | "projector-screen-chart-bold" | "projector-screen-chart-duotone" | "projector-screen-chart-fill" | "projector-screen-chart-light" | "projector-screen-chart-thin" | "projector-screen-duotone" | "projector-screen-light" | "projector-screen-thin" | "pulse-duotone" | "pulse-light" | "pulse-thin" | "push-pin-bold" | "push-pin-duotone" | "push-pin-fill" | "push-pin-light" | "push-pin-simple" | "push-pin-simple-bold" | "push-pin-simple-duotone" | "push-pin-simple-fill" | "push-pin-simple-light" | "push-pin-simple-slash" | "push-pin-simple-slash-bold" | "push-pin-simple-slash-duotone" | "push-pin-simple-slash-fill" | "push-pin-simple-slash-light" | "push-pin-simple-slash-thin" | "push-pin-simple-thin" | "push-pin-slash" | "push-pin-slash-bold" | "push-pin-slash-duotone" | "push-pin-slash-fill" | "push-pin-slash-light" | "push-pin-slash-thin" | "push-pin-thin" | "puzzle-piece-bold" | "puzzle-piece-duotone" | "puzzle-piece-fill" | "puzzle-piece-light" | "puzzle-piece-thin" | "qr-code-duotone" | "qr-code-light" | "qr-code-thin" | "question-bold" | "question-mark-bold" | "question-mark-duotone" | "question-mark-light" | "question-mark-thin" | "question-thin" | "queue" | "queue-bold" | "queue-duotone" | "queue-fill" | "queue-light" | "queue-thin" | "quotes-bold" | "quotes-duotone" | "quotes-fill" | "quotes-light" | "quotes-thin" | "rabbit-bold" | "rabbit-duotone" | "rabbit-light" | "rabbit-thin" | "racquet" | "racquet-bold" | "racquet-duotone" | "racquet-fill" | "racquet-light" | "racquet-thin" | "radical-bold" | "radical-duotone" | "radical-fill" | "radical-light" | "radical-thin" | "radio-button-bold" | "radio-button-duotone" | "radio-button-light" | "radio-button-thin" | "radio-duotone" | "radio-light" | "radio-thin" | "radioactive-bold" | "radioactive-duotone" | "radioactive-fill" | "radioactive-light" | "radioactive-thin" | "rainbow-bold" | "rainbow-cloud" | "rainbow-cloud-bold" | "rainbow-cloud-duotone" | "rainbow-cloud-fill" | "rainbow-cloud-light" | "rainbow-cloud-thin" | "rainbow-duotone" | "rainbow-light" | "rainbow-thin" | "ranking-duotone" | "ranking-fill" | "ranking-light" | "ranking-thin" | "read-cv-logo" | "read-cv-logo-bold" | "read-cv-logo-duotone" | "read-cv-logo-fill" | "read-cv-logo-light" | "read-cv-logo-thin" | "receipt-bold" | "receipt-duotone" | "receipt-light" | "receipt-thin" | "receipt-x" | "receipt-x-bold" | "receipt-x-duotone" | "receipt-x-fill" | "receipt-x-light" | "receipt-x-thin" | "record-duotone" | "record-light" | "record-thin" | "rectangle-bold" | "rectangle-dashed" | "rectangle-dashed-bold" | "rectangle-dashed-duotone" | "rectangle-dashed-fill" | "rectangle-dashed-light" | "rectangle-dashed-thin" | "rectangle-duotone" | "rectangle-light" | "rectangle-thin" | "recycle-bold" | "recycle-duotone" | "recycle-light" | "recycle-thin" | "reddit-logo-bold" | "reddit-logo-duotone" | "reddit-logo-fill" | "reddit-logo-light" | "reddit-logo-thin" | "repeat-duotone" | "repeat-light" | "repeat-once-bold" | "repeat-once-duotone" | "repeat-once-fill" | "repeat-once-light" | "repeat-once-thin" | "repeat-thin" | "replit-logo" | "replit-logo-bold" | "replit-logo-duotone" | "replit-logo-fill" | "replit-logo-light" | "replit-logo-thin" | "resize-bold" | "resize-duotone" | "resize-fill" | "resize-light" | "resize-thin" | "rewind-bold" | "rewind-circle-bold" | "rewind-circle-duotone" | "rewind-circle-light" | "rewind-circle-thin" | "rewind-duotone" | "rewind-light" | "rewind-thin" | "road-horizon" | "road-horizon-bold" | "road-horizon-duotone" | "road-horizon-fill" | "road-horizon-light" | "road-horizon-thin" | "robot-bold" | "robot-duotone" | "robot-light" | "robot-thin" | "rocket-duotone" | "rocket-launch-bold" | "rocket-launch-duotone" | "rocket-launch-fill" | "rocket-launch-light" | "rocket-launch-thin" | "rocket-light" | "rocket-thin" | "rows-bold" | "rows-duotone" | "rows-fill" | "rows-light" | "rows-plus-bottom" | "rows-plus-bottom-bold" | "rows-plus-bottom-duotone" | "rows-plus-bottom-fill" | "rows-plus-bottom-light" | "rows-plus-bottom-thin" | "rows-plus-top" | "rows-plus-top-bold" | "rows-plus-top-duotone" | "rows-plus-top-fill" | "rows-plus-top-light" | "rows-plus-top-thin" | "rows-thin" | "rss-bold" | "rss-duotone" | "rss-light" | "rss-simple" | "rss-simple-bold" | "rss-simple-duotone" | "rss-simple-fill" | "rss-simple-light" | "rss-simple-thin" | "rss-thin" | "rug-bold" | "rug-duotone" | "rug-fill" | "rug-light" | "rug-thin" | "ruler-duotone" | "ruler-light" | "ruler-thin" | "sailboat-bold" | "sailboat-duotone" | "sailboat-light" | "sailboat-thin" | "scales-bold" | "scales-duotone" | "scales-light" | "scales-thin" | "scan-bold" | "scan-duotone" | "scan-smiley" | "scan-smiley-bold" | "scan-smiley-duotone" | "scan-smiley-fill" | "scan-smiley-light" | "scan-smiley-thin" | "scan-thin" | "scissors-duotone" | "scissors-light" | "scissors-thin" | "scooter-duotone" | "scooter-light" | "scooter-thin" | "screencast-duotone" | "screencast-light" | "screencast-thin" | "screwdriver-bold" | "screwdriver-duotone" | "screwdriver-light" | "screwdriver-thin" | "scribble-bold" | "scribble-duotone" | "scribble-fill" | "scribble-light" | "scribble-loop" | "scribble-loop-bold" | "scribble-loop-duotone" | "scribble-loop-fill" | "scribble-loop-light" | "scribble-loop-thin" | "scribble-thin" | "scroll-bold" | "scroll-duotone" | "scroll-fill" | "scroll-light" | "scroll-thin" | "seal-bold" | "seal-check-bold" | "seal-check-duotone" | "seal-check-fill" | "seal-check-light" | "seal-check-thin" | "seal-duotone" | "seal-light" | "seal-percent-bold" | "seal-percent-duotone" | "seal-percent-fill" | "seal-percent-light" | "seal-percent-thin" | "seal-question" | "seal-question-bold" | "seal-question-duotone" | "seal-question-fill" | "seal-question-light" | "seal-question-thin" | "seal-thin" | "seal-warning" | "seal-warning-bold" | "seal-warning-duotone" | "seal-warning-fill" | "seal-warning-light" | "seal-warning-thin" | "seat-bold" | "seat-duotone" | "seat-light" | "seat-thin" | "seatbelt-bold" | "seatbelt-duotone" | "seatbelt-fill" | "seatbelt-light" | "seatbelt-thin" | "security-camera" | "security-camera-bold" | "security-camera-duotone" | "security-camera-fill" | "security-camera-light" | "security-camera-thin" | "selection-all" | "selection-all-bold" | "selection-all-duotone" | "selection-all-fill" | "selection-all-light" | "selection-all-thin" | "selection-background" | "selection-background-bold" | "selection-background-duotone" | "selection-background-fill" | "selection-background-light" | "selection-background-thin" | "selection-bold" | "selection-duotone" | "selection-fill" | "selection-foreground" | "selection-foreground-bold" | "selection-foreground-duotone" | "selection-foreground-fill" | "selection-foreground-light" | "selection-foreground-thin" | "selection-inverse" | "selection-inverse-bold" | "selection-inverse-duotone" | "selection-inverse-fill" | "selection-inverse-light" | "selection-inverse-thin" | "selection-light" | "selection-plus" | "selection-plus-bold" | "selection-plus-duotone" | "selection-plus-fill" | "selection-plus-light" | "selection-plus-thin" | "selection-slash" | "selection-slash-bold" | "selection-slash-duotone" | "selection-slash-fill" | "selection-slash-light" | "selection-slash-thin" | "selection-thin" | "shapes-bold" | "shapes-duotone" | "shapes-light" | "shapes-thin" | "share-duotone" | "share-fat" | "share-fat-bold" | "share-fat-duotone" | "share-fat-fill" | "share-fat-light" | "share-fat-thin" | "share-light" | "share-network" | "share-network-bold" | "share-network-duotone" | "share-network-fill" | "share-network-light" | "share-network-thin" | "share-thin" | "shield-check-duotone" | "shield-check-light" | "shield-check-thin" | "shield-checkered-bold" | "shield-checkered-duotone" | "shield-checkered-fill" | "shield-checkered-light" | "shield-checkered-thin" | "shield-chevron-bold" | "shield-chevron-duotone" | "shield-chevron-fill" | "shield-chevron-light" | "shield-chevron-thin" | "shield-plus-duotone" | "shield-plus-light" | "shield-plus-thin" | "shield-slash-bold" | "shield-slash-duotone" | "shield-slash-light" | "shield-slash-thin" | "shield-star-duotone" | "shield-star-light" | "shield-star-thin" | "shield-warning-duotone" | "shield-warning-fill" | "shield-warning-light" | "shield-warning-thin" | "shipping-container" | "shipping-container-bold" | "shipping-container-duotone" | "shipping-container-fill" | "shipping-container-light" | "shipping-container-thin" | "shirt-folded" | "shirt-folded-bold" | "shirt-folded-duotone" | "shirt-folded-fill" | "shirt-folded-light" | "shirt-folded-thin" | "shooting-star-bold" | "shooting-star-duotone" | "shooting-star-fill" | "shooting-star-light" | "shooting-star-thin" | "shopping-bag-open" | "shopping-bag-open-bold" | "shopping-bag-open-duotone" | "shopping-bag-open-fill" | "shopping-bag-open-light" | "shopping-bag-open-thin" | "shopping-cart-bold" | "shopping-cart-duotone" | "shopping-cart-light" | "shopping-cart-simple" | "shopping-cart-simple-bold" | "shopping-cart-simple-duotone" | "shopping-cart-simple-fill" | "shopping-cart-simple-light" | "shopping-cart-simple-thin" | "shopping-cart-thin" | "shovel-bold" | "shovel-duotone" | "shovel-light" | "shovel-thin" | "shower-bold" | "shower-duotone" | "shower-light" | "shower-thin" | "shrimp-bold" | "shrimp-duotone" | "shrimp-fill" | "shrimp-light" | "shrimp-thin" | "shuffle-angular" | "shuffle-angular-bold" | "shuffle-angular-duotone" | "shuffle-angular-fill" | "shuffle-angular-light" | "shuffle-angular-thin" | "shuffle-duotone" | "shuffle-light" | "shuffle-simple" | "shuffle-simple-bold" | "shuffle-simple-duotone" | "shuffle-simple-fill" | "shuffle-simple-light" | "shuffle-simple-thin" | "shuffle-thin" | "sidebar-bold" | "sidebar-duotone" | "sidebar-fill" | "sidebar-light" | "sidebar-simple" | "sidebar-simple-bold" | "sidebar-simple-duotone" | "sidebar-simple-fill" | "sidebar-simple-light" | "sidebar-simple-thin" | "sidebar-thin" | "sigma-bold" | "sigma-duotone" | "sigma-fill" | "sigma-light" | "sigma-thin" | "sign-in-bold" | "sign-in-duotone" | "sign-in-fill" | "sign-in-light" | "sign-in-thin" | "sign-out-bold" | "sign-out-duotone" | "sign-out-fill" | "sign-out-light" | "sign-out-thin" | "signature-bold" | "signature-duotone" | "signature-light" | "signature-thin" | "signpost-duotone" | "signpost-light" | "signpost-thin" | "sim-card-duotone" | "sim-card-light" | "sim-card-thin" | "siren-duotone" | "siren-fill" | "siren-light" | "siren-thin" | "sketch-logo" | "sketch-logo-bold" | "sketch-logo-duotone" | "sketch-logo-fill" | "sketch-logo-light" | "sketch-logo-thin" | "skip-back-bold" | "skip-back-circle" | "skip-back-circle-bold" | "skip-back-circle-duotone" | "skip-back-circle-fill" | "skip-back-circle-light" | "skip-back-circle-thin" | "skip-back-duotone" | "skip-back-light" | "skip-back-thin" | "skip-forward-bold" | "skip-forward-circle-bold" | "skip-forward-circle-duotone" | "skip-forward-circle-light" | "skip-forward-circle-thin" | "skip-forward-duotone" | "skip-forward-light" | "skip-forward-thin" | "skull-bold" | "skull-duotone" | "skull-light" | "skull-thin" | "skype-logo" | "skype-logo-bold" | "skype-logo-duotone" | "skype-logo-fill" | "skype-logo-light" | "skype-logo-thin" | "slack-logo" | "slack-logo-bold" | "slack-logo-duotone" | "slack-logo-fill" | "slack-logo-light" | "slack-logo-thin" | "sliders-bold" | "sliders-duotone" | "sliders-fill" | "sliders-horizontal-bold" | "sliders-horizontal-duotone" | "sliders-horizontal-fill" | "sliders-horizontal-light" | "sliders-horizontal-thin" | "sliders-light" | "sliders-thin" | "slideshow-bold" | "slideshow-duotone" | "slideshow-light" | "slideshow-thin" | "smiley-angry" | "smiley-angry-bold" | "smiley-angry-duotone" | "smiley-angry-fill" | "smiley-angry-light" | "smiley-angry-thin" | "smiley-blank" | "smiley-blank-bold" | "smiley-blank-duotone" | "smiley-blank-fill" | "smiley-blank-light" | "smiley-blank-thin" | "smiley-bold" | "smiley-duotone" | "smiley-light" | "smiley-meh" | "smiley-meh-bold" | "smiley-meh-duotone" | "smiley-meh-fill" | "smiley-meh-light" | "smiley-meh-thin" | "smiley-melting" | "smiley-melting-bold" | "smiley-melting-duotone" | "smiley-melting-fill" | "smiley-melting-light" | "smiley-melting-thin" | "smiley-nervous" | "smiley-nervous-bold" | "smiley-nervous-duotone" | "smiley-nervous-fill" | "smiley-nervous-light" | "smiley-nervous-thin" | "smiley-sad" | "smiley-sad-bold" | "smiley-sad-duotone" | "smiley-sad-fill" | "smiley-sad-light" | "smiley-sad-thin" | "smiley-sticker" | "smiley-sticker-bold" | "smiley-sticker-duotone" | "smiley-sticker-fill" | "smiley-sticker-light" | "smiley-sticker-thin" | "smiley-thin" | "smiley-wink" | "smiley-wink-bold" | "smiley-wink-duotone" | "smiley-wink-fill" | "smiley-wink-light" | "smiley-wink-thin" | "smiley-x-eyes" | "smiley-x-eyes-bold" | "smiley-x-eyes-duotone" | "smiley-x-eyes-fill" | "smiley-x-eyes-light" | "smiley-x-eyes-thin" | "snapchat-logo" | "snapchat-logo-bold" | "snapchat-logo-duotone" | "snapchat-logo-fill" | "snapchat-logo-light" | "snapchat-logo-thin" | "sneaker-bold" | "sneaker-duotone" | "sneaker-fill" | "sneaker-light" | "sneaker-move" | "sneaker-move-bold" | "sneaker-move-duotone" | "sneaker-move-fill" | "sneaker-move-light" | "sneaker-move-thin" | "sneaker-thin" | "snowflake-duotone" | "snowflake-light" | "snowflake-thin" | "soccer-ball-bold" | "soccer-ball-duotone" | "soccer-ball-fill" | "soccer-ball-light" | "soccer-ball-thin" | "sock-bold" | "sock-duotone" | "sock-light" | "sock-thin" | "solar-panel-bold" | "solar-panel-duotone" | "solar-panel-light" | "solar-panel-thin" | "solar-roof" | "solar-roof-bold" | "solar-roof-duotone" | "solar-roof-fill" | "solar-roof-light" | "solar-roof-thin" | "sort-ascending-bold" | "sort-ascending-light" | "sort-ascending-thin" | "sort-descending-bold" | "sort-descending-light" | "sort-descending-thin" | "soundcloud-logo" | "soundcloud-logo-bold" | "soundcloud-logo-duotone" | "soundcloud-logo-fill" | "soundcloud-logo-light" | "soundcloud-logo-thin" | "spade-bold" | "spade-duotone" | "spade-light" | "spade-thin" | "sparkle-bold" | "sparkle-duotone" | "sparkle-fill" | "sparkle-light" | "sparkle-thin" | "speaker-hifi" | "speaker-hifi-bold" | "speaker-hifi-duotone" | "speaker-hifi-fill" | "speaker-hifi-light" | "speaker-hifi-thin" | "speaker-high-bold" | "speaker-high-duotone" | "speaker-high-fill" | "speaker-high-light" | "speaker-high-thin" | "speaker-low-bold" | "speaker-low-duotone" | "speaker-low-fill" | "speaker-low-light" | "speaker-low-thin" | "speaker-none" | "speaker-none-bold" | "speaker-none-duotone" | "speaker-none-fill" | "speaker-none-light" | "speaker-none-thin" | "speaker-simple-high" | "speaker-simple-high-bold" | "speaker-simple-high-duotone" | "speaker-simple-high-fill" | "speaker-simple-high-light" | "speaker-simple-high-thin" | "speaker-simple-low" | "speaker-simple-low-bold" | "speaker-simple-low-duotone" | "speaker-simple-low-fill" | "speaker-simple-low-light" | "speaker-simple-low-thin" | "speaker-simple-none" | "speaker-simple-none-bold" | "speaker-simple-none-duotone" | "speaker-simple-none-fill" | "speaker-simple-none-light" | "speaker-simple-none-thin" | "speaker-simple-slash" | "speaker-simple-slash-bold" | "speaker-simple-slash-duotone" | "speaker-simple-slash-fill" | "speaker-simple-slash-light" | "speaker-simple-slash-thin" | "speaker-simple-x" | "speaker-simple-x-bold" | "speaker-simple-x-duotone" | "speaker-simple-x-fill" | "speaker-simple-x-light" | "speaker-simple-x-thin" | "speaker-slash-bold" | "speaker-slash-duotone" | "speaker-slash-light" | "speaker-slash-thin" | "speaker-x" | "speaker-x-bold" | "speaker-x-duotone" | "speaker-x-fill" | "speaker-x-light" | "speaker-x-thin" | "speedometer-bold" | "speedometer-duotone" | "speedometer-fill" | "speedometer-light" | "speedometer-thin" | "sphere-bold" | "sphere-duotone" | "sphere-fill" | "sphere-light" | "sphere-thin" | "spinner-ball" | "spinner-ball-bold" | "spinner-ball-duotone" | "spinner-ball-fill" | "spinner-ball-light" | "spinner-ball-thin" | "spinner-bold" | "spinner-duotone" | "spinner-fill" | "spinner-gap" | "spinner-gap-bold" | "spinner-gap-duotone" | "spinner-gap-fill" | "spinner-gap-light" | "spinner-gap-thin" | "spinner-light" | "spinner-thin" | "spiral-bold" | "spiral-duotone" | "spiral-fill" | "spiral-light" | "spiral-thin" | "split-horizontal-bold" | "split-horizontal-duotone" | "split-horizontal-fill" | "split-horizontal-light" | "split-horizontal-thin" | "split-vertical-bold" | "split-vertical-duotone" | "split-vertical-fill" | "split-vertical-light" | "split-vertical-thin" | "spotify-logo" | "spotify-logo-bold" | "spotify-logo-duotone" | "spotify-logo-fill" | "spotify-logo-light" | "spotify-logo-thin" | "spray-bottle-bold" | "spray-bottle-duotone" | "spray-bottle-fill" | "spray-bottle-light" | "spray-bottle-thin" | "square-bold" | "square-duotone" | "square-half-bold" | "square-half-bottom" | "square-half-bottom-bold" | "square-half-bottom-duotone" | "square-half-bottom-fill" | "square-half-bottom-light" | "square-half-bottom-thin" | "square-half-duotone" | "square-half-fill" | "square-half-light" | "square-half-thin" | "square-light" | "square-logo" | "square-logo-bold" | "square-logo-duotone" | "square-logo-fill" | "square-logo-light" | "square-logo-thin" | "square-split-horizontal-bold" | "square-split-horizontal-duotone" | "square-split-horizontal-fill" | "square-split-horizontal-light" | "square-split-horizontal-thin" | "square-split-vertical-bold" | "square-split-vertical-duotone" | "square-split-vertical-fill" | "square-split-vertical-light" | "square-split-vertical-thin" | "square-thin" | "squares-four" | "squares-four-bold" | "squares-four-duotone" | "squares-four-fill" | "squares-four-light" | "squares-four-thin" | "stack-bold" | "stack-duotone" | "stack-minus" | "stack-minus-bold" | "stack-minus-duotone" | "stack-minus-fill" | "stack-minus-light" | "stack-minus-thin" | "stack-overflow-logo" | "stack-overflow-logo-bold" | "stack-overflow-logo-duotone" | "stack-overflow-logo-fill" | "stack-overflow-logo-light" | "stack-overflow-logo-thin" | "stack-plus" | "stack-plus-bold" | "stack-plus-duotone" | "stack-plus-fill" | "stack-plus-light" | "stack-plus-thin" | "stack-simple" | "stack-simple-bold" | "stack-simple-duotone" | "stack-simple-fill" | "stack-simple-light" | "stack-simple-thin" | "stack-thin" | "stairs-bold" | "stairs-duotone" | "stairs-light" | "stairs-thin" | "stamp-bold" | "stamp-duotone" | "stamp-fill" | "stamp-light" | "stamp-thin" | "standard-definition-bold" | "standard-definition-duotone" | "standard-definition-fill" | "standard-definition-light" | "standard-definition-thin" | "star-and-crescent-bold" | "star-and-crescent-duotone" | "star-and-crescent-fill" | "star-and-crescent-light" | "star-and-crescent-thin" | "star-four" | "star-four-bold" | "star-four-duotone" | "star-four-fill" | "star-four-light" | "star-four-thin" | "star-half-bold" | "star-half-duotone" | "star-half-light" | "star-half-thin" | "star-of-david-bold" | "star-of-david-duotone" | "star-of-david-fill" | "star-of-david-light" | "star-of-david-thin" | "steam-logo" | "steam-logo-bold" | "steam-logo-duotone" | "steam-logo-fill" | "steam-logo-light" | "steam-logo-thin" | "steering-wheel-bold" | "steering-wheel-duotone" | "steering-wheel-light" | "steering-wheel-thin" | "steps-bold" | "steps-duotone" | "steps-fill" | "steps-light" | "steps-thin" | "stethoscope-duotone" | "stethoscope-thin" | "sticker-bold" | "sticker-duotone" | "sticker-light" | "sticker-thin" | "stool-bold" | "stool-duotone" | "stool-fill" | "stool-light" | "stool-thin" | "stop-circle-duotone" | "stop-circle-light" | "stop-circle-thin" | "stop-thin" | "storefront-bold" | "storefront-duotone" | "storefront-fill" | "storefront-light" | "storefront-thin" | "strategy-bold" | "strategy-duotone" | "strategy-fill" | "strategy-light" | "strategy-thin" | "stripe-logo" | "stripe-logo-bold" | "stripe-logo-duotone" | "stripe-logo-fill" | "stripe-logo-light" | "stripe-logo-thin" | "student-bold" | "student-duotone" | "student-fill" | "student-thin" | "subset-of" | "subset-of-bold" | "subset-of-duotone" | "subset-of-fill" | "subset-of-light" | "subset-of-thin" | "subset-proper-of" | "subset-proper-of-bold" | "subset-proper-of-duotone" | "subset-proper-of-fill" | "subset-proper-of-light" | "subset-proper-of-thin" | "subtitles-duotone" | "subtitles-fill" | "subtitles-light" | "subtitles-slash" | "subtitles-slash-bold" | "subtitles-slash-duotone" | "subtitles-slash-fill" | "subtitles-slash-light" | "subtitles-slash-thin" | "subtitles-thin" | "subtract-bold" | "subtract-duotone" | "subtract-light" | "subtract-square" | "subtract-square-bold" | "subtract-square-duotone" | "subtract-square-fill" | "subtract-square-light" | "subtract-square-thin" | "subtract-thin" | "subway-bold" | "subway-duotone" | "subway-light" | "subway-thin" | "suitcase-duotone" | "suitcase-rolling-bold" | "suitcase-rolling-duotone" | "suitcase-rolling-fill" | "suitcase-rolling-light" | "suitcase-rolling-thin" | "suitcase-simple" | "suitcase-simple-bold" | "suitcase-simple-duotone" | "suitcase-simple-fill" | "suitcase-simple-light" | "suitcase-simple-thin" | "suitcase-thin" | "sun-dim-bold" | "sun-dim-duotone" | "sun-dim-fill" | "sun-dim-light" | "sun-dim-thin" | "sun-horizon" | "sun-horizon-bold" | "sun-horizon-duotone" | "sun-horizon-fill" | "sun-horizon-light" | "sun-horizon-thin" | "sun-thin" | "sunglasses-bold" | "sunglasses-duotone" | "sunglasses-fill" | "sunglasses-light" | "sunglasses-thin" | "superset-of" | "superset-of-bold" | "superset-of-duotone" | "superset-of-fill" | "superset-of-light" | "superset-of-thin" | "superset-proper-of" | "superset-proper-of-bold" | "superset-proper-of-duotone" | "superset-proper-of-fill" | "superset-proper-of-light" | "superset-proper-of-thin" | "swap-duotone" | "swatches-bold" | "swatches-duotone" | "swatches-fill" | "swatches-light" | "swatches-thin" | "swimming-pool-bold" | "swimming-pool-duotone" | "swimming-pool-light" | "swimming-pool-thin" | "sword-bold" | "sword-duotone" | "sword-light" | "sword-thin" | "synagogue-bold" | "synagogue-duotone" | "synagogue-fill" | "synagogue-light" | "synagogue-thin" | "syringe-duotone" | "syringe-light" | "syringe-thin" | "t-shirt-duotone" | "t-shirt-light" | "t-shirt-thin" | "table-bold" | "table-duotone" | "table-thin" | "tabs-bold" | "tabs-duotone" | "tabs-fill" | "tabs-light" | "tabs-thin" | "tag-chevron" | "tag-chevron-bold" | "tag-chevron-duotone" | "tag-chevron-light" | "tag-chevron-thin" | "tag-duotone" | "tag-light" | "tag-simple" | "tag-simple-bold" | "tag-simple-duotone" | "tag-simple-fill" | "tag-simple-light" | "tag-simple-thin" | "tag-thin" | "target-thin" | "taxi-bold" | "taxi-duotone" | "taxi-light" | "taxi-thin" | "tea-bag" | "tea-bag-bold" | "tea-bag-duotone" | "tea-bag-fill" | "tea-bag-light" | "tea-bag-thin" | "telegram-logo-bold" | "telegram-logo-duotone" | "telegram-logo-fill" | "telegram-logo-light" | "telegram-logo-thin" | "television-bold" | "television-duotone" | "television-light" | "television-simple" | "television-simple-bold" | "television-simple-duotone" | "television-simple-fill" | "television-simple-light" | "television-simple-thin" | "television-thin" | "tennis-ball-bold" | "tennis-ball-duotone" | "tennis-ball-fill" | "tennis-ball-light" | "tennis-ball-thin" | "tent-bold" | "tent-duotone" | "tent-light" | "tent-thin" | "terminal-bold" | "terminal-duotone" | "terminal-thin" | "terminal-window" | "terminal-window-bold" | "terminal-window-duotone" | "terminal-window-light" | "terminal-window-thin" | "test-tube-duotone" | "test-tube-light" | "test-tube-thin" | "text-a-underline" | "text-a-underline-bold" | "text-a-underline-duotone" | "text-a-underline-fill" | "text-a-underline-light" | "text-a-underline-thin" | "text-aa-bold" | "text-aa-duotone" | "text-aa-fill" | "text-aa-light" | "text-aa-thin" | "text-align-center-bold" | "text-align-center-duotone" | "text-align-center-fill" | "text-align-center-light" | "text-align-center-thin" | "text-align-justify-bold" | "text-align-justify-duotone" | "text-align-justify-fill" | "text-align-justify-light" | "text-align-justify-thin" | "text-align-left-bold" | "text-align-left-duotone" | "text-align-left-fill" | "text-align-left-light" | "text-align-left-thin" | "text-align-right-bold" | "text-align-right-duotone" | "text-align-right-fill" | "text-align-right-light" | "text-align-right-thin" | "text-b" | "text-b-bold" | "text-b-duotone" | "text-b-fill" | "text-b-light" | "text-b-thin" | "text-columns" | "text-columns-bold" | "text-columns-duotone" | "text-columns-fill" | "text-columns-light" | "text-columns-thin" | "text-h" | "text-h-bold" | "text-h-duotone" | "text-h-fill" | "text-h-five" | "text-h-five-bold" | "text-h-five-duotone" | "text-h-five-fill" | "text-h-five-light" | "text-h-five-thin" | "text-h-four" | "text-h-four-bold" | "text-h-four-duotone" | "text-h-four-fill" | "text-h-four-light" | "text-h-four-thin" | "text-h-light" | "text-h-one" | "text-h-one-bold" | "text-h-one-duotone" | "text-h-one-fill" | "text-h-one-light" | "text-h-one-thin" | "text-h-six" | "text-h-six-bold" | "text-h-six-duotone" | "text-h-six-fill" | "text-h-six-light" | "text-h-six-thin" | "text-h-thin" | "text-h-three" | "text-h-three-bold" | "text-h-three-duotone" | "text-h-three-fill" | "text-h-three-light" | "text-h-three-thin" | "text-h-two" | "text-h-two-bold" | "text-h-two-duotone" | "text-h-two-fill" | "text-h-two-light" | "text-h-two-thin" | "text-indent-bold" | "text-indent-duotone" | "text-indent-fill" | "text-indent-light" | "text-indent-thin" | "text-italic-duotone" | "text-italic-fill" | "text-italic-light" | "text-italic-thin" | "text-outdent-bold" | "text-outdent-duotone" | "text-outdent-fill" | "text-outdent-light" | "text-outdent-thin" | "text-strikethrough-bold" | "text-strikethrough-duotone" | "text-strikethrough-fill" | "text-strikethrough-light" | "text-strikethrough-thin" | "text-subscript-bold" | "text-subscript-duotone" | "text-subscript-fill" | "text-subscript-light" | "text-subscript-thin" | "text-superscript-bold" | "text-superscript-duotone" | "text-superscript-fill" | "text-superscript-light" | "text-superscript-thin" | "text-t" | "text-t-bold" | "text-t-duotone" | "text-t-fill" | "text-t-light" | "text-t-slash" | "text-t-slash-bold" | "text-t-slash-duotone" | "text-t-slash-fill" | "text-t-slash-light" | "text-t-slash-thin" | "text-t-thin" | "text-underline-duotone" | "text-underline-fill" | "text-underline-light" | "text-underline-thin" | "textbox-bold" | "textbox-duotone" | "textbox-light" | "textbox-thin" | "thermometer-cold-bold" | "thermometer-cold-duotone" | "thermometer-cold-fill" | "thermometer-cold-light" | "thermometer-cold-thin" | "thermometer-duotone" | "thermometer-hot-bold" | "thermometer-hot-duotone" | "thermometer-hot-fill" | "thermometer-hot-light" | "thermometer-hot-thin" | "thermometer-light" | "thermometer-simple" | "thermometer-simple-bold" | "thermometer-simple-duotone" | "thermometer-simple-fill" | "thermometer-simple-light" | "thermometer-simple-thin" | "thermometer-thin" | "threads-logo-bold" | "threads-logo-duotone" | "threads-logo-fill" | "threads-logo-light" | "threads-logo-thin" | "three-d-bold" | "three-d-duotone" | "three-d-fill" | "three-d-light" | "three-d-thin" | "thumbs-down-bold" | "thumbs-down-duotone" | "thumbs-down-thin" | "thumbs-up-bold" | "thumbs-up-duotone" | "thumbs-up-thin" | "tidal-logo-bold" | "tidal-logo-duotone" | "tidal-logo-fill" | "tidal-logo-light" | "tidal-logo-thin" | "tiktok-logo-bold" | "tiktok-logo-duotone" | "tiktok-logo-fill" | "tiktok-logo-light" | "tiktok-logo-thin" | "tilde-bold" | "tilde-duotone" | "tilde-fill" | "tilde-light" | "tilde-thin" | "timer-bold" | "timer-duotone" | "timer-light" | "timer-thin" | "tip-jar-bold" | "tip-jar-duotone" | "tip-jar-fill" | "tip-jar-light" | "tip-jar-thin" | "tipi-bold" | "tipi-duotone" | "tipi-fill" | "tipi-light" | "tipi-thin" | "tire-bold" | "tire-duotone" | "tire-fill" | "tire-light" | "tire-thin" | "toggle-left-bold" | "toggle-left-duotone" | "toggle-left-light" | "toggle-left-thin" | "toggle-right-bold" | "toggle-right-duotone" | "toggle-right-light" | "toggle-right-thin" | "toilet-bold" | "toilet-duotone" | "toilet-fill" | "toilet-light" | "toilet-paper-bold" | "toilet-paper-duotone" | "toilet-paper-light" | "toilet-paper-thin" | "toilet-thin" | "toolbox-bold" | "toolbox-duotone" | "toolbox-fill" | "toolbox-light" | "toolbox-thin" | "tooth-bold" | "tooth-duotone" | "tooth-thin" | "tornado-duotone" | "tornado-light" | "tornado-thin" | "tote" | "tote-bold" | "tote-duotone" | "tote-fill" | "tote-light" | "tote-simple" | "tote-simple-bold" | "tote-simple-duotone" | "tote-simple-fill" | "tote-simple-light" | "tote-simple-thin" | "tote-thin" | "towel-bold" | "towel-duotone" | "towel-fill" | "towel-light" | "towel-thin" | "tractor-bold" | "tractor-duotone" | "tractor-fill" | "tractor-light" | "tractor-thin" | "trademark-bold" | "trademark-duotone" | "trademark-light" | "trademark-registered" | "trademark-registered-bold" | "trademark-registered-duotone" | "trademark-registered-fill" | "trademark-registered-light" | "trademark-registered-thin" | "trademark-thin" | "traffic-cone-bold" | "traffic-cone-duotone" | "traffic-cone-light" | "traffic-cone-thin" | "traffic-sign" | "traffic-sign-bold" | "traffic-sign-duotone" | "traffic-sign-fill" | "traffic-sign-light" | "traffic-sign-thin" | "traffic-signal" | "traffic-signal-bold" | "traffic-signal-duotone" | "traffic-signal-fill" | "traffic-signal-light" | "traffic-signal-thin" | "train-bold" | "train-duotone" | "train-light" | "train-regional" | "train-regional-bold" | "train-regional-duotone" | "train-regional-fill" | "train-regional-light" | "train-regional-thin" | "train-simple" | "train-simple-bold" | "train-simple-duotone" | "train-simple-fill" | "train-simple-light" | "train-simple-thin" | "train-thin" | "tram-duotone" | "tram-light" | "tram-thin" | "translate-bold" | "translate-duotone" | "translate-light" | "translate-thin" | "tray-arrow-down-bold" | "tray-arrow-down-duotone" | "tray-arrow-down-light" | "tray-arrow-down-thin" | "tray-arrow-up-bold" | "tray-arrow-up-duotone" | "tray-arrow-up-light" | "tray-arrow-up-thin" | "tray-bold" | "tray-duotone" | "tray-light" | "tray-thin" | "treasure-chest-bold" | "treasure-chest-duotone" | "treasure-chest-fill" | "treasure-chest-light" | "treasure-chest-thin" | "tree-bold" | "tree-evergreen" | "tree-evergreen-bold" | "tree-evergreen-duotone" | "tree-evergreen-fill" | "tree-evergreen-light" | "tree-evergreen-thin" | "tree-light" | "tree-palm-bold" | "tree-palm-duotone" | "tree-palm-fill" | "tree-palm-light" | "tree-palm-thin" | "tree-structure" | "tree-structure-bold" | "tree-structure-duotone" | "tree-structure-fill" | "tree-structure-light" | "tree-structure-thin" | "tree-thin" | "tree-view-bold" | "tree-view-duotone" | "tree-view-fill" | "tree-view-light" | "tree-view-thin" | "trend-down-duotone" | "trend-up-duotone" | "triangle-bold" | "triangle-dashed-bold" | "triangle-dashed-duotone" | "triangle-dashed-fill" | "triangle-dashed-light" | "triangle-dashed-thin" | "triangle-duotone" | "triangle-light" | "triangle-thin" | "trolley-bold" | "trolley-duotone" | "trolley-fill" | "trolley-light" | "trolley-suitcase" | "trolley-suitcase-bold" | "trolley-suitcase-duotone" | "trolley-suitcase-fill" | "trolley-suitcase-light" | "trolley-suitcase-thin" | "trolley-thin" | "trophy-bold" | "trophy-duotone" | "trophy-thin" | "truck-bold" | "truck-duotone" | "truck-light" | "truck-thin" | "truck-trailer-bold" | "truck-trailer-duotone" | "truck-trailer-fill" | "truck-trailer-light" | "truck-trailer-thin" | "tumblr-logo" | "tumblr-logo-bold" | "tumblr-logo-duotone" | "tumblr-logo-fill" | "tumblr-logo-light" | "tumblr-logo-thin" | "twitch-logo" | "twitch-logo-bold" | "twitch-logo-duotone" | "twitch-logo-fill" | "twitch-logo-light" | "twitch-logo-thin" | "twitter-logo-bold" | "twitter-logo-duotone" | "twitter-logo-fill" | "twitter-logo-light" | "twitter-logo-thin" | "umbrella-duotone" | "umbrella-light" | "umbrella-simple" | "umbrella-simple-bold" | "umbrella-simple-duotone" | "umbrella-simple-fill" | "umbrella-simple-light" | "umbrella-simple-thin" | "umbrella-thin" | "union-bold" | "union-duotone" | "union-light" | "union-thin" | "unite-bold" | "unite-duotone" | "unite-fill" | "unite-light" | "unite-square" | "unite-square-bold" | "unite-square-duotone" | "unite-square-fill" | "unite-square-light" | "unite-square-thin" | "unite-thin" | "upload-simple" | "upload-simple-bold" | "upload-simple-duotone" | "upload-simple-fill" | "upload-simple-light" | "upload-simple-thin" | "usb-duotone" | "usb-light" | "usb-thin" | "user-check-duotone" | "user-check-light" | "user-check-thin" | "user-circle-check" | "user-circle-check-bold" | "user-circle-check-duotone" | "user-circle-check-fill" | "user-circle-check-light" | "user-circle-check-thin" | "user-circle-dashed" | "user-circle-dashed-bold" | "user-circle-dashed-duotone" | "user-circle-dashed-fill" | "user-circle-dashed-light" | "user-circle-dashed-thin" | "user-circle-duotone" | "user-circle-gear" | "user-circle-gear-bold" | "user-circle-gear-duotone" | "user-circle-gear-fill" | "user-circle-gear-light" | "user-circle-gear-thin" | "user-circle-light" | "user-circle-minus" | "user-circle-minus-bold" | "user-circle-minus-duotone" | "user-circle-minus-fill" | "user-circle-minus-light" | "user-circle-minus-thin" | "user-circle-plus" | "user-circle-plus-bold" | "user-circle-plus-duotone" | "user-circle-plus-fill" | "user-circle-plus-light" | "user-circle-plus-thin" | "user-circle-thin" | "user-focus" | "user-focus-bold" | "user-focus-duotone" | "user-focus-fill" | "user-focus-light" | "user-focus-thin" | "user-gear-bold" | "user-gear-duotone" | "user-gear-fill" | "user-gear-light" | "user-gear-thin" | "user-list-bold" | "user-list-duotone" | "user-list-fill" | "user-list-light" | "user-list-thin" | "user-minus-duotone" | "user-minus-light" | "user-minus-thin" | "user-plus-duotone" | "user-plus-light" | "user-plus-thin" | "user-rectangle-bold" | "user-rectangle-duotone" | "user-rectangle-fill" | "user-rectangle-light" | "user-rectangle-thin" | "user-sound" | "user-sound-bold" | "user-sound-duotone" | "user-sound-fill" | "user-sound-light" | "user-sound-thin" | "user-square-bold" | "user-square-duotone" | "user-square-light" | "user-square-thin" | "user-switch-bold" | "user-switch-duotone" | "user-switch-fill" | "user-switch-light" | "user-switch-thin" | "user-thin" | "users-bold" | "users-duotone" | "users-four" | "users-four-bold" | "users-four-duotone" | "users-four-fill" | "users-four-light" | "users-four-thin" | "users-light" | "users-thin" | "users-three" | "users-three-bold" | "users-three-duotone" | "users-three-fill" | "users-three-light" | "users-three-thin" | "van-bold" | "van-duotone" | "van-fill" | "van-light" | "van-thin" | "vault-bold" | "vault-duotone" | "vault-fill" | "vault-light" | "vault-thin" | "vector-three" | "vector-three-bold" | "vector-three-duotone" | "vector-three-fill" | "vector-three-light" | "vector-three-thin" | "vector-two" | "vector-two-bold" | "vector-two-duotone" | "vector-two-fill" | "vector-two-light" | "vector-two-thin" | "vibrate-bold" | "vibrate-duotone" | "vibrate-fill" | "vibrate-light" | "vibrate-thin" | "video-bold" | "video-camera-bold" | "video-camera-duotone" | "video-camera-light" | "video-camera-slash-bold" | "video-camera-slash-duotone" | "video-camera-slash-fill" | "video-camera-slash-light" | "video-camera-slash-thin" | "video-camera-thin" | "video-conference-bold" | "video-conference-duotone" | "video-conference-fill" | "video-conference-light" | "video-conference-thin" | "video-thin" | "vignette-bold" | "vignette-duotone" | "vignette-fill" | "vignette-light" | "vignette-thin" | "vinyl-record" | "vinyl-record-duotone" | "vinyl-record-fill" | "vinyl-record-light" | "vinyl-record-thin" | "virtual-reality-bold" | "virtual-reality-duotone" | "virtual-reality-fill" | "virtual-reality-light" | "virtual-reality-thin" | "virus-duotone" | "virus-light" | "virus-thin" | "visor" | "visor-bold" | "visor-duotone" | "visor-fill" | "visor-light" | "visor-thin" | "voicemail-bold" | "voicemail-duotone" | "voicemail-light" | "voicemail-thin" | "volleyball-duotone" | "volleyball-light" | "volleyball-thin" | "wall-bold" | "wall-duotone" | "wall-thin" | "wallet-thin" | "warehouse-bold" | "warehouse-duotone" | "warehouse-fill" | "warehouse-light" | "warehouse-thin" | "warning-bold" | "warning-circle-bold" | "warning-circle-duotone" | "warning-circle-fill" | "warning-circle-light" | "warning-circle-thin" | "warning-diamond-bold" | "warning-diamond-duotone" | "warning-diamond-fill" | "warning-diamond-light" | "warning-diamond-thin" | "warning-duotone" | "warning-light" | "warning-octagon-bold" | "warning-octagon-duotone" | "warning-octagon-fill" | "warning-octagon-light" | "warning-octagon-thin" | "warning-thin" | "washing-machine-duotone" | "washing-machine-fill" | "washing-machine-light" | "washing-machine-thin" | "watch-bold" | "watch-duotone" | "watch-thin" | "wave-sawtooth" | "wave-sawtooth-bold" | "wave-sawtooth-duotone" | "wave-sawtooth-fill" | "wave-sawtooth-light" | "wave-sawtooth-thin" | "wave-sine-bold" | "wave-sine-duotone" | "wave-sine-fill" | "wave-sine-light" | "wave-sine-thin" | "wave-square-bold" | "wave-square-duotone" | "wave-square-fill" | "wave-square-light" | "wave-square-thin" | "wave-triangle-bold" | "wave-triangle-duotone" | "wave-triangle-fill" | "wave-triangle-light" | "wave-triangle-thin" | "waveform-bold" | "waveform-duotone" | "waveform-fill" | "waveform-light" | "waveform-slash" | "waveform-slash-bold" | "waveform-slash-duotone" | "waveform-slash-fill" | "waveform-slash-light" | "waveform-slash-thin" | "waveform-thin" | "waves-bold" | "waves-duotone" | "waves-fill" | "waves-light" | "waves-thin" | "webcam-bold" | "webcam-duotone" | "webcam-light" | "webcam-slash" | "webcam-slash-bold" | "webcam-slash-duotone" | "webcam-slash-fill" | "webcam-slash-light" | "webcam-slash-thin" | "webcam-thin" | "webhooks-logo" | "webhooks-logo-bold" | "webhooks-logo-duotone" | "webhooks-logo-fill" | "webhooks-logo-light" | "webhooks-logo-thin" | "wechat-logo-bold" | "wechat-logo-duotone" | "wechat-logo-fill" | "wechat-logo-light" | "wechat-logo-thin" | "whatsapp-logo" | "whatsapp-logo-bold" | "whatsapp-logo-duotone" | "whatsapp-logo-fill" | "whatsapp-logo-light" | "whatsapp-logo-thin" | "wheelchair-bold" | "wheelchair-duotone" | "wheelchair-light" | "wheelchair-motion" | "wheelchair-motion-bold" | "wheelchair-motion-duotone" | "wheelchair-motion-fill" | "wheelchair-motion-light" | "wheelchair-motion-thin" | "wheelchair-thin" | "wifi-high-bold" | "wifi-high-duotone" | "wifi-high-fill" | "wifi-high-light" | "wifi-high-thin" | "wifi-low-bold" | "wifi-low-duotone" | "wifi-low-fill" | "wifi-low-light" | "wifi-low-thin" | "wifi-medium-bold" | "wifi-medium-duotone" | "wifi-medium-fill" | "wifi-medium-light" | "wifi-medium-thin" | "wifi-none-bold" | "wifi-none-duotone" | "wifi-none-fill" | "wifi-none-light" | "wifi-none-thin" | "wifi-slash-bold" | "wifi-slash-duotone" | "wifi-slash-fill" | "wifi-slash-light" | "wifi-slash-thin" | "wifi-x-bold" | "wifi-x-duotone" | "wifi-x-fill" | "wifi-x-light" | "wifi-x-thin" | "wind-duotone" | "wind-light" | "wind-thin" | "windmill-bold" | "windmill-duotone" | "windmill-fill" | "windmill-light" | "windmill-thin" | "windows-logo" | "windows-logo-bold" | "windows-logo-duotone" | "windows-logo-fill" | "windows-logo-light" | "windows-logo-thin" | "wine-bold" | "wine-duotone" | "wine-light" | "wine-thin" | "wrench-bold" | "wrench-duotone" | "wrench-light" | "wrench-thin" | "x-bold" | "x-circle-bold" | "x-circle-duotone" | "x-circle-light" | "x-circle-thin" | "x-duotone" | "x-light" | "x-logo-bold" | "x-logo-duotone" | "x-logo-fill" | "x-logo-light" | "x-logo-thin" | "x-square-bold" | "x-square-duotone" | "x-square-light" | "x-square-thin" | "x-thin" | "yarn-bold" | "yarn-duotone" | "yarn-light" | "yarn-thin" | "yin-yang-bold" | "yin-yang-duotone" | "yin-yang-fill" | "yin-yang-light" | "yin-yang-thin" | "youtube-logo" | "youtube-logo-bold" | "youtube-logo-duotone" | "youtube-logo-fill" | "youtube-logo-light" | "youtube-logo-thin">): import("react").JSX.Element;
9083
+ ({ name, size, color, width, height, style, className, rotate, flip, fallback, fallbackDelay, placeholder, placeholderColor, placeholderDuration, onLoad, onError, accessibilityLabel, testID, onPress, onLongPress, onPressIn, onPressOut, disabled, pressedStyle, animate, animationDuration, animationLoop, animationEasing, animationDelay, autoPlay, onAnimationComplete, }: import("..").IconProps<"function" | "pulse" | "translate" | "placeholder" | "repeat" | "anchor" | "link" | "scroll" | "image" | "radio" | "timer" | "list" | "key" | "cursor" | "perspective" | "article" | "code" | "option" | "table" | "video" | "circle" | "path" | "polygon" | "stop" | "x" | "alien" | "archive" | "arrow-u-down-left" | "arrow-u-down-left-bold" | "arrow-u-down-right" | "arrow-u-down-right-bold" | "arrow-u-up-left" | "arrow-u-up-left-bold" | "arrow-u-up-right" | "arrow-u-up-right-bold" | "arrow-up-left" | "arrow-up-left-bold" | "arrow-up-right" | "arrow-up-right-bold" | "asterisk" | "at" | "backspace" | "barcode" | "binoculars" | "bluetooth" | "book" | "book-open" | "bookmark" | "briefcase" | "broom" | "campfire" | "certificate" | "chat" | "check-bold" | "clipboard" | "clipboard-text" | "copyleft" | "copyright" | "crane" | "crop" | "crown" | "cursor-text" | "desk" | "diamond" | "download" | "eject" | "eraser" | "export" | "eye" | "eye-closed" | "fast-forward" | "fingerprint" | "flag" | "flashlight" | "gavel" | "gender-female" | "gender-male" | "gender-transgender" | "graph" | "hand-heart" | "hand-peace" | "handshake" | "image-broken" | "keyboard" | "knife" | "lasso" | "lectern" | "lighthouse" | "magnet" | "mailbox" | "memory" | "mouse" | "mouse-left-click" | "mouse-right-click" | "network" | "newspaper" | "note" | "notebook" | "package" | "paperclip" | "pause-circle" | "peace" | "pentagram" | "pinwheel" | "play-circle" | "plus-circle" | "presentation" | "recycle" | "repeat-once" | "resize" | "rewind" | "rss" | "seal" | "selection" | "shield-plus" | "shield-star" | "spray-bottle" | "sticker" | "stool" | "stop-circle" | "subtitles" | "tag" | "target" | "tent" | "ticket" | "tilde" | "trademark" | "tray" | "upload" | "usb" | "vibrate" | "virtual-reality" | "voicemail" | "wall" | "yin-yang" | "shield-check" | "barn" | "carrot" | "cow" | "egg" | "flower" | "flower-tulip" | "horse" | "leaf" | "shovel" | "tire" | "tractor" | "tree" | "waves" | "bird" | "bone" | "bug" | "butterfly" | "cat" | "dog" | "fish" | "rabbit" | "flip-horizontal" | "flip-vertical" | "arrow-down" | "arrow-down-bold" | "arrow-down-left" | "arrow-down-left-bold" | "arrow-down-right" | "arrow-down-right-bold" | "arrow-down-thin" | "arrow-left" | "arrow-left-bold" | "arrow-left-thin" | "arrow-right" | "arrow-right-bold" | "arrow-right-thin" | "arrow-up" | "arrow-up-bold" | "arrow-up-thin" | "share" | "shuffle" | "tray-arrow-down" | "tray-arrow-up" | "equalizer" | "headphones" | "headset" | "music-note" | "waveform" | "battery-charging" | "car" | "car-battery" | "engine" | "fan" | "gauge" | "lock" | "lock-open" | "seatbelt" | "snowflake" | "speedometer" | "thermometer" | "bank" | "cash-register" | "credit-card" | "currency-btc" | "currency-cny" | "currency-eth" | "currency-eur" | "currency-gbp" | "currency-inr" | "currency-jpy" | "currency-krw" | "currency-kzt" | "currency-ngn" | "currency-rub" | "invoice" | "piggy-bank" | "receipt" | "wallet" | "battery-high" | "battery-low" | "battery-medium" | "battery-plus" | "meteor" | "devices" | "phone" | "phone-incoming" | "phone-outgoing" | "phone-plus" | "chef-hat" | "face-mask" | "hard-hat" | "sunglasses" | "cloud" | "cloud-arrow-down" | "cloud-arrow-up" | "cloud-check" | "file-cloud" | "eyedropper" | "palette" | "contactless-payment" | "database" | "alarm" | "calendar" | "calendar-blank" | "calendar-check" | "calendar-heart" | "calendar-minus" | "calendar-plus" | "calendar-star" | "clock" | "file-code" | "desktop-tower" | "laptop" | "monitor" | "projector-screen" | "television" | "watch" | "pen" | "pencil" | "pencil-circle" | "pencil-ruler" | "ruler" | "file" | "file-image" | "file-lock" | "file-minus" | "file-plus" | "file-video" | "folder" | "folder-lock" | "folder-minus" | "folder-open" | "folder-plus" | "folder-star" | "cake" | "cheese" | "coffee" | "cookie" | "hamburger" | "ice-cream" | "pizza" | "popcorn" | "check" | "check-circle" | "minus-circle" | "signature" | "bomb" | "cards" | "checkerboard" | "flask" | "ghost" | "heart" | "heart-half" | "medal" | "poker-chip" | "shield" | "skull" | "sword" | "treasure-chest" | "compass" | "axe" | "bulldozer" | "factory" | "fire-extinguisher" | "hammer" | "ladder" | "nut" | "pipe-wrench" | "screwdriver" | "spade" | "toolbox" | "wrench" | "hair-dryer" | "balloon" | "bed" | "cross" | "gift" | "alarm-light" | "bathtub" | "bell" | "camera" | "door" | "door-open" | "dresser" | "fire" | "garage" | "globe-light" | "lamp" | "lightbulb" | "pause" | "pipe" | "play" | "play-pause" | "power" | "printer" | "record" | "robot" | "rug" | "seat" | "shower" | "skip-forward" | "solar-panel" | "toilet" | "washing-machine" | "webcam" | "calculator" | "chart-bar" | "chart-donut" | "chart-line" | "chart-pie" | "greater-than" | "greater-than-or-equal" | "infinity" | "less-than" | "less-than-or-equal" | "minus" | "percent" | "pi" | "plus" | "plus-minus" | "sigma" | "ambulance" | "brain" | "hospital" | "needle" | "pill" | "prescription" | "stethoscope" | "tooth" | "virus" | "wheelchair" | "disc" | "metronome" | "microphone" | "cactus" | "clover" | "feather" | "airplane" | "bus" | "compass-rose" | "taxi" | "train" | "tram" | "baby" | "baby-carriage" | "camera-plus" | "panorama" | "bridge" | "church" | "city" | "island" | "storefront" | "synagogue" | "warehouse" | "mosque" | "atom" | "biohazard" | "dna" | "microscope" | "radioactive" | "rocket" | "rocket-launch" | "test-tube" | "circle-half" | "cube" | "cylinder" | "hexagon" | "octagon" | "pentagon" | "rectangle" | "sphere" | "square" | "star" | "star-half" | "triangle" | "basket" | "basket-fill" | "baseball" | "basketball" | "bicycle" | "boxing-glove" | "cricket" | "flag-checkered" | "football" | "football-helmet" | "golf" | "strategy" | "tennis-ball" | "trophy" | "volleyball" | "sort-ascending" | "sort-descending" | "airplane-landing" | "airplane-takeoff" | "drone" | "parachute" | "elevator" | "escalator-down" | "escalator-up" | "moped" | "scooter" | "stairs" | "subway" | "fire-truck" | "traffic-cone" | "truck" | "truck-trailer" | "lifebuoy" | "high-definition" | "standard-definition" | "broadcast" | "umbrella" | "bell-slash" | "building-office" | "cube-transparent" | "currency-dollar" | "device-tablet" | "divide" | "envelope" | "envelope-open" | "equals" | "eye-slash" | "funnel" | "gif" | "magnifying-glass" | "magnifying-glass-minus" | "magnifying-glass-plus" | "map-pin" | "megaphone" | "moon" | "paint-brush" | "puzzle-piece" | "qr-code" | "scissors" | "shopping-bag" | "shopping-cart" | "sun" | "trash" | "user" | "user-circle" | "user-minus" | "user-plus" | "users" | "video-camera" | "video-camera-slash" | "x-circle" | "airplay" | "align-center-horizontal" | "align-center-vertical" | "aperture" | "app-window" | "armchair" | "backpack" | "battery-full" | "battery-warning" | "binary" | "bluetooth-connected" | "book-open-text" | "building" | "cable-car" | "calendar-x" | "cassette-tape" | "chart-scatter" | "cigarette" | "circle-dashed" | "cloud-fog" | "cloud-lightning" | "cloud-moon" | "cloud-rain" | "cloud-snow" | "cloud-sun" | "club" | "coins" | "command" | "cooking-pot" | "copy" | "cpu" | "crosshair" | "dot" | "ear" | "file-archive" | "file-text" | "file-x" | "files" | "flame" | "folders" | "footprints" | "funnel-x" | "git-branch" | "git-fork" | "git-merge" | "git-pull-request" | "globe" | "graduation-cap" | "guitar" | "hand" | "hand-coins" | "hand-fist" | "handbag" | "hard-drive" | "hash" | "highlighter" | "hourglass" | "house" | "images" | "info" | "joystick" | "kanban" | "list-checks" | "list-plus" | "map-pin-plus" | "martini" | "monitor-play" | "paint-bucket" | "paint-roller" | "paw-print" | "pencil-line" | "phone-call" | "picture-in-picture" | "plug" | "popsicle" | "radical" | "rainbow" | "sailboat" | "scan" | "shapes" | "shrimp" | "signpost" | "siren" | "skip-back" | "sliders-horizontal" | "sparkle" | "square-split-horizontal" | "square-split-vertical" | "stamp" | "sun-dim" | "syringe" | "terminal" | "text-align-center" | "text-align-justify" | "thumbs-down" | "thumbs-up" | "toggle-left" | "toggle-right" | "tornado" | "tree-palm" | "triangle-dashed" | "user-check" | "vault" | "wifi-high" | "wifi-low" | "wind" | "wine" | "align-left" | "align-right" | "check-square" | "columns" | "git-commit" | "layout" | "minus-square" | "plus-square" | "sidebar" | "sliders" | "x-square" | "address-book" | "air-traffic-control" | "angle" | "arrow-elbow-left" | "arrow-elbow-right" | "arrows-down-up" | "arrows-horizontal" | "arrows-left-right" | "arrows-split" | "arrows-vertical" | "asterisk-simple" | "avocado" | "barbell" | "bell-ringing" | "bell-z" | "bluetooth-x" | "bookmarks" | "books" | "brackets-angle" | "bread" | "browser" | "buildings" | "calendar-dot" | "camera-rotate" | "caret-down" | "caret-left" | "caret-right" | "caret-up" | "caret-up-down" | "chalkboard" | "chalkboard-teacher" | "checks" | "cloud-x" | "coin" | "confetti" | "device-mobile" | "exclamation-mark" | "file-zip" | "first-aid-kit" | "gps" | "heartbeat" | "hourglass-high" | "hourglass-low" | "lego" | "list-numbers" | "moon-stars" | "notification" | "password" | "pepper" | "phone-pause" | "phone-x" | "picnic-table" | "ping-pong" | "planet" | "plant" | "playlist" | "question-mark" | "quotes" | "scribble" | "shield-checkered" | "shield-chevron" | "slideshow" | "sock" | "spiral" | "square-half" | "stack" | "steering-wheel" | "tip-jar" | "toilet-paper" | "trolley" | "user-square" | "wave-sine" | "wave-square" | "windmill" | "airplane-fill" | "alarm-fill" | "align-bottom" | "align-top" | "archive-fill" | "arrow-clockwise" | "backpack-fill" | "backspace-fill" | "bag" | "bag-fill" | "balloon-fill" | "bell-fill" | "bell-slash-fill" | "binoculars-fill" | "book-fill" | "bookmark-fill" | "bookmarks-fill" | "bounding-box" | "box-arrow-down" | "box-arrow-up" | "briefcase-fill" | "bug-fill" | "building-fill" | "buildings-fill" | "cake-fill" | "calculator-fill" | "calendar-check-fill" | "calendar-fill" | "calendar-heart-fill" | "calendar-minus-fill" | "calendar-plus-fill" | "calendar-x-fill" | "camera-fill" | "caret-down-fill" | "caret-left-fill" | "caret-right-fill" | "caret-up-fill" | "chat-dots" | "chat-dots-fill" | "chat-fill" | "chat-text" | "chat-text-fill" | "check-circle-fill" | "check-square-fill" | "circle-fill" | "clipboard-fill" | "clock-fill" | "cloud-arrow-down-fill" | "cloud-arrow-up-fill" | "cloud-check-fill" | "cloud-fill" | "cloud-fog-fill" | "cloud-lightning-fill" | "cloud-moon-fill" | "cloud-rain-fill" | "cloud-slash" | "cloud-slash-fill" | "cloud-snow-fill" | "cloud-sun-fill" | "compass-fill" | "cpu-fill" | "credit-card-fill" | "cursor-fill" | "database-fill" | "diamond-fill" | "disc-fill" | "door-open-fill" | "ear-fill" | "egg-fill" | "eject-fill" | "envelope-fill" | "envelope-open-fill" | "eraser-fill" | "exclude" | "eye-fill" | "eye-slash-fill" | "eyeglasses" | "fast-forward-circle" | "fast-forward-circle-fill" | "fast-forward-fill" | "file-arrow-down" | "file-arrow-down-fill" | "file-arrow-up" | "file-arrow-up-fill" | "file-code-fill" | "file-fill" | "file-image-fill" | "file-lock-fill" | "file-minus-fill" | "file-pdf" | "file-pdf-fill" | "file-plus-fill" | "file-ppt" | "file-ppt-fill" | "file-text-fill" | "file-x-fill" | "file-zip-fill" | "flag-fill" | "flask-fill" | "folder-fill" | "fork-knife" | "funnel-fill" | "gear" | "gear-fill" | "gender-neuter" | "gift-fill" | "handbag-fill" | "heart-fill" | "hexagon-fill" | "hospital-fill" | "house-fill" | "hurricane" | "image-fill" | "intersect" | "kanban-fill" | "key-fill" | "keyboard-fill" | "lamp-fill" | "laptop-fill" | "leaf-fill" | "lightbulb-fill" | "lightning" | "lightning-fill" | "lock-fill" | "magnet-fill" | "megaphone-fill" | "moon-fill" | "moon-stars-fill" | "mouse-fill" | "nut-fill" | "octagon-fill" | "palette-fill" | "paragraph" | "pause-circle-fill" | "pause-fill" | "peace-fill" | "pen-fill" | "pencil-fill" | "pentagon-fill" | "person" | "person-fill" | "phone-fill" | "piggy-bank-fill" | "play-circle-fill" | "play-fill" | "plug-fill" | "plus-circle-fill" | "plus-square-fill" | "printer-fill" | "question" | "record-fill" | "rewind-circle" | "rewind-circle-fill" | "rewind-fill" | "rocket-fill" | "rss-fill" | "share-fill" | "shield-fill" | "shield-slash" | "shield-slash-fill" | "signpost-fill" | "skip-forward-circle" | "skip-forward-circle-fill" | "skip-forward-fill" | "square-fill" | "star-fill" | "stop-circle-fill" | "stop-fill" | "subtract" | "suitcase" | "suitcase-fill" | "sun-fill" | "tag-fill" | "terminal-fill" | "ticket-fill" | "trash-fill" | "tree-fill" | "triangle-fill" | "trophy-fill" | "umbrella-fill" | "union" | "usb-fill" | "vignette" | "wallet-fill" | "webcam-fill" | "x-circle-fill" | "x-square-fill" | "book-bookmark" | "bowl-food" | "floppy-disk" | "hands-clapping" | "hands-praying" | "jar" | "user-gear" | "closed-captioning" | "file-audio" | "microphone-slash" | "charging-station" | "gas-pump" | "motorcycle" | "pen-nib" | "phone-slash" | "file-csv" | "paper-plane" | "desktop" | "sim-card" | "bezier-curve" | "battery-empty" | "dice-five" | "dice-four" | "dice-one" | "dice-six" | "dice-three" | "dice-two" | "suitcase-rolling" | "chair" | "couch" | "star-and-crescent" | "star-of-david" | "circle-notch" | "spinner" | "bowling-ball" | "arrow-down-fill" | "arrow-left-fill" | "arrow-right-fill" | "arrow-up-fill" | "bank-fill" | "tent-fill" | "at-fill" | "copyleft-fill" | "copyright-fill" | "medal-fill" | "presentation-fill" | "slideshow-fill" | "stack-fill" | "trademark-fill" | "crop-fill" | "crosshair-fill" | "drop-fill" | "flip-horizontal-fill" | "flip-vertical-fill" | "hammer-fill" | "layout-fill" | "paint-brush-fill" | "pen-nib-fill" | "pencil-ruler-fill" | "rectangle-fill" | "ruler-fill" | "scissors-fill" | "shapes-fill" | "table-fill" | "wrench-fill" | "code-fill" | "command-fill" | "git-branch-fill" | "git-commit-fill" | "git-fork-fill" | "git-merge-fill" | "git-pull-request-fill" | "terminal-window-fill" | "airplay-fill" | "barcode-fill" | "battery-low-fill" | "bluetooth-fill" | "fingerprint-fill" | "gps-fill" | "hard-drive-fill" | "qr-code-fill" | "scan-fill" | "sim-card-fill" | "article-fill" | "book-open-fill" | "file-cloud-fill" | "file-video-fill" | "folder-lock-fill" | "folder-open-fill" | "folder-user-fill" | "folders-fill" | "newspaper-fill" | "receipt-fill" | "code-block" | "coin-fill" | "coins-fill" | "hand-heart-fill" | "percent-fill" | "shopping-bag-fill" | "shopping-cart-fill" | "swap-fill" | "bread-fill" | "knife-fill" | "atom-fill" | "brain-fill" | "dna-fill" | "first-aid-kit-fill" | "microscope-fill" | "pulse-fill" | "stethoscope-fill" | "syringe-fill" | "test-tube-fill" | "thermometer-fill" | "virus-fill" | "anchor-fill" | "barricade-fill" | "bus-fill" | "car-fill" | "globe-fill" | "lifebuoy-fill" | "map-pin-fill" | "map-pin-line" | "planet-fill" | "police-car-fill" | "sailboat-fill" | "subway-fill" | "taxi-fill" | "train-fill" | "truck-fill" | "broadcast-fill" | "closed-captioning-fill" | "equalizer-fill" | "notification-fill" | "picture-in-picture-fill" | "radio-fill" | "repeat-fill" | "shuffle-fill" | "skip-back-fill" | "video-fill" | "armchair-fill" | "basketball-fill" | "cactus-fill" | "cross-fill" | "door-fill" | "flower-fill" | "football-fill" | "goggles-fill" | "graduation-cap-fill" | "infinity-fill" | "ping-pong-fill" | "plant-fill" | "recycle-fill" | "scales-fill" | "stairs-fill" | "sword-fill" | "t-shirt-fill" | "target-fill" | "tooth-fill" | "wheelchair-fill" | "check-fill" | "divide-fill" | "download-fill" | "export-fill" | "function-fill" | "hourglass-fill" | "question-fill" | "radio-button-fill" | "shield-check-fill" | "shield-star-fill" | "star-half-fill" | "subtract-fill" | "timer-fill" | "upload-fill" | "ghost-fill" | "robot-fill" | "skull-fill" | "user-fill" | "user-minus-fill" | "fire-fill" | "flashlight-fill" | "meteor-fill" | "rainbow-fill" | "snowflake-fill" | "tornado-fill" | "gradient" | "magic-wand" | "radio-button" | "text-align-left" | "text-align-right" | "text-indent" | "text-italic" | "text-strikethrough" | "text-subscript" | "text-superscript" | "text-underline" | "money" | "tree-view" | "warning" | "warning-diamond" | "boot" | "van" | "cell-tower" | "scales" | "boat" | "browsers" | "game-controller" | "blueprint" | "jeep" | "orange" | "yarn" | "steps" | "oven" | "file-png" | "park" | "potted-plant" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "tabs" | "download-bold" | "export-bold" | "upload-bold" | "atom-bold" | "infinity-bold" | "planet-bold" | "rocket-bold" | "star-bold" | "buildings-bold" | "city-bold" | "garage-bold" | "hospital-bold" | "chart-line-duotone" | "graph-bold" | "phone-bold" | "align-bottom-bold" | "align-left-bold" | "align-right-bold" | "align-top-bold" | "crop-bold" | "flip-horizontal-bold" | "flip-vertical-bold" | "paint-roller-bold" | "palette-bold" | "ruler-bold" | "bluetooth-bold" | "cpu-bold" | "devices-bold" | "keyboard-bold" | "laptop-bold" | "lightbulb-bold" | "lightning-bold" | "monitor-bold" | "mouse-bold" | "printer-bold" | "radio-bold" | "sim-card-bold" | "balloon-bold" | "battery-full-bold" | "battery-low-bold" | "broom-bold" | "cat-bold" | "check-circle-bold" | "check-square-bold" | "confetti-bold" | "copy-bold" | "copyright-bold" | "crown-bold" | "cursor-bold" | "database-bold" | "flag-bold" | "flashlight-bold" | "ghost-bold" | "gift-bold" | "high-definition-bold" | "magnet-bold" | "mask-sad-bold" | "minus-circle-bold" | "minus-square-bold" | "power-bold" | "scissors-bold" | "share-bold" | "subtitles-bold" | "t-shirt-bold" | "target-bold" | "umbrella-bold" | "file-bold" | "file-text-bold" | "folder-bold" | "folder-open-bold" | "chef-hat-bold" | "hand-heart-bold" | "armchair-bold" | "bed-bold" | "chair-bold" | "lamp-bold" | "washing-machine-bold" | "heart-bold" | "list-bold" | "list-heart-bold" | "playlist-bold" | "compass-bold" | "gps-bold" | "signpost-bold" | "bone-bold" | "dna-bold" | "pill-bold" | "pulse-bold" | "stethoscope-bold" | "syringe-bold" | "test-tube-bold" | "thermometer-bold" | "virus-bold" | "chat-dots-bold" | "mailbox-bold" | "paperclip-bold" | "pen-bold" | "cardholder-bold" | "tag-bold" | "ticket-bold" | "wallet-bold" | "fire-bold" | "flame-bold" | "leaf-bold" | "suitcase-bold" | "bug-bold" | "code-bold" | "command-bold" | "screencast-bold" | "usb-bold" | "archive-bold" | "clipboard-bold" | "clipboard-text-bold" | "notebook-bold" | "bell-bold" | "backpack-bold" | "book-bold" | "book-bookmark-bold" | "bookmark-bold" | "calculator-bold" | "plus-minus-bold" | "bomb-bold" | "eye-bold" | "eye-closed-bold" | "key-bold" | "lock-bold" | "password-bold" | "qr-code-bold" | "shield-bold" | "shield-check-bold" | "shield-plus-bold" | "shield-star-bold" | "shield-warning-bold" | "siren-bold" | "bag-bold" | "basketball-bold" | "football-bold" | "golf-bold" | "ranking-bold" | "volleyball-bold" | "backspace-bold" | "eraser-bold" | "link-bold" | "text-italic-bold" | "text-underline-bold" | "alarm-bold" | "calendar-bold" | "hourglass-bold" | "bus-bold" | "scooter-bold" | "tram-bold" | "user-bold" | "user-check-bold" | "user-circle-bold" | "user-minus-bold" | "user-plus-bold" | "camera-bold" | "camera-rotate-bold" | "microphone-bold" | "music-note-bold" | "music-notes-bold" | "panorama-bold" | "pause-bold" | "pause-circle-bold" | "play-bold" | "play-circle-bold" | "record-bold" | "repeat-bold" | "shuffle-bold" | "stop-bold" | "stop-circle-bold" | "vinyl-record-bold" | "cloud-bold" | "cloud-check-bold" | "cloud-rain-bold" | "cloud-sun-bold" | "moon-bold" | "moon-stars-bold" | "snowflake-bold" | "sun-bold" | "tornado-bold" | "wind-bold" | "warning-circle" | "cigarette-slash" | "soccer-ball" | "farm" | "pants" | "orange-slice" | "sun-light" | "arrow-counter-clockwise" | "info-fill" | "parallelogram" | "sign-out" | "x-fill" | "yarn-fill" | "empty" | "first-aid" | "notepad" | "screencast" | "unite" | "coffee-bean" | "file-css" | "file-doc" | "file-html" | "file-jpg" | "file-js" | "file-md" | "file-txt" | "t-shirt" | "user-rectangle" | "sign-in" | "log" | "amazon-logo" | "tidal-logo" | "bluetooth-slash" | "shield-warning" | "wifi-slash" | "arrow-circle-down-left" | "arrow-circle-down-right" | "arrow-circle-up-left" | "arrow-circle-up-right" | "caret-circle-down" | "caret-circle-left" | "caret-circle-right" | "caret-circle-up" | "chat-circle" | "chat-circle-dots" | "rows" | "link-break" | "wifi-medium" | "wifi-none" | "control" | "drop" | "house-line" | "smiley" | "split-horizontal" | "split-vertical" | "sort-ascending-duotone" | "sort-descending-duotone" | "cherries" | "device-rotate" | "dress" | "flying-saucer" | "detective" | "eyes" | "police-car" | "police-car-light" | "shooting-star" | "dots-three-vertical" | "swap" | "push-pin" | "arrow-circle-down-fill" | "arrow-circle-left-fill" | "arrow-circle-right-fill" | "arrow-circle-up-fill" | "browser-fill" | "copy-fill" | "cube-fill" | "hash-fill" | "headphones-fill" | "link-fill" | "list-fill" | "minus-circle-fill" | "minus-fill" | "minus-square-fill" | "monitor-fill" | "paper-plane-fill" | "phone-call-fill" | "plus-fill" | "power-fill" | "question-mark-fill" | "toggle-left-fill" | "toggle-right-fill" | "camera-rotate-fill" | "chart-bar-fill" | "chart-pie-fill" | "flame-fill" | "lock-open-fill" | "pencil-circle-fill" | "pencil-slash" | "smiley-fill" | "speaker-slash" | "speaker-slash-fill" | "textbox" | "tram-fill" | "tray-arrow-down-fill" | "tray-arrow-up-fill" | "tray-fill" | "circle-thin" | "swimming-pool" | "baby-light" | "detective-light" | "ear-light" | "goggles" | "identification-card" | "person-light" | "student" | "student-light" | "thumbs-down-light" | "thumbs-up-light" | "android-logo" | "dropbox-logo" | "facebook-logo" | "google-drive-logo" | "twitter-logo" | "arrows-in" | "arrows-out" | "mountains" | "acorn" | "barricade" | "beach-ball" | "beer-bottle" | "beer-stein" | "belt" | "circuitry" | "fallout-shelter" | "film-strip" | "high-heel" | "hockey" | "hoodie" | "lockers" | "nuclear-plant" | "office-chair" | "piano-keys" | "thermometer-cold" | "thermometer-hot" | "tipi" | "towel" | "video-conference" | "wall-light" | "keyhole" | "user-list" | "intersection" | "math-operations" | "seal-check" | "seal-percent" | "text-outdent" | "thumbs-down-fill" | "thumbs-up-fill" | "three-d" | "cursor-click" | "baseball-helmet" | "cowboy-hat" | "lock-key" | "ranking" | "user-switch" | "wave-triangle" | "chats" | "text-aa" | "baseball-cap" | "coat-hanger" | "grid-four" | "grid-nine" | "stack-light" | "phone-duotone" | "phone-light" | "phone-thin" | "credit-card-bold" | "credit-card-duotone" | "credit-card-light" | "credit-card-thin" | "invoice-bold" | "invoice-duotone" | "invoice-fill" | "invoice-light" | "invoice-thin" | "shopping-bag-bold" | "shopping-bag-duotone" | "shopping-bag-light" | "shopping-bag-thin" | "ticket-duotone" | "ticket-light" | "ticket-thin" | "cloud-duotone" | "cloud-light" | "cloud-thin" | "copy-duotone" | "copy-light" | "copy-thin" | "download-light" | "download-thin" | "file-audio-bold" | "file-audio-duotone" | "file-audio-fill" | "file-audio-light" | "file-audio-thin" | "file-duotone" | "file-image-bold" | "file-image-duotone" | "file-image-light" | "file-image-thin" | "file-light" | "file-thin" | "file-video-bold" | "file-video-duotone" | "file-video-light" | "file-video-thin" | "folder-duotone" | "folder-light" | "folder-thin" | "upload-light" | "upload-thin" | "bookmark-duotone" | "bookmark-light" | "bookmark-thin" | "briefcase-bold" | "briefcase-duotone" | "briefcase-light" | "briefcase-thin" | "clock-bold" | "clock-duotone" | "clock-light" | "clock-thin" | "eye-duotone" | "eye-light" | "eye-thin" | "flag-duotone" | "flag-light" | "flag-thin" | "gift-duotone" | "gift-light" | "gift-thin" | "heart-duotone" | "heart-light" | "heart-thin" | "lock-duotone" | "lock-light" | "lock-thin" | "mouse-duotone" | "mouse-light" | "mouse-thin" | "notification-bold" | "notification-duotone" | "notification-light" | "notification-thin" | "printer-duotone" | "printer-light" | "printer-thin" | "shield-duotone" | "shield-light" | "shield-thin" | "star-duotone" | "star-light" | "star-thin" | "trash-bold" | "trash-duotone" | "trash-light" | "trash-simple" | "trash-simple-bold" | "trash-simple-duotone" | "trash-simple-fill" | "trash-simple-light" | "trash-simple-thin" | "trash-thin" | "backspace-duotone" | "backspace-light" | "backspace-thin" | "bluetooth-duotone" | "bluetooth-light" | "bluetooth-thin" | "check-duotone" | "check-light" | "check-square-duotone" | "check-square-light" | "check-square-thin" | "check-thin" | "cursor-duotone" | "cursor-light" | "cursor-thin" | "funnel-bold" | "funnel-duotone" | "funnel-light" | "funnel-thin" | "link-duotone" | "link-light" | "link-thin" | "pen-duotone" | "pen-light" | "pen-thin" | "swap-bold" | "swap-light" | "swap-thin" | "calculator-duotone" | "calculator-light" | "calculator-thin" | "trend-down" | "trend-down-bold" | "trend-down-fill" | "trend-down-light" | "trend-down-thin" | "trend-up" | "trend-up-bold" | "trend-up-fill" | "trend-up-light" | "trend-up-thin" | "microphone-duotone" | "microphone-fill" | "microphone-light" | "microphone-thin" | "play-circle-duotone" | "play-circle-light" | "play-circle-thin" | "playlist-fill" | "playlist-light" | "playlist-thin" | "github-logo" | "instagram-logo" | "linkedin-logo" | "mastodon-logo" | "reddit-logo" | "telegram-logo" | "threads-logo" | "tiktok-logo" | "warning-octagon" | "wechat-logo" | "x-logo" | "arrow-square-down" | "arrow-square-down-left" | "arrow-square-down-right" | "arrow-square-left" | "arrow-square-right" | "arrow-square-up" | "arrow-square-up-left" | "arrow-square-up-right" | "bell-light" | "fire-light" | "lamp-light" | "desk-duotone" | "desk-fill" | "desk-light" | "notebook-duotone" | "notebook-fill" | "notebook-light" | "pipe-duotone" | "pipe-fill" | "pipe-light" | "calendar-duotone" | "calendar-light" | "alarm-duotone" | "bug-duotone" | "bug-light" | "code-light" | "database-duotone" | "database-light" | "percent-light" | "scan-light" | "table-light" | "terminal-light" | "cpu-light" | "desktop-light" | "download-duotone" | "export-duotone" | "export-light" | "upload-duotone" | "folder-open-light" | "folders-light" | "bed-light" | "dna-light" | "knife-light" | "stethoscope-light" | "tooth-light" | "compass-duotone" | "compass-light" | "target-duotone" | "target-light" | "tree-duotone" | "play-duotone" | "play-light" | "stop-duotone" | "stop-light" | "video-duotone" | "video-light" | "battery-full-duotone" | "battery-full-fill" | "battery-full-light" | "battery-low-duotone" | "battery-low-light" | "camera-duotone" | "camera-light" | "lightning-duotone" | "lightning-light" | "key-duotone" | "key-light" | "bag-duotone" | "bag-light" | "basket-duotone" | "basket-light" | "money-duotone" | "money-fill" | "money-light" | "wallet-duotone" | "wallet-light" | "arrow-down-light" | "arrow-left-light" | "arrow-right-light" | "chat-duotone" | "chat-light" | "trophy-light" | "atom-light" | "book-duotone" | "book-light" | "book-open-duotone" | "book-open-light" | "flask-light" | "hourglass-light" | "watch-light" | "suitcase-light" | "info-duotone" | "info-light" | "question-duotone" | "question-light" | "user-duotone" | "user-light" | "moon-duotone" | "moon-light" | "sun-duotone" | "car-light" | "monitor-arrow-up" | "globe-stand" | "flower-lotus" | "sneaker" | "battery-charging-fill" | "battery-empty-fill" | "folder-minus-fill" | "folder-plus-fill" | "gif-fill" | "note-fill" | "phone-incoming-fill" | "phone-outgoing-fill" | "phone-plus-fill" | "screencast-fill" | "shield-plus-fill" | "television-fill" | "user-check-fill" | "user-circle-fill" | "user-plus-fill" | "user-square-fill" | "users-fill" | "voicemail-fill" | "presentation-chart" | "drone-light" | "wall-fill" | "beanie" | "beanie-fill" | "hurricane-fill" | "wind-fill" | "brackets-curly" | "brackets-round" | "bridge-fill" | "church-fill" | "factory-fill" | "lighthouse-fill" | "chart-line-fill" | "currency-cny-fill" | "currency-dollar-fill" | "ladder-fill" | "seal-fill" | "tag-chevron-fill" | "mailbox-fill" | "align-bottom-fill" | "align-top-fill" | "exclude-fill" | "intersect-fill" | "sticker-fill" | "union-fill" | "brackets-angle-fill" | "drone-fill" | "escalator-down-fill" | "escalator-up-fill" | "guitar-fill" | "projector-screen-fill" | "shower-fill" | "solar-panel-fill" | "watch-fill" | "align-left-fill" | "align-right-fill" | "asterisk-fill" | "cursor-text-fill" | "paragraph-fill" | "signature-fill" | "sort-ascending-fill" | "sort-descending-fill" | "textbox-fill" | "translate-fill" | "folder-star-fill" | "package-fill" | "bone-fill" | "carrot-fill" | "champagne-fill" | "cookie-fill" | "egg-crack-fill" | "fish-fill" | "fork-knife-fill" | "hamburger-fill" | "ice-cream-fill" | "pizza-fill" | "wine-fill" | "bed-fill" | "traffic-cone-fill" | "bell-ringing-fill" | "video-camera-fill" | "bird-fill" | "butterfly-fill" | "campfire-fill" | "cat-fill" | "dog-fill" | "rabbit-fill" | "axe-fill" | "bomb-fill" | "face-mask-fill" | "prescription-fill" | "screwdriver-fill" | "shovel-fill" | "toilet-paper-fill" | "baby-fill" | "chef-hat-fill" | "dress-fill" | "hand-fill" | "hands-clapping-fill" | "sock-fill" | "cylinder-fill" | "heart-half-fill" | "spade-fill" | "barbell-fill" | "baseball-fill" | "parachute-fill" | "swimming-pool-fill" | "volleyball-fill" | "broom-fill" | "certificate-fill" | "checks-fill" | "heartbeat-fill" | "keyhole-fill" | "polygon-fill" | "warning-fill" | "baby-carriage-fill" | "engine-fill" | "fan-fill" | "jeep-fill" | "park-fill" | "pinwheel-fill" | "scooter-fill" | "seat-fill" | "steering-wheel-fill" | "calendar-slash" | "camera-slash" | "ear-slash" | "git-diff" | "swatches" | "wifi-x" | "speaker-high" | "speaker-low" | "acorn-bold" | "acorn-duotone" | "acorn-fill" | "acorn-light" | "acorn-thin" | "address-book-bold" | "address-book-duotone" | "address-book-fill" | "address-book-light" | "address-book-tabs" | "address-book-tabs-bold" | "address-book-tabs-duotone" | "address-book-tabs-fill" | "address-book-tabs-light" | "address-book-tabs-thin" | "address-book-thin" | "air-traffic-control-bold" | "air-traffic-control-duotone" | "air-traffic-control-fill" | "air-traffic-control-light" | "air-traffic-control-thin" | "airplane-bold" | "airplane-duotone" | "airplane-in-flight" | "airplane-in-flight-bold" | "airplane-in-flight-duotone" | "airplane-in-flight-fill" | "airplane-in-flight-light" | "airplane-in-flight-thin" | "airplane-landing-bold" | "airplane-landing-duotone" | "airplane-landing-fill" | "airplane-landing-light" | "airplane-landing-thin" | "airplane-light" | "airplane-takeoff-bold" | "airplane-takeoff-duotone" | "airplane-takeoff-fill" | "airplane-takeoff-light" | "airplane-takeoff-thin" | "airplane-taxiing" | "airplane-taxiing-bold" | "airplane-taxiing-duotone" | "airplane-taxiing-fill" | "airplane-taxiing-light" | "airplane-taxiing-thin" | "airplane-thin" | "airplane-tilt" | "airplane-tilt-bold" | "airplane-tilt-duotone" | "airplane-tilt-fill" | "airplane-tilt-light" | "airplane-tilt-thin" | "airplay-bold" | "airplay-duotone" | "airplay-light" | "airplay-thin" | "alarm-thin" | "alien-bold" | "alien-duotone" | "alien-fill" | "alien-light" | "alien-thin" | "align-bottom-duotone" | "align-bottom-light" | "align-bottom-simple" | "align-bottom-simple-bold" | "align-bottom-simple-duotone" | "align-bottom-simple-fill" | "align-bottom-simple-light" | "align-bottom-simple-thin" | "align-bottom-thin" | "align-center-horizontal-bold" | "align-center-horizontal-duotone" | "align-center-horizontal-fill" | "align-center-horizontal-light" | "align-center-horizontal-simple" | "align-center-horizontal-simple-bold" | "align-center-horizontal-simple-duotone" | "align-center-horizontal-simple-fill" | "align-center-horizontal-simple-light" | "align-center-horizontal-simple-thin" | "align-center-horizontal-thin" | "align-center-vertical-bold" | "align-center-vertical-duotone" | "align-center-vertical-fill" | "align-center-vertical-light" | "align-center-vertical-simple" | "align-center-vertical-simple-bold" | "align-center-vertical-simple-duotone" | "align-center-vertical-simple-fill" | "align-center-vertical-simple-light" | "align-center-vertical-simple-thin" | "align-center-vertical-thin" | "align-left-duotone" | "align-left-light" | "align-left-simple" | "align-left-simple-bold" | "align-left-simple-duotone" | "align-left-simple-fill" | "align-left-simple-light" | "align-left-simple-thin" | "align-left-thin" | "align-right-duotone" | "align-right-light" | "align-right-simple" | "align-right-simple-bold" | "align-right-simple-duotone" | "align-right-simple-fill" | "align-right-simple-light" | "align-right-simple-thin" | "align-right-thin" | "align-top-duotone" | "align-top-light" | "align-top-simple" | "align-top-simple-bold" | "align-top-simple-duotone" | "align-top-simple-fill" | "align-top-simple-light" | "align-top-simple-thin" | "align-top-thin" | "amazon-logo-bold" | "amazon-logo-duotone" | "amazon-logo-fill" | "amazon-logo-light" | "amazon-logo-thin" | "ambulance-bold" | "ambulance-duotone" | "ambulance-fill" | "ambulance-light" | "ambulance-thin" | "anchor-bold" | "anchor-duotone" | "anchor-light" | "anchor-simple" | "anchor-simple-bold" | "anchor-simple-duotone" | "anchor-simple-fill" | "anchor-simple-light" | "anchor-simple-thin" | "anchor-thin" | "android-logo-bold" | "android-logo-duotone" | "android-logo-fill" | "android-logo-light" | "android-logo-thin" | "angle-bold" | "angle-duotone" | "angle-fill" | "angle-light" | "angle-thin" | "angular-logo" | "angular-logo-bold" | "angular-logo-duotone" | "angular-logo-fill" | "angular-logo-light" | "angular-logo-thin" | "aperture-bold" | "aperture-duotone" | "aperture-fill" | "aperture-light" | "aperture-thin" | "app-store-logo" | "app-store-logo-bold" | "app-store-logo-duotone" | "app-store-logo-fill" | "app-store-logo-light" | "app-store-logo-thin" | "app-window-bold" | "app-window-duotone" | "app-window-fill" | "app-window-light" | "app-window-thin" | "apple-logo" | "apple-logo-bold" | "apple-logo-duotone" | "apple-logo-fill" | "apple-logo-light" | "apple-logo-thin" | "apple-podcasts-logo" | "apple-podcasts-logo-bold" | "apple-podcasts-logo-duotone" | "apple-podcasts-logo-fill" | "apple-podcasts-logo-light" | "apple-podcasts-logo-thin" | "approximate-equals" | "approximate-equals-bold" | "approximate-equals-duotone" | "approximate-equals-fill" | "approximate-equals-light" | "approximate-equals-thin" | "archive-duotone" | "archive-light" | "archive-thin" | "armchair-duotone" | "armchair-light" | "armchair-thin" | "arrow-arc-left" | "arrow-arc-left-bold" | "arrow-arc-left-duotone" | "arrow-arc-left-fill" | "arrow-arc-left-light" | "arrow-arc-left-thin" | "arrow-arc-right" | "arrow-arc-right-bold" | "arrow-arc-right-duotone" | "arrow-arc-right-fill" | "arrow-arc-right-light" | "arrow-arc-right-thin" | "arrow-bend-double-up-left" | "arrow-bend-double-up-left-bold" | "arrow-bend-double-up-left-duotone" | "arrow-bend-double-up-left-fill" | "arrow-bend-double-up-left-light" | "arrow-bend-double-up-left-thin" | "arrow-bend-double-up-right" | "arrow-bend-double-up-right-bold" | "arrow-bend-double-up-right-duotone" | "arrow-bend-double-up-right-fill" | "arrow-bend-double-up-right-light" | "arrow-bend-double-up-right-thin" | "arrow-bend-down-left" | "arrow-bend-down-left-bold" | "arrow-bend-down-left-duotone" | "arrow-bend-down-left-fill" | "arrow-bend-down-left-light" | "arrow-bend-down-left-thin" | "arrow-bend-down-right" | "arrow-bend-down-right-bold" | "arrow-bend-down-right-duotone" | "arrow-bend-down-right-fill" | "arrow-bend-down-right-light" | "arrow-bend-down-right-thin" | "arrow-bend-left-down" | "arrow-bend-left-down-bold" | "arrow-bend-left-down-duotone" | "arrow-bend-left-down-fill" | "arrow-bend-left-down-light" | "arrow-bend-left-down-thin" | "arrow-bend-left-up" | "arrow-bend-left-up-bold" | "arrow-bend-left-up-duotone" | "arrow-bend-left-up-fill" | "arrow-bend-left-up-light" | "arrow-bend-left-up-thin" | "arrow-bend-right-down" | "arrow-bend-right-down-bold" | "arrow-bend-right-down-duotone" | "arrow-bend-right-down-fill" | "arrow-bend-right-down-light" | "arrow-bend-right-down-thin" | "arrow-bend-right-up" | "arrow-bend-right-up-bold" | "arrow-bend-right-up-duotone" | "arrow-bend-right-up-fill" | "arrow-bend-right-up-light" | "arrow-bend-right-up-thin" | "arrow-bend-up-left" | "arrow-bend-up-left-bold" | "arrow-bend-up-left-duotone" | "arrow-bend-up-left-fill" | "arrow-bend-up-left-light" | "arrow-bend-up-left-thin" | "arrow-bend-up-right" | "arrow-bend-up-right-bold" | "arrow-bend-up-right-duotone" | "arrow-bend-up-right-fill" | "arrow-bend-up-right-light" | "arrow-bend-up-right-thin" | "arrow-circle-down-bold" | "arrow-circle-down-duotone" | "arrow-circle-down-left-bold" | "arrow-circle-down-left-duotone" | "arrow-circle-down-left-fill" | "arrow-circle-down-left-light" | "arrow-circle-down-left-thin" | "arrow-circle-down-light" | "arrow-circle-down-right-bold" | "arrow-circle-down-right-duotone" | "arrow-circle-down-right-fill" | "arrow-circle-down-right-light" | "arrow-circle-down-right-thin" | "arrow-circle-down-thin" | "arrow-circle-left-bold" | "arrow-circle-left-duotone" | "arrow-circle-left-light" | "arrow-circle-left-thin" | "arrow-circle-right-bold" | "arrow-circle-right-duotone" | "arrow-circle-right-light" | "arrow-circle-right-thin" | "arrow-circle-up-bold" | "arrow-circle-up-duotone" | "arrow-circle-up-left-bold" | "arrow-circle-up-left-duotone" | "arrow-circle-up-left-fill" | "arrow-circle-up-left-light" | "arrow-circle-up-left-thin" | "arrow-circle-up-light" | "arrow-circle-up-right-bold" | "arrow-circle-up-right-duotone" | "arrow-circle-up-right-fill" | "arrow-circle-up-right-light" | "arrow-circle-up-right-thin" | "arrow-circle-up-thin" | "arrow-clockwise-bold" | "arrow-clockwise-duotone" | "arrow-clockwise-fill" | "arrow-clockwise-light" | "arrow-clockwise-thin" | "arrow-counter-clockwise-bold" | "arrow-counter-clockwise-duotone" | "arrow-counter-clockwise-fill" | "arrow-counter-clockwise-light" | "arrow-counter-clockwise-thin" | "arrow-down-duotone" | "arrow-down-left-duotone" | "arrow-down-left-fill" | "arrow-down-left-light" | "arrow-down-left-thin" | "arrow-down-right-duotone" | "arrow-down-right-fill" | "arrow-down-right-light" | "arrow-down-right-thin" | "arrow-elbow-down-left" | "arrow-elbow-down-left-bold" | "arrow-elbow-down-left-duotone" | "arrow-elbow-down-left-fill" | "arrow-elbow-down-left-light" | "arrow-elbow-down-left-thin" | "arrow-elbow-down-right" | "arrow-elbow-down-right-bold" | "arrow-elbow-down-right-duotone" | "arrow-elbow-down-right-fill" | "arrow-elbow-down-right-light" | "arrow-elbow-down-right-thin" | "arrow-elbow-left-bold" | "arrow-elbow-left-down" | "arrow-elbow-left-down-bold" | "arrow-elbow-left-down-duotone" | "arrow-elbow-left-down-fill" | "arrow-elbow-left-down-light" | "arrow-elbow-left-down-thin" | "arrow-elbow-left-duotone" | "arrow-elbow-left-fill" | "arrow-elbow-left-light" | "arrow-elbow-left-thin" | "arrow-elbow-left-up" | "arrow-elbow-left-up-bold" | "arrow-elbow-left-up-duotone" | "arrow-elbow-left-up-fill" | "arrow-elbow-left-up-light" | "arrow-elbow-left-up-thin" | "arrow-elbow-right-bold" | "arrow-elbow-right-down" | "arrow-elbow-right-down-bold" | "arrow-elbow-right-down-duotone" | "arrow-elbow-right-down-fill" | "arrow-elbow-right-down-light" | "arrow-elbow-right-down-thin" | "arrow-elbow-right-duotone" | "arrow-elbow-right-fill" | "arrow-elbow-right-light" | "arrow-elbow-right-thin" | "arrow-elbow-right-up" | "arrow-elbow-right-up-bold" | "arrow-elbow-right-up-duotone" | "arrow-elbow-right-up-fill" | "arrow-elbow-right-up-light" | "arrow-elbow-right-up-thin" | "arrow-elbow-up-left" | "arrow-elbow-up-left-bold" | "arrow-elbow-up-left-duotone" | "arrow-elbow-up-left-fill" | "arrow-elbow-up-left-light" | "arrow-elbow-up-left-thin" | "arrow-elbow-up-right" | "arrow-elbow-up-right-bold" | "arrow-elbow-up-right-duotone" | "arrow-elbow-up-right-fill" | "arrow-elbow-up-right-light" | "arrow-elbow-up-right-thin" | "arrow-fat-down" | "arrow-fat-down-bold" | "arrow-fat-down-duotone" | "arrow-fat-down-fill" | "arrow-fat-down-light" | "arrow-fat-down-thin" | "arrow-fat-left" | "arrow-fat-left-bold" | "arrow-fat-left-duotone" | "arrow-fat-left-fill" | "arrow-fat-left-light" | "arrow-fat-left-thin" | "arrow-fat-line-down" | "arrow-fat-line-down-bold" | "arrow-fat-line-down-duotone" | "arrow-fat-line-down-fill" | "arrow-fat-line-down-light" | "arrow-fat-line-down-thin" | "arrow-fat-line-left" | "arrow-fat-line-left-bold" | "arrow-fat-line-left-duotone" | "arrow-fat-line-left-fill" | "arrow-fat-line-left-light" | "arrow-fat-line-left-thin" | "arrow-fat-line-right" | "arrow-fat-line-right-bold" | "arrow-fat-line-right-duotone" | "arrow-fat-line-right-fill" | "arrow-fat-line-right-light" | "arrow-fat-line-right-thin" | "arrow-fat-line-up" | "arrow-fat-line-up-bold" | "arrow-fat-line-up-duotone" | "arrow-fat-line-up-fill" | "arrow-fat-line-up-light" | "arrow-fat-line-up-thin" | "arrow-fat-lines-down" | "arrow-fat-lines-down-bold" | "arrow-fat-lines-down-duotone" | "arrow-fat-lines-down-fill" | "arrow-fat-lines-down-light" | "arrow-fat-lines-down-thin" | "arrow-fat-lines-left" | "arrow-fat-lines-left-bold" | "arrow-fat-lines-left-duotone" | "arrow-fat-lines-left-fill" | "arrow-fat-lines-left-light" | "arrow-fat-lines-left-thin" | "arrow-fat-lines-right" | "arrow-fat-lines-right-bold" | "arrow-fat-lines-right-duotone" | "arrow-fat-lines-right-fill" | "arrow-fat-lines-right-light" | "arrow-fat-lines-right-thin" | "arrow-fat-lines-up" | "arrow-fat-lines-up-bold" | "arrow-fat-lines-up-duotone" | "arrow-fat-lines-up-fill" | "arrow-fat-lines-up-light" | "arrow-fat-lines-up-thin" | "arrow-fat-right" | "arrow-fat-right-bold" | "arrow-fat-right-duotone" | "arrow-fat-right-fill" | "arrow-fat-right-light" | "arrow-fat-right-thin" | "arrow-fat-up" | "arrow-fat-up-bold" | "arrow-fat-up-duotone" | "arrow-fat-up-fill" | "arrow-fat-up-light" | "arrow-fat-up-thin" | "arrow-left-duotone" | "arrow-line-down" | "arrow-line-down-bold" | "arrow-line-down-duotone" | "arrow-line-down-fill" | "arrow-line-down-left" | "arrow-line-down-left-bold" | "arrow-line-down-left-duotone" | "arrow-line-down-left-fill" | "arrow-line-down-left-light" | "arrow-line-down-left-thin" | "arrow-line-down-light" | "arrow-line-down-right" | "arrow-line-down-right-bold" | "arrow-line-down-right-duotone" | "arrow-line-down-right-fill" | "arrow-line-down-right-light" | "arrow-line-down-right-thin" | "arrow-line-down-thin" | "arrow-line-left" | "arrow-line-left-bold" | "arrow-line-left-duotone" | "arrow-line-left-fill" | "arrow-line-left-light" | "arrow-line-left-thin" | "arrow-line-right" | "arrow-line-right-bold" | "arrow-line-right-duotone" | "arrow-line-right-fill" | "arrow-line-right-light" | "arrow-line-right-thin" | "arrow-line-up" | "arrow-line-up-bold" | "arrow-line-up-duotone" | "arrow-line-up-fill" | "arrow-line-up-left" | "arrow-line-up-left-bold" | "arrow-line-up-left-duotone" | "arrow-line-up-left-fill" | "arrow-line-up-left-light" | "arrow-line-up-left-thin" | "arrow-line-up-light" | "arrow-line-up-right" | "arrow-line-up-right-bold" | "arrow-line-up-right-duotone" | "arrow-line-up-right-fill" | "arrow-line-up-right-light" | "arrow-line-up-right-thin" | "arrow-line-up-thin" | "arrow-right-duotone" | "arrow-square-down-bold" | "arrow-square-down-duotone" | "arrow-square-down-fill" | "arrow-square-down-left-bold" | "arrow-square-down-left-duotone" | "arrow-square-down-left-fill" | "arrow-square-down-left-light" | "arrow-square-down-left-thin" | "arrow-square-down-light" | "arrow-square-down-right-bold" | "arrow-square-down-right-duotone" | "arrow-square-down-right-fill" | "arrow-square-down-right-light" | "arrow-square-down-right-thin" | "arrow-square-down-thin" | "arrow-square-in" | "arrow-square-in-bold" | "arrow-square-in-duotone" | "arrow-square-in-fill" | "arrow-square-in-light" | "arrow-square-in-thin" | "arrow-square-left-bold" | "arrow-square-left-duotone" | "arrow-square-left-fill" | "arrow-square-left-light" | "arrow-square-left-thin" | "arrow-square-out" | "arrow-square-out-bold" | "arrow-square-out-duotone" | "arrow-square-out-fill" | "arrow-square-out-light" | "arrow-square-out-thin" | "arrow-square-right-bold" | "arrow-square-right-duotone" | "arrow-square-right-fill" | "arrow-square-right-light" | "arrow-square-right-thin" | "arrow-square-up-bold" | "arrow-square-up-duotone" | "arrow-square-up-fill" | "arrow-square-up-left-bold" | "arrow-square-up-left-duotone" | "arrow-square-up-left-fill" | "arrow-square-up-left-light" | "arrow-square-up-left-thin" | "arrow-square-up-light" | "arrow-square-up-right-bold" | "arrow-square-up-right-duotone" | "arrow-square-up-right-fill" | "arrow-square-up-right-light" | "arrow-square-up-right-thin" | "arrow-square-up-thin" | "arrow-u-down-left-duotone" | "arrow-u-down-left-fill" | "arrow-u-down-left-light" | "arrow-u-down-left-thin" | "arrow-u-down-right-duotone" | "arrow-u-down-right-fill" | "arrow-u-down-right-light" | "arrow-u-down-right-thin" | "arrow-u-left-down" | "arrow-u-left-down-bold" | "arrow-u-left-down-duotone" | "arrow-u-left-down-fill" | "arrow-u-left-down-light" | "arrow-u-left-down-thin" | "arrow-u-left-up" | "arrow-u-left-up-bold" | "arrow-u-left-up-duotone" | "arrow-u-left-up-fill" | "arrow-u-left-up-light" | "arrow-u-left-up-thin" | "arrow-u-right-down" | "arrow-u-right-down-bold" | "arrow-u-right-down-duotone" | "arrow-u-right-down-fill" | "arrow-u-right-down-light" | "arrow-u-right-down-thin" | "arrow-u-right-up" | "arrow-u-right-up-bold" | "arrow-u-right-up-duotone" | "arrow-u-right-up-fill" | "arrow-u-right-up-light" | "arrow-u-right-up-thin" | "arrow-u-up-left-duotone" | "arrow-u-up-left-fill" | "arrow-u-up-left-light" | "arrow-u-up-left-thin" | "arrow-u-up-right-duotone" | "arrow-u-up-right-fill" | "arrow-u-up-right-light" | "arrow-u-up-right-thin" | "arrow-up-duotone" | "arrow-up-left-duotone" | "arrow-up-left-fill" | "arrow-up-left-light" | "arrow-up-left-thin" | "arrow-up-light" | "arrow-up-right-duotone" | "arrow-up-right-fill" | "arrow-up-right-light" | "arrow-up-right-thin" | "arrows-clockwise" | "arrows-clockwise-bold" | "arrows-clockwise-duotone" | "arrows-clockwise-fill" | "arrows-clockwise-light" | "arrows-clockwise-thin" | "arrows-counter-clockwise" | "arrows-counter-clockwise-bold" | "arrows-counter-clockwise-duotone" | "arrows-counter-clockwise-fill" | "arrows-counter-clockwise-light" | "arrows-counter-clockwise-thin" | "arrows-down-up-bold" | "arrows-down-up-duotone" | "arrows-down-up-fill" | "arrows-down-up-light" | "arrows-down-up-thin" | "arrows-horizontal-bold" | "arrows-horizontal-duotone" | "arrows-horizontal-fill" | "arrows-horizontal-light" | "arrows-horizontal-thin" | "arrows-in-bold" | "arrows-in-cardinal" | "arrows-in-cardinal-bold" | "arrows-in-cardinal-duotone" | "arrows-in-cardinal-fill" | "arrows-in-cardinal-light" | "arrows-in-cardinal-thin" | "arrows-in-duotone" | "arrows-in-fill" | "arrows-in-light" | "arrows-in-line-horizontal" | "arrows-in-line-horizontal-bold" | "arrows-in-line-horizontal-duotone" | "arrows-in-line-horizontal-fill" | "arrows-in-line-horizontal-light" | "arrows-in-line-horizontal-thin" | "arrows-in-line-vertical" | "arrows-in-line-vertical-bold" | "arrows-in-line-vertical-duotone" | "arrows-in-line-vertical-fill" | "arrows-in-line-vertical-light" | "arrows-in-line-vertical-thin" | "arrows-in-simple" | "arrows-in-simple-bold" | "arrows-in-simple-duotone" | "arrows-in-simple-fill" | "arrows-in-simple-light" | "arrows-in-simple-thin" | "arrows-in-thin" | "arrows-left-right-bold" | "arrows-left-right-duotone" | "arrows-left-right-fill" | "arrows-left-right-light" | "arrows-left-right-thin" | "arrows-merge" | "arrows-merge-bold" | "arrows-merge-duotone" | "arrows-merge-fill" | "arrows-merge-light" | "arrows-merge-thin" | "arrows-out-bold" | "arrows-out-cardinal" | "arrows-out-cardinal-bold" | "arrows-out-cardinal-duotone" | "arrows-out-cardinal-fill" | "arrows-out-cardinal-light" | "arrows-out-cardinal-thin" | "arrows-out-duotone" | "arrows-out-fill" | "arrows-out-light" | "arrows-out-line-horizontal" | "arrows-out-line-horizontal-bold" | "arrows-out-line-horizontal-duotone" | "arrows-out-line-horizontal-fill" | "arrows-out-line-horizontal-light" | "arrows-out-line-horizontal-thin" | "arrows-out-line-vertical" | "arrows-out-line-vertical-bold" | "arrows-out-line-vertical-duotone" | "arrows-out-line-vertical-fill" | "arrows-out-line-vertical-light" | "arrows-out-line-vertical-thin" | "arrows-out-simple" | "arrows-out-simple-bold" | "arrows-out-simple-duotone" | "arrows-out-simple-fill" | "arrows-out-simple-light" | "arrows-out-simple-thin" | "arrows-out-thin" | "arrows-split-bold" | "arrows-split-duotone" | "arrows-split-fill" | "arrows-split-light" | "arrows-split-thin" | "arrows-vertical-bold" | "arrows-vertical-duotone" | "arrows-vertical-fill" | "arrows-vertical-light" | "arrows-vertical-thin" | "article-bold" | "article-duotone" | "article-light" | "article-medium" | "article-medium-bold" | "article-medium-duotone" | "article-medium-fill" | "article-medium-light" | "article-medium-thin" | "article-ny-times" | "article-ny-times-bold" | "article-ny-times-duotone" | "article-ny-times-fill" | "article-ny-times-light" | "article-ny-times-thin" | "article-thin" | "asclepius" | "asclepius-bold" | "asclepius-duotone" | "asclepius-fill" | "asclepius-light" | "asclepius-thin" | "asterisk-bold" | "asterisk-duotone" | "asterisk-light" | "asterisk-simple-bold" | "asterisk-simple-duotone" | "asterisk-simple-fill" | "asterisk-simple-light" | "asterisk-simple-thin" | "asterisk-thin" | "at-bold" | "at-duotone" | "at-light" | "at-thin" | "atom-duotone" | "atom-thin" | "avocado-bold" | "avocado-duotone" | "avocado-fill" | "avocado-light" | "avocado-thin" | "axe-bold" | "axe-duotone" | "axe-light" | "axe-thin" | "baby-bold" | "baby-carriage-bold" | "baby-carriage-duotone" | "baby-carriage-light" | "baby-carriage-thin" | "baby-duotone" | "baby-thin" | "backpack-duotone" | "backpack-light" | "backpack-thin" | "bag-simple" | "bag-simple-bold" | "bag-simple-duotone" | "bag-simple-fill" | "bag-simple-light" | "bag-simple-thin" | "bag-thin" | "balloon-duotone" | "balloon-light" | "balloon-thin" | "bandaids" | "bandaids-bold" | "bandaids-duotone" | "bandaids-fill" | "bandaids-light" | "bandaids-thin" | "bank-bold" | "bank-duotone" | "bank-light" | "bank-thin" | "barbell-bold" | "barbell-duotone" | "barbell-light" | "barbell-thin" | "barcode-bold" | "barcode-duotone" | "barcode-light" | "barcode-thin" | "barn-bold" | "barn-duotone" | "barn-fill" | "barn-light" | "barn-thin" | "barricade-bold" | "barricade-duotone" | "barricade-light" | "barricade-thin" | "baseball-bold" | "baseball-cap-bold" | "baseball-cap-duotone" | "baseball-cap-fill" | "baseball-cap-light" | "baseball-cap-thin" | "baseball-duotone" | "baseball-helmet-bold" | "baseball-helmet-duotone" | "baseball-helmet-fill" | "baseball-helmet-light" | "baseball-helmet-thin" | "baseball-light" | "baseball-thin" | "basket-bold" | "basket-thin" | "basketball-duotone" | "basketball-light" | "basketball-thin" | "bathtub-bold" | "bathtub-duotone" | "bathtub-fill" | "bathtub-light" | "bathtub-thin" | "battery-charging-bold" | "battery-charging-duotone" | "battery-charging-light" | "battery-charging-thin" | "battery-charging-vertical" | "battery-charging-vertical-bold" | "battery-charging-vertical-duotone" | "battery-charging-vertical-fill" | "battery-charging-vertical-light" | "battery-charging-vertical-thin" | "battery-empty-bold" | "battery-empty-duotone" | "battery-empty-light" | "battery-empty-thin" | "battery-full-thin" | "battery-high-bold" | "battery-high-duotone" | "battery-high-fill" | "battery-high-light" | "battery-high-thin" | "battery-low-thin" | "battery-medium-bold" | "battery-medium-duotone" | "battery-medium-fill" | "battery-medium-light" | "battery-medium-thin" | "battery-plus-bold" | "battery-plus-duotone" | "battery-plus-fill" | "battery-plus-light" | "battery-plus-thin" | "battery-plus-vertical" | "battery-plus-vertical-bold" | "battery-plus-vertical-duotone" | "battery-plus-vertical-fill" | "battery-plus-vertical-light" | "battery-plus-vertical-thin" | "battery-vertical-empty" | "battery-vertical-empty-bold" | "battery-vertical-empty-duotone" | "battery-vertical-empty-fill" | "battery-vertical-empty-light" | "battery-vertical-empty-thin" | "battery-vertical-full" | "battery-vertical-full-bold" | "battery-vertical-full-duotone" | "battery-vertical-full-fill" | "battery-vertical-full-light" | "battery-vertical-full-thin" | "battery-vertical-high" | "battery-vertical-high-bold" | "battery-vertical-high-duotone" | "battery-vertical-high-fill" | "battery-vertical-high-light" | "battery-vertical-high-thin" | "battery-vertical-low" | "battery-vertical-low-bold" | "battery-vertical-low-duotone" | "battery-vertical-low-fill" | "battery-vertical-low-light" | "battery-vertical-low-thin" | "battery-vertical-medium" | "battery-vertical-medium-bold" | "battery-vertical-medium-duotone" | "battery-vertical-medium-fill" | "battery-vertical-medium-light" | "battery-vertical-medium-thin" | "battery-warning-bold" | "battery-warning-duotone" | "battery-warning-fill" | "battery-warning-light" | "battery-warning-thin" | "battery-warning-vertical" | "battery-warning-vertical-bold" | "battery-warning-vertical-duotone" | "battery-warning-vertical-fill" | "battery-warning-vertical-light" | "battery-warning-vertical-thin" | "beach-ball-bold" | "beach-ball-duotone" | "beach-ball-fill" | "beach-ball-light" | "beach-ball-thin" | "beanie-bold" | "beanie-duotone" | "beanie-light" | "beanie-thin" | "bed-duotone" | "bed-thin" | "beer-bottle-bold" | "beer-bottle-duotone" | "beer-bottle-fill" | "beer-bottle-light" | "beer-bottle-thin" | "beer-stein-bold" | "beer-stein-duotone" | "beer-stein-fill" | "beer-stein-light" | "beer-stein-thin" | "behance-logo" | "behance-logo-bold" | "behance-logo-duotone" | "behance-logo-fill" | "behance-logo-light" | "behance-logo-thin" | "bell-duotone" | "bell-ringing-bold" | "bell-ringing-duotone" | "bell-ringing-light" | "bell-ringing-thin" | "bell-simple" | "bell-simple-bold" | "bell-simple-duotone" | "bell-simple-fill" | "bell-simple-light" | "bell-simple-ringing" | "bell-simple-ringing-bold" | "bell-simple-ringing-duotone" | "bell-simple-ringing-fill" | "bell-simple-ringing-light" | "bell-simple-ringing-thin" | "bell-simple-slash" | "bell-simple-slash-bold" | "bell-simple-slash-duotone" | "bell-simple-slash-fill" | "bell-simple-slash-light" | "bell-simple-slash-thin" | "bell-simple-thin" | "bell-simple-z" | "bell-simple-z-bold" | "bell-simple-z-duotone" | "bell-simple-z-fill" | "bell-simple-z-light" | "bell-simple-z-thin" | "bell-slash-bold" | "bell-slash-duotone" | "bell-slash-light" | "bell-slash-thin" | "bell-thin" | "bell-z-bold" | "bell-z-duotone" | "bell-z-fill" | "bell-z-light" | "bell-z-thin" | "belt-bold" | "belt-duotone" | "belt-fill" | "belt-light" | "belt-thin" | "bezier-curve-bold" | "bezier-curve-duotone" | "bezier-curve-fill" | "bezier-curve-light" | "bezier-curve-thin" | "bicycle-bold" | "bicycle-duotone" | "bicycle-fill" | "bicycle-light" | "bicycle-thin" | "binary-bold" | "binary-duotone" | "binary-fill" | "binary-light" | "binary-thin" | "binoculars-bold" | "binoculars-duotone" | "binoculars-light" | "binoculars-thin" | "biohazard-bold" | "biohazard-duotone" | "biohazard-fill" | "biohazard-light" | "biohazard-thin" | "bird-bold" | "bird-duotone" | "bird-light" | "bird-thin" | "blueprint-bold" | "blueprint-duotone" | "blueprint-fill" | "blueprint-light" | "blueprint-thin" | "bluetooth-connected-bold" | "bluetooth-connected-duotone" | "bluetooth-connected-fill" | "bluetooth-connected-light" | "bluetooth-connected-thin" | "bluetooth-slash-bold" | "bluetooth-slash-duotone" | "bluetooth-slash-fill" | "bluetooth-slash-light" | "bluetooth-slash-thin" | "bluetooth-x-bold" | "bluetooth-x-duotone" | "bluetooth-x-fill" | "bluetooth-x-light" | "bluetooth-x-thin" | "boat-bold" | "boat-duotone" | "boat-fill" | "boat-light" | "boat-thin" | "bomb-duotone" | "bomb-light" | "bomb-thin" | "bone-duotone" | "bone-light" | "bone-thin" | "book-bookmark-duotone" | "book-bookmark-fill" | "book-bookmark-light" | "book-bookmark-thin" | "book-open-bold" | "book-open-text-bold" | "book-open-text-duotone" | "book-open-text-fill" | "book-open-text-light" | "book-open-text-thin" | "book-open-thin" | "book-open-user" | "book-open-user-bold" | "book-open-user-duotone" | "book-open-user-fill" | "book-open-user-light" | "book-open-user-thin" | "book-thin" | "bookmark-simple" | "bookmark-simple-bold" | "bookmark-simple-duotone" | "bookmark-simple-fill" | "bookmark-simple-light" | "bookmark-simple-thin" | "bookmarks-bold" | "bookmarks-duotone" | "bookmarks-light" | "bookmarks-simple" | "bookmarks-simple-bold" | "bookmarks-simple-duotone" | "bookmarks-simple-fill" | "bookmarks-simple-light" | "bookmarks-simple-thin" | "bookmarks-thin" | "books-bold" | "books-duotone" | "books-fill" | "books-light" | "books-thin" | "boot-bold" | "boot-duotone" | "boot-fill" | "boot-light" | "boot-thin" | "boules" | "boules-bold" | "boules-duotone" | "boules-fill" | "boules-light" | "boules-thin" | "bounding-box-bold" | "bounding-box-duotone" | "bounding-box-fill" | "bounding-box-light" | "bounding-box-thin" | "bowl-food-bold" | "bowl-food-duotone" | "bowl-food-fill" | "bowl-food-light" | "bowl-food-thin" | "bowl-steam" | "bowl-steam-bold" | "bowl-steam-duotone" | "bowl-steam-fill" | "bowl-steam-light" | "bowl-steam-thin" | "bowling-ball-bold" | "bowling-ball-duotone" | "bowling-ball-fill" | "bowling-ball-light" | "bowling-ball-thin" | "box-arrow-down-bold" | "box-arrow-down-duotone" | "box-arrow-down-fill" | "box-arrow-down-light" | "box-arrow-down-thin" | "box-arrow-up-bold" | "box-arrow-up-duotone" | "box-arrow-up-fill" | "box-arrow-up-light" | "box-arrow-up-thin" | "boxing-glove-bold" | "boxing-glove-duotone" | "boxing-glove-fill" | "boxing-glove-light" | "boxing-glove-thin" | "brackets-angle-bold" | "brackets-angle-duotone" | "brackets-angle-light" | "brackets-angle-thin" | "brackets-curly-bold" | "brackets-curly-duotone" | "brackets-curly-fill" | "brackets-curly-light" | "brackets-curly-thin" | "brackets-round-bold" | "brackets-round-duotone" | "brackets-round-fill" | "brackets-round-light" | "brackets-round-thin" | "brackets-square" | "brackets-square-bold" | "brackets-square-duotone" | "brackets-square-fill" | "brackets-square-light" | "brackets-square-thin" | "brain-bold" | "brain-duotone" | "brain-light" | "brain-thin" | "brandy" | "brandy-bold" | "brandy-duotone" | "brandy-fill" | "brandy-light" | "brandy-thin" | "bread-bold" | "bread-duotone" | "bread-light" | "bread-thin" | "bridge-bold" | "bridge-duotone" | "bridge-light" | "bridge-thin" | "briefcase-metal" | "briefcase-metal-bold" | "briefcase-metal-duotone" | "briefcase-metal-fill" | "briefcase-metal-light" | "briefcase-metal-thin" | "broadcast-bold" | "broadcast-duotone" | "broadcast-light" | "broadcast-thin" | "broom-duotone" | "broom-light" | "broom-thin" | "browser-bold" | "browser-duotone" | "browser-light" | "browser-thin" | "browsers-bold" | "browsers-duotone" | "browsers-fill" | "browsers-light" | "browsers-thin" | "bug-beetle" | "bug-beetle-bold" | "bug-beetle-duotone" | "bug-beetle-fill" | "bug-beetle-light" | "bug-beetle-thin" | "bug-droid" | "bug-droid-bold" | "bug-droid-duotone" | "bug-droid-fill" | "bug-droid-light" | "bug-droid-thin" | "bug-thin" | "building-apartment" | "building-apartment-bold" | "building-apartment-duotone" | "building-apartment-fill" | "building-apartment-light" | "building-apartment-thin" | "building-bold" | "building-duotone" | "building-light" | "building-office-bold" | "building-office-duotone" | "building-office-fill" | "building-office-light" | "building-office-thin" | "building-thin" | "buildings-duotone" | "buildings-light" | "buildings-thin" | "bulldozer-bold" | "bulldozer-duotone" | "bulldozer-fill" | "bulldozer-light" | "bulldozer-thin" | "bus-duotone" | "bus-light" | "bus-thin" | "butterfly-bold" | "butterfly-duotone" | "butterfly-light" | "butterfly-thin" | "cable-car-bold" | "cable-car-duotone" | "cable-car-fill" | "cable-car-light" | "cable-car-thin" | "cactus-bold" | "cactus-duotone" | "cactus-light" | "cactus-thin" | "cake-bold" | "cake-duotone" | "cake-light" | "cake-thin" | "calendar-blank-bold" | "calendar-blank-duotone" | "calendar-blank-fill" | "calendar-blank-light" | "calendar-blank-thin" | "calendar-check-bold" | "calendar-check-duotone" | "calendar-check-light" | "calendar-check-thin" | "calendar-dot-bold" | "calendar-dot-duotone" | "calendar-dot-fill" | "calendar-dot-light" | "calendar-dot-thin" | "calendar-dots" | "calendar-dots-bold" | "calendar-dots-duotone" | "calendar-dots-fill" | "calendar-dots-light" | "calendar-dots-thin" | "calendar-heart-bold" | "calendar-heart-duotone" | "calendar-heart-light" | "calendar-heart-thin" | "calendar-minus-bold" | "calendar-minus-duotone" | "calendar-minus-light" | "calendar-minus-thin" | "calendar-plus-bold" | "calendar-plus-duotone" | "calendar-plus-light" | "calendar-plus-thin" | "calendar-slash-bold" | "calendar-slash-duotone" | "calendar-slash-fill" | "calendar-slash-light" | "calendar-slash-thin" | "calendar-star-bold" | "calendar-star-duotone" | "calendar-star-fill" | "calendar-star-light" | "calendar-star-thin" | "calendar-thin" | "calendar-x-bold" | "calendar-x-duotone" | "calendar-x-light" | "calendar-x-thin" | "call-bell" | "call-bell-bold" | "call-bell-duotone" | "call-bell-fill" | "call-bell-light" | "call-bell-thin" | "camera-plus-bold" | "camera-plus-duotone" | "camera-plus-fill" | "camera-plus-light" | "camera-plus-thin" | "camera-rotate-duotone" | "camera-rotate-light" | "camera-rotate-thin" | "camera-slash-bold" | "camera-slash-duotone" | "camera-slash-fill" | "camera-slash-light" | "camera-slash-thin" | "camera-thin" | "campfire-bold" | "campfire-duotone" | "campfire-light" | "campfire-thin" | "car-battery-bold" | "car-battery-duotone" | "car-battery-fill" | "car-battery-light" | "car-battery-thin" | "car-bold" | "car-duotone" | "car-profile" | "car-profile-bold" | "car-profile-duotone" | "car-profile-fill" | "car-profile-light" | "car-profile-thin" | "car-simple" | "car-simple-bold" | "car-simple-duotone" | "car-simple-fill" | "car-simple-light" | "car-simple-thin" | "car-thin" | "cardholder" | "cardholder-duotone" | "cardholder-fill" | "cardholder-light" | "cardholder-thin" | "cards-bold" | "cards-duotone" | "cards-fill" | "cards-light" | "cards-thin" | "cards-three" | "cards-three-bold" | "cards-three-duotone" | "cards-three-fill" | "cards-three-light" | "cards-three-thin" | "caret-circle-double-down" | "caret-circle-double-down-bold" | "caret-circle-double-down-duotone" | "caret-circle-double-down-fill" | "caret-circle-double-down-light" | "caret-circle-double-down-thin" | "caret-circle-double-left" | "caret-circle-double-left-bold" | "caret-circle-double-left-duotone" | "caret-circle-double-left-fill" | "caret-circle-double-left-light" | "caret-circle-double-left-thin" | "caret-circle-double-right" | "caret-circle-double-right-bold" | "caret-circle-double-right-duotone" | "caret-circle-double-right-fill" | "caret-circle-double-right-light" | "caret-circle-double-right-thin" | "caret-circle-double-up" | "caret-circle-double-up-bold" | "caret-circle-double-up-duotone" | "caret-circle-double-up-fill" | "caret-circle-double-up-light" | "caret-circle-double-up-thin" | "caret-circle-down-bold" | "caret-circle-down-duotone" | "caret-circle-down-fill" | "caret-circle-down-light" | "caret-circle-down-thin" | "caret-circle-left-bold" | "caret-circle-left-duotone" | "caret-circle-left-fill" | "caret-circle-left-light" | "caret-circle-left-thin" | "caret-circle-right-bold" | "caret-circle-right-duotone" | "caret-circle-right-fill" | "caret-circle-right-light" | "caret-circle-right-thin" | "caret-circle-up-bold" | "caret-circle-up-down" | "caret-circle-up-down-bold" | "caret-circle-up-down-duotone" | "caret-circle-up-down-fill" | "caret-circle-up-down-light" | "caret-circle-up-down-thin" | "caret-circle-up-duotone" | "caret-circle-up-fill" | "caret-circle-up-light" | "caret-circle-up-thin" | "caret-double-down" | "caret-double-down-bold" | "caret-double-down-duotone" | "caret-double-down-fill" | "caret-double-down-light" | "caret-double-down-thin" | "caret-double-left" | "caret-double-left-bold" | "caret-double-left-duotone" | "caret-double-left-fill" | "caret-double-left-light" | "caret-double-left-thin" | "caret-double-right" | "caret-double-right-bold" | "caret-double-right-duotone" | "caret-double-right-fill" | "caret-double-right-light" | "caret-double-right-thin" | "caret-double-up" | "caret-double-up-bold" | "caret-double-up-duotone" | "caret-double-up-fill" | "caret-double-up-light" | "caret-double-up-thin" | "caret-down-bold" | "caret-down-duotone" | "caret-down-light" | "caret-down-thin" | "caret-left-bold" | "caret-left-duotone" | "caret-left-light" | "caret-left-thin" | "caret-line-down" | "caret-line-down-bold" | "caret-line-down-duotone" | "caret-line-down-fill" | "caret-line-down-light" | "caret-line-down-thin" | "caret-line-left" | "caret-line-left-bold" | "caret-line-left-duotone" | "caret-line-left-fill" | "caret-line-left-light" | "caret-line-left-thin" | "caret-line-right" | "caret-line-right-bold" | "caret-line-right-duotone" | "caret-line-right-fill" | "caret-line-right-light" | "caret-line-right-thin" | "caret-line-up" | "caret-line-up-bold" | "caret-line-up-duotone" | "caret-line-up-fill" | "caret-line-up-light" | "caret-line-up-thin" | "caret-right-bold" | "caret-right-duotone" | "caret-right-light" | "caret-right-thin" | "caret-up-bold" | "caret-up-down-bold" | "caret-up-down-duotone" | "caret-up-down-fill" | "caret-up-down-light" | "caret-up-down-thin" | "caret-up-duotone" | "caret-up-light" | "caret-up-thin" | "carrot-bold" | "carrot-duotone" | "carrot-light" | "carrot-thin" | "cash-register-bold" | "cash-register-duotone" | "cash-register-fill" | "cash-register-light" | "cash-register-thin" | "cassette-tape-bold" | "cassette-tape-duotone" | "cassette-tape-fill" | "cassette-tape-light" | "cassette-tape-thin" | "castle-turret" | "castle-turret-bold" | "castle-turret-duotone" | "castle-turret-fill" | "castle-turret-light" | "castle-turret-thin" | "cat-duotone" | "cat-light" | "cat-thin" | "cell-signal-full" | "cell-signal-full-bold" | "cell-signal-full-duotone" | "cell-signal-full-fill" | "cell-signal-full-light" | "cell-signal-full-thin" | "cell-signal-high" | "cell-signal-high-bold" | "cell-signal-high-duotone" | "cell-signal-high-fill" | "cell-signal-high-light" | "cell-signal-high-thin" | "cell-signal-low" | "cell-signal-low-bold" | "cell-signal-low-duotone" | "cell-signal-low-fill" | "cell-signal-low-light" | "cell-signal-low-thin" | "cell-signal-medium" | "cell-signal-medium-bold" | "cell-signal-medium-duotone" | "cell-signal-medium-fill" | "cell-signal-medium-light" | "cell-signal-medium-thin" | "cell-signal-none" | "cell-signal-none-bold" | "cell-signal-none-duotone" | "cell-signal-none-fill" | "cell-signal-none-light" | "cell-signal-none-thin" | "cell-signal-slash" | "cell-signal-slash-bold" | "cell-signal-slash-duotone" | "cell-signal-slash-fill" | "cell-signal-slash-light" | "cell-signal-slash-thin" | "cell-signal-x" | "cell-signal-x-bold" | "cell-signal-x-duotone" | "cell-signal-x-fill" | "cell-signal-x-light" | "cell-signal-x-thin" | "cell-tower-bold" | "cell-tower-duotone" | "cell-tower-fill" | "cell-tower-light" | "cell-tower-thin" | "certificate-bold" | "certificate-duotone" | "certificate-light" | "certificate-thin" | "chair-duotone" | "chair-fill" | "chair-light" | "chair-thin" | "chalkboard-bold" | "chalkboard-duotone" | "chalkboard-fill" | "chalkboard-light" | "chalkboard-simple" | "chalkboard-simple-bold" | "chalkboard-simple-duotone" | "chalkboard-simple-fill" | "chalkboard-simple-light" | "chalkboard-simple-thin" | "chalkboard-teacher-bold" | "chalkboard-teacher-duotone" | "chalkboard-teacher-fill" | "chalkboard-teacher-light" | "chalkboard-teacher-thin" | "chalkboard-thin" | "champagne" | "champagne-bold" | "champagne-duotone" | "champagne-light" | "champagne-thin" | "charging-station-bold" | "charging-station-duotone" | "charging-station-fill" | "charging-station-light" | "charging-station-thin" | "chart-bar-bold" | "chart-bar-duotone" | "chart-bar-horizontal" | "chart-bar-horizontal-bold" | "chart-bar-horizontal-duotone" | "chart-bar-horizontal-fill" | "chart-bar-horizontal-light" | "chart-bar-horizontal-thin" | "chart-bar-light" | "chart-bar-thin" | "chart-donut-bold" | "chart-donut-duotone" | "chart-donut-fill" | "chart-donut-light" | "chart-donut-thin" | "chart-line-bold" | "chart-line-down" | "chart-line-down-bold" | "chart-line-down-duotone" | "chart-line-down-fill" | "chart-line-down-light" | "chart-line-down-thin" | "chart-line-light" | "chart-line-thin" | "chart-line-up" | "chart-line-up-bold" | "chart-line-up-duotone" | "chart-line-up-fill" | "chart-line-up-light" | "chart-line-up-thin" | "chart-pie-bold" | "chart-pie-duotone" | "chart-pie-light" | "chart-pie-slice" | "chart-pie-slice-bold" | "chart-pie-slice-duotone" | "chart-pie-slice-fill" | "chart-pie-slice-light" | "chart-pie-slice-thin" | "chart-pie-thin" | "chart-polar" | "chart-polar-bold" | "chart-polar-duotone" | "chart-polar-fill" | "chart-polar-light" | "chart-polar-thin" | "chart-scatter-bold" | "chart-scatter-duotone" | "chart-scatter-fill" | "chart-scatter-light" | "chart-scatter-thin" | "chat-bold" | "chat-centered" | "chat-centered-bold" | "chat-centered-dots" | "chat-centered-dots-bold" | "chat-centered-dots-duotone" | "chat-centered-dots-fill" | "chat-centered-dots-light" | "chat-centered-dots-thin" | "chat-centered-duotone" | "chat-centered-fill" | "chat-centered-light" | "chat-centered-slash" | "chat-centered-slash-bold" | "chat-centered-slash-duotone" | "chat-centered-slash-fill" | "chat-centered-slash-light" | "chat-centered-slash-thin" | "chat-centered-text" | "chat-centered-text-bold" | "chat-centered-text-duotone" | "chat-centered-text-fill" | "chat-centered-text-light" | "chat-centered-text-thin" | "chat-centered-thin" | "chat-circle-bold" | "chat-circle-dots-bold" | "chat-circle-dots-duotone" | "chat-circle-dots-fill" | "chat-circle-dots-light" | "chat-circle-dots-thin" | "chat-circle-duotone" | "chat-circle-fill" | "chat-circle-light" | "chat-circle-slash" | "chat-circle-slash-bold" | "chat-circle-slash-duotone" | "chat-circle-slash-fill" | "chat-circle-slash-light" | "chat-circle-slash-thin" | "chat-circle-text" | "chat-circle-text-bold" | "chat-circle-text-duotone" | "chat-circle-text-fill" | "chat-circle-text-light" | "chat-circle-text-thin" | "chat-circle-thin" | "chat-dots-duotone" | "chat-dots-light" | "chat-dots-thin" | "chat-slash" | "chat-slash-bold" | "chat-slash-duotone" | "chat-slash-fill" | "chat-slash-light" | "chat-slash-thin" | "chat-teardrop" | "chat-teardrop-bold" | "chat-teardrop-dots" | "chat-teardrop-dots-bold" | "chat-teardrop-dots-duotone" | "chat-teardrop-dots-fill" | "chat-teardrop-dots-light" | "chat-teardrop-dots-thin" | "chat-teardrop-duotone" | "chat-teardrop-fill" | "chat-teardrop-light" | "chat-teardrop-slash" | "chat-teardrop-slash-bold" | "chat-teardrop-slash-duotone" | "chat-teardrop-slash-fill" | "chat-teardrop-slash-light" | "chat-teardrop-slash-thin" | "chat-teardrop-text" | "chat-teardrop-text-bold" | "chat-teardrop-text-duotone" | "chat-teardrop-text-fill" | "chat-teardrop-text-light" | "chat-teardrop-text-thin" | "chat-teardrop-thin" | "chat-text-bold" | "chat-text-duotone" | "chat-text-light" | "chat-text-thin" | "chat-thin" | "chats-bold" | "chats-circle" | "chats-circle-bold" | "chats-circle-duotone" | "chats-circle-fill" | "chats-circle-light" | "chats-circle-thin" | "chats-duotone" | "chats-fill" | "chats-light" | "chats-teardrop" | "chats-teardrop-bold" | "chats-teardrop-duotone" | "chats-teardrop-fill" | "chats-teardrop-light" | "chats-teardrop-thin" | "chats-thin" | "check-circle-duotone" | "check-circle-light" | "check-circle-thin" | "check-fat" | "check-fat-bold" | "check-fat-duotone" | "check-fat-fill" | "check-fat-light" | "check-fat-thin" | "check-square-offset" | "check-square-offset-bold" | "check-square-offset-duotone" | "check-square-offset-fill" | "check-square-offset-light" | "check-square-offset-thin" | "checkerboard-bold" | "checkerboard-duotone" | "checkerboard-fill" | "checkerboard-light" | "checkerboard-thin" | "checks-bold" | "checks-duotone" | "checks-light" | "checks-thin" | "cheers" | "cheers-bold" | "cheers-duotone" | "cheers-fill" | "cheers-light" | "cheers-thin" | "cheese-bold" | "cheese-duotone" | "cheese-fill" | "cheese-light" | "cheese-thin" | "chef-hat-duotone" | "chef-hat-light" | "chef-hat-thin" | "cherries-bold" | "cherries-duotone" | "cherries-fill" | "cherries-light" | "cherries-thin" | "church-bold" | "church-duotone" | "church-light" | "church-thin" | "cigarette-bold" | "cigarette-duotone" | "cigarette-fill" | "cigarette-light" | "cigarette-slash-bold" | "cigarette-slash-duotone" | "cigarette-slash-fill" | "cigarette-slash-light" | "cigarette-slash-thin" | "cigarette-thin" | "circle-bold" | "circle-dashed-bold" | "circle-dashed-duotone" | "circle-dashed-fill" | "circle-dashed-light" | "circle-dashed-thin" | "circle-duotone" | "circle-half-bold" | "circle-half-duotone" | "circle-half-fill" | "circle-half-light" | "circle-half-thin" | "circle-half-tilt" | "circle-half-tilt-bold" | "circle-half-tilt-duotone" | "circle-half-tilt-fill" | "circle-half-tilt-light" | "circle-half-tilt-thin" | "circle-light" | "circle-notch-bold" | "circle-notch-duotone" | "circle-notch-fill" | "circle-notch-light" | "circle-notch-thin" | "circles-four" | "circles-four-bold" | "circles-four-duotone" | "circles-four-fill" | "circles-four-light" | "circles-four-thin" | "circles-three" | "circles-three-bold" | "circles-three-duotone" | "circles-three-fill" | "circles-three-light" | "circles-three-plus" | "circles-three-plus-bold" | "circles-three-plus-duotone" | "circles-three-plus-fill" | "circles-three-plus-light" | "circles-three-plus-thin" | "circles-three-thin" | "circuitry-bold" | "circuitry-duotone" | "circuitry-fill" | "circuitry-light" | "circuitry-thin" | "city-duotone" | "city-fill" | "city-light" | "city-thin" | "clipboard-duotone" | "clipboard-light" | "clipboard-text-duotone" | "clipboard-text-fill" | "clipboard-text-light" | "clipboard-text-thin" | "clipboard-thin" | "clock-afternoon" | "clock-afternoon-bold" | "clock-afternoon-duotone" | "clock-afternoon-fill" | "clock-afternoon-light" | "clock-afternoon-thin" | "clock-clockwise" | "clock-clockwise-bold" | "clock-clockwise-duotone" | "clock-clockwise-fill" | "clock-clockwise-light" | "clock-clockwise-thin" | "clock-countdown" | "clock-countdown-bold" | "clock-countdown-duotone" | "clock-countdown-fill" | "clock-countdown-light" | "clock-countdown-thin" | "clock-counter-clockwise" | "clock-counter-clockwise-bold" | "clock-counter-clockwise-duotone" | "clock-counter-clockwise-fill" | "clock-counter-clockwise-light" | "clock-counter-clockwise-thin" | "clock-user" | "clock-user-bold" | "clock-user-duotone" | "clock-user-fill" | "clock-user-light" | "clock-user-thin" | "closed-captioning-bold" | "closed-captioning-duotone" | "closed-captioning-light" | "closed-captioning-thin" | "cloud-arrow-down-bold" | "cloud-arrow-down-duotone" | "cloud-arrow-down-light" | "cloud-arrow-down-thin" | "cloud-arrow-up-bold" | "cloud-arrow-up-duotone" | "cloud-arrow-up-light" | "cloud-arrow-up-thin" | "cloud-check-duotone" | "cloud-check-light" | "cloud-check-thin" | "cloud-fog-bold" | "cloud-fog-duotone" | "cloud-fog-light" | "cloud-fog-thin" | "cloud-lightning-bold" | "cloud-lightning-duotone" | "cloud-lightning-light" | "cloud-lightning-thin" | "cloud-moon-bold" | "cloud-moon-duotone" | "cloud-moon-light" | "cloud-moon-thin" | "cloud-rain-duotone" | "cloud-rain-light" | "cloud-rain-thin" | "cloud-slash-bold" | "cloud-slash-duotone" | "cloud-slash-light" | "cloud-slash-thin" | "cloud-snow-bold" | "cloud-snow-duotone" | "cloud-snow-light" | "cloud-snow-thin" | "cloud-sun-duotone" | "cloud-sun-light" | "cloud-sun-thin" | "cloud-warning" | "cloud-warning-bold" | "cloud-warning-duotone" | "cloud-warning-fill" | "cloud-warning-light" | "cloud-warning-thin" | "cloud-x-bold" | "cloud-x-duotone" | "cloud-x-fill" | "cloud-x-light" | "cloud-x-thin" | "clover-bold" | "clover-duotone" | "clover-fill" | "clover-light" | "clover-thin" | "club-bold" | "club-duotone" | "club-fill" | "club-light" | "club-thin" | "coat-hanger-bold" | "coat-hanger-duotone" | "coat-hanger-fill" | "coat-hanger-light" | "coat-hanger-thin" | "coda-logo" | "coda-logo-bold" | "coda-logo-duotone" | "coda-logo-fill" | "coda-logo-light" | "coda-logo-thin" | "code-block-bold" | "code-block-duotone" | "code-block-fill" | "code-block-light" | "code-block-thin" | "code-duotone" | "code-simple" | "code-simple-bold" | "code-simple-duotone" | "code-simple-fill" | "code-simple-light" | "code-simple-thin" | "code-thin" | "codepen-logo" | "codepen-logo-bold" | "codepen-logo-duotone" | "codepen-logo-fill" | "codepen-logo-light" | "codepen-logo-thin" | "codesandbox-logo" | "codesandbox-logo-bold" | "codesandbox-logo-duotone" | "codesandbox-logo-fill" | "codesandbox-logo-light" | "codesandbox-logo-thin" | "coffee-bean-bold" | "coffee-bean-duotone" | "coffee-bean-fill" | "coffee-bean-light" | "coffee-bean-thin" | "coffee-bold" | "coffee-duotone" | "coffee-fill" | "coffee-light" | "coffee-thin" | "coin-bold" | "coin-duotone" | "coin-light" | "coin-thin" | "coin-vertical" | "coin-vertical-bold" | "coin-vertical-duotone" | "coin-vertical-fill" | "coin-vertical-light" | "coin-vertical-thin" | "coins-bold" | "coins-duotone" | "coins-light" | "coins-thin" | "columns-bold" | "columns-duotone" | "columns-fill" | "columns-light" | "columns-plus-left" | "columns-plus-left-bold" | "columns-plus-left-duotone" | "columns-plus-left-fill" | "columns-plus-left-light" | "columns-plus-left-thin" | "columns-plus-right" | "columns-plus-right-bold" | "columns-plus-right-duotone" | "columns-plus-right-fill" | "columns-plus-right-light" | "columns-plus-right-thin" | "columns-thin" | "command-duotone" | "command-light" | "command-thin" | "compass-rose-bold" | "compass-rose-duotone" | "compass-rose-fill" | "compass-rose-light" | "compass-rose-thin" | "compass-thin" | "compass-tool" | "compass-tool-bold" | "compass-tool-duotone" | "compass-tool-fill" | "compass-tool-light" | "compass-tool-thin" | "computer-tower" | "computer-tower-bold" | "computer-tower-duotone" | "computer-tower-fill" | "computer-tower-light" | "computer-tower-thin" | "confetti-duotone" | "confetti-fill" | "confetti-light" | "confetti-thin" | "contactless-payment-bold" | "contactless-payment-duotone" | "contactless-payment-fill" | "contactless-payment-light" | "contactless-payment-thin" | "control-bold" | "control-duotone" | "control-fill" | "control-light" | "control-thin" | "cookie-bold" | "cookie-duotone" | "cookie-light" | "cookie-thin" | "cooking-pot-bold" | "cooking-pot-duotone" | "cooking-pot-fill" | "cooking-pot-light" | "cooking-pot-thin" | "copy-simple" | "copy-simple-bold" | "copy-simple-duotone" | "copy-simple-fill" | "copy-simple-light" | "copy-simple-thin" | "copyleft-bold" | "copyleft-duotone" | "copyleft-light" | "copyleft-thin" | "copyright-duotone" | "copyright-light" | "copyright-thin" | "corners-in" | "corners-in-bold" | "corners-in-duotone" | "corners-in-fill" | "corners-in-light" | "corners-in-thin" | "corners-out" | "corners-out-bold" | "corners-out-duotone" | "corners-out-fill" | "corners-out-light" | "corners-out-thin" | "couch-bold" | "couch-duotone" | "couch-fill" | "couch-light" | "couch-thin" | "court-basketball" | "court-basketball-bold" | "court-basketball-duotone" | "court-basketball-fill" | "court-basketball-light" | "court-basketball-thin" | "cow-bold" | "cow-duotone" | "cow-fill" | "cow-light" | "cow-thin" | "cowboy-hat-bold" | "cowboy-hat-duotone" | "cowboy-hat-fill" | "cowboy-hat-light" | "cowboy-hat-thin" | "cpu-duotone" | "cpu-thin" | "crane-bold" | "crane-duotone" | "crane-fill" | "crane-light" | "crane-thin" | "crane-tower" | "crane-tower-bold" | "crane-tower-duotone" | "crane-tower-fill" | "crane-tower-light" | "crane-tower-thin" | "cricket-bold" | "cricket-duotone" | "cricket-fill" | "cricket-light" | "cricket-thin" | "crop-duotone" | "crop-light" | "crop-thin" | "cross-bold" | "cross-duotone" | "cross-light" | "cross-thin" | "crosshair-bold" | "crosshair-duotone" | "crosshair-light" | "crosshair-simple" | "crosshair-simple-bold" | "crosshair-simple-duotone" | "crosshair-simple-fill" | "crosshair-simple-light" | "crosshair-simple-thin" | "crosshair-thin" | "crown-cross" | "crown-cross-bold" | "crown-cross-duotone" | "crown-cross-fill" | "crown-cross-light" | "crown-cross-thin" | "crown-duotone" | "crown-fill" | "crown-light" | "crown-simple" | "crown-simple-bold" | "crown-simple-duotone" | "crown-simple-fill" | "crown-simple-light" | "crown-simple-thin" | "crown-thin" | "cube-bold" | "cube-duotone" | "cube-focus" | "cube-focus-bold" | "cube-focus-duotone" | "cube-focus-fill" | "cube-focus-light" | "cube-focus-thin" | "cube-light" | "cube-thin" | "cube-transparent-bold" | "cube-transparent-duotone" | "cube-transparent-fill" | "cube-transparent-light" | "cube-transparent-thin" | "currency-btc-bold" | "currency-btc-duotone" | "currency-btc-fill" | "currency-btc-light" | "currency-btc-thin" | "currency-circle-dollar" | "currency-circle-dollar-bold" | "currency-circle-dollar-duotone" | "currency-circle-dollar-fill" | "currency-circle-dollar-light" | "currency-circle-dollar-thin" | "currency-cny-bold" | "currency-cny-duotone" | "currency-cny-light" | "currency-cny-thin" | "currency-dollar-bold" | "currency-dollar-duotone" | "currency-dollar-light" | "currency-dollar-simple" | "currency-dollar-simple-bold" | "currency-dollar-simple-duotone" | "currency-dollar-simple-fill" | "currency-dollar-simple-light" | "currency-dollar-simple-thin" | "currency-dollar-thin" | "currency-eth-bold" | "currency-eth-duotone" | "currency-eth-fill" | "currency-eth-light" | "currency-eth-thin" | "currency-eur-bold" | "currency-eur-duotone" | "currency-eur-fill" | "currency-eur-light" | "currency-eur-thin" | "currency-gbp-bold" | "currency-gbp-duotone" | "currency-gbp-fill" | "currency-gbp-light" | "currency-gbp-thin" | "currency-inr-bold" | "currency-inr-duotone" | "currency-inr-fill" | "currency-inr-light" | "currency-inr-thin" | "currency-jpy-bold" | "currency-jpy-duotone" | "currency-jpy-fill" | "currency-jpy-light" | "currency-jpy-thin" | "currency-krw-bold" | "currency-krw-duotone" | "currency-krw-fill" | "currency-krw-light" | "currency-krw-thin" | "currency-kzt-bold" | "currency-kzt-duotone" | "currency-kzt-fill" | "currency-kzt-light" | "currency-kzt-thin" | "currency-ngn-bold" | "currency-ngn-duotone" | "currency-ngn-fill" | "currency-ngn-light" | "currency-ngn-thin" | "currency-rub-bold" | "currency-rub-duotone" | "currency-rub-fill" | "currency-rub-light" | "currency-rub-thin" | "cursor-click-bold" | "cursor-click-duotone" | "cursor-click-fill" | "cursor-click-light" | "cursor-click-thin" | "cursor-text-bold" | "cursor-text-duotone" | "cursor-text-light" | "cursor-text-thin" | "cylinder-bold" | "cylinder-duotone" | "cylinder-light" | "cylinder-thin" | "database-thin" | "desk-bold" | "desk-thin" | "desktop-bold" | "desktop-duotone" | "desktop-fill" | "desktop-thin" | "desktop-tower-bold" | "desktop-tower-duotone" | "desktop-tower-fill" | "desktop-tower-light" | "desktop-tower-thin" | "detective-bold" | "detective-duotone" | "detective-fill" | "detective-thin" | "dev-to-logo" | "dev-to-logo-bold" | "dev-to-logo-duotone" | "dev-to-logo-fill" | "dev-to-logo-light" | "dev-to-logo-thin" | "device-mobile-bold" | "device-mobile-camera" | "device-mobile-camera-bold" | "device-mobile-camera-duotone" | "device-mobile-camera-fill" | "device-mobile-camera-light" | "device-mobile-camera-thin" | "device-mobile-duotone" | "device-mobile-fill" | "device-mobile-light" | "device-mobile-slash" | "device-mobile-slash-bold" | "device-mobile-slash-duotone" | "device-mobile-slash-fill" | "device-mobile-slash-light" | "device-mobile-slash-thin" | "device-mobile-speaker" | "device-mobile-speaker-bold" | "device-mobile-speaker-duotone" | "device-mobile-speaker-fill" | "device-mobile-speaker-light" | "device-mobile-speaker-thin" | "device-mobile-thin" | "device-rotate-bold" | "device-rotate-duotone" | "device-rotate-fill" | "device-rotate-light" | "device-rotate-thin" | "device-tablet-bold" | "device-tablet-camera" | "device-tablet-camera-bold" | "device-tablet-camera-duotone" | "device-tablet-camera-fill" | "device-tablet-camera-light" | "device-tablet-camera-thin" | "device-tablet-duotone" | "device-tablet-fill" | "device-tablet-light" | "device-tablet-speaker" | "device-tablet-speaker-bold" | "device-tablet-speaker-duotone" | "device-tablet-speaker-fill" | "device-tablet-speaker-light" | "device-tablet-speaker-thin" | "device-tablet-thin" | "devices-duotone" | "devices-fill" | "devices-light" | "devices-thin" | "diamond-bold" | "diamond-duotone" | "diamond-light" | "diamond-thin" | "diamonds-four" | "diamonds-four-bold" | "diamonds-four-duotone" | "diamonds-four-fill" | "diamonds-four-light" | "diamonds-four-thin" | "dice-five-bold" | "dice-five-duotone" | "dice-five-fill" | "dice-five-light" | "dice-five-thin" | "dice-four-bold" | "dice-four-duotone" | "dice-four-fill" | "dice-four-light" | "dice-four-thin" | "dice-one-bold" | "dice-one-duotone" | "dice-one-fill" | "dice-one-light" | "dice-one-thin" | "dice-six-bold" | "dice-six-duotone" | "dice-six-fill" | "dice-six-light" | "dice-six-thin" | "dice-three-bold" | "dice-three-duotone" | "dice-three-fill" | "dice-three-light" | "dice-three-thin" | "dice-two-bold" | "dice-two-duotone" | "dice-two-fill" | "dice-two-light" | "dice-two-thin" | "disc-bold" | "disc-duotone" | "disc-light" | "disc-thin" | "disco-ball" | "disco-ball-bold" | "disco-ball-duotone" | "disco-ball-fill" | "disco-ball-light" | "disco-ball-thin" | "discord-logo" | "discord-logo-bold" | "discord-logo-duotone" | "discord-logo-fill" | "discord-logo-light" | "discord-logo-thin" | "divide-bold" | "divide-duotone" | "divide-light" | "divide-thin" | "dna-duotone" | "dna-thin" | "dog-bold" | "dog-duotone" | "dog-light" | "dog-thin" | "door-bold" | "door-duotone" | "door-light" | "door-open-bold" | "door-open-duotone" | "door-open-light" | "door-open-thin" | "door-thin" | "dot-bold" | "dot-duotone" | "dot-fill" | "dot-light" | "dot-outline" | "dot-outline-bold" | "dot-outline-duotone" | "dot-outline-fill" | "dot-outline-light" | "dot-outline-thin" | "dot-thin" | "dots-nine" | "dots-nine-bold" | "dots-nine-duotone" | "dots-nine-fill" | "dots-nine-light" | "dots-nine-thin" | "dots-six" | "dots-six-bold" | "dots-six-duotone" | "dots-six-fill" | "dots-six-light" | "dots-six-thin" | "dots-six-vertical" | "dots-six-vertical-bold" | "dots-six-vertical-duotone" | "dots-six-vertical-fill" | "dots-six-vertical-light" | "dots-six-vertical-thin" | "dots-three" | "dots-three-bold" | "dots-three-circle" | "dots-three-circle-bold" | "dots-three-circle-duotone" | "dots-three-circle-fill" | "dots-three-circle-light" | "dots-three-circle-thin" | "dots-three-circle-vertical" | "dots-three-circle-vertical-bold" | "dots-three-circle-vertical-duotone" | "dots-three-circle-vertical-fill" | "dots-three-circle-vertical-light" | "dots-three-circle-vertical-thin" | "dots-three-duotone" | "dots-three-fill" | "dots-three-light" | "dots-three-outline" | "dots-three-outline-bold" | "dots-three-outline-duotone" | "dots-three-outline-fill" | "dots-three-outline-light" | "dots-three-outline-thin" | "dots-three-outline-vertical" | "dots-three-outline-vertical-bold" | "dots-three-outline-vertical-duotone" | "dots-three-outline-vertical-fill" | "dots-three-outline-vertical-light" | "dots-three-outline-vertical-thin" | "dots-three-thin" | "dots-three-vertical-bold" | "dots-three-vertical-duotone" | "dots-three-vertical-fill" | "dots-three-vertical-light" | "dots-three-vertical-thin" | "download-simple" | "download-simple-bold" | "download-simple-duotone" | "download-simple-fill" | "download-simple-light" | "download-simple-thin" | "dress-bold" | "dress-duotone" | "dress-light" | "dress-thin" | "dresser-bold" | "dresser-duotone" | "dresser-fill" | "dresser-light" | "dresser-thin" | "dribbble-logo" | "dribbble-logo-bold" | "dribbble-logo-duotone" | "dribbble-logo-fill" | "dribbble-logo-light" | "dribbble-logo-thin" | "drone-bold" | "drone-duotone" | "drone-thin" | "drop-bold" | "drop-duotone" | "drop-half" | "drop-half-bold" | "drop-half-bottom" | "drop-half-bottom-bold" | "drop-half-bottom-duotone" | "drop-half-bottom-fill" | "drop-half-bottom-light" | "drop-half-bottom-thin" | "drop-half-duotone" | "drop-half-fill" | "drop-half-light" | "drop-half-thin" | "drop-light" | "drop-simple" | "drop-simple-bold" | "drop-simple-duotone" | "drop-simple-fill" | "drop-simple-light" | "drop-simple-thin" | "drop-slash" | "drop-slash-bold" | "drop-slash-duotone" | "drop-slash-fill" | "drop-slash-light" | "drop-slash-thin" | "drop-thin" | "dropbox-logo-bold" | "dropbox-logo-duotone" | "dropbox-logo-fill" | "dropbox-logo-light" | "dropbox-logo-thin" | "ear-bold" | "ear-duotone" | "ear-slash-bold" | "ear-slash-duotone" | "ear-slash-fill" | "ear-slash-light" | "ear-slash-thin" | "ear-thin" | "egg-bold" | "egg-crack" | "egg-crack-bold" | "egg-crack-duotone" | "egg-crack-light" | "egg-crack-thin" | "egg-duotone" | "egg-light" | "egg-thin" | "eject-bold" | "eject-duotone" | "eject-light" | "eject-simple" | "eject-simple-bold" | "eject-simple-duotone" | "eject-simple-fill" | "eject-simple-light" | "eject-simple-thin" | "eject-thin" | "elevator-bold" | "elevator-duotone" | "elevator-fill" | "elevator-light" | "elevator-thin" | "empty-bold" | "empty-duotone" | "empty-fill" | "empty-light" | "empty-thin" | "engine-bold" | "engine-duotone" | "engine-light" | "engine-thin" | "envelope-bold" | "envelope-duotone" | "envelope-light" | "envelope-open-bold" | "envelope-open-duotone" | "envelope-open-light" | "envelope-open-thin" | "envelope-simple" | "envelope-simple-bold" | "envelope-simple-duotone" | "envelope-simple-fill" | "envelope-simple-light" | "envelope-simple-open" | "envelope-simple-open-bold" | "envelope-simple-open-duotone" | "envelope-simple-open-fill" | "envelope-simple-open-light" | "envelope-simple-open-thin" | "envelope-simple-thin" | "envelope-thin" | "equalizer-bold" | "equalizer-duotone" | "equalizer-light" | "equalizer-thin" | "equals-bold" | "equals-duotone" | "equals-fill" | "equals-light" | "equals-thin" | "eraser-duotone" | "eraser-light" | "eraser-thin" | "escalator-down-bold" | "escalator-down-duotone" | "escalator-down-light" | "escalator-down-thin" | "escalator-up-bold" | "escalator-up-duotone" | "escalator-up-light" | "escalator-up-thin" | "exam" | "exam-bold" | "exam-duotone" | "exam-fill" | "exam-light" | "exam-thin" | "exclamation-mark-bold" | "exclamation-mark-duotone" | "exclamation-mark-fill" | "exclamation-mark-light" | "exclamation-mark-thin" | "exclude-bold" | "exclude-duotone" | "exclude-light" | "exclude-square" | "exclude-square-bold" | "exclude-square-duotone" | "exclude-square-fill" | "exclude-square-light" | "exclude-square-thin" | "exclude-thin" | "export-thin" | "eye-closed-duotone" | "eye-closed-fill" | "eye-closed-light" | "eye-closed-thin" | "eye-slash-bold" | "eye-slash-duotone" | "eye-slash-light" | "eye-slash-thin" | "eyedropper-bold" | "eyedropper-duotone" | "eyedropper-fill" | "eyedropper-light" | "eyedropper-sample" | "eyedropper-sample-bold" | "eyedropper-sample-duotone" | "eyedropper-sample-fill" | "eyedropper-sample-light" | "eyedropper-sample-thin" | "eyedropper-thin" | "eyeglasses-bold" | "eyeglasses-duotone" | "eyeglasses-fill" | "eyeglasses-light" | "eyeglasses-thin" | "eyes-bold" | "eyes-duotone" | "eyes-fill" | "eyes-light" | "eyes-thin" | "face-mask-bold" | "face-mask-duotone" | "face-mask-light" | "face-mask-thin" | "facebook-logo-bold" | "facebook-logo-duotone" | "facebook-logo-fill" | "facebook-logo-light" | "facebook-logo-thin" | "factory-bold" | "factory-duotone" | "factory-light" | "factory-thin" | "faders" | "faders-bold" | "faders-duotone" | "faders-fill" | "faders-horizontal" | "faders-horizontal-bold" | "faders-horizontal-duotone" | "faders-horizontal-fill" | "faders-horizontal-light" | "faders-horizontal-thin" | "faders-light" | "faders-thin" | "fallout-shelter-bold" | "fallout-shelter-duotone" | "fallout-shelter-fill" | "fallout-shelter-light" | "fallout-shelter-thin" | "fan-bold" | "fan-duotone" | "fan-light" | "fan-thin" | "farm-bold" | "farm-duotone" | "farm-fill" | "farm-light" | "farm-thin" | "fast-forward-bold" | "fast-forward-circle-bold" | "fast-forward-circle-duotone" | "fast-forward-circle-light" | "fast-forward-circle-thin" | "fast-forward-duotone" | "fast-forward-light" | "fast-forward-thin" | "feather-bold" | "feather-duotone" | "feather-fill" | "feather-light" | "feather-thin" | "fediverse-logo" | "fediverse-logo-bold" | "fediverse-logo-duotone" | "fediverse-logo-fill" | "fediverse-logo-light" | "fediverse-logo-thin" | "figma-logo" | "figma-logo-bold" | "figma-logo-duotone" | "figma-logo-fill" | "figma-logo-light" | "figma-logo-thin" | "file-archive-bold" | "file-archive-duotone" | "file-archive-fill" | "file-archive-light" | "file-archive-thin" | "file-arrow-down-bold" | "file-arrow-down-duotone" | "file-arrow-down-light" | "file-arrow-down-thin" | "file-arrow-up-bold" | "file-arrow-up-duotone" | "file-arrow-up-light" | "file-arrow-up-thin" | "file-c" | "file-c-bold" | "file-c-duotone" | "file-c-fill" | "file-c-light" | "file-c-sharp" | "file-c-sharp-bold" | "file-c-sharp-duotone" | "file-c-sharp-fill" | "file-c-sharp-light" | "file-c-sharp-thin" | "file-c-thin" | "file-cloud-bold" | "file-cloud-duotone" | "file-cloud-light" | "file-cloud-thin" | "file-code-bold" | "file-code-duotone" | "file-code-light" | "file-code-thin" | "file-cpp" | "file-cpp-bold" | "file-cpp-duotone" | "file-cpp-fill" | "file-cpp-light" | "file-cpp-thin" | "file-css-bold" | "file-css-duotone" | "file-css-fill" | "file-css-light" | "file-css-thin" | "file-csv-bold" | "file-csv-duotone" | "file-csv-fill" | "file-csv-light" | "file-csv-thin" | "file-dashed" | "file-dashed-bold" | "file-dashed-duotone" | "file-dashed-fill" | "file-dashed-light" | "file-dashed-thin" | "file-doc-bold" | "file-doc-duotone" | "file-doc-fill" | "file-doc-light" | "file-doc-thin" | "file-html-bold" | "file-html-duotone" | "file-html-fill" | "file-html-light" | "file-html-thin" | "file-ini" | "file-ini-bold" | "file-ini-duotone" | "file-ini-fill" | "file-ini-light" | "file-ini-thin" | "file-jpg-bold" | "file-jpg-duotone" | "file-jpg-fill" | "file-jpg-light" | "file-jpg-thin" | "file-js-bold" | "file-js-duotone" | "file-js-fill" | "file-js-light" | "file-js-thin" | "file-jsx" | "file-jsx-bold" | "file-jsx-duotone" | "file-jsx-fill" | "file-jsx-light" | "file-jsx-thin" | "file-lock-bold" | "file-lock-duotone" | "file-lock-light" | "file-lock-thin" | "file-magnifying-glass" | "file-magnifying-glass-bold" | "file-magnifying-glass-duotone" | "file-magnifying-glass-fill" | "file-magnifying-glass-light" | "file-magnifying-glass-thin" | "file-md-bold" | "file-md-duotone" | "file-md-fill" | "file-md-light" | "file-md-thin" | "file-minus-bold" | "file-minus-duotone" | "file-minus-light" | "file-minus-thin" | "file-pdf-bold" | "file-pdf-duotone" | "file-pdf-light" | "file-pdf-thin" | "file-plus-bold" | "file-plus-duotone" | "file-plus-light" | "file-plus-thin" | "file-png-bold" | "file-png-duotone" | "file-png-fill" | "file-png-light" | "file-png-thin" | "file-ppt-bold" | "file-ppt-duotone" | "file-ppt-light" | "file-ppt-thin" | "file-py" | "file-py-bold" | "file-py-duotone" | "file-py-fill" | "file-py-light" | "file-py-thin" | "file-rs" | "file-rs-bold" | "file-rs-duotone" | "file-rs-fill" | "file-rs-light" | "file-rs-thin" | "file-sql" | "file-sql-bold" | "file-sql-duotone" | "file-sql-fill" | "file-sql-light" | "file-sql-thin" | "file-svg" | "file-svg-bold" | "file-svg-duotone" | "file-svg-fill" | "file-svg-light" | "file-svg-thin" | "file-text-duotone" | "file-text-light" | "file-text-thin" | "file-ts" | "file-ts-bold" | "file-ts-duotone" | "file-ts-fill" | "file-ts-light" | "file-ts-thin" | "file-tsx" | "file-tsx-bold" | "file-tsx-duotone" | "file-tsx-fill" | "file-tsx-light" | "file-tsx-thin" | "file-txt-bold" | "file-txt-duotone" | "file-txt-fill" | "file-txt-light" | "file-txt-thin" | "file-vue" | "file-vue-bold" | "file-vue-duotone" | "file-vue-fill" | "file-vue-light" | "file-vue-thin" | "file-x-bold" | "file-x-duotone" | "file-x-light" | "file-x-thin" | "file-xls" | "file-xls-bold" | "file-xls-duotone" | "file-xls-fill" | "file-xls-light" | "file-xls-thin" | "file-zip-bold" | "file-zip-duotone" | "file-zip-light" | "file-zip-thin" | "files-bold" | "files-duotone" | "files-fill" | "files-light" | "files-thin" | "film-reel" | "film-reel-bold" | "film-reel-duotone" | "film-reel-fill" | "film-reel-light" | "film-reel-thin" | "film-script" | "film-script-bold" | "film-script-duotone" | "film-script-fill" | "film-script-light" | "film-script-thin" | "film-slate" | "film-slate-bold" | "film-slate-duotone" | "film-slate-fill" | "film-slate-light" | "film-slate-thin" | "film-strip-bold" | "film-strip-duotone" | "film-strip-fill" | "film-strip-light" | "film-strip-thin" | "fingerprint-bold" | "fingerprint-duotone" | "fingerprint-light" | "fingerprint-simple" | "fingerprint-simple-bold" | "fingerprint-simple-duotone" | "fingerprint-simple-fill" | "fingerprint-simple-light" | "fingerprint-simple-thin" | "fingerprint-thin" | "finn-the-human" | "finn-the-human-bold" | "finn-the-human-duotone" | "finn-the-human-fill" | "finn-the-human-light" | "finn-the-human-thin" | "fire-duotone" | "fire-extinguisher-bold" | "fire-extinguisher-duotone" | "fire-extinguisher-fill" | "fire-extinguisher-light" | "fire-extinguisher-thin" | "fire-simple" | "fire-simple-bold" | "fire-simple-duotone" | "fire-simple-fill" | "fire-simple-light" | "fire-simple-thin" | "fire-thin" | "fire-truck-bold" | "fire-truck-duotone" | "fire-truck-fill" | "fire-truck-light" | "fire-truck-thin" | "first-aid-bold" | "first-aid-duotone" | "first-aid-fill" | "first-aid-kit-bold" | "first-aid-kit-duotone" | "first-aid-kit-light" | "first-aid-kit-thin" | "first-aid-light" | "first-aid-thin" | "fish-bold" | "fish-duotone" | "fish-light" | "fish-simple" | "fish-simple-bold" | "fish-simple-duotone" | "fish-simple-fill" | "fish-simple-light" | "fish-simple-thin" | "fish-thin" | "flag-banner" | "flag-banner-bold" | "flag-banner-duotone" | "flag-banner-fill" | "flag-banner-fold" | "flag-banner-fold-bold" | "flag-banner-fold-duotone" | "flag-banner-fold-fill" | "flag-banner-fold-light" | "flag-banner-fold-thin" | "flag-banner-light" | "flag-banner-thin" | "flag-checkered-bold" | "flag-checkered-duotone" | "flag-checkered-fill" | "flag-checkered-light" | "flag-checkered-thin" | "flag-pennant" | "flag-pennant-bold" | "flag-pennant-duotone" | "flag-pennant-fill" | "flag-pennant-light" | "flag-pennant-thin" | "flame-duotone" | "flame-light" | "flame-thin" | "flashlight-duotone" | "flashlight-light" | "flashlight-thin" | "flask-bold" | "flask-duotone" | "flask-thin" | "flip-horizontal-duotone" | "flip-horizontal-light" | "flip-horizontal-thin" | "flip-vertical-duotone" | "flip-vertical-light" | "flip-vertical-thin" | "floppy-disk-back" | "floppy-disk-back-bold" | "floppy-disk-back-duotone" | "floppy-disk-back-fill" | "floppy-disk-back-light" | "floppy-disk-back-thin" | "floppy-disk-bold" | "floppy-disk-duotone" | "floppy-disk-fill" | "floppy-disk-light" | "floppy-disk-thin" | "flow-arrow" | "flow-arrow-bold" | "flow-arrow-duotone" | "flow-arrow-fill" | "flow-arrow-light" | "flow-arrow-thin" | "flower-bold" | "flower-duotone" | "flower-light" | "flower-lotus-bold" | "flower-lotus-duotone" | "flower-lotus-fill" | "flower-lotus-light" | "flower-lotus-thin" | "flower-thin" | "flower-tulip-bold" | "flower-tulip-duotone" | "flower-tulip-fill" | "flower-tulip-light" | "flower-tulip-thin" | "flying-saucer-bold" | "flying-saucer-duotone" | "flying-saucer-fill" | "flying-saucer-light" | "flying-saucer-thin" | "folder-dashed" | "folder-dashed-bold" | "folder-dashed-duotone" | "folder-dashed-fill" | "folder-dashed-light" | "folder-dashed-thin" | "folder-lock-bold" | "folder-lock-duotone" | "folder-lock-light" | "folder-lock-thin" | "folder-minus-bold" | "folder-minus-duotone" | "folder-minus-light" | "folder-minus-thin" | "folder-open-duotone" | "folder-open-thin" | "folder-plus-bold" | "folder-plus-duotone" | "folder-plus-light" | "folder-plus-thin" | "folder-simple" | "folder-simple-bold" | "folder-simple-dashed" | "folder-simple-dashed-bold" | "folder-simple-dashed-duotone" | "folder-simple-dashed-fill" | "folder-simple-dashed-light" | "folder-simple-dashed-thin" | "folder-simple-duotone" | "folder-simple-fill" | "folder-simple-light" | "folder-simple-lock" | "folder-simple-lock-bold" | "folder-simple-lock-duotone" | "folder-simple-lock-fill" | "folder-simple-lock-light" | "folder-simple-lock-thin" | "folder-simple-minus" | "folder-simple-minus-bold" | "folder-simple-minus-duotone" | "folder-simple-minus-fill" | "folder-simple-minus-light" | "folder-simple-minus-thin" | "folder-simple-plus" | "folder-simple-plus-bold" | "folder-simple-plus-duotone" | "folder-simple-plus-fill" | "folder-simple-plus-light" | "folder-simple-plus-thin" | "folder-simple-star" | "folder-simple-star-bold" | "folder-simple-star-duotone" | "folder-simple-star-fill" | "folder-simple-star-light" | "folder-simple-star-thin" | "folder-simple-thin" | "folder-simple-user" | "folder-simple-user-bold" | "folder-simple-user-duotone" | "folder-simple-user-fill" | "folder-simple-user-light" | "folder-simple-user-thin" | "folder-star-bold" | "folder-star-duotone" | "folder-star-light" | "folder-star-thin" | "folder-user" | "folder-user-bold" | "folder-user-duotone" | "folder-user-light" | "folder-user-thin" | "folders-bold" | "folders-duotone" | "folders-thin" | "football-duotone" | "football-helmet-bold" | "football-helmet-duotone" | "football-helmet-fill" | "football-helmet-light" | "football-helmet-thin" | "football-light" | "football-thin" | "footprints-bold" | "footprints-duotone" | "footprints-fill" | "footprints-light" | "footprints-thin" | "fork-knife-bold" | "fork-knife-duotone" | "fork-knife-light" | "fork-knife-thin" | "four-k" | "four-k-bold" | "four-k-duotone" | "four-k-fill" | "four-k-light" | "four-k-thin" | "frame-corners" | "frame-corners-bold" | "frame-corners-duotone" | "frame-corners-fill" | "frame-corners-light" | "frame-corners-thin" | "framer-logo" | "framer-logo-bold" | "framer-logo-duotone" | "framer-logo-fill" | "framer-logo-light" | "framer-logo-thin" | "function-bold" | "function-duotone" | "function-light" | "function-thin" | "funnel-simple" | "funnel-simple-bold" | "funnel-simple-duotone" | "funnel-simple-fill" | "funnel-simple-light" | "funnel-simple-thin" | "funnel-simple-x" | "funnel-simple-x-bold" | "funnel-simple-x-duotone" | "funnel-simple-x-fill" | "funnel-simple-x-light" | "funnel-simple-x-thin" | "funnel-x-bold" | "funnel-x-duotone" | "funnel-x-fill" | "funnel-x-light" | "funnel-x-thin" | "game-controller-bold" | "game-controller-duotone" | "game-controller-fill" | "game-controller-light" | "game-controller-thin" | "garage-duotone" | "garage-fill" | "garage-light" | "garage-thin" | "gas-can" | "gas-can-bold" | "gas-can-duotone" | "gas-can-fill" | "gas-can-light" | "gas-can-thin" | "gas-pump-bold" | "gas-pump-duotone" | "gas-pump-fill" | "gas-pump-light" | "gas-pump-thin" | "gauge-bold" | "gauge-duotone" | "gauge-fill" | "gauge-light" | "gauge-thin" | "gavel-bold" | "gavel-duotone" | "gavel-fill" | "gavel-light" | "gavel-thin" | "gear-bold" | "gear-duotone" | "gear-fine" | "gear-fine-bold" | "gear-fine-duotone" | "gear-fine-fill" | "gear-fine-light" | "gear-fine-thin" | "gear-light" | "gear-six" | "gear-six-bold" | "gear-six-duotone" | "gear-six-fill" | "gear-six-light" | "gear-six-thin" | "gear-thin" | "gender-female-bold" | "gender-female-duotone" | "gender-female-fill" | "gender-female-light" | "gender-female-thin" | "gender-intersex" | "gender-intersex-bold" | "gender-intersex-duotone" | "gender-intersex-fill" | "gender-intersex-light" | "gender-intersex-thin" | "gender-male-bold" | "gender-male-duotone" | "gender-male-fill" | "gender-male-light" | "gender-male-thin" | "gender-neuter-bold" | "gender-neuter-duotone" | "gender-neuter-fill" | "gender-neuter-light" | "gender-neuter-thin" | "gender-nonbinary" | "gender-nonbinary-bold" | "gender-nonbinary-duotone" | "gender-nonbinary-fill" | "gender-nonbinary-light" | "gender-nonbinary-thin" | "gender-transgender-bold" | "gender-transgender-duotone" | "gender-transgender-fill" | "gender-transgender-light" | "gender-transgender-thin" | "ghost-duotone" | "ghost-light" | "ghost-thin" | "gif-bold" | "gif-duotone" | "gif-light" | "gif-thin" | "git-branch-bold" | "git-branch-duotone" | "git-branch-light" | "git-branch-thin" | "git-commit-bold" | "git-commit-duotone" | "git-commit-light" | "git-commit-thin" | "git-diff-bold" | "git-diff-duotone" | "git-diff-fill" | "git-diff-light" | "git-diff-thin" | "git-fork-bold" | "git-fork-duotone" | "git-fork-light" | "git-fork-thin" | "git-merge-bold" | "git-merge-duotone" | "git-merge-light" | "git-merge-thin" | "git-pull-request-bold" | "git-pull-request-duotone" | "git-pull-request-light" | "git-pull-request-thin" | "github-logo-bold" | "github-logo-duotone" | "github-logo-fill" | "github-logo-light" | "github-logo-thin" | "gitlab-logo" | "gitlab-logo-bold" | "gitlab-logo-duotone" | "gitlab-logo-fill" | "gitlab-logo-light" | "gitlab-logo-simple" | "gitlab-logo-simple-bold" | "gitlab-logo-simple-duotone" | "gitlab-logo-simple-fill" | "gitlab-logo-simple-light" | "gitlab-logo-simple-thin" | "gitlab-logo-thin" | "globe-bold" | "globe-duotone" | "globe-hemisphere-east" | "globe-hemisphere-east-bold" | "globe-hemisphere-east-duotone" | "globe-hemisphere-east-fill" | "globe-hemisphere-east-light" | "globe-hemisphere-east-thin" | "globe-hemisphere-west" | "globe-hemisphere-west-bold" | "globe-hemisphere-west-duotone" | "globe-hemisphere-west-fill" | "globe-hemisphere-west-light" | "globe-hemisphere-west-thin" | "globe-simple" | "globe-simple-bold" | "globe-simple-duotone" | "globe-simple-fill" | "globe-simple-light" | "globe-simple-thin" | "globe-simple-x" | "globe-simple-x-bold" | "globe-simple-x-duotone" | "globe-simple-x-fill" | "globe-simple-x-light" | "globe-simple-x-thin" | "globe-stand-bold" | "globe-stand-duotone" | "globe-stand-fill" | "globe-stand-light" | "globe-stand-thin" | "globe-thin" | "globe-x" | "globe-x-bold" | "globe-x-duotone" | "globe-x-fill" | "globe-x-light" | "globe-x-thin" | "goggles-bold" | "goggles-duotone" | "goggles-light" | "goggles-thin" | "golf-duotone" | "golf-fill" | "golf-light" | "golf-thin" | "goodreads-logo" | "goodreads-logo-bold" | "goodreads-logo-duotone" | "goodreads-logo-fill" | "goodreads-logo-light" | "goodreads-logo-thin" | "google-cardboard-logo" | "google-cardboard-logo-bold" | "google-cardboard-logo-duotone" | "google-cardboard-logo-fill" | "google-cardboard-logo-light" | "google-cardboard-logo-thin" | "google-chrome-logo" | "google-chrome-logo-bold" | "google-chrome-logo-duotone" | "google-chrome-logo-fill" | "google-chrome-logo-light" | "google-chrome-logo-thin" | "google-drive-logo-bold" | "google-drive-logo-duotone" | "google-drive-logo-fill" | "google-drive-logo-light" | "google-drive-logo-thin" | "google-logo" | "google-logo-bold" | "google-logo-duotone" | "google-logo-fill" | "google-logo-light" | "google-logo-thin" | "google-photos-logo" | "google-photos-logo-bold" | "google-photos-logo-duotone" | "google-photos-logo-fill" | "google-photos-logo-light" | "google-photos-logo-thin" | "google-play-logo" | "google-play-logo-bold" | "google-play-logo-duotone" | "google-play-logo-fill" | "google-play-logo-light" | "google-play-logo-thin" | "google-podcasts-logo" | "google-podcasts-logo-bold" | "google-podcasts-logo-duotone" | "google-podcasts-logo-fill" | "google-podcasts-logo-light" | "google-podcasts-logo-thin" | "gps-duotone" | "gps-fix" | "gps-fix-bold" | "gps-fix-duotone" | "gps-fix-fill" | "gps-fix-light" | "gps-fix-thin" | "gps-light" | "gps-slash" | "gps-slash-bold" | "gps-slash-duotone" | "gps-slash-fill" | "gps-slash-light" | "gps-slash-thin" | "gps-thin" | "gradient-bold" | "gradient-duotone" | "gradient-fill" | "gradient-light" | "gradient-thin" | "graduation-cap-bold" | "graduation-cap-duotone" | "graduation-cap-light" | "graduation-cap-thin" | "grains" | "grains-bold" | "grains-duotone" | "grains-fill" | "grains-light" | "grains-slash" | "grains-slash-bold" | "grains-slash-duotone" | "grains-slash-fill" | "grains-slash-light" | "grains-slash-thin" | "grains-thin" | "graph-duotone" | "graph-fill" | "graph-light" | "graph-thin" | "graphics-card" | "graphics-card-bold" | "graphics-card-duotone" | "graphics-card-fill" | "graphics-card-light" | "graphics-card-thin" | "greater-than-bold" | "greater-than-duotone" | "greater-than-fill" | "greater-than-light" | "greater-than-or-equal-bold" | "greater-than-or-equal-duotone" | "greater-than-or-equal-fill" | "greater-than-or-equal-light" | "greater-than-or-equal-thin" | "greater-than-thin" | "grid-four-bold" | "grid-four-duotone" | "grid-four-fill" | "grid-four-light" | "grid-four-thin" | "grid-nine-bold" | "grid-nine-duotone" | "grid-nine-fill" | "grid-nine-light" | "grid-nine-thin" | "guitar-bold" | "guitar-duotone" | "guitar-light" | "guitar-thin" | "hair-dryer-bold" | "hair-dryer-duotone" | "hair-dryer-fill" | "hair-dryer-light" | "hair-dryer-thin" | "hamburger-bold" | "hamburger-duotone" | "hamburger-light" | "hamburger-thin" | "hammer-bold" | "hammer-duotone" | "hammer-light" | "hammer-thin" | "hand-arrow-down" | "hand-arrow-down-bold" | "hand-arrow-down-duotone" | "hand-arrow-down-fill" | "hand-arrow-down-light" | "hand-arrow-down-thin" | "hand-arrow-up" | "hand-arrow-up-bold" | "hand-arrow-up-duotone" | "hand-arrow-up-fill" | "hand-arrow-up-light" | "hand-arrow-up-thin" | "hand-bold" | "hand-coins-bold" | "hand-coins-duotone" | "hand-coins-fill" | "hand-coins-light" | "hand-coins-thin" | "hand-deposit" | "hand-deposit-bold" | "hand-deposit-duotone" | "hand-deposit-fill" | "hand-deposit-light" | "hand-deposit-thin" | "hand-duotone" | "hand-eye" | "hand-eye-bold" | "hand-eye-duotone" | "hand-eye-fill" | "hand-eye-light" | "hand-eye-thin" | "hand-fist-bold" | "hand-fist-duotone" | "hand-fist-fill" | "hand-fist-light" | "hand-fist-thin" | "hand-grabbing" | "hand-grabbing-bold" | "hand-grabbing-duotone" | "hand-grabbing-fill" | "hand-grabbing-light" | "hand-grabbing-thin" | "hand-heart-duotone" | "hand-heart-light" | "hand-heart-thin" | "hand-light" | "hand-palm" | "hand-palm-bold" | "hand-palm-duotone" | "hand-palm-fill" | "hand-palm-light" | "hand-palm-thin" | "hand-peace-bold" | "hand-peace-duotone" | "hand-peace-fill" | "hand-peace-light" | "hand-peace-thin" | "hand-pointing" | "hand-pointing-bold" | "hand-pointing-duotone" | "hand-pointing-fill" | "hand-pointing-light" | "hand-pointing-thin" | "hand-soap" | "hand-soap-bold" | "hand-soap-duotone" | "hand-soap-fill" | "hand-soap-light" | "hand-soap-thin" | "hand-swipe-left" | "hand-swipe-left-bold" | "hand-swipe-left-duotone" | "hand-swipe-left-fill" | "hand-swipe-left-light" | "hand-swipe-left-thin" | "hand-swipe-right" | "hand-swipe-right-bold" | "hand-swipe-right-duotone" | "hand-swipe-right-fill" | "hand-swipe-right-light" | "hand-swipe-right-thin" | "hand-tap" | "hand-tap-bold" | "hand-tap-duotone" | "hand-tap-fill" | "hand-tap-light" | "hand-tap-thin" | "hand-thin" | "hand-waving" | "hand-waving-bold" | "hand-waving-duotone" | "hand-waving-fill" | "hand-waving-light" | "hand-waving-thin" | "hand-withdraw" | "hand-withdraw-bold" | "hand-withdraw-duotone" | "hand-withdraw-fill" | "hand-withdraw-light" | "hand-withdraw-thin" | "handbag-bold" | "handbag-duotone" | "handbag-light" | "handbag-simple" | "handbag-simple-bold" | "handbag-simple-duotone" | "handbag-simple-fill" | "handbag-simple-light" | "handbag-simple-thin" | "handbag-thin" | "hands-clapping-bold" | "hands-clapping-duotone" | "hands-clapping-light" | "hands-clapping-thin" | "hands-praying-bold" | "hands-praying-duotone" | "hands-praying-fill" | "hands-praying-light" | "hands-praying-thin" | "handshake-bold" | "handshake-duotone" | "handshake-fill" | "handshake-light" | "handshake-thin" | "hard-drive-bold" | "hard-drive-duotone" | "hard-drive-light" | "hard-drive-thin" | "hard-drives" | "hard-drives-bold" | "hard-drives-duotone" | "hard-drives-fill" | "hard-drives-light" | "hard-drives-thin" | "hard-hat-bold" | "hard-hat-duotone" | "hard-hat-fill" | "hard-hat-light" | "hard-hat-thin" | "hash-bold" | "hash-duotone" | "hash-light" | "hash-straight" | "hash-straight-bold" | "hash-straight-duotone" | "hash-straight-fill" | "hash-straight-light" | "hash-straight-thin" | "hash-thin" | "head-circuit" | "head-circuit-bold" | "head-circuit-duotone" | "head-circuit-fill" | "head-circuit-light" | "head-circuit-thin" | "headlights" | "headlights-bold" | "headlights-duotone" | "headlights-fill" | "headlights-light" | "headlights-thin" | "headphones-bold" | "headphones-duotone" | "headphones-light" | "headphones-thin" | "headset-bold" | "headset-duotone" | "headset-fill" | "headset-light" | "headset-thin" | "heart-break" | "heart-break-bold" | "heart-break-duotone" | "heart-break-fill" | "heart-break-light" | "heart-break-thin" | "heart-half-bold" | "heart-half-duotone" | "heart-half-light" | "heart-half-thin" | "heart-straight" | "heart-straight-bold" | "heart-straight-break" | "heart-straight-break-bold" | "heart-straight-break-duotone" | "heart-straight-break-fill" | "heart-straight-break-light" | "heart-straight-break-thin" | "heart-straight-duotone" | "heart-straight-fill" | "heart-straight-light" | "heart-straight-thin" | "heartbeat-bold" | "heartbeat-duotone" | "heartbeat-light" | "heartbeat-thin" | "hexagon-bold" | "hexagon-duotone" | "hexagon-light" | "hexagon-thin" | "high-definition-duotone" | "high-definition-fill" | "high-definition-light" | "high-definition-thin" | "high-heel-bold" | "high-heel-duotone" | "high-heel-fill" | "high-heel-light" | "high-heel-thin" | "highlighter-bold" | "highlighter-circle" | "highlighter-circle-bold" | "highlighter-circle-duotone" | "highlighter-circle-fill" | "highlighter-circle-light" | "highlighter-circle-thin" | "highlighter-duotone" | "highlighter-fill" | "highlighter-light" | "highlighter-thin" | "hockey-bold" | "hockey-duotone" | "hockey-fill" | "hockey-light" | "hockey-thin" | "hoodie-bold" | "hoodie-duotone" | "hoodie-fill" | "hoodie-light" | "hoodie-thin" | "horse-bold" | "horse-duotone" | "horse-fill" | "horse-light" | "horse-thin" | "hospital-duotone" | "hospital-light" | "hospital-thin" | "hourglass-duotone" | "hourglass-high-bold" | "hourglass-high-duotone" | "hourglass-high-fill" | "hourglass-high-light" | "hourglass-high-thin" | "hourglass-low-bold" | "hourglass-low-duotone" | "hourglass-low-fill" | "hourglass-low-light" | "hourglass-low-thin" | "hourglass-medium" | "hourglass-medium-bold" | "hourglass-medium-duotone" | "hourglass-medium-fill" | "hourglass-medium-light" | "hourglass-medium-thin" | "hourglass-simple" | "hourglass-simple-bold" | "hourglass-simple-duotone" | "hourglass-simple-fill" | "hourglass-simple-high" | "hourglass-simple-high-bold" | "hourglass-simple-high-duotone" | "hourglass-simple-high-fill" | "hourglass-simple-high-light" | "hourglass-simple-high-thin" | "hourglass-simple-light" | "hourglass-simple-low" | "hourglass-simple-low-bold" | "hourglass-simple-low-duotone" | "hourglass-simple-low-fill" | "hourglass-simple-low-light" | "hourglass-simple-low-thin" | "hourglass-simple-medium" | "hourglass-simple-medium-bold" | "hourglass-simple-medium-duotone" | "hourglass-simple-medium-fill" | "hourglass-simple-medium-light" | "hourglass-simple-medium-thin" | "hourglass-simple-thin" | "hourglass-thin" | "house-bold" | "house-duotone" | "house-light" | "house-line-bold" | "house-line-duotone" | "house-line-fill" | "house-line-light" | "house-line-thin" | "house-simple" | "house-simple-bold" | "house-simple-duotone" | "house-simple-fill" | "house-simple-light" | "house-simple-thin" | "house-thin" | "hurricane-bold" | "hurricane-duotone" | "hurricane-light" | "hurricane-thin" | "ice-cream-bold" | "ice-cream-duotone" | "ice-cream-light" | "ice-cream-thin" | "identification-badge" | "identification-badge-bold" | "identification-badge-duotone" | "identification-badge-fill" | "identification-badge-light" | "identification-badge-thin" | "identification-card-bold" | "identification-card-duotone" | "identification-card-fill" | "identification-card-light" | "identification-card-thin" | "image-bold" | "image-broken-bold" | "image-broken-duotone" | "image-broken-fill" | "image-broken-light" | "image-broken-thin" | "image-duotone" | "image-light" | "image-square" | "image-square-bold" | "image-square-duotone" | "image-square-fill" | "image-square-light" | "image-square-thin" | "image-thin" | "images-bold" | "images-duotone" | "images-fill" | "images-light" | "images-square" | "images-square-bold" | "images-square-duotone" | "images-square-fill" | "images-square-light" | "images-square-thin" | "images-thin" | "infinity-duotone" | "infinity-light" | "infinity-thin" | "info-bold" | "info-thin" | "instagram-logo-bold" | "instagram-logo-duotone" | "instagram-logo-fill" | "instagram-logo-light" | "instagram-logo-thin" | "intersect-bold" | "intersect-duotone" | "intersect-light" | "intersect-square" | "intersect-square-bold" | "intersect-square-duotone" | "intersect-square-fill" | "intersect-square-light" | "intersect-square-thin" | "intersect-thin" | "intersect-three" | "intersect-three-bold" | "intersect-three-duotone" | "intersect-three-fill" | "intersect-three-light" | "intersect-three-thin" | "intersection-bold" | "intersection-duotone" | "intersection-fill" | "intersection-light" | "intersection-thin" | "island-bold" | "island-duotone" | "island-fill" | "island-light" | "island-thin" | "jar-bold" | "jar-duotone" | "jar-fill" | "jar-label" | "jar-label-bold" | "jar-label-duotone" | "jar-label-fill" | "jar-label-light" | "jar-label-thin" | "jar-light" | "jar-thin" | "jeep-bold" | "jeep-duotone" | "jeep-light" | "jeep-thin" | "joystick-bold" | "joystick-duotone" | "joystick-fill" | "joystick-light" | "joystick-thin" | "kanban-bold" | "kanban-duotone" | "kanban-light" | "kanban-thin" | "key-return" | "key-return-bold" | "key-return-duotone" | "key-return-fill" | "key-return-light" | "key-return-thin" | "key-thin" | "keyboard-duotone" | "keyboard-light" | "keyboard-thin" | "keyhole-bold" | "keyhole-duotone" | "keyhole-light" | "keyhole-thin" | "knife-bold" | "knife-duotone" | "knife-thin" | "ladder-bold" | "ladder-duotone" | "ladder-light" | "ladder-simple" | "ladder-simple-bold" | "ladder-simple-duotone" | "ladder-simple-fill" | "ladder-simple-light" | "ladder-simple-thin" | "ladder-thin" | "lamp-duotone" | "lamp-pendant" | "lamp-pendant-bold" | "lamp-pendant-duotone" | "lamp-pendant-fill" | "lamp-pendant-light" | "lamp-pendant-thin" | "lamp-thin" | "laptop-duotone" | "laptop-light" | "laptop-thin" | "lasso-bold" | "lasso-duotone" | "lasso-fill" | "lasso-light" | "lasso-thin" | "lastfm-logo" | "lastfm-logo-bold" | "lastfm-logo-duotone" | "lastfm-logo-fill" | "lastfm-logo-light" | "lastfm-logo-thin" | "layout-bold" | "layout-duotone" | "layout-light" | "layout-thin" | "leaf-duotone" | "leaf-light" | "leaf-thin" | "lectern-bold" | "lectern-duotone" | "lectern-fill" | "lectern-light" | "lectern-thin" | "lego-bold" | "lego-duotone" | "lego-fill" | "lego-light" | "lego-smiley" | "lego-smiley-bold" | "lego-smiley-duotone" | "lego-smiley-fill" | "lego-smiley-light" | "lego-smiley-thin" | "lego-thin" | "less-than-bold" | "less-than-duotone" | "less-than-fill" | "less-than-light" | "less-than-or-equal-bold" | "less-than-or-equal-duotone" | "less-than-or-equal-fill" | "less-than-or-equal-light" | "less-than-or-equal-thin" | "less-than-thin" | "letter-circle-h" | "letter-circle-h-bold" | "letter-circle-h-duotone" | "letter-circle-h-fill" | "letter-circle-h-light" | "letter-circle-h-thin" | "letter-circle-p" | "letter-circle-p-bold" | "letter-circle-p-duotone" | "letter-circle-p-fill" | "letter-circle-p-light" | "letter-circle-p-thin" | "letter-circle-v" | "letter-circle-v-bold" | "letter-circle-v-duotone" | "letter-circle-v-fill" | "letter-circle-v-light" | "letter-circle-v-thin" | "lifebuoy-bold" | "lifebuoy-duotone" | "lifebuoy-light" | "lifebuoy-thin" | "lightbulb-duotone" | "lightbulb-filament" | "lightbulb-filament-bold" | "lightbulb-filament-duotone" | "lightbulb-filament-fill" | "lightbulb-filament-light" | "lightbulb-filament-thin" | "lightbulb-light" | "lightbulb-thin" | "lighthouse-bold" | "lighthouse-duotone" | "lighthouse-light" | "lighthouse-thin" | "lightning-a" | "lightning-a-bold" | "lightning-a-duotone" | "lightning-a-fill" | "lightning-a-light" | "lightning-a-thin" | "lightning-slash" | "lightning-slash-bold" | "lightning-slash-duotone" | "lightning-slash-fill" | "lightning-slash-light" | "lightning-slash-thin" | "lightning-thin" | "line-segment" | "line-segment-bold" | "line-segment-duotone" | "line-segment-fill" | "line-segment-light" | "line-segment-thin" | "line-segments" | "line-segments-bold" | "line-segments-duotone" | "line-segments-fill" | "line-segments-light" | "line-segments-thin" | "line-vertical" | "line-vertical-bold" | "line-vertical-duotone" | "line-vertical-fill" | "line-vertical-light" | "line-vertical-thin" | "link-break-bold" | "link-break-duotone" | "link-break-fill" | "link-break-light" | "link-break-thin" | "link-simple" | "link-simple-bold" | "link-simple-break" | "link-simple-break-bold" | "link-simple-break-duotone" | "link-simple-break-fill" | "link-simple-break-light" | "link-simple-break-thin" | "link-simple-duotone" | "link-simple-fill" | "link-simple-horizontal" | "link-simple-horizontal-bold" | "link-simple-horizontal-break" | "link-simple-horizontal-break-bold" | "link-simple-horizontal-break-duotone" | "link-simple-horizontal-break-fill" | "link-simple-horizontal-break-light" | "link-simple-horizontal-break-thin" | "link-simple-horizontal-duotone" | "link-simple-horizontal-fill" | "link-simple-horizontal-light" | "link-simple-horizontal-thin" | "link-simple-light" | "link-simple-thin" | "linkedin-logo-bold" | "linkedin-logo-duotone" | "linkedin-logo-fill" | "linkedin-logo-light" | "linkedin-logo-thin" | "linktree-logo" | "linktree-logo-bold" | "linktree-logo-duotone" | "linktree-logo-fill" | "linktree-logo-light" | "linktree-logo-thin" | "linux-logo" | "linux-logo-bold" | "linux-logo-duotone" | "linux-logo-fill" | "linux-logo-light" | "linux-logo-thin" | "list-bullets" | "list-bullets-bold" | "list-bullets-duotone" | "list-bullets-fill" | "list-bullets-light" | "list-bullets-thin" | "list-checks-bold" | "list-checks-duotone" | "list-checks-fill" | "list-checks-light" | "list-checks-thin" | "list-dashes" | "list-dashes-bold" | "list-dashes-duotone" | "list-dashes-fill" | "list-dashes-light" | "list-dashes-thin" | "list-duotone" | "list-heart" | "list-heart-duotone" | "list-heart-fill" | "list-heart-light" | "list-heart-thin" | "list-light" | "list-magnifying-glass" | "list-magnifying-glass-bold" | "list-magnifying-glass-duotone" | "list-magnifying-glass-fill" | "list-magnifying-glass-light" | "list-magnifying-glass-thin" | "list-numbers-bold" | "list-numbers-duotone" | "list-numbers-fill" | "list-numbers-light" | "list-numbers-thin" | "list-plus-bold" | "list-plus-duotone" | "list-plus-fill" | "list-plus-light" | "list-plus-thin" | "list-star" | "list-star-bold" | "list-star-duotone" | "list-star-fill" | "list-star-light" | "list-star-thin" | "list-thin" | "lock-key-bold" | "lock-key-duotone" | "lock-key-fill" | "lock-key-light" | "lock-key-open" | "lock-key-open-bold" | "lock-key-open-duotone" | "lock-key-open-fill" | "lock-key-open-light" | "lock-key-open-thin" | "lock-key-thin" | "lock-laminated" | "lock-laminated-bold" | "lock-laminated-duotone" | "lock-laminated-fill" | "lock-laminated-light" | "lock-laminated-open" | "lock-laminated-open-bold" | "lock-laminated-open-duotone" | "lock-laminated-open-fill" | "lock-laminated-open-light" | "lock-laminated-open-thin" | "lock-laminated-thin" | "lock-open-bold" | "lock-open-duotone" | "lock-open-light" | "lock-open-thin" | "lock-simple" | "lock-simple-bold" | "lock-simple-duotone" | "lock-simple-fill" | "lock-simple-light" | "lock-simple-open" | "lock-simple-open-bold" | "lock-simple-open-duotone" | "lock-simple-open-fill" | "lock-simple-open-light" | "lock-simple-open-thin" | "lock-simple-thin" | "lockers-bold" | "lockers-duotone" | "lockers-fill" | "lockers-light" | "lockers-thin" | "log-bold" | "log-duotone" | "log-fill" | "log-light" | "log-thin" | "magic-wand-bold" | "magic-wand-duotone" | "magic-wand-fill" | "magic-wand-light" | "magic-wand-thin" | "magnet-duotone" | "magnet-light" | "magnet-straight" | "magnet-straight-bold" | "magnet-straight-duotone" | "magnet-straight-fill" | "magnet-straight-light" | "magnet-straight-thin" | "magnet-thin" | "magnifying-glass-bold" | "magnifying-glass-duotone" | "magnifying-glass-fill" | "magnifying-glass-light" | "magnifying-glass-minus-bold" | "magnifying-glass-minus-duotone" | "magnifying-glass-minus-fill" | "magnifying-glass-minus-light" | "magnifying-glass-minus-thin" | "magnifying-glass-plus-bold" | "magnifying-glass-plus-duotone" | "magnifying-glass-plus-fill" | "magnifying-glass-plus-light" | "magnifying-glass-plus-thin" | "magnifying-glass-thin" | "mailbox-duotone" | "mailbox-light" | "mailbox-thin" | "map-pin-area" | "map-pin-area-bold" | "map-pin-area-duotone" | "map-pin-area-fill" | "map-pin-area-light" | "map-pin-area-thin" | "map-pin-bold" | "map-pin-duotone" | "map-pin-light" | "map-pin-line-bold" | "map-pin-line-duotone" | "map-pin-line-fill" | "map-pin-line-light" | "map-pin-line-thin" | "map-pin-plus-bold" | "map-pin-plus-duotone" | "map-pin-plus-fill" | "map-pin-plus-light" | "map-pin-plus-thin" | "map-pin-simple" | "map-pin-simple-area" | "map-pin-simple-area-bold" | "map-pin-simple-area-duotone" | "map-pin-simple-area-fill" | "map-pin-simple-area-light" | "map-pin-simple-area-thin" | "map-pin-simple-bold" | "map-pin-simple-duotone" | "map-pin-simple-fill" | "map-pin-simple-light" | "map-pin-simple-line" | "map-pin-simple-line-bold" | "map-pin-simple-line-duotone" | "map-pin-simple-line-fill" | "map-pin-simple-line-light" | "map-pin-simple-line-thin" | "map-pin-simple-thin" | "map-pin-thin" | "map-trifold" | "map-trifold-bold" | "map-trifold-duotone" | "map-trifold-fill" | "map-trifold-light" | "map-trifold-thin" | "markdown-logo" | "markdown-logo-bold" | "markdown-logo-duotone" | "markdown-logo-fill" | "markdown-logo-light" | "markdown-logo-thin" | "marker-circle" | "marker-circle-bold" | "marker-circle-duotone" | "marker-circle-fill" | "marker-circle-light" | "marker-circle-thin" | "martini-bold" | "martini-duotone" | "martini-fill" | "martini-light" | "martini-thin" | "mask-happy" | "mask-happy-bold" | "mask-happy-duotone" | "mask-happy-fill" | "mask-happy-light" | "mask-happy-thin" | "mask-sad" | "mask-sad-duotone" | "mask-sad-fill" | "mask-sad-light" | "mask-sad-thin" | "mastodon-logo-bold" | "mastodon-logo-duotone" | "mastodon-logo-fill" | "mastodon-logo-light" | "mastodon-logo-thin" | "math-operations-bold" | "math-operations-duotone" | "math-operations-fill" | "math-operations-light" | "math-operations-thin" | "matrix-logo" | "matrix-logo-bold" | "matrix-logo-duotone" | "matrix-logo-fill" | "matrix-logo-light" | "matrix-logo-thin" | "medal-bold" | "medal-duotone" | "medal-light" | "medal-military" | "medal-military-bold" | "medal-military-duotone" | "medal-military-fill" | "medal-military-light" | "medal-military-thin" | "medal-thin" | "medium-logo" | "medium-logo-bold" | "medium-logo-duotone" | "medium-logo-fill" | "medium-logo-light" | "medium-logo-thin" | "megaphone-bold" | "megaphone-duotone" | "megaphone-light" | "megaphone-simple" | "megaphone-simple-bold" | "megaphone-simple-duotone" | "megaphone-simple-fill" | "megaphone-simple-light" | "megaphone-simple-thin" | "megaphone-thin" | "member-of" | "member-of-bold" | "member-of-duotone" | "member-of-fill" | "member-of-light" | "member-of-thin" | "memory-bold" | "memory-duotone" | "memory-fill" | "memory-light" | "memory-thin" | "messenger-logo" | "messenger-logo-bold" | "messenger-logo-duotone" | "messenger-logo-fill" | "messenger-logo-light" | "messenger-logo-thin" | "meta-logo" | "meta-logo-bold" | "meta-logo-duotone" | "meta-logo-fill" | "meta-logo-light" | "meta-logo-thin" | "meteor-bold" | "meteor-duotone" | "meteor-light" | "meteor-thin" | "metronome-bold" | "metronome-duotone" | "metronome-fill" | "metronome-light" | "metronome-thin" | "microphone-slash-bold" | "microphone-slash-duotone" | "microphone-slash-fill" | "microphone-slash-light" | "microphone-slash-thin" | "microphone-stage" | "microphone-stage-bold" | "microphone-stage-duotone" | "microphone-stage-fill" | "microphone-stage-light" | "microphone-stage-thin" | "microscope-bold" | "microscope-duotone" | "microscope-light" | "microscope-thin" | "microsoft-excel-logo" | "microsoft-excel-logo-bold" | "microsoft-excel-logo-duotone" | "microsoft-excel-logo-fill" | "microsoft-excel-logo-light" | "microsoft-excel-logo-thin" | "microsoft-outlook-logo" | "microsoft-outlook-logo-bold" | "microsoft-outlook-logo-duotone" | "microsoft-outlook-logo-fill" | "microsoft-outlook-logo-light" | "microsoft-outlook-logo-thin" | "microsoft-powerpoint-logo" | "microsoft-powerpoint-logo-bold" | "microsoft-powerpoint-logo-duotone" | "microsoft-powerpoint-logo-fill" | "microsoft-powerpoint-logo-light" | "microsoft-powerpoint-logo-thin" | "microsoft-teams-logo" | "microsoft-teams-logo-bold" | "microsoft-teams-logo-duotone" | "microsoft-teams-logo-fill" | "microsoft-teams-logo-light" | "microsoft-teams-logo-thin" | "microsoft-word-logo" | "microsoft-word-logo-bold" | "microsoft-word-logo-duotone" | "microsoft-word-logo-fill" | "microsoft-word-logo-light" | "microsoft-word-logo-thin" | "minus-bold" | "minus-circle-duotone" | "minus-circle-light" | "minus-circle-thin" | "minus-duotone" | "minus-light" | "minus-square-duotone" | "minus-square-light" | "minus-square-thin" | "minus-thin" | "money-bold" | "money-thin" | "money-wavy" | "money-wavy-bold" | "money-wavy-duotone" | "money-wavy-fill" | "money-wavy-light" | "money-wavy-thin" | "monitor-arrow-up-bold" | "monitor-arrow-up-duotone" | "monitor-arrow-up-fill" | "monitor-arrow-up-light" | "monitor-arrow-up-thin" | "monitor-duotone" | "monitor-light" | "monitor-play-bold" | "monitor-play-duotone" | "monitor-play-fill" | "monitor-play-light" | "monitor-play-thin" | "monitor-thin" | "moon-stars-duotone" | "moon-stars-light" | "moon-stars-thin" | "moon-thin" | "moped-bold" | "moped-duotone" | "moped-fill" | "moped-front" | "moped-front-bold" | "moped-front-duotone" | "moped-front-fill" | "moped-front-light" | "moped-front-thin" | "moped-light" | "moped-thin" | "mosque-bold" | "mosque-duotone" | "mosque-fill" | "mosque-light" | "mosque-thin" | "motorcycle-bold" | "motorcycle-duotone" | "motorcycle-fill" | "motorcycle-light" | "motorcycle-thin" | "mountains-bold" | "mountains-duotone" | "mountains-fill" | "mountains-light" | "mountains-thin" | "mouse-left-click-bold" | "mouse-left-click-duotone" | "mouse-left-click-fill" | "mouse-left-click-light" | "mouse-left-click-thin" | "mouse-middle-click" | "mouse-middle-click-bold" | "mouse-middle-click-duotone" | "mouse-middle-click-fill" | "mouse-middle-click-light" | "mouse-middle-click-thin" | "mouse-right-click-bold" | "mouse-right-click-duotone" | "mouse-right-click-fill" | "mouse-right-click-light" | "mouse-right-click-thin" | "mouse-scroll" | "mouse-scroll-bold" | "mouse-scroll-duotone" | "mouse-scroll-fill" | "mouse-scroll-light" | "mouse-scroll-thin" | "mouse-simple" | "mouse-simple-bold" | "mouse-simple-duotone" | "mouse-simple-fill" | "mouse-simple-light" | "mouse-simple-thin" | "music-note-duotone" | "music-note-fill" | "music-note-light" | "music-note-simple" | "music-note-simple-bold" | "music-note-simple-duotone" | "music-note-simple-fill" | "music-note-simple-light" | "music-note-simple-thin" | "music-note-thin" | "music-notes" | "music-notes-duotone" | "music-notes-fill" | "music-notes-light" | "music-notes-minus" | "music-notes-minus-bold" | "music-notes-minus-duotone" | "music-notes-minus-fill" | "music-notes-minus-light" | "music-notes-minus-thin" | "music-notes-plus" | "music-notes-plus-bold" | "music-notes-plus-duotone" | "music-notes-plus-fill" | "music-notes-plus-light" | "music-notes-plus-thin" | "music-notes-simple" | "music-notes-simple-bold" | "music-notes-simple-duotone" | "music-notes-simple-fill" | "music-notes-simple-light" | "music-notes-simple-thin" | "music-notes-thin" | "navigation-arrow" | "navigation-arrow-bold" | "navigation-arrow-duotone" | "navigation-arrow-fill" | "navigation-arrow-light" | "navigation-arrow-thin" | "needle-bold" | "needle-duotone" | "needle-fill" | "needle-light" | "needle-thin" | "network-bold" | "network-duotone" | "network-fill" | "network-light" | "network-slash" | "network-slash-bold" | "network-slash-duotone" | "network-slash-fill" | "network-slash-light" | "network-slash-thin" | "network-thin" | "network-x" | "network-x-bold" | "network-x-duotone" | "network-x-fill" | "network-x-light" | "network-x-thin" | "newspaper-bold" | "newspaper-clipping" | "newspaper-clipping-bold" | "newspaper-clipping-duotone" | "newspaper-clipping-fill" | "newspaper-clipping-light" | "newspaper-clipping-thin" | "newspaper-duotone" | "newspaper-light" | "newspaper-thin" | "not-equals" | "not-equals-bold" | "not-equals-duotone" | "not-equals-fill" | "not-equals-light" | "not-equals-thin" | "not-member-of" | "not-member-of-bold" | "not-member-of-duotone" | "not-member-of-fill" | "not-member-of-light" | "not-member-of-thin" | "not-subset-of" | "not-subset-of-bold" | "not-subset-of-duotone" | "not-subset-of-fill" | "not-subset-of-light" | "not-subset-of-thin" | "not-superset-of" | "not-superset-of-bold" | "not-superset-of-duotone" | "not-superset-of-fill" | "not-superset-of-light" | "not-superset-of-thin" | "notches" | "notches-bold" | "notches-duotone" | "notches-fill" | "notches-light" | "notches-thin" | "note-blank" | "note-blank-bold" | "note-blank-duotone" | "note-blank-fill" | "note-blank-light" | "note-blank-thin" | "note-bold" | "note-duotone" | "note-light" | "note-pencil" | "note-pencil-bold" | "note-pencil-duotone" | "note-pencil-fill" | "note-pencil-light" | "note-pencil-thin" | "note-thin" | "notebook-thin" | "notepad-bold" | "notepad-duotone" | "notepad-fill" | "notepad-light" | "notepad-thin" | "notion-logo" | "notion-logo-bold" | "notion-logo-duotone" | "notion-logo-fill" | "notion-logo-light" | "notion-logo-thin" | "nuclear-plant-bold" | "nuclear-plant-duotone" | "nuclear-plant-fill" | "nuclear-plant-light" | "nuclear-plant-thin" | "number-circle-eight" | "number-circle-eight-bold" | "number-circle-eight-duotone" | "number-circle-eight-fill" | "number-circle-eight-light" | "number-circle-eight-thin" | "number-circle-five" | "number-circle-five-bold" | "number-circle-five-duotone" | "number-circle-five-fill" | "number-circle-five-light" | "number-circle-five-thin" | "number-circle-four" | "number-circle-four-bold" | "number-circle-four-duotone" | "number-circle-four-fill" | "number-circle-four-light" | "number-circle-four-thin" | "number-circle-nine" | "number-circle-nine-bold" | "number-circle-nine-duotone" | "number-circle-nine-fill" | "number-circle-nine-light" | "number-circle-nine-thin" | "number-circle-one" | "number-circle-one-bold" | "number-circle-one-duotone" | "number-circle-one-fill" | "number-circle-one-light" | "number-circle-one-thin" | "number-circle-seven" | "number-circle-seven-bold" | "number-circle-seven-duotone" | "number-circle-seven-fill" | "number-circle-seven-light" | "number-circle-seven-thin" | "number-circle-six" | "number-circle-six-bold" | "number-circle-six-duotone" | "number-circle-six-fill" | "number-circle-six-light" | "number-circle-six-thin" | "number-circle-three" | "number-circle-three-bold" | "number-circle-three-duotone" | "number-circle-three-fill" | "number-circle-three-light" | "number-circle-three-thin" | "number-circle-two" | "number-circle-two-bold" | "number-circle-two-duotone" | "number-circle-two-fill" | "number-circle-two-light" | "number-circle-two-thin" | "number-circle-zero" | "number-circle-zero-bold" | "number-circle-zero-duotone" | "number-circle-zero-fill" | "number-circle-zero-light" | "number-circle-zero-thin" | "number-eight" | "number-eight-bold" | "number-eight-duotone" | "number-eight-fill" | "number-eight-light" | "number-eight-thin" | "number-five" | "number-five-bold" | "number-five-duotone" | "number-five-fill" | "number-five-light" | "number-five-thin" | "number-four" | "number-four-bold" | "number-four-duotone" | "number-four-fill" | "number-four-light" | "number-four-thin" | "number-nine" | "number-nine-bold" | "number-nine-duotone" | "number-nine-fill" | "number-nine-light" | "number-nine-thin" | "number-one" | "number-one-bold" | "number-one-duotone" | "number-one-fill" | "number-one-light" | "number-one-thin" | "number-seven" | "number-seven-bold" | "number-seven-duotone" | "number-seven-fill" | "number-seven-light" | "number-seven-thin" | "number-six" | "number-six-bold" | "number-six-duotone" | "number-six-fill" | "number-six-light" | "number-six-thin" | "number-square-eight" | "number-square-eight-bold" | "number-square-eight-duotone" | "number-square-eight-fill" | "number-square-eight-light" | "number-square-eight-thin" | "number-square-five" | "number-square-five-bold" | "number-square-five-duotone" | "number-square-five-fill" | "number-square-five-light" | "number-square-five-thin" | "number-square-four" | "number-square-four-bold" | "number-square-four-duotone" | "number-square-four-fill" | "number-square-four-light" | "number-square-four-thin" | "number-square-nine" | "number-square-nine-bold" | "number-square-nine-duotone" | "number-square-nine-fill" | "number-square-nine-light" | "number-square-nine-thin" | "number-square-one" | "number-square-one-bold" | "number-square-one-duotone" | "number-square-one-fill" | "number-square-one-light" | "number-square-one-thin" | "number-square-seven" | "number-square-seven-bold" | "number-square-seven-duotone" | "number-square-seven-fill" | "number-square-seven-light" | "number-square-seven-thin" | "number-square-six" | "number-square-six-bold" | "number-square-six-duotone" | "number-square-six-fill" | "number-square-six-light" | "number-square-six-thin" | "number-square-three" | "number-square-three-bold" | "number-square-three-duotone" | "number-square-three-fill" | "number-square-three-light" | "number-square-three-thin" | "number-square-two" | "number-square-two-bold" | "number-square-two-duotone" | "number-square-two-fill" | "number-square-two-light" | "number-square-two-thin" | "number-square-zero" | "number-square-zero-bold" | "number-square-zero-duotone" | "number-square-zero-fill" | "number-square-zero-light" | "number-square-zero-thin" | "number-three" | "number-three-bold" | "number-three-duotone" | "number-three-fill" | "number-three-light" | "number-three-thin" | "number-two" | "number-two-bold" | "number-two-duotone" | "number-two-fill" | "number-two-light" | "number-two-thin" | "number-zero" | "number-zero-bold" | "number-zero-duotone" | "number-zero-fill" | "number-zero-light" | "number-zero-thin" | "numpad" | "numpad-bold" | "numpad-duotone" | "numpad-fill" | "numpad-light" | "numpad-thin" | "nut-bold" | "nut-duotone" | "nut-light" | "nut-thin" | "ny-times-logo" | "ny-times-logo-bold" | "ny-times-logo-duotone" | "ny-times-logo-fill" | "ny-times-logo-light" | "ny-times-logo-thin" | "octagon-bold" | "octagon-duotone" | "octagon-light" | "octagon-thin" | "office-chair-bold" | "office-chair-duotone" | "office-chair-fill" | "office-chair-light" | "office-chair-thin" | "onigiri" | "onigiri-bold" | "onigiri-duotone" | "onigiri-fill" | "onigiri-light" | "onigiri-thin" | "open-ai-logo" | "open-ai-logo-bold" | "open-ai-logo-duotone" | "open-ai-logo-fill" | "open-ai-logo-light" | "open-ai-logo-thin" | "option-bold" | "option-duotone" | "option-fill" | "option-light" | "option-thin" | "orange-bold" | "orange-duotone" | "orange-fill" | "orange-light" | "orange-slice-bold" | "orange-slice-duotone" | "orange-slice-fill" | "orange-slice-light" | "orange-slice-thin" | "orange-thin" | "oven-bold" | "oven-duotone" | "oven-fill" | "oven-light" | "oven-thin" | "package-bold" | "package-duotone" | "package-light" | "package-thin" | "paint-brush-bold" | "paint-brush-broad" | "paint-brush-broad-bold" | "paint-brush-broad-duotone" | "paint-brush-broad-fill" | "paint-brush-broad-light" | "paint-brush-broad-thin" | "paint-brush-duotone" | "paint-brush-household" | "paint-brush-household-bold" | "paint-brush-household-duotone" | "paint-brush-household-fill" | "paint-brush-household-light" | "paint-brush-household-thin" | "paint-brush-light" | "paint-brush-thin" | "paint-bucket-bold" | "paint-bucket-duotone" | "paint-bucket-fill" | "paint-bucket-light" | "paint-bucket-thin" | "paint-roller-duotone" | "paint-roller-fill" | "paint-roller-light" | "paint-roller-thin" | "palette-duotone" | "palette-light" | "palette-thin" | "panorama-duotone" | "panorama-fill" | "panorama-light" | "panorama-thin" | "pants-bold" | "pants-duotone" | "pants-fill" | "pants-light" | "pants-thin" | "paper-plane-bold" | "paper-plane-duotone" | "paper-plane-light" | "paper-plane-right" | "paper-plane-right-bold" | "paper-plane-right-duotone" | "paper-plane-right-fill" | "paper-plane-right-light" | "paper-plane-right-thin" | "paper-plane-thin" | "paper-plane-tilt" | "paper-plane-tilt-bold" | "paper-plane-tilt-duotone" | "paper-plane-tilt-fill" | "paper-plane-tilt-light" | "paper-plane-tilt-thin" | "paperclip-duotone" | "paperclip-fill" | "paperclip-horizontal" | "paperclip-horizontal-bold" | "paperclip-horizontal-duotone" | "paperclip-horizontal-fill" | "paperclip-horizontal-light" | "paperclip-horizontal-thin" | "paperclip-light" | "paperclip-thin" | "parachute-bold" | "parachute-duotone" | "parachute-light" | "parachute-thin" | "paragraph-bold" | "paragraph-duotone" | "paragraph-light" | "paragraph-thin" | "parallelogram-bold" | "parallelogram-duotone" | "parallelogram-fill" | "parallelogram-light" | "parallelogram-thin" | "park-bold" | "park-duotone" | "park-light" | "park-thin" | "password-duotone" | "password-fill" | "password-light" | "password-thin" | "path-bold" | "path-duotone" | "path-fill" | "path-light" | "path-thin" | "patreon-logo" | "patreon-logo-bold" | "patreon-logo-duotone" | "patreon-logo-fill" | "patreon-logo-light" | "patreon-logo-thin" | "pause-circle-duotone" | "pause-circle-light" | "pause-circle-thin" | "pause-duotone" | "pause-light" | "pause-thin" | "paw-print-bold" | "paw-print-duotone" | "paw-print-fill" | "paw-print-light" | "paw-print-thin" | "paypal-logo" | "paypal-logo-bold" | "paypal-logo-duotone" | "paypal-logo-fill" | "paypal-logo-light" | "paypal-logo-thin" | "peace-bold" | "peace-duotone" | "peace-light" | "peace-thin" | "pen-nib-bold" | "pen-nib-duotone" | "pen-nib-light" | "pen-nib-straight" | "pen-nib-straight-bold" | "pen-nib-straight-duotone" | "pen-nib-straight-fill" | "pen-nib-straight-light" | "pen-nib-straight-thin" | "pen-nib-thin" | "pencil-bold" | "pencil-circle-bold" | "pencil-circle-duotone" | "pencil-circle-light" | "pencil-circle-thin" | "pencil-duotone" | "pencil-light" | "pencil-line-bold" | "pencil-line-duotone" | "pencil-line-fill" | "pencil-line-light" | "pencil-line-thin" | "pencil-ruler-bold" | "pencil-ruler-duotone" | "pencil-ruler-light" | "pencil-ruler-thin" | "pencil-simple" | "pencil-simple-bold" | "pencil-simple-duotone" | "pencil-simple-fill" | "pencil-simple-light" | "pencil-simple-line" | "pencil-simple-line-bold" | "pencil-simple-line-duotone" | "pencil-simple-line-fill" | "pencil-simple-line-light" | "pencil-simple-line-thin" | "pencil-simple-slash" | "pencil-simple-slash-bold" | "pencil-simple-slash-duotone" | "pencil-simple-slash-fill" | "pencil-simple-slash-light" | "pencil-simple-slash-thin" | "pencil-simple-thin" | "pencil-slash-bold" | "pencil-slash-duotone" | "pencil-slash-fill" | "pencil-slash-light" | "pencil-slash-thin" | "pencil-thin" | "pentagon-bold" | "pentagon-duotone" | "pentagon-light" | "pentagon-thin" | "pentagram-bold" | "pentagram-duotone" | "pentagram-fill" | "pentagram-light" | "pentagram-thin" | "pepper-bold" | "pepper-duotone" | "pepper-fill" | "pepper-light" | "pepper-thin" | "percent-bold" | "percent-duotone" | "percent-thin" | "person-arms-spread" | "person-arms-spread-bold" | "person-arms-spread-duotone" | "person-arms-spread-fill" | "person-arms-spread-light" | "person-arms-spread-thin" | "person-bold" | "person-duotone" | "person-simple" | "person-simple-bike" | "person-simple-bike-bold" | "person-simple-bike-duotone" | "person-simple-bike-fill" | "person-simple-bike-light" | "person-simple-bike-thin" | "person-simple-bold" | "person-simple-circle" | "person-simple-circle-bold" | "person-simple-circle-duotone" | "person-simple-circle-fill" | "person-simple-circle-light" | "person-simple-circle-thin" | "person-simple-duotone" | "person-simple-fill" | "person-simple-hike" | "person-simple-hike-bold" | "person-simple-hike-duotone" | "person-simple-hike-fill" | "person-simple-hike-light" | "person-simple-hike-thin" | "person-simple-light" | "person-simple-run" | "person-simple-run-bold" | "person-simple-run-duotone" | "person-simple-run-fill" | "person-simple-run-light" | "person-simple-run-thin" | "person-simple-ski" | "person-simple-ski-bold" | "person-simple-ski-duotone" | "person-simple-ski-fill" | "person-simple-ski-light" | "person-simple-ski-thin" | "person-simple-snowboard" | "person-simple-snowboard-bold" | "person-simple-snowboard-duotone" | "person-simple-snowboard-fill" | "person-simple-snowboard-light" | "person-simple-snowboard-thin" | "person-simple-swim" | "person-simple-swim-bold" | "person-simple-swim-duotone" | "person-simple-swim-fill" | "person-simple-swim-light" | "person-simple-swim-thin" | "person-simple-tai-chi" | "person-simple-tai-chi-bold" | "person-simple-tai-chi-duotone" | "person-simple-tai-chi-fill" | "person-simple-tai-chi-light" | "person-simple-tai-chi-thin" | "person-simple-thin" | "person-simple-throw" | "person-simple-throw-bold" | "person-simple-throw-duotone" | "person-simple-throw-fill" | "person-simple-throw-light" | "person-simple-throw-thin" | "person-simple-walk" | "person-simple-walk-bold" | "person-simple-walk-duotone" | "person-simple-walk-fill" | "person-simple-walk-light" | "person-simple-walk-thin" | "person-thin" | "perspective-bold" | "perspective-duotone" | "perspective-fill" | "perspective-light" | "perspective-thin" | "phone-call-bold" | "phone-call-duotone" | "phone-call-light" | "phone-call-thin" | "phone-disconnect" | "phone-disconnect-bold" | "phone-disconnect-duotone" | "phone-disconnect-fill" | "phone-disconnect-light" | "phone-disconnect-thin" | "phone-incoming-bold" | "phone-incoming-duotone" | "phone-incoming-light" | "phone-incoming-thin" | "phone-list" | "phone-list-bold" | "phone-list-duotone" | "phone-list-fill" | "phone-list-light" | "phone-list-thin" | "phone-outgoing-bold" | "phone-outgoing-duotone" | "phone-outgoing-light" | "phone-outgoing-thin" | "phone-pause-bold" | "phone-pause-duotone" | "phone-pause-fill" | "phone-pause-light" | "phone-pause-thin" | "phone-plus-bold" | "phone-plus-duotone" | "phone-plus-light" | "phone-plus-thin" | "phone-slash-bold" | "phone-slash-duotone" | "phone-slash-fill" | "phone-slash-light" | "phone-slash-thin" | "phone-transfer" | "phone-transfer-bold" | "phone-transfer-duotone" | "phone-transfer-fill" | "phone-transfer-light" | "phone-transfer-thin" | "phone-x-bold" | "phone-x-duotone" | "phone-x-fill" | "phone-x-light" | "phone-x-thin" | "phosphor-logo" | "phosphor-logo-bold" | "phosphor-logo-duotone" | "phosphor-logo-fill" | "phosphor-logo-light" | "phosphor-logo-thin" | "pi-bold" | "pi-duotone" | "pi-fill" | "pi-light" | "pi-thin" | "piano-keys-bold" | "piano-keys-duotone" | "piano-keys-fill" | "piano-keys-light" | "piano-keys-thin" | "picnic-table-bold" | "picnic-table-duotone" | "picnic-table-fill" | "picnic-table-light" | "picnic-table-thin" | "picture-in-picture-bold" | "picture-in-picture-duotone" | "picture-in-picture-light" | "picture-in-picture-thin" | "piggy-bank-bold" | "piggy-bank-duotone" | "piggy-bank-light" | "piggy-bank-thin" | "pill-duotone" | "pill-fill" | "pill-light" | "pill-thin" | "ping-pong-bold" | "ping-pong-duotone" | "ping-pong-light" | "ping-pong-thin" | "pint-glass" | "pint-glass-bold" | "pint-glass-duotone" | "pint-glass-fill" | "pint-glass-light" | "pint-glass-thin" | "pinterest-logo" | "pinterest-logo-bold" | "pinterest-logo-duotone" | "pinterest-logo-fill" | "pinterest-logo-light" | "pinterest-logo-thin" | "pinwheel-bold" | "pinwheel-duotone" | "pinwheel-light" | "pinwheel-thin" | "pipe-bold" | "pipe-thin" | "pipe-wrench-bold" | "pipe-wrench-duotone" | "pipe-wrench-fill" | "pipe-wrench-light" | "pipe-wrench-thin" | "pix-logo" | "pix-logo-bold" | "pix-logo-duotone" | "pix-logo-fill" | "pix-logo-light" | "pix-logo-thin" | "pizza-bold" | "pizza-duotone" | "pizza-light" | "pizza-thin" | "placeholder-bold" | "placeholder-duotone" | "placeholder-fill" | "placeholder-light" | "placeholder-thin" | "planet-duotone" | "planet-light" | "planet-thin" | "plant-bold" | "plant-duotone" | "plant-light" | "plant-thin" | "play-pause-bold" | "play-pause-duotone" | "play-pause-fill" | "play-pause-light" | "play-pause-thin" | "play-thin" | "playlist-duotone" | "plug-bold" | "plug-charging" | "plug-charging-bold" | "plug-charging-duotone" | "plug-charging-fill" | "plug-charging-light" | "plug-charging-thin" | "plug-duotone" | "plug-light" | "plug-thin" | "plugs" | "plugs-bold" | "plugs-connected" | "plugs-connected-bold" | "plugs-connected-duotone" | "plugs-connected-fill" | "plugs-connected-light" | "plugs-connected-thin" | "plugs-duotone" | "plugs-fill" | "plugs-light" | "plugs-thin" | "plus-bold" | "plus-circle-bold" | "plus-circle-duotone" | "plus-circle-light" | "plus-circle-thin" | "plus-duotone" | "plus-light" | "plus-minus-duotone" | "plus-minus-fill" | "plus-minus-light" | "plus-minus-thin" | "plus-square-bold" | "plus-square-duotone" | "plus-square-light" | "plus-square-thin" | "plus-thin" | "poker-chip-bold" | "poker-chip-duotone" | "poker-chip-fill" | "poker-chip-light" | "poker-chip-thin" | "police-car-bold" | "police-car-duotone" | "police-car-thin" | "polygon-bold" | "polygon-duotone" | "polygon-light" | "polygon-thin" | "popcorn-bold" | "popcorn-duotone" | "popcorn-fill" | "popcorn-light" | "popcorn-thin" | "popsicle-bold" | "popsicle-duotone" | "popsicle-fill" | "popsicle-light" | "popsicle-thin" | "potted-plant-bold" | "potted-plant-duotone" | "potted-plant-fill" | "potted-plant-light" | "potted-plant-thin" | "power-duotone" | "power-light" | "power-thin" | "prescription-bold" | "prescription-duotone" | "prescription-light" | "prescription-thin" | "presentation-bold" | "presentation-chart-bold" | "presentation-chart-duotone" | "presentation-chart-fill" | "presentation-chart-light" | "presentation-chart-thin" | "presentation-duotone" | "presentation-light" | "presentation-thin" | "prohibit" | "prohibit-bold" | "prohibit-duotone" | "prohibit-fill" | "prohibit-inset" | "prohibit-inset-bold" | "prohibit-inset-duotone" | "prohibit-inset-fill" | "prohibit-inset-light" | "prohibit-inset-thin" | "prohibit-light" | "prohibit-thin" | "projector-screen-bold" | "projector-screen-chart" | "projector-screen-chart-bold" | "projector-screen-chart-duotone" | "projector-screen-chart-fill" | "projector-screen-chart-light" | "projector-screen-chart-thin" | "projector-screen-duotone" | "projector-screen-light" | "projector-screen-thin" | "pulse-duotone" | "pulse-light" | "pulse-thin" | "push-pin-bold" | "push-pin-duotone" | "push-pin-fill" | "push-pin-light" | "push-pin-simple" | "push-pin-simple-bold" | "push-pin-simple-duotone" | "push-pin-simple-fill" | "push-pin-simple-light" | "push-pin-simple-slash" | "push-pin-simple-slash-bold" | "push-pin-simple-slash-duotone" | "push-pin-simple-slash-fill" | "push-pin-simple-slash-light" | "push-pin-simple-slash-thin" | "push-pin-simple-thin" | "push-pin-slash" | "push-pin-slash-bold" | "push-pin-slash-duotone" | "push-pin-slash-fill" | "push-pin-slash-light" | "push-pin-slash-thin" | "push-pin-thin" | "puzzle-piece-bold" | "puzzle-piece-duotone" | "puzzle-piece-fill" | "puzzle-piece-light" | "puzzle-piece-thin" | "qr-code-duotone" | "qr-code-light" | "qr-code-thin" | "question-bold" | "question-mark-bold" | "question-mark-duotone" | "question-mark-light" | "question-mark-thin" | "question-thin" | "queue" | "queue-bold" | "queue-duotone" | "queue-fill" | "queue-light" | "queue-thin" | "quotes-bold" | "quotes-duotone" | "quotes-fill" | "quotes-light" | "quotes-thin" | "rabbit-bold" | "rabbit-duotone" | "rabbit-light" | "rabbit-thin" | "racquet" | "racquet-bold" | "racquet-duotone" | "racquet-fill" | "racquet-light" | "racquet-thin" | "radical-bold" | "radical-duotone" | "radical-fill" | "radical-light" | "radical-thin" | "radio-button-bold" | "radio-button-duotone" | "radio-button-light" | "radio-button-thin" | "radio-duotone" | "radio-light" | "radio-thin" | "radioactive-bold" | "radioactive-duotone" | "radioactive-fill" | "radioactive-light" | "radioactive-thin" | "rainbow-bold" | "rainbow-cloud" | "rainbow-cloud-bold" | "rainbow-cloud-duotone" | "rainbow-cloud-fill" | "rainbow-cloud-light" | "rainbow-cloud-thin" | "rainbow-duotone" | "rainbow-light" | "rainbow-thin" | "ranking-duotone" | "ranking-fill" | "ranking-light" | "ranking-thin" | "read-cv-logo" | "read-cv-logo-bold" | "read-cv-logo-duotone" | "read-cv-logo-fill" | "read-cv-logo-light" | "read-cv-logo-thin" | "receipt-bold" | "receipt-duotone" | "receipt-light" | "receipt-thin" | "receipt-x" | "receipt-x-bold" | "receipt-x-duotone" | "receipt-x-fill" | "receipt-x-light" | "receipt-x-thin" | "record-duotone" | "record-light" | "record-thin" | "rectangle-bold" | "rectangle-dashed" | "rectangle-dashed-bold" | "rectangle-dashed-duotone" | "rectangle-dashed-fill" | "rectangle-dashed-light" | "rectangle-dashed-thin" | "rectangle-duotone" | "rectangle-light" | "rectangle-thin" | "recycle-bold" | "recycle-duotone" | "recycle-light" | "recycle-thin" | "reddit-logo-bold" | "reddit-logo-duotone" | "reddit-logo-fill" | "reddit-logo-light" | "reddit-logo-thin" | "repeat-duotone" | "repeat-light" | "repeat-once-bold" | "repeat-once-duotone" | "repeat-once-fill" | "repeat-once-light" | "repeat-once-thin" | "repeat-thin" | "replit-logo" | "replit-logo-bold" | "replit-logo-duotone" | "replit-logo-fill" | "replit-logo-light" | "replit-logo-thin" | "resize-bold" | "resize-duotone" | "resize-fill" | "resize-light" | "resize-thin" | "rewind-bold" | "rewind-circle-bold" | "rewind-circle-duotone" | "rewind-circle-light" | "rewind-circle-thin" | "rewind-duotone" | "rewind-light" | "rewind-thin" | "road-horizon" | "road-horizon-bold" | "road-horizon-duotone" | "road-horizon-fill" | "road-horizon-light" | "road-horizon-thin" | "robot-bold" | "robot-duotone" | "robot-light" | "robot-thin" | "rocket-duotone" | "rocket-launch-bold" | "rocket-launch-duotone" | "rocket-launch-fill" | "rocket-launch-light" | "rocket-launch-thin" | "rocket-light" | "rocket-thin" | "rows-bold" | "rows-duotone" | "rows-fill" | "rows-light" | "rows-plus-bottom" | "rows-plus-bottom-bold" | "rows-plus-bottom-duotone" | "rows-plus-bottom-fill" | "rows-plus-bottom-light" | "rows-plus-bottom-thin" | "rows-plus-top" | "rows-plus-top-bold" | "rows-plus-top-duotone" | "rows-plus-top-fill" | "rows-plus-top-light" | "rows-plus-top-thin" | "rows-thin" | "rss-bold" | "rss-duotone" | "rss-light" | "rss-simple" | "rss-simple-bold" | "rss-simple-duotone" | "rss-simple-fill" | "rss-simple-light" | "rss-simple-thin" | "rss-thin" | "rug-bold" | "rug-duotone" | "rug-fill" | "rug-light" | "rug-thin" | "ruler-duotone" | "ruler-light" | "ruler-thin" | "sailboat-bold" | "sailboat-duotone" | "sailboat-light" | "sailboat-thin" | "scales-bold" | "scales-duotone" | "scales-light" | "scales-thin" | "scan-bold" | "scan-duotone" | "scan-smiley" | "scan-smiley-bold" | "scan-smiley-duotone" | "scan-smiley-fill" | "scan-smiley-light" | "scan-smiley-thin" | "scan-thin" | "scissors-duotone" | "scissors-light" | "scissors-thin" | "scooter-duotone" | "scooter-light" | "scooter-thin" | "screencast-duotone" | "screencast-light" | "screencast-thin" | "screwdriver-bold" | "screwdriver-duotone" | "screwdriver-light" | "screwdriver-thin" | "scribble-bold" | "scribble-duotone" | "scribble-fill" | "scribble-light" | "scribble-loop" | "scribble-loop-bold" | "scribble-loop-duotone" | "scribble-loop-fill" | "scribble-loop-light" | "scribble-loop-thin" | "scribble-thin" | "scroll-bold" | "scroll-duotone" | "scroll-fill" | "scroll-light" | "scroll-thin" | "seal-bold" | "seal-check-bold" | "seal-check-duotone" | "seal-check-fill" | "seal-check-light" | "seal-check-thin" | "seal-duotone" | "seal-light" | "seal-percent-bold" | "seal-percent-duotone" | "seal-percent-fill" | "seal-percent-light" | "seal-percent-thin" | "seal-question" | "seal-question-bold" | "seal-question-duotone" | "seal-question-fill" | "seal-question-light" | "seal-question-thin" | "seal-thin" | "seal-warning" | "seal-warning-bold" | "seal-warning-duotone" | "seal-warning-fill" | "seal-warning-light" | "seal-warning-thin" | "seat-bold" | "seat-duotone" | "seat-light" | "seat-thin" | "seatbelt-bold" | "seatbelt-duotone" | "seatbelt-fill" | "seatbelt-light" | "seatbelt-thin" | "security-camera" | "security-camera-bold" | "security-camera-duotone" | "security-camera-fill" | "security-camera-light" | "security-camera-thin" | "selection-all" | "selection-all-bold" | "selection-all-duotone" | "selection-all-fill" | "selection-all-light" | "selection-all-thin" | "selection-background" | "selection-background-bold" | "selection-background-duotone" | "selection-background-fill" | "selection-background-light" | "selection-background-thin" | "selection-bold" | "selection-duotone" | "selection-fill" | "selection-foreground" | "selection-foreground-bold" | "selection-foreground-duotone" | "selection-foreground-fill" | "selection-foreground-light" | "selection-foreground-thin" | "selection-inverse" | "selection-inverse-bold" | "selection-inverse-duotone" | "selection-inverse-fill" | "selection-inverse-light" | "selection-inverse-thin" | "selection-light" | "selection-plus" | "selection-plus-bold" | "selection-plus-duotone" | "selection-plus-fill" | "selection-plus-light" | "selection-plus-thin" | "selection-slash" | "selection-slash-bold" | "selection-slash-duotone" | "selection-slash-fill" | "selection-slash-light" | "selection-slash-thin" | "selection-thin" | "shapes-bold" | "shapes-duotone" | "shapes-light" | "shapes-thin" | "share-duotone" | "share-fat" | "share-fat-bold" | "share-fat-duotone" | "share-fat-fill" | "share-fat-light" | "share-fat-thin" | "share-light" | "share-network" | "share-network-bold" | "share-network-duotone" | "share-network-fill" | "share-network-light" | "share-network-thin" | "share-thin" | "shield-check-duotone" | "shield-check-light" | "shield-check-thin" | "shield-checkered-bold" | "shield-checkered-duotone" | "shield-checkered-fill" | "shield-checkered-light" | "shield-checkered-thin" | "shield-chevron-bold" | "shield-chevron-duotone" | "shield-chevron-fill" | "shield-chevron-light" | "shield-chevron-thin" | "shield-plus-duotone" | "shield-plus-light" | "shield-plus-thin" | "shield-slash-bold" | "shield-slash-duotone" | "shield-slash-light" | "shield-slash-thin" | "shield-star-duotone" | "shield-star-light" | "shield-star-thin" | "shield-warning-duotone" | "shield-warning-fill" | "shield-warning-light" | "shield-warning-thin" | "shipping-container" | "shipping-container-bold" | "shipping-container-duotone" | "shipping-container-fill" | "shipping-container-light" | "shipping-container-thin" | "shirt-folded" | "shirt-folded-bold" | "shirt-folded-duotone" | "shirt-folded-fill" | "shirt-folded-light" | "shirt-folded-thin" | "shooting-star-bold" | "shooting-star-duotone" | "shooting-star-fill" | "shooting-star-light" | "shooting-star-thin" | "shopping-bag-open" | "shopping-bag-open-bold" | "shopping-bag-open-duotone" | "shopping-bag-open-fill" | "shopping-bag-open-light" | "shopping-bag-open-thin" | "shopping-cart-bold" | "shopping-cart-duotone" | "shopping-cart-light" | "shopping-cart-simple" | "shopping-cart-simple-bold" | "shopping-cart-simple-duotone" | "shopping-cart-simple-fill" | "shopping-cart-simple-light" | "shopping-cart-simple-thin" | "shopping-cart-thin" | "shovel-bold" | "shovel-duotone" | "shovel-light" | "shovel-thin" | "shower-bold" | "shower-duotone" | "shower-light" | "shower-thin" | "shrimp-bold" | "shrimp-duotone" | "shrimp-fill" | "shrimp-light" | "shrimp-thin" | "shuffle-angular" | "shuffle-angular-bold" | "shuffle-angular-duotone" | "shuffle-angular-fill" | "shuffle-angular-light" | "shuffle-angular-thin" | "shuffle-duotone" | "shuffle-light" | "shuffle-simple" | "shuffle-simple-bold" | "shuffle-simple-duotone" | "shuffle-simple-fill" | "shuffle-simple-light" | "shuffle-simple-thin" | "shuffle-thin" | "sidebar-bold" | "sidebar-duotone" | "sidebar-fill" | "sidebar-light" | "sidebar-simple" | "sidebar-simple-bold" | "sidebar-simple-duotone" | "sidebar-simple-fill" | "sidebar-simple-light" | "sidebar-simple-thin" | "sidebar-thin" | "sigma-bold" | "sigma-duotone" | "sigma-fill" | "sigma-light" | "sigma-thin" | "sign-in-bold" | "sign-in-duotone" | "sign-in-fill" | "sign-in-light" | "sign-in-thin" | "sign-out-bold" | "sign-out-duotone" | "sign-out-fill" | "sign-out-light" | "sign-out-thin" | "signature-bold" | "signature-duotone" | "signature-light" | "signature-thin" | "signpost-duotone" | "signpost-light" | "signpost-thin" | "sim-card-duotone" | "sim-card-light" | "sim-card-thin" | "siren-duotone" | "siren-fill" | "siren-light" | "siren-thin" | "sketch-logo" | "sketch-logo-bold" | "sketch-logo-duotone" | "sketch-logo-fill" | "sketch-logo-light" | "sketch-logo-thin" | "skip-back-bold" | "skip-back-circle" | "skip-back-circle-bold" | "skip-back-circle-duotone" | "skip-back-circle-fill" | "skip-back-circle-light" | "skip-back-circle-thin" | "skip-back-duotone" | "skip-back-light" | "skip-back-thin" | "skip-forward-bold" | "skip-forward-circle-bold" | "skip-forward-circle-duotone" | "skip-forward-circle-light" | "skip-forward-circle-thin" | "skip-forward-duotone" | "skip-forward-light" | "skip-forward-thin" | "skull-bold" | "skull-duotone" | "skull-light" | "skull-thin" | "skype-logo" | "skype-logo-bold" | "skype-logo-duotone" | "skype-logo-fill" | "skype-logo-light" | "skype-logo-thin" | "slack-logo" | "slack-logo-bold" | "slack-logo-duotone" | "slack-logo-fill" | "slack-logo-light" | "slack-logo-thin" | "sliders-bold" | "sliders-duotone" | "sliders-fill" | "sliders-horizontal-bold" | "sliders-horizontal-duotone" | "sliders-horizontal-fill" | "sliders-horizontal-light" | "sliders-horizontal-thin" | "sliders-light" | "sliders-thin" | "slideshow-bold" | "slideshow-duotone" | "slideshow-light" | "slideshow-thin" | "smiley-angry" | "smiley-angry-bold" | "smiley-angry-duotone" | "smiley-angry-fill" | "smiley-angry-light" | "smiley-angry-thin" | "smiley-blank" | "smiley-blank-bold" | "smiley-blank-duotone" | "smiley-blank-fill" | "smiley-blank-light" | "smiley-blank-thin" | "smiley-bold" | "smiley-duotone" | "smiley-light" | "smiley-meh" | "smiley-meh-bold" | "smiley-meh-duotone" | "smiley-meh-fill" | "smiley-meh-light" | "smiley-meh-thin" | "smiley-melting" | "smiley-melting-bold" | "smiley-melting-duotone" | "smiley-melting-fill" | "smiley-melting-light" | "smiley-melting-thin" | "smiley-nervous" | "smiley-nervous-bold" | "smiley-nervous-duotone" | "smiley-nervous-fill" | "smiley-nervous-light" | "smiley-nervous-thin" | "smiley-sad" | "smiley-sad-bold" | "smiley-sad-duotone" | "smiley-sad-fill" | "smiley-sad-light" | "smiley-sad-thin" | "smiley-sticker" | "smiley-sticker-bold" | "smiley-sticker-duotone" | "smiley-sticker-fill" | "smiley-sticker-light" | "smiley-sticker-thin" | "smiley-thin" | "smiley-wink" | "smiley-wink-bold" | "smiley-wink-duotone" | "smiley-wink-fill" | "smiley-wink-light" | "smiley-wink-thin" | "smiley-x-eyes" | "smiley-x-eyes-bold" | "smiley-x-eyes-duotone" | "smiley-x-eyes-fill" | "smiley-x-eyes-light" | "smiley-x-eyes-thin" | "snapchat-logo" | "snapchat-logo-bold" | "snapchat-logo-duotone" | "snapchat-logo-fill" | "snapchat-logo-light" | "snapchat-logo-thin" | "sneaker-bold" | "sneaker-duotone" | "sneaker-fill" | "sneaker-light" | "sneaker-move" | "sneaker-move-bold" | "sneaker-move-duotone" | "sneaker-move-fill" | "sneaker-move-light" | "sneaker-move-thin" | "sneaker-thin" | "snowflake-duotone" | "snowflake-light" | "snowflake-thin" | "soccer-ball-bold" | "soccer-ball-duotone" | "soccer-ball-fill" | "soccer-ball-light" | "soccer-ball-thin" | "sock-bold" | "sock-duotone" | "sock-light" | "sock-thin" | "solar-panel-bold" | "solar-panel-duotone" | "solar-panel-light" | "solar-panel-thin" | "solar-roof" | "solar-roof-bold" | "solar-roof-duotone" | "solar-roof-fill" | "solar-roof-light" | "solar-roof-thin" | "sort-ascending-bold" | "sort-ascending-light" | "sort-ascending-thin" | "sort-descending-bold" | "sort-descending-light" | "sort-descending-thin" | "soundcloud-logo" | "soundcloud-logo-bold" | "soundcloud-logo-duotone" | "soundcloud-logo-fill" | "soundcloud-logo-light" | "soundcloud-logo-thin" | "spade-bold" | "spade-duotone" | "spade-light" | "spade-thin" | "sparkle-bold" | "sparkle-duotone" | "sparkle-fill" | "sparkle-light" | "sparkle-thin" | "speaker-hifi" | "speaker-hifi-bold" | "speaker-hifi-duotone" | "speaker-hifi-fill" | "speaker-hifi-light" | "speaker-hifi-thin" | "speaker-high-bold" | "speaker-high-duotone" | "speaker-high-fill" | "speaker-high-light" | "speaker-high-thin" | "speaker-low-bold" | "speaker-low-duotone" | "speaker-low-fill" | "speaker-low-light" | "speaker-low-thin" | "speaker-none" | "speaker-none-bold" | "speaker-none-duotone" | "speaker-none-fill" | "speaker-none-light" | "speaker-none-thin" | "speaker-simple-high" | "speaker-simple-high-bold" | "speaker-simple-high-duotone" | "speaker-simple-high-fill" | "speaker-simple-high-light" | "speaker-simple-high-thin" | "speaker-simple-low" | "speaker-simple-low-bold" | "speaker-simple-low-duotone" | "speaker-simple-low-fill" | "speaker-simple-low-light" | "speaker-simple-low-thin" | "speaker-simple-none" | "speaker-simple-none-bold" | "speaker-simple-none-duotone" | "speaker-simple-none-fill" | "speaker-simple-none-light" | "speaker-simple-none-thin" | "speaker-simple-slash" | "speaker-simple-slash-bold" | "speaker-simple-slash-duotone" | "speaker-simple-slash-fill" | "speaker-simple-slash-light" | "speaker-simple-slash-thin" | "speaker-simple-x" | "speaker-simple-x-bold" | "speaker-simple-x-duotone" | "speaker-simple-x-fill" | "speaker-simple-x-light" | "speaker-simple-x-thin" | "speaker-slash-bold" | "speaker-slash-duotone" | "speaker-slash-light" | "speaker-slash-thin" | "speaker-x" | "speaker-x-bold" | "speaker-x-duotone" | "speaker-x-fill" | "speaker-x-light" | "speaker-x-thin" | "speedometer-bold" | "speedometer-duotone" | "speedometer-fill" | "speedometer-light" | "speedometer-thin" | "sphere-bold" | "sphere-duotone" | "sphere-fill" | "sphere-light" | "sphere-thin" | "spinner-ball" | "spinner-ball-bold" | "spinner-ball-duotone" | "spinner-ball-fill" | "spinner-ball-light" | "spinner-ball-thin" | "spinner-bold" | "spinner-duotone" | "spinner-fill" | "spinner-gap" | "spinner-gap-bold" | "spinner-gap-duotone" | "spinner-gap-fill" | "spinner-gap-light" | "spinner-gap-thin" | "spinner-light" | "spinner-thin" | "spiral-bold" | "spiral-duotone" | "spiral-fill" | "spiral-light" | "spiral-thin" | "split-horizontal-bold" | "split-horizontal-duotone" | "split-horizontal-fill" | "split-horizontal-light" | "split-horizontal-thin" | "split-vertical-bold" | "split-vertical-duotone" | "split-vertical-fill" | "split-vertical-light" | "split-vertical-thin" | "spotify-logo" | "spotify-logo-bold" | "spotify-logo-duotone" | "spotify-logo-fill" | "spotify-logo-light" | "spotify-logo-thin" | "spray-bottle-bold" | "spray-bottle-duotone" | "spray-bottle-fill" | "spray-bottle-light" | "spray-bottle-thin" | "square-bold" | "square-duotone" | "square-half-bold" | "square-half-bottom" | "square-half-bottom-bold" | "square-half-bottom-duotone" | "square-half-bottom-fill" | "square-half-bottom-light" | "square-half-bottom-thin" | "square-half-duotone" | "square-half-fill" | "square-half-light" | "square-half-thin" | "square-light" | "square-logo" | "square-logo-bold" | "square-logo-duotone" | "square-logo-fill" | "square-logo-light" | "square-logo-thin" | "square-split-horizontal-bold" | "square-split-horizontal-duotone" | "square-split-horizontal-fill" | "square-split-horizontal-light" | "square-split-horizontal-thin" | "square-split-vertical-bold" | "square-split-vertical-duotone" | "square-split-vertical-fill" | "square-split-vertical-light" | "square-split-vertical-thin" | "square-thin" | "squares-four" | "squares-four-bold" | "squares-four-duotone" | "squares-four-fill" | "squares-four-light" | "squares-four-thin" | "stack-bold" | "stack-duotone" | "stack-minus" | "stack-minus-bold" | "stack-minus-duotone" | "stack-minus-fill" | "stack-minus-light" | "stack-minus-thin" | "stack-overflow-logo" | "stack-overflow-logo-bold" | "stack-overflow-logo-duotone" | "stack-overflow-logo-fill" | "stack-overflow-logo-light" | "stack-overflow-logo-thin" | "stack-plus" | "stack-plus-bold" | "stack-plus-duotone" | "stack-plus-fill" | "stack-plus-light" | "stack-plus-thin" | "stack-simple" | "stack-simple-bold" | "stack-simple-duotone" | "stack-simple-fill" | "stack-simple-light" | "stack-simple-thin" | "stack-thin" | "stairs-bold" | "stairs-duotone" | "stairs-light" | "stairs-thin" | "stamp-bold" | "stamp-duotone" | "stamp-fill" | "stamp-light" | "stamp-thin" | "standard-definition-bold" | "standard-definition-duotone" | "standard-definition-fill" | "standard-definition-light" | "standard-definition-thin" | "star-and-crescent-bold" | "star-and-crescent-duotone" | "star-and-crescent-fill" | "star-and-crescent-light" | "star-and-crescent-thin" | "star-four" | "star-four-bold" | "star-four-duotone" | "star-four-fill" | "star-four-light" | "star-four-thin" | "star-half-bold" | "star-half-duotone" | "star-half-light" | "star-half-thin" | "star-of-david-bold" | "star-of-david-duotone" | "star-of-david-fill" | "star-of-david-light" | "star-of-david-thin" | "steam-logo" | "steam-logo-bold" | "steam-logo-duotone" | "steam-logo-fill" | "steam-logo-light" | "steam-logo-thin" | "steering-wheel-bold" | "steering-wheel-duotone" | "steering-wheel-light" | "steering-wheel-thin" | "steps-bold" | "steps-duotone" | "steps-fill" | "steps-light" | "steps-thin" | "stethoscope-duotone" | "stethoscope-thin" | "sticker-bold" | "sticker-duotone" | "sticker-light" | "sticker-thin" | "stool-bold" | "stool-duotone" | "stool-fill" | "stool-light" | "stool-thin" | "stop-circle-duotone" | "stop-circle-light" | "stop-circle-thin" | "stop-thin" | "storefront-bold" | "storefront-duotone" | "storefront-fill" | "storefront-light" | "storefront-thin" | "strategy-bold" | "strategy-duotone" | "strategy-fill" | "strategy-light" | "strategy-thin" | "stripe-logo" | "stripe-logo-bold" | "stripe-logo-duotone" | "stripe-logo-fill" | "stripe-logo-light" | "stripe-logo-thin" | "student-bold" | "student-duotone" | "student-fill" | "student-thin" | "subset-of" | "subset-of-bold" | "subset-of-duotone" | "subset-of-fill" | "subset-of-light" | "subset-of-thin" | "subset-proper-of" | "subset-proper-of-bold" | "subset-proper-of-duotone" | "subset-proper-of-fill" | "subset-proper-of-light" | "subset-proper-of-thin" | "subtitles-duotone" | "subtitles-fill" | "subtitles-light" | "subtitles-slash" | "subtitles-slash-bold" | "subtitles-slash-duotone" | "subtitles-slash-fill" | "subtitles-slash-light" | "subtitles-slash-thin" | "subtitles-thin" | "subtract-bold" | "subtract-duotone" | "subtract-light" | "subtract-square" | "subtract-square-bold" | "subtract-square-duotone" | "subtract-square-fill" | "subtract-square-light" | "subtract-square-thin" | "subtract-thin" | "subway-bold" | "subway-duotone" | "subway-light" | "subway-thin" | "suitcase-duotone" | "suitcase-rolling-bold" | "suitcase-rolling-duotone" | "suitcase-rolling-fill" | "suitcase-rolling-light" | "suitcase-rolling-thin" | "suitcase-simple" | "suitcase-simple-bold" | "suitcase-simple-duotone" | "suitcase-simple-fill" | "suitcase-simple-light" | "suitcase-simple-thin" | "suitcase-thin" | "sun-dim-bold" | "sun-dim-duotone" | "sun-dim-fill" | "sun-dim-light" | "sun-dim-thin" | "sun-horizon" | "sun-horizon-bold" | "sun-horizon-duotone" | "sun-horizon-fill" | "sun-horizon-light" | "sun-horizon-thin" | "sun-thin" | "sunglasses-bold" | "sunglasses-duotone" | "sunglasses-fill" | "sunglasses-light" | "sunglasses-thin" | "superset-of" | "superset-of-bold" | "superset-of-duotone" | "superset-of-fill" | "superset-of-light" | "superset-of-thin" | "superset-proper-of" | "superset-proper-of-bold" | "superset-proper-of-duotone" | "superset-proper-of-fill" | "superset-proper-of-light" | "superset-proper-of-thin" | "swap-duotone" | "swatches-bold" | "swatches-duotone" | "swatches-fill" | "swatches-light" | "swatches-thin" | "swimming-pool-bold" | "swimming-pool-duotone" | "swimming-pool-light" | "swimming-pool-thin" | "sword-bold" | "sword-duotone" | "sword-light" | "sword-thin" | "synagogue-bold" | "synagogue-duotone" | "synagogue-fill" | "synagogue-light" | "synagogue-thin" | "syringe-duotone" | "syringe-light" | "syringe-thin" | "t-shirt-duotone" | "t-shirt-light" | "t-shirt-thin" | "table-bold" | "table-duotone" | "table-thin" | "tabs-bold" | "tabs-duotone" | "tabs-fill" | "tabs-light" | "tabs-thin" | "tag-chevron" | "tag-chevron-bold" | "tag-chevron-duotone" | "tag-chevron-light" | "tag-chevron-thin" | "tag-duotone" | "tag-light" | "tag-simple" | "tag-simple-bold" | "tag-simple-duotone" | "tag-simple-fill" | "tag-simple-light" | "tag-simple-thin" | "tag-thin" | "target-thin" | "taxi-bold" | "taxi-duotone" | "taxi-light" | "taxi-thin" | "tea-bag" | "tea-bag-bold" | "tea-bag-duotone" | "tea-bag-fill" | "tea-bag-light" | "tea-bag-thin" | "telegram-logo-bold" | "telegram-logo-duotone" | "telegram-logo-fill" | "telegram-logo-light" | "telegram-logo-thin" | "television-bold" | "television-duotone" | "television-light" | "television-simple" | "television-simple-bold" | "television-simple-duotone" | "television-simple-fill" | "television-simple-light" | "television-simple-thin" | "television-thin" | "tennis-ball-bold" | "tennis-ball-duotone" | "tennis-ball-fill" | "tennis-ball-light" | "tennis-ball-thin" | "tent-bold" | "tent-duotone" | "tent-light" | "tent-thin" | "terminal-bold" | "terminal-duotone" | "terminal-thin" | "terminal-window" | "terminal-window-bold" | "terminal-window-duotone" | "terminal-window-light" | "terminal-window-thin" | "test-tube-duotone" | "test-tube-light" | "test-tube-thin" | "text-a-underline" | "text-a-underline-bold" | "text-a-underline-duotone" | "text-a-underline-fill" | "text-a-underline-light" | "text-a-underline-thin" | "text-aa-bold" | "text-aa-duotone" | "text-aa-fill" | "text-aa-light" | "text-aa-thin" | "text-align-center-bold" | "text-align-center-duotone" | "text-align-center-fill" | "text-align-center-light" | "text-align-center-thin" | "text-align-justify-bold" | "text-align-justify-duotone" | "text-align-justify-fill" | "text-align-justify-light" | "text-align-justify-thin" | "text-align-left-bold" | "text-align-left-duotone" | "text-align-left-fill" | "text-align-left-light" | "text-align-left-thin" | "text-align-right-bold" | "text-align-right-duotone" | "text-align-right-fill" | "text-align-right-light" | "text-align-right-thin" | "text-b" | "text-b-bold" | "text-b-duotone" | "text-b-fill" | "text-b-light" | "text-b-thin" | "text-columns" | "text-columns-bold" | "text-columns-duotone" | "text-columns-fill" | "text-columns-light" | "text-columns-thin" | "text-h" | "text-h-bold" | "text-h-duotone" | "text-h-fill" | "text-h-five" | "text-h-five-bold" | "text-h-five-duotone" | "text-h-five-fill" | "text-h-five-light" | "text-h-five-thin" | "text-h-four" | "text-h-four-bold" | "text-h-four-duotone" | "text-h-four-fill" | "text-h-four-light" | "text-h-four-thin" | "text-h-light" | "text-h-one" | "text-h-one-bold" | "text-h-one-duotone" | "text-h-one-fill" | "text-h-one-light" | "text-h-one-thin" | "text-h-six" | "text-h-six-bold" | "text-h-six-duotone" | "text-h-six-fill" | "text-h-six-light" | "text-h-six-thin" | "text-h-thin" | "text-h-three" | "text-h-three-bold" | "text-h-three-duotone" | "text-h-three-fill" | "text-h-three-light" | "text-h-three-thin" | "text-h-two" | "text-h-two-bold" | "text-h-two-duotone" | "text-h-two-fill" | "text-h-two-light" | "text-h-two-thin" | "text-indent-bold" | "text-indent-duotone" | "text-indent-fill" | "text-indent-light" | "text-indent-thin" | "text-italic-duotone" | "text-italic-fill" | "text-italic-light" | "text-italic-thin" | "text-outdent-bold" | "text-outdent-duotone" | "text-outdent-fill" | "text-outdent-light" | "text-outdent-thin" | "text-strikethrough-bold" | "text-strikethrough-duotone" | "text-strikethrough-fill" | "text-strikethrough-light" | "text-strikethrough-thin" | "text-subscript-bold" | "text-subscript-duotone" | "text-subscript-fill" | "text-subscript-light" | "text-subscript-thin" | "text-superscript-bold" | "text-superscript-duotone" | "text-superscript-fill" | "text-superscript-light" | "text-superscript-thin" | "text-t" | "text-t-bold" | "text-t-duotone" | "text-t-fill" | "text-t-light" | "text-t-slash" | "text-t-slash-bold" | "text-t-slash-duotone" | "text-t-slash-fill" | "text-t-slash-light" | "text-t-slash-thin" | "text-t-thin" | "text-underline-duotone" | "text-underline-fill" | "text-underline-light" | "text-underline-thin" | "textbox-bold" | "textbox-duotone" | "textbox-light" | "textbox-thin" | "thermometer-cold-bold" | "thermometer-cold-duotone" | "thermometer-cold-fill" | "thermometer-cold-light" | "thermometer-cold-thin" | "thermometer-duotone" | "thermometer-hot-bold" | "thermometer-hot-duotone" | "thermometer-hot-fill" | "thermometer-hot-light" | "thermometer-hot-thin" | "thermometer-light" | "thermometer-simple" | "thermometer-simple-bold" | "thermometer-simple-duotone" | "thermometer-simple-fill" | "thermometer-simple-light" | "thermometer-simple-thin" | "thermometer-thin" | "threads-logo-bold" | "threads-logo-duotone" | "threads-logo-fill" | "threads-logo-light" | "threads-logo-thin" | "three-d-bold" | "three-d-duotone" | "three-d-fill" | "three-d-light" | "three-d-thin" | "thumbs-down-bold" | "thumbs-down-duotone" | "thumbs-down-thin" | "thumbs-up-bold" | "thumbs-up-duotone" | "thumbs-up-thin" | "tidal-logo-bold" | "tidal-logo-duotone" | "tidal-logo-fill" | "tidal-logo-light" | "tidal-logo-thin" | "tiktok-logo-bold" | "tiktok-logo-duotone" | "tiktok-logo-fill" | "tiktok-logo-light" | "tiktok-logo-thin" | "tilde-bold" | "tilde-duotone" | "tilde-fill" | "tilde-light" | "tilde-thin" | "timer-bold" | "timer-duotone" | "timer-light" | "timer-thin" | "tip-jar-bold" | "tip-jar-duotone" | "tip-jar-fill" | "tip-jar-light" | "tip-jar-thin" | "tipi-bold" | "tipi-duotone" | "tipi-fill" | "tipi-light" | "tipi-thin" | "tire-bold" | "tire-duotone" | "tire-fill" | "tire-light" | "tire-thin" | "toggle-left-bold" | "toggle-left-duotone" | "toggle-left-light" | "toggle-left-thin" | "toggle-right-bold" | "toggle-right-duotone" | "toggle-right-light" | "toggle-right-thin" | "toilet-bold" | "toilet-duotone" | "toilet-fill" | "toilet-light" | "toilet-paper-bold" | "toilet-paper-duotone" | "toilet-paper-light" | "toilet-paper-thin" | "toilet-thin" | "toolbox-bold" | "toolbox-duotone" | "toolbox-fill" | "toolbox-light" | "toolbox-thin" | "tooth-bold" | "tooth-duotone" | "tooth-thin" | "tornado-duotone" | "tornado-light" | "tornado-thin" | "tote" | "tote-bold" | "tote-duotone" | "tote-fill" | "tote-light" | "tote-simple" | "tote-simple-bold" | "tote-simple-duotone" | "tote-simple-fill" | "tote-simple-light" | "tote-simple-thin" | "tote-thin" | "towel-bold" | "towel-duotone" | "towel-fill" | "towel-light" | "towel-thin" | "tractor-bold" | "tractor-duotone" | "tractor-fill" | "tractor-light" | "tractor-thin" | "trademark-bold" | "trademark-duotone" | "trademark-light" | "trademark-registered" | "trademark-registered-bold" | "trademark-registered-duotone" | "trademark-registered-fill" | "trademark-registered-light" | "trademark-registered-thin" | "trademark-thin" | "traffic-cone-bold" | "traffic-cone-duotone" | "traffic-cone-light" | "traffic-cone-thin" | "traffic-sign" | "traffic-sign-bold" | "traffic-sign-duotone" | "traffic-sign-fill" | "traffic-sign-light" | "traffic-sign-thin" | "traffic-signal" | "traffic-signal-bold" | "traffic-signal-duotone" | "traffic-signal-fill" | "traffic-signal-light" | "traffic-signal-thin" | "train-bold" | "train-duotone" | "train-light" | "train-regional" | "train-regional-bold" | "train-regional-duotone" | "train-regional-fill" | "train-regional-light" | "train-regional-thin" | "train-simple" | "train-simple-bold" | "train-simple-duotone" | "train-simple-fill" | "train-simple-light" | "train-simple-thin" | "train-thin" | "tram-duotone" | "tram-light" | "tram-thin" | "translate-bold" | "translate-duotone" | "translate-light" | "translate-thin" | "tray-arrow-down-bold" | "tray-arrow-down-duotone" | "tray-arrow-down-light" | "tray-arrow-down-thin" | "tray-arrow-up-bold" | "tray-arrow-up-duotone" | "tray-arrow-up-light" | "tray-arrow-up-thin" | "tray-bold" | "tray-duotone" | "tray-light" | "tray-thin" | "treasure-chest-bold" | "treasure-chest-duotone" | "treasure-chest-fill" | "treasure-chest-light" | "treasure-chest-thin" | "tree-bold" | "tree-evergreen" | "tree-evergreen-bold" | "tree-evergreen-duotone" | "tree-evergreen-fill" | "tree-evergreen-light" | "tree-evergreen-thin" | "tree-light" | "tree-palm-bold" | "tree-palm-duotone" | "tree-palm-fill" | "tree-palm-light" | "tree-palm-thin" | "tree-structure" | "tree-structure-bold" | "tree-structure-duotone" | "tree-structure-fill" | "tree-structure-light" | "tree-structure-thin" | "tree-thin" | "tree-view-bold" | "tree-view-duotone" | "tree-view-fill" | "tree-view-light" | "tree-view-thin" | "trend-down-duotone" | "trend-up-duotone" | "triangle-bold" | "triangle-dashed-bold" | "triangle-dashed-duotone" | "triangle-dashed-fill" | "triangle-dashed-light" | "triangle-dashed-thin" | "triangle-duotone" | "triangle-light" | "triangle-thin" | "trolley-bold" | "trolley-duotone" | "trolley-fill" | "trolley-light" | "trolley-suitcase" | "trolley-suitcase-bold" | "trolley-suitcase-duotone" | "trolley-suitcase-fill" | "trolley-suitcase-light" | "trolley-suitcase-thin" | "trolley-thin" | "trophy-bold" | "trophy-duotone" | "trophy-thin" | "truck-bold" | "truck-duotone" | "truck-light" | "truck-thin" | "truck-trailer-bold" | "truck-trailer-duotone" | "truck-trailer-fill" | "truck-trailer-light" | "truck-trailer-thin" | "tumblr-logo" | "tumblr-logo-bold" | "tumblr-logo-duotone" | "tumblr-logo-fill" | "tumblr-logo-light" | "tumblr-logo-thin" | "twitch-logo" | "twitch-logo-bold" | "twitch-logo-duotone" | "twitch-logo-fill" | "twitch-logo-light" | "twitch-logo-thin" | "twitter-logo-bold" | "twitter-logo-duotone" | "twitter-logo-fill" | "twitter-logo-light" | "twitter-logo-thin" | "umbrella-duotone" | "umbrella-light" | "umbrella-simple" | "umbrella-simple-bold" | "umbrella-simple-duotone" | "umbrella-simple-fill" | "umbrella-simple-light" | "umbrella-simple-thin" | "umbrella-thin" | "union-bold" | "union-duotone" | "union-light" | "union-thin" | "unite-bold" | "unite-duotone" | "unite-fill" | "unite-light" | "unite-square" | "unite-square-bold" | "unite-square-duotone" | "unite-square-fill" | "unite-square-light" | "unite-square-thin" | "unite-thin" | "upload-simple" | "upload-simple-bold" | "upload-simple-duotone" | "upload-simple-fill" | "upload-simple-light" | "upload-simple-thin" | "usb-duotone" | "usb-light" | "usb-thin" | "user-check-duotone" | "user-check-light" | "user-check-thin" | "user-circle-check" | "user-circle-check-bold" | "user-circle-check-duotone" | "user-circle-check-fill" | "user-circle-check-light" | "user-circle-check-thin" | "user-circle-dashed" | "user-circle-dashed-bold" | "user-circle-dashed-duotone" | "user-circle-dashed-fill" | "user-circle-dashed-light" | "user-circle-dashed-thin" | "user-circle-duotone" | "user-circle-gear" | "user-circle-gear-bold" | "user-circle-gear-duotone" | "user-circle-gear-fill" | "user-circle-gear-light" | "user-circle-gear-thin" | "user-circle-light" | "user-circle-minus" | "user-circle-minus-bold" | "user-circle-minus-duotone" | "user-circle-minus-fill" | "user-circle-minus-light" | "user-circle-minus-thin" | "user-circle-plus" | "user-circle-plus-bold" | "user-circle-plus-duotone" | "user-circle-plus-fill" | "user-circle-plus-light" | "user-circle-plus-thin" | "user-circle-thin" | "user-focus" | "user-focus-bold" | "user-focus-duotone" | "user-focus-fill" | "user-focus-light" | "user-focus-thin" | "user-gear-bold" | "user-gear-duotone" | "user-gear-fill" | "user-gear-light" | "user-gear-thin" | "user-list-bold" | "user-list-duotone" | "user-list-fill" | "user-list-light" | "user-list-thin" | "user-minus-duotone" | "user-minus-light" | "user-minus-thin" | "user-plus-duotone" | "user-plus-light" | "user-plus-thin" | "user-rectangle-bold" | "user-rectangle-duotone" | "user-rectangle-fill" | "user-rectangle-light" | "user-rectangle-thin" | "user-sound" | "user-sound-bold" | "user-sound-duotone" | "user-sound-fill" | "user-sound-light" | "user-sound-thin" | "user-square-bold" | "user-square-duotone" | "user-square-light" | "user-square-thin" | "user-switch-bold" | "user-switch-duotone" | "user-switch-fill" | "user-switch-light" | "user-switch-thin" | "user-thin" | "users-bold" | "users-duotone" | "users-four" | "users-four-bold" | "users-four-duotone" | "users-four-fill" | "users-four-light" | "users-four-thin" | "users-light" | "users-thin" | "users-three" | "users-three-bold" | "users-three-duotone" | "users-three-fill" | "users-three-light" | "users-three-thin" | "van-bold" | "van-duotone" | "van-fill" | "van-light" | "van-thin" | "vault-bold" | "vault-duotone" | "vault-fill" | "vault-light" | "vault-thin" | "vector-three" | "vector-three-bold" | "vector-three-duotone" | "vector-three-fill" | "vector-three-light" | "vector-three-thin" | "vector-two" | "vector-two-bold" | "vector-two-duotone" | "vector-two-fill" | "vector-two-light" | "vector-two-thin" | "vibrate-bold" | "vibrate-duotone" | "vibrate-fill" | "vibrate-light" | "vibrate-thin" | "video-bold" | "video-camera-bold" | "video-camera-duotone" | "video-camera-light" | "video-camera-slash-bold" | "video-camera-slash-duotone" | "video-camera-slash-fill" | "video-camera-slash-light" | "video-camera-slash-thin" | "video-camera-thin" | "video-conference-bold" | "video-conference-duotone" | "video-conference-fill" | "video-conference-light" | "video-conference-thin" | "video-thin" | "vignette-bold" | "vignette-duotone" | "vignette-fill" | "vignette-light" | "vignette-thin" | "vinyl-record" | "vinyl-record-duotone" | "vinyl-record-fill" | "vinyl-record-light" | "vinyl-record-thin" | "virtual-reality-bold" | "virtual-reality-duotone" | "virtual-reality-fill" | "virtual-reality-light" | "virtual-reality-thin" | "virus-duotone" | "virus-light" | "virus-thin" | "visor" | "visor-bold" | "visor-duotone" | "visor-fill" | "visor-light" | "visor-thin" | "voicemail-bold" | "voicemail-duotone" | "voicemail-light" | "voicemail-thin" | "volleyball-duotone" | "volleyball-light" | "volleyball-thin" | "wall-bold" | "wall-duotone" | "wall-thin" | "wallet-thin" | "warehouse-bold" | "warehouse-duotone" | "warehouse-fill" | "warehouse-light" | "warehouse-thin" | "warning-bold" | "warning-circle-bold" | "warning-circle-duotone" | "warning-circle-fill" | "warning-circle-light" | "warning-circle-thin" | "warning-diamond-bold" | "warning-diamond-duotone" | "warning-diamond-fill" | "warning-diamond-light" | "warning-diamond-thin" | "warning-duotone" | "warning-light" | "warning-octagon-bold" | "warning-octagon-duotone" | "warning-octagon-fill" | "warning-octagon-light" | "warning-octagon-thin" | "warning-thin" | "washing-machine-duotone" | "washing-machine-fill" | "washing-machine-light" | "washing-machine-thin" | "watch-bold" | "watch-duotone" | "watch-thin" | "wave-sawtooth" | "wave-sawtooth-bold" | "wave-sawtooth-duotone" | "wave-sawtooth-fill" | "wave-sawtooth-light" | "wave-sawtooth-thin" | "wave-sine-bold" | "wave-sine-duotone" | "wave-sine-fill" | "wave-sine-light" | "wave-sine-thin" | "wave-square-bold" | "wave-square-duotone" | "wave-square-fill" | "wave-square-light" | "wave-square-thin" | "wave-triangle-bold" | "wave-triangle-duotone" | "wave-triangle-fill" | "wave-triangle-light" | "wave-triangle-thin" | "waveform-bold" | "waveform-duotone" | "waveform-fill" | "waveform-light" | "waveform-slash" | "waveform-slash-bold" | "waveform-slash-duotone" | "waveform-slash-fill" | "waveform-slash-light" | "waveform-slash-thin" | "waveform-thin" | "waves-bold" | "waves-duotone" | "waves-fill" | "waves-light" | "waves-thin" | "webcam-bold" | "webcam-duotone" | "webcam-light" | "webcam-slash" | "webcam-slash-bold" | "webcam-slash-duotone" | "webcam-slash-fill" | "webcam-slash-light" | "webcam-slash-thin" | "webcam-thin" | "webhooks-logo" | "webhooks-logo-bold" | "webhooks-logo-duotone" | "webhooks-logo-fill" | "webhooks-logo-light" | "webhooks-logo-thin" | "wechat-logo-bold" | "wechat-logo-duotone" | "wechat-logo-fill" | "wechat-logo-light" | "wechat-logo-thin" | "whatsapp-logo" | "whatsapp-logo-bold" | "whatsapp-logo-duotone" | "whatsapp-logo-fill" | "whatsapp-logo-light" | "whatsapp-logo-thin" | "wheelchair-bold" | "wheelchair-duotone" | "wheelchair-light" | "wheelchair-motion" | "wheelchair-motion-bold" | "wheelchair-motion-duotone" | "wheelchair-motion-fill" | "wheelchair-motion-light" | "wheelchair-motion-thin" | "wheelchair-thin" | "wifi-high-bold" | "wifi-high-duotone" | "wifi-high-fill" | "wifi-high-light" | "wifi-high-thin" | "wifi-low-bold" | "wifi-low-duotone" | "wifi-low-fill" | "wifi-low-light" | "wifi-low-thin" | "wifi-medium-bold" | "wifi-medium-duotone" | "wifi-medium-fill" | "wifi-medium-light" | "wifi-medium-thin" | "wifi-none-bold" | "wifi-none-duotone" | "wifi-none-fill" | "wifi-none-light" | "wifi-none-thin" | "wifi-slash-bold" | "wifi-slash-duotone" | "wifi-slash-fill" | "wifi-slash-light" | "wifi-slash-thin" | "wifi-x-bold" | "wifi-x-duotone" | "wifi-x-fill" | "wifi-x-light" | "wifi-x-thin" | "wind-duotone" | "wind-light" | "wind-thin" | "windmill-bold" | "windmill-duotone" | "windmill-fill" | "windmill-light" | "windmill-thin" | "windows-logo" | "windows-logo-bold" | "windows-logo-duotone" | "windows-logo-fill" | "windows-logo-light" | "windows-logo-thin" | "wine-bold" | "wine-duotone" | "wine-light" | "wine-thin" | "wrench-bold" | "wrench-duotone" | "wrench-light" | "wrench-thin" | "x-bold" | "x-circle-bold" | "x-circle-duotone" | "x-circle-light" | "x-circle-thin" | "x-duotone" | "x-light" | "x-logo-bold" | "x-logo-duotone" | "x-logo-fill" | "x-logo-light" | "x-logo-thin" | "x-square-bold" | "x-square-duotone" | "x-square-light" | "x-square-thin" | "x-thin" | "yarn-bold" | "yarn-duotone" | "yarn-light" | "yarn-thin" | "yin-yang-bold" | "yin-yang-duotone" | "yin-yang-fill" | "yin-yang-light" | "yin-yang-thin" | "youtube-logo" | "youtube-logo-bold" | "youtube-logo-duotone" | "youtube-logo-fill" | "youtube-logo-light" | "youtube-logo-thin">): import("react").JSX.Element;
9084
9084
  displayName: string;
9085
9085
  };
9086
9086
  export {};