icon.pyi 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738
  1. """Stub file for reflex/components/lucide/icon.py"""
  2. # ------------------- DO NOT EDIT ----------------------
  3. # This file was generated by `reflex/utils/pyi_generator.py`!
  4. # ------------------------------------------------------
  5. from typing import Any, Dict, Optional, Union, overload
  6. from reflex.components.component import Component
  7. from reflex.event import EventType
  8. from reflex.style import Style
  9. from reflex.vars.base import Var
  10. class LucideIconComponent(Component):
  11. @overload
  12. @classmethod
  13. def create( # type: ignore
  14. cls,
  15. *children,
  16. style: Optional[Style] = None,
  17. key: Optional[Any] = None,
  18. id: Optional[Any] = None,
  19. class_name: Optional[Any] = None,
  20. autofocus: Optional[bool] = None,
  21. custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
  22. on_blur: Optional[EventType[()]] = None,
  23. on_click: Optional[EventType[()]] = None,
  24. on_context_menu: Optional[EventType[()]] = None,
  25. on_double_click: Optional[EventType[()]] = None,
  26. on_focus: Optional[EventType[()]] = None,
  27. on_mount: Optional[EventType[()]] = None,
  28. on_mouse_down: Optional[EventType[()]] = None,
  29. on_mouse_enter: Optional[EventType[()]] = None,
  30. on_mouse_leave: Optional[EventType[()]] = None,
  31. on_mouse_move: Optional[EventType[()]] = None,
  32. on_mouse_out: Optional[EventType[()]] = None,
  33. on_mouse_over: Optional[EventType[()]] = None,
  34. on_mouse_up: Optional[EventType[()]] = None,
  35. on_scroll: Optional[EventType[()]] = None,
  36. on_unmount: Optional[EventType[()]] = None,
  37. **props,
  38. ) -> "LucideIconComponent":
  39. """Create the component.
  40. Args:
  41. *children: The children of the component.
  42. style: The style of the component.
  43. key: A unique key for the component.
  44. id: The id for the component.
  45. class_name: The class name for the component.
  46. autofocus: Whether the component should take the focus once the page is loaded
  47. custom_attrs: custom attribute
  48. **props: The props of the component.
  49. Returns:
  50. The component.
  51. """
  52. ...
  53. class Icon(LucideIconComponent):
  54. @overload
  55. @classmethod
  56. def create( # type: ignore
  57. cls,
  58. *children,
  59. size: Optional[Union[Var[int], int]] = None,
  60. style: Optional[Style] = None,
  61. key: Optional[Any] = None,
  62. id: Optional[Any] = None,
  63. class_name: Optional[Any] = None,
  64. autofocus: Optional[bool] = None,
  65. custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
  66. on_blur: Optional[EventType[()]] = None,
  67. on_click: Optional[EventType[()]] = None,
  68. on_context_menu: Optional[EventType[()]] = None,
  69. on_double_click: Optional[EventType[()]] = None,
  70. on_focus: Optional[EventType[()]] = None,
  71. on_mount: Optional[EventType[()]] = None,
  72. on_mouse_down: Optional[EventType[()]] = None,
  73. on_mouse_enter: Optional[EventType[()]] = None,
  74. on_mouse_leave: Optional[EventType[()]] = None,
  75. on_mouse_move: Optional[EventType[()]] = None,
  76. on_mouse_out: Optional[EventType[()]] = None,
  77. on_mouse_over: Optional[EventType[()]] = None,
  78. on_mouse_up: Optional[EventType[()]] = None,
  79. on_scroll: Optional[EventType[()]] = None,
  80. on_unmount: Optional[EventType[()]] = None,
  81. **props,
  82. ) -> "Icon":
  83. """Initialize the Icon component.
  84. Run some additional checks on Icon component.
  85. Args:
  86. *children: The positional arguments
  87. size: The size of the icon in pixels.
  88. style: The style of the component.
  89. key: A unique key for the component.
  90. id: The id for the component.
  91. class_name: The class name for the component.
  92. autofocus: Whether the component should take the focus once the page is loaded
  93. custom_attrs: custom attribute
  94. **props: The keyword arguments
  95. Raises:
  96. AttributeError: The errors tied to bad usage of the Icon component.
  97. ValueError: If the icon tag is invalid.
  98. TypeError: If the icon name is not a string.
  99. Returns:
  100. The created component.
  101. """
  102. ...
  103. class DynamicIcon(LucideIconComponent):
  104. @overload
  105. @classmethod
  106. def create( # type: ignore
  107. cls,
  108. *children,
  109. name: Optional[Union[Var[str], str]] = None,
  110. style: Optional[Style] = None,
  111. key: Optional[Any] = None,
  112. id: Optional[Any] = None,
  113. class_name: Optional[Any] = None,
  114. autofocus: Optional[bool] = None,
  115. custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
  116. on_blur: Optional[EventType[()]] = None,
  117. on_click: Optional[EventType[()]] = None,
  118. on_context_menu: Optional[EventType[()]] = None,
  119. on_double_click: Optional[EventType[()]] = None,
  120. on_focus: Optional[EventType[()]] = None,
  121. on_mount: Optional[EventType[()]] = None,
  122. on_mouse_down: Optional[EventType[()]] = None,
  123. on_mouse_enter: Optional[EventType[()]] = None,
  124. on_mouse_leave: Optional[EventType[()]] = None,
  125. on_mouse_move: Optional[EventType[()]] = None,
  126. on_mouse_out: Optional[EventType[()]] = None,
  127. on_mouse_over: Optional[EventType[()]] = None,
  128. on_mouse_up: Optional[EventType[()]] = None,
  129. on_scroll: Optional[EventType[()]] = None,
  130. on_unmount: Optional[EventType[()]] = None,
  131. **props,
  132. ) -> "DynamicIcon":
  133. """Create the component.
  134. Args:
  135. *children: The children of the component.
  136. style: The style of the component.
  137. key: A unique key for the component.
  138. id: The id for the component.
  139. class_name: The class name for the component.
  140. autofocus: Whether the component should take the focus once the page is loaded
  141. custom_attrs: custom attribute
  142. **props: The props of the component.
  143. Returns:
  144. The component.
  145. """
  146. ...
  147. LUCIDE_ICON_LIST = [
  148. "a_arrow_down",
  149. "a_arrow_up",
  150. "a_large_small",
  151. "accessibility",
  152. "activity",
  153. "air_vent",
  154. "airplay",
  155. "alarm_clock",
  156. "alarm_clock_check",
  157. "alarm_clock_minus",
  158. "alarm_clock_off",
  159. "alarm_clock_plus",
  160. "alarm_smoke",
  161. "album",
  162. "align_center",
  163. "align_center_horizontal",
  164. "align_center_vertical",
  165. "align_end_horizontal",
  166. "align_end_vertical",
  167. "align_horizontal_distribute_center",
  168. "align_horizontal_distribute_end",
  169. "align_horizontal_distribute_start",
  170. "align_horizontal_justify_center",
  171. "align_horizontal_justify_end",
  172. "align_horizontal_justify_start",
  173. "align_horizontal_space_around",
  174. "align_horizontal_space_between",
  175. "align_justify",
  176. "align_left",
  177. "align_right",
  178. "align_start_horizontal",
  179. "align_start_vertical",
  180. "align_vertical_distribute_center",
  181. "align_vertical_distribute_end",
  182. "align_vertical_distribute_start",
  183. "align_vertical_justify_center",
  184. "align_vertical_justify_end",
  185. "align_vertical_justify_start",
  186. "align_vertical_space_around",
  187. "align_vertical_space_between",
  188. "ambulance",
  189. "ampersand",
  190. "ampersands",
  191. "amphora",
  192. "anchor",
  193. "angry",
  194. "annoyed",
  195. "antenna",
  196. "anvil",
  197. "aperture",
  198. "app_window",
  199. "app_window_mac",
  200. "apple",
  201. "archive",
  202. "archive_restore",
  203. "archive_x",
  204. "area_chart",
  205. "armchair",
  206. "arrow_big_down",
  207. "arrow_big_down_dash",
  208. "arrow_big_left",
  209. "arrow_big_left_dash",
  210. "arrow_big_right",
  211. "arrow_big_right_dash",
  212. "arrow_big_up",
  213. "arrow_big_up_dash",
  214. "arrow_down",
  215. "arrow_down_0_1",
  216. "arrow_down_1_0",
  217. "arrow_down_a_z",
  218. "arrow_down_from_line",
  219. "arrow_down_left",
  220. "arrow_down_narrow_wide",
  221. "arrow_down_right",
  222. "arrow_down_to_dot",
  223. "arrow_down_to_line",
  224. "arrow_down_up",
  225. "arrow_down_wide_narrow",
  226. "arrow_down_z_a",
  227. "arrow_left",
  228. "arrow_left_from_line",
  229. "arrow_left_right",
  230. "arrow_left_to_line",
  231. "arrow_right",
  232. "arrow_right_from_line",
  233. "arrow_right_left",
  234. "arrow_right_to_line",
  235. "arrow_up",
  236. "arrow_up_0_1",
  237. "arrow_up_1_0",
  238. "arrow_up_a_z",
  239. "arrow_up_down",
  240. "arrow_up_from_dot",
  241. "arrow_up_from_line",
  242. "arrow_up_left",
  243. "arrow_up_narrow_wide",
  244. "arrow_up_right",
  245. "arrow_up_to_line",
  246. "arrow_up_wide_narrow",
  247. "arrow_up_z_a",
  248. "arrows_up_from_line",
  249. "asterisk",
  250. "at_sign",
  251. "atom",
  252. "audio_lines",
  253. "audio_waveform",
  254. "award",
  255. "axe",
  256. "axis_3d",
  257. "baby",
  258. "backpack",
  259. "badge",
  260. "badge_alert",
  261. "badge_cent",
  262. "badge_check",
  263. "badge_dollar_sign",
  264. "badge_euro",
  265. "badge_help",
  266. "badge_indian_rupee",
  267. "badge_info",
  268. "badge_japanese_yen",
  269. "badge_minus",
  270. "badge_percent",
  271. "badge_plus",
  272. "badge_pound_sterling",
  273. "badge_russian_ruble",
  274. "badge_swiss_franc",
  275. "badge_x",
  276. "baggage_claim",
  277. "ban",
  278. "banana",
  279. "bandage",
  280. "banknote",
  281. "bar_chart",
  282. "bar_chart_2",
  283. "bar_chart_3",
  284. "bar_chart_4",
  285. "bar_chart_big",
  286. "bar_chart_horizontal",
  287. "bar_chart_horizontal_big",
  288. "barcode",
  289. "baseline",
  290. "bath",
  291. "battery",
  292. "battery_charging",
  293. "battery_full",
  294. "battery_low",
  295. "battery_medium",
  296. "battery_warning",
  297. "beaker",
  298. "bean",
  299. "bean_off",
  300. "bed",
  301. "bed_double",
  302. "bed_single",
  303. "beef",
  304. "beer",
  305. "beer_off",
  306. "bell",
  307. "bell_dot",
  308. "bell_electric",
  309. "bell_minus",
  310. "bell_off",
  311. "bell_plus",
  312. "bell_ring",
  313. "between_horizontal_end",
  314. "between_horizontal_start",
  315. "between_vertical_end",
  316. "between_vertical_start",
  317. "biceps_flexed",
  318. "bike",
  319. "binary",
  320. "binoculars",
  321. "biohazard",
  322. "bird",
  323. "bitcoin",
  324. "blend",
  325. "blinds",
  326. "blocks",
  327. "bluetooth",
  328. "bluetooth_connected",
  329. "bluetooth_off",
  330. "bluetooth_searching",
  331. "bold",
  332. "bolt",
  333. "bomb",
  334. "bone",
  335. "book",
  336. "book_a",
  337. "book_audio",
  338. "book_check",
  339. "book_copy",
  340. "book_dashed",
  341. "book_down",
  342. "book_headphones",
  343. "book_heart",
  344. "book_image",
  345. "book_key",
  346. "book_lock",
  347. "book_marked",
  348. "book_minus",
  349. "book_open",
  350. "book_open_check",
  351. "book_open_text",
  352. "book_plus",
  353. "book_text",
  354. "book_type",
  355. "book_up",
  356. "book_up_2",
  357. "book_user",
  358. "book_x",
  359. "bookmark",
  360. "bookmark_check",
  361. "bookmark_minus",
  362. "bookmark_plus",
  363. "bookmark_x",
  364. "boom_box",
  365. "bot",
  366. "bot_message_square",
  367. "bot_off",
  368. "box",
  369. "box_select",
  370. "boxes",
  371. "braces",
  372. "brackets",
  373. "brain",
  374. "brain_circuit",
  375. "brain_cog",
  376. "brick_wall",
  377. "briefcase",
  378. "briefcase_business",
  379. "briefcase_conveyor_belt",
  380. "briefcase_medical",
  381. "bring_to_front",
  382. "brush",
  383. "bug",
  384. "bug_off",
  385. "bug_play",
  386. "building",
  387. "building_2",
  388. "bus",
  389. "bus_front",
  390. "cable",
  391. "cable_car",
  392. "cake",
  393. "cake_slice",
  394. "calculator",
  395. "calendar",
  396. "calendar_1",
  397. "calendar_arrow_down",
  398. "calendar_arrow_up",
  399. "calendar_check",
  400. "calendar_check_2",
  401. "calendar_clock",
  402. "calendar_cog",
  403. "calendar_days",
  404. "calendar_fold",
  405. "calendar_heart",
  406. "calendar_minus",
  407. "calendar_minus_2",
  408. "calendar_off",
  409. "calendar_plus",
  410. "calendar_plus_2",
  411. "calendar_range",
  412. "calendar_search",
  413. "calendar_sync",
  414. "calendar_x",
  415. "calendar_x_2",
  416. "camera",
  417. "camera_off",
  418. "candlestick_chart",
  419. "candy",
  420. "candy_cane",
  421. "candy_off",
  422. "cannabis",
  423. "captions",
  424. "captions_off",
  425. "car",
  426. "car_front",
  427. "car_taxi_front",
  428. "caravan",
  429. "carrot",
  430. "case_lower",
  431. "case_sensitive",
  432. "case_upper",
  433. "cassette_tape",
  434. "cast",
  435. "castle",
  436. "cat",
  437. "cctv",
  438. "chart_area",
  439. "chart_bar",
  440. "chart_bar_big",
  441. "chart_bar_decreasing",
  442. "chart_bar_increasing",
  443. "chart_bar_stacked",
  444. "chart_candlestick",
  445. "chart_column",
  446. "chart_column_big",
  447. "chart_column_decreasing",
  448. "chart_column_increasing",
  449. "chart_column_stacked",
  450. "chart_gantt",
  451. "chart_line",
  452. "chart_network",
  453. "chart_no_axes_column",
  454. "chart_no_axes_column_decreasing",
  455. "chart_no_axes_column_increasing",
  456. "chart_no_axes_combined",
  457. "chart_no_axes_gantt",
  458. "chart_pie",
  459. "chart_scatter",
  460. "chart_spline",
  461. "check",
  462. "check_check",
  463. "chef_hat",
  464. "cherry",
  465. "chevron_down",
  466. "chevron_first",
  467. "chevron_last",
  468. "chevron_left",
  469. "chevron_right",
  470. "chevron_up",
  471. "chevrons_down",
  472. "chevrons_down_up",
  473. "chevrons_left",
  474. "chevrons_left_right",
  475. "chevrons_left_right_ellipsis",
  476. "chevrons_right",
  477. "chevrons_right_left",
  478. "chevrons_up",
  479. "chevrons_up_down",
  480. "chrome",
  481. "church",
  482. "cigarette",
  483. "cigarette_off",
  484. "circle",
  485. "circle_alert",
  486. "circle_arrow_down",
  487. "circle_arrow_left",
  488. "circle_arrow_out_down_left",
  489. "circle_arrow_out_down_right",
  490. "circle_arrow_out_up_left",
  491. "circle_arrow_out_up_right",
  492. "circle_arrow_right",
  493. "circle_arrow_up",
  494. "circle_check",
  495. "circle_check_big",
  496. "circle_chevron_down",
  497. "circle_chevron_left",
  498. "circle_chevron_right",
  499. "circle_chevron_up",
  500. "circle_dashed",
  501. "circle_divide",
  502. "circle_dollar_sign",
  503. "circle_dot",
  504. "circle_dot_dashed",
  505. "circle_ellipsis",
  506. "circle_equal",
  507. "circle_fading_arrow_up",
  508. "circle_fading_plus",
  509. "circle_gauge",
  510. "circle_help",
  511. "circle_minus",
  512. "circle_off",
  513. "circle_parking",
  514. "circle_parking_off",
  515. "circle_pause",
  516. "circle_percent",
  517. "circle_play",
  518. "circle_plus",
  519. "circle_power",
  520. "circle_slash",
  521. "circle_slash_2",
  522. "circle_stop",
  523. "circle_user",
  524. "circle_user_round",
  525. "circle_x",
  526. "circuit_board",
  527. "citrus",
  528. "clapperboard",
  529. "clipboard",
  530. "clipboard_check",
  531. "clipboard_copy",
  532. "clipboard_list",
  533. "clipboard_minus",
  534. "clipboard_paste",
  535. "clipboard_pen",
  536. "clipboard_pen_line",
  537. "clipboard_plus",
  538. "clipboard_type",
  539. "clipboard_x",
  540. "clock",
  541. "clock_1",
  542. "clock_10",
  543. "clock_11",
  544. "clock_12",
  545. "clock_2",
  546. "clock_3",
  547. "clock_4",
  548. "clock_5",
  549. "clock_6",
  550. "clock_7",
  551. "clock_8",
  552. "clock_9",
  553. "clock_alert",
  554. "clock_arrow_down",
  555. "clock_arrow_up",
  556. "cloud",
  557. "cloud_alert",
  558. "cloud_cog",
  559. "cloud_download",
  560. "cloud_drizzle",
  561. "cloud_fog",
  562. "cloud_hail",
  563. "cloud_lightning",
  564. "cloud_moon",
  565. "cloud_moon_rain",
  566. "cloud_off",
  567. "cloud_rain",
  568. "cloud_rain_wind",
  569. "cloud_snow",
  570. "cloud_sun",
  571. "cloud_sun_rain",
  572. "cloud_upload",
  573. "cloudy",
  574. "clover",
  575. "club",
  576. "code",
  577. "code_xml",
  578. "codepen",
  579. "codesandbox",
  580. "coffee",
  581. "cog",
  582. "coins",
  583. "columns_2",
  584. "columns_3",
  585. "columns_4",
  586. "combine",
  587. "command",
  588. "compass",
  589. "component",
  590. "computer",
  591. "concierge_bell",
  592. "cone",
  593. "construction",
  594. "contact",
  595. "contact_round",
  596. "container",
  597. "contrast",
  598. "cookie",
  599. "cooking_pot",
  600. "copy",
  601. "copy_check",
  602. "copy_minus",
  603. "copy_plus",
  604. "copy_slash",
  605. "copy_x",
  606. "copyleft",
  607. "copyright",
  608. "corner_down_left",
  609. "corner_down_right",
  610. "corner_left_down",
  611. "corner_left_up",
  612. "corner_right_down",
  613. "corner_right_up",
  614. "corner_up_left",
  615. "corner_up_right",
  616. "cpu",
  617. "creative_commons",
  618. "credit_card",
  619. "croissant",
  620. "crop",
  621. "cross",
  622. "crosshair",
  623. "crown",
  624. "cuboid",
  625. "cup_soda",
  626. "currency",
  627. "cylinder",
  628. "dam",
  629. "database",
  630. "database_backup",
  631. "database_zap",
  632. "delete",
  633. "dessert",
  634. "diameter",
  635. "diamond",
  636. "diamond_minus",
  637. "diamond_percent",
  638. "diamond_plus",
  639. "dice_1",
  640. "dice_2",
  641. "dice_3",
  642. "dice_4",
  643. "dice_5",
  644. "dice_6",
  645. "dices",
  646. "diff",
  647. "disc",
  648. "disc_2",
  649. "disc_3",
  650. "disc_album",
  651. "divide",
  652. "dna",
  653. "dna_off",
  654. "dock",
  655. "dog",
  656. "dollar_sign",
  657. "donut",
  658. "door_closed",
  659. "door_open",
  660. "dot",
  661. "download",
  662. "drafting_compass",
  663. "drama",
  664. "dribbble",
  665. "drill",
  666. "droplet",
  667. "droplet_off",
  668. "droplets",
  669. "drum",
  670. "drumstick",
  671. "dumbbell",
  672. "ear",
  673. "ear_off",
  674. "earth",
  675. "earth_lock",
  676. "eclipse",
  677. "egg",
  678. "egg_fried",
  679. "egg_off",
  680. "ellipsis",
  681. "ellipsis_vertical",
  682. "equal",
  683. "equal_approximately",
  684. "equal_not",
  685. "eraser",
  686. "ethernet_port",
  687. "euro",
  688. "expand",
  689. "external_link",
  690. "eye",
  691. "eye_closed",
  692. "eye_off",
  693. "facebook",
  694. "factory",
  695. "fan",
  696. "fast_forward",
  697. "feather",
  698. "fence",
  699. "ferris_wheel",
  700. "figma",
  701. "file",
  702. "file_archive",
  703. "file_audio",
  704. "file_audio_2",
  705. "file_axis_3d",
  706. "file_badge",
  707. "file_badge_2",
  708. "file_bar_chart",
  709. "file_bar_chart_2",
  710. "file_box",
  711. "file_chart_column",
  712. "file_chart_column_increasing",
  713. "file_chart_line",
  714. "file_chart_pie",
  715. "file_check",
  716. "file_check_2",
  717. "file_clock",
  718. "file_code",
  719. "file_code_2",
  720. "file_cog",
  721. "file_diff",
  722. "file_digit",
  723. "file_down",
  724. "file_heart",
  725. "file_image",
  726. "file_input",
  727. "file_json",
  728. "file_json_2",
  729. "file_key",
  730. "file_key_2",
  731. "file_line_chart",
  732. "file_lock",
  733. "file_lock_2",
  734. "file_minus",
  735. "file_minus_2",
  736. "file_music",
  737. "file_output",
  738. "file_pen",
  739. "file_pen_line",
  740. "file_pie_chart",
  741. "file_plus",
  742. "file_plus_2",
  743. "file_question",
  744. "file_scan",
  745. "file_search",
  746. "file_search_2",
  747. "file_sliders",
  748. "file_spreadsheet",
  749. "file_stack",
  750. "file_symlink",
  751. "file_terminal",
  752. "file_text",
  753. "file_type",
  754. "file_type_2",
  755. "file_up",
  756. "file_user",
  757. "file_video",
  758. "file_video_2",
  759. "file_volume",
  760. "file_volume_2",
  761. "file_warning",
  762. "file_x",
  763. "file_x_2",
  764. "files",
  765. "film",
  766. "filter",
  767. "filter_x",
  768. "fingerprint",
  769. "fire_extinguisher",
  770. "fish",
  771. "fish_off",
  772. "fish_symbol",
  773. "flag",
  774. "flag_off",
  775. "flag_triangle_left",
  776. "flag_triangle_right",
  777. "flame",
  778. "flame_kindling",
  779. "flashlight",
  780. "flashlight_off",
  781. "flask_conical",
  782. "flask_conical_off",
  783. "flask_round",
  784. "flip_horizontal",
  785. "flip_horizontal_2",
  786. "flip_vertical",
  787. "flip_vertical_2",
  788. "flower",
  789. "flower_2",
  790. "focus",
  791. "fold_horizontal",
  792. "fold_vertical",
  793. "folder",
  794. "folder_archive",
  795. "folder_check",
  796. "folder_clock",
  797. "folder_closed",
  798. "folder_code",
  799. "folder_cog",
  800. "folder_dot",
  801. "folder_down",
  802. "folder_git",
  803. "folder_git_2",
  804. "folder_heart",
  805. "folder_input",
  806. "folder_kanban",
  807. "folder_key",
  808. "folder_lock",
  809. "folder_minus",
  810. "folder_open",
  811. "folder_open_dot",
  812. "folder_output",
  813. "folder_pen",
  814. "folder_plus",
  815. "folder_root",
  816. "folder_search",
  817. "folder_search_2",
  818. "folder_symlink",
  819. "folder_sync",
  820. "folder_tree",
  821. "folder_up",
  822. "folder_x",
  823. "folders",
  824. "footprints",
  825. "forklift",
  826. "forward",
  827. "frame",
  828. "framer",
  829. "frown",
  830. "fuel",
  831. "fullscreen",
  832. "gallery_horizontal",
  833. "gallery_horizontal_end",
  834. "gallery_thumbnails",
  835. "gallery_vertical",
  836. "gallery_vertical_end",
  837. "gamepad",
  838. "gamepad_2",
  839. "gantt_chart",
  840. "gauge",
  841. "gavel",
  842. "gem",
  843. "ghost",
  844. "gift",
  845. "git_branch",
  846. "git_branch_plus",
  847. "git_commit_horizontal",
  848. "git_commit_vertical",
  849. "git_compare",
  850. "git_compare_arrows",
  851. "git_fork",
  852. "git_graph",
  853. "git_merge",
  854. "git_pull_request",
  855. "git_pull_request_arrow",
  856. "git_pull_request_closed",
  857. "git_pull_request_create",
  858. "git_pull_request_create_arrow",
  859. "git_pull_request_draft",
  860. "github",
  861. "gitlab",
  862. "glass_water",
  863. "glasses",
  864. "globe",
  865. "globe_lock",
  866. "goal",
  867. "grab",
  868. "graduation_cap",
  869. "grape",
  870. "grid_2x2",
  871. "grid_2x_2",
  872. "grid_2x_2_check",
  873. "grid_2x_2_plus",
  874. "grid_2x_2_x",
  875. "grid_3x3",
  876. "grid_3x_3",
  877. "grip",
  878. "grip_horizontal",
  879. "grip_vertical",
  880. "group",
  881. "guitar",
  882. "ham",
  883. "hammer",
  884. "hand",
  885. "hand_coins",
  886. "hand_heart",
  887. "hand_helping",
  888. "hand_metal",
  889. "hand_platter",
  890. "handshake",
  891. "hard_drive",
  892. "hard_drive_download",
  893. "hard_drive_upload",
  894. "hard_hat",
  895. "hash",
  896. "haze",
  897. "hdmi_port",
  898. "heading",
  899. "heading_1",
  900. "heading_2",
  901. "heading_3",
  902. "heading_4",
  903. "heading_5",
  904. "heading_6",
  905. "headphone_off",
  906. "headphones",
  907. "headset",
  908. "heart",
  909. "heart_crack",
  910. "heart_handshake",
  911. "heart_off",
  912. "heart_pulse",
  913. "heater",
  914. "hexagon",
  915. "highlighter",
  916. "history",
  917. "home",
  918. "hop",
  919. "hop_off",
  920. "hospital",
  921. "hotel",
  922. "hourglass",
  923. "house",
  924. "house_plug",
  925. "house_plus",
  926. "house_wifi",
  927. "ice_cream_bowl",
  928. "ice_cream_cone",
  929. "id_card",
  930. "image",
  931. "image_down",
  932. "image_minus",
  933. "image_off",
  934. "image_play",
  935. "image_plus",
  936. "image_up",
  937. "image_upscale",
  938. "images",
  939. "import",
  940. "inbox",
  941. "indent_decrease",
  942. "indent_increase",
  943. "indian_rupee",
  944. "infinity",
  945. "info",
  946. "inspection_panel",
  947. "instagram",
  948. "italic",
  949. "iteration_ccw",
  950. "iteration_cw",
  951. "japanese_yen",
  952. "joystick",
  953. "kanban",
  954. "key",
  955. "key_round",
  956. "key_square",
  957. "keyboard",
  958. "keyboard_music",
  959. "keyboard_off",
  960. "lamp",
  961. "lamp_ceiling",
  962. "lamp_desk",
  963. "lamp_floor",
  964. "lamp_wall_down",
  965. "lamp_wall_up",
  966. "land_plot",
  967. "landmark",
  968. "languages",
  969. "laptop",
  970. "laptop_minimal",
  971. "laptop_minimal_check",
  972. "lasso",
  973. "lasso_select",
  974. "laugh",
  975. "layers",
  976. "layers_2",
  977. "layers_3",
  978. "layout_dashboard",
  979. "layout_grid",
  980. "layout_list",
  981. "layout_panel_left",
  982. "layout_panel_top",
  983. "layout_template",
  984. "leaf",
  985. "leafy_green",
  986. "lectern",
  987. "letter_text",
  988. "library",
  989. "library_big",
  990. "life_buoy",
  991. "ligature",
  992. "lightbulb",
  993. "lightbulb_off",
  994. "line_chart",
  995. "link",
  996. "link_2",
  997. "link_2_off",
  998. "linkedin",
  999. "list",
  1000. "list_check",
  1001. "list_checks",
  1002. "list_collapse",
  1003. "list_end",
  1004. "list_filter",
  1005. "list_filter_plus",
  1006. "list_minus",
  1007. "list_music",
  1008. "list_ordered",
  1009. "list_plus",
  1010. "list_restart",
  1011. "list_start",
  1012. "list_todo",
  1013. "list_tree",
  1014. "list_video",
  1015. "list_x",
  1016. "loader",
  1017. "loader_circle",
  1018. "loader_pinwheel",
  1019. "locate",
  1020. "locate_fixed",
  1021. "locate_off",
  1022. "lock",
  1023. "lock_keyhole",
  1024. "lock_keyhole_open",
  1025. "lock_open",
  1026. "log_in",
  1027. "log_out",
  1028. "logs",
  1029. "lollipop",
  1030. "luggage",
  1031. "magnet",
  1032. "mail",
  1033. "mail_check",
  1034. "mail_minus",
  1035. "mail_open",
  1036. "mail_plus",
  1037. "mail_question",
  1038. "mail_search",
  1039. "mail_warning",
  1040. "mail_x",
  1041. "mailbox",
  1042. "mails",
  1043. "map",
  1044. "map_pin",
  1045. "map_pin_check",
  1046. "map_pin_check_inside",
  1047. "map_pin_house",
  1048. "map_pin_minus",
  1049. "map_pin_minus_inside",
  1050. "map_pin_off",
  1051. "map_pin_plus",
  1052. "map_pin_plus_inside",
  1053. "map_pin_x",
  1054. "map_pin_x_inside",
  1055. "map_pinned",
  1056. "martini",
  1057. "maximize",
  1058. "maximize_2",
  1059. "medal",
  1060. "megaphone",
  1061. "megaphone_off",
  1062. "meh",
  1063. "memory_stick",
  1064. "menu",
  1065. "merge",
  1066. "message_circle",
  1067. "message_circle_code",
  1068. "message_circle_dashed",
  1069. "message_circle_heart",
  1070. "message_circle_more",
  1071. "message_circle_off",
  1072. "message_circle_plus",
  1073. "message_circle_question",
  1074. "message_circle_reply",
  1075. "message_circle_warning",
  1076. "message_circle_x",
  1077. "message_square",
  1078. "message_square_code",
  1079. "message_square_dashed",
  1080. "message_square_diff",
  1081. "message_square_dot",
  1082. "message_square_heart",
  1083. "message_square_lock",
  1084. "message_square_more",
  1085. "message_square_off",
  1086. "message_square_plus",
  1087. "message_square_quote",
  1088. "message_square_reply",
  1089. "message_square_share",
  1090. "message_square_text",
  1091. "message_square_warning",
  1092. "message_square_x",
  1093. "messages_square",
  1094. "mic",
  1095. "mic_off",
  1096. "mic_vocal",
  1097. "microchip",
  1098. "microscope",
  1099. "microwave",
  1100. "milestone",
  1101. "milk",
  1102. "milk_off",
  1103. "minimize",
  1104. "minimize_2",
  1105. "minus",
  1106. "monitor",
  1107. "monitor_check",
  1108. "monitor_cog",
  1109. "monitor_dot",
  1110. "monitor_down",
  1111. "monitor_off",
  1112. "monitor_pause",
  1113. "monitor_play",
  1114. "monitor_smartphone",
  1115. "monitor_speaker",
  1116. "monitor_stop",
  1117. "monitor_up",
  1118. "monitor_x",
  1119. "moon",
  1120. "moon_star",
  1121. "mountain",
  1122. "mountain_snow",
  1123. "mouse",
  1124. "mouse_off",
  1125. "mouse_pointer",
  1126. "mouse_pointer_2",
  1127. "mouse_pointer_ban",
  1128. "mouse_pointer_click",
  1129. "move",
  1130. "move_3d",
  1131. "move_diagonal",
  1132. "move_diagonal_2",
  1133. "move_down",
  1134. "move_down_left",
  1135. "move_down_right",
  1136. "move_horizontal",
  1137. "move_left",
  1138. "move_right",
  1139. "move_up",
  1140. "move_up_left",
  1141. "move_up_right",
  1142. "move_vertical",
  1143. "music",
  1144. "music_2",
  1145. "music_3",
  1146. "music_4",
  1147. "navigation",
  1148. "navigation_2",
  1149. "navigation_2_off",
  1150. "navigation_off",
  1151. "network",
  1152. "newspaper",
  1153. "nfc",
  1154. "notebook",
  1155. "notebook_pen",
  1156. "notebook_tabs",
  1157. "notebook_text",
  1158. "notepad_text",
  1159. "notepad_text_dashed",
  1160. "nut",
  1161. "nut_off",
  1162. "octagon",
  1163. "octagon_alert",
  1164. "octagon_minus",
  1165. "octagon_pause",
  1166. "octagon_x",
  1167. "omega",
  1168. "option",
  1169. "orbit",
  1170. "origami",
  1171. "package",
  1172. "package_2",
  1173. "package_check",
  1174. "package_minus",
  1175. "package_open",
  1176. "package_plus",
  1177. "package_search",
  1178. "package_x",
  1179. "paint_bucket",
  1180. "paint_roller",
  1181. "paintbrush",
  1182. "paintbrush_2",
  1183. "paintbrush_vertical",
  1184. "palette",
  1185. "panel_bottom",
  1186. "panel_bottom_close",
  1187. "panel_bottom_dashed",
  1188. "panel_bottom_open",
  1189. "panel_left",
  1190. "panel_left_close",
  1191. "panel_left_dashed",
  1192. "panel_left_open",
  1193. "panel_right",
  1194. "panel_right_close",
  1195. "panel_right_dashed",
  1196. "panel_right_open",
  1197. "panel_top",
  1198. "panel_top_close",
  1199. "panel_top_dashed",
  1200. "panel_top_open",
  1201. "panels_left_bottom",
  1202. "panels_right_bottom",
  1203. "panels_top_left",
  1204. "paperclip",
  1205. "parentheses",
  1206. "parking_meter",
  1207. "party_popper",
  1208. "pause",
  1209. "paw_print",
  1210. "pc_case",
  1211. "pen",
  1212. "pen_line",
  1213. "pen_off",
  1214. "pen_tool",
  1215. "pencil",
  1216. "pencil_line",
  1217. "pencil_off",
  1218. "pencil_ruler",
  1219. "pentagon",
  1220. "percent",
  1221. "person_standing",
  1222. "philippine_peso",
  1223. "phone",
  1224. "phone_call",
  1225. "phone_forwarded",
  1226. "phone_incoming",
  1227. "phone_missed",
  1228. "phone_off",
  1229. "phone_outgoing",
  1230. "pi",
  1231. "piano",
  1232. "pickaxe",
  1233. "picture_in_picture",
  1234. "picture_in_picture_2",
  1235. "pie_chart",
  1236. "piggy_bank",
  1237. "pilcrow",
  1238. "pilcrow_left",
  1239. "pilcrow_right",
  1240. "pill",
  1241. "pill_bottle",
  1242. "pin",
  1243. "pin_off",
  1244. "pipette",
  1245. "pizza",
  1246. "plane",
  1247. "plane_landing",
  1248. "plane_takeoff",
  1249. "play",
  1250. "plug",
  1251. "plug_2",
  1252. "plug_zap",
  1253. "plug_zap_2",
  1254. "plus",
  1255. "pocket",
  1256. "pocket_knife",
  1257. "podcast",
  1258. "pointer",
  1259. "pointer_off",
  1260. "popcorn",
  1261. "popsicle",
  1262. "pound_sterling",
  1263. "power",
  1264. "power_off",
  1265. "presentation",
  1266. "printer",
  1267. "printer_check",
  1268. "projector",
  1269. "proportions",
  1270. "puzzle",
  1271. "pyramid",
  1272. "qr_code",
  1273. "quote",
  1274. "rabbit",
  1275. "radar",
  1276. "radiation",
  1277. "radical",
  1278. "radio",
  1279. "radio_receiver",
  1280. "radio_tower",
  1281. "radius",
  1282. "rail_symbol",
  1283. "rainbow",
  1284. "rat",
  1285. "ratio",
  1286. "receipt",
  1287. "receipt_cent",
  1288. "receipt_euro",
  1289. "receipt_indian_rupee",
  1290. "receipt_japanese_yen",
  1291. "receipt_pound_sterling",
  1292. "receipt_russian_ruble",
  1293. "receipt_swiss_franc",
  1294. "receipt_text",
  1295. "rectangle_ellipsis",
  1296. "rectangle_horizontal",
  1297. "rectangle_vertical",
  1298. "recycle",
  1299. "redo",
  1300. "redo_2",
  1301. "redo_dot",
  1302. "refresh_ccw",
  1303. "refresh_ccw_dot",
  1304. "refresh_cw",
  1305. "refresh_cw_off",
  1306. "refrigerator",
  1307. "regex",
  1308. "remove_formatting",
  1309. "repeat",
  1310. "repeat_1",
  1311. "repeat_2",
  1312. "replace",
  1313. "replace_all",
  1314. "reply",
  1315. "reply_all",
  1316. "rewind",
  1317. "ribbon",
  1318. "rocket",
  1319. "rocking_chair",
  1320. "roller_coaster",
  1321. "rotate_3d",
  1322. "rotate_ccw",
  1323. "rotate_ccw_square",
  1324. "rotate_cw",
  1325. "rotate_cw_square",
  1326. "route",
  1327. "route_off",
  1328. "router",
  1329. "rows_2",
  1330. "rows_3",
  1331. "rows_4",
  1332. "rss",
  1333. "ruler",
  1334. "russian_ruble",
  1335. "sailboat",
  1336. "salad",
  1337. "sandwich",
  1338. "satellite",
  1339. "satellite_dish",
  1340. "save",
  1341. "save_all",
  1342. "save_off",
  1343. "scale",
  1344. "scale_3d",
  1345. "scaling",
  1346. "scan",
  1347. "scan_barcode",
  1348. "scan_eye",
  1349. "scan_face",
  1350. "scan_heart",
  1351. "scan_line",
  1352. "scan_qr_code",
  1353. "scan_search",
  1354. "scan_text",
  1355. "scatter_chart",
  1356. "school",
  1357. "scissors",
  1358. "scissors_line_dashed",
  1359. "screen_share",
  1360. "screen_share_off",
  1361. "scroll",
  1362. "scroll_text",
  1363. "search",
  1364. "search_check",
  1365. "search_code",
  1366. "search_slash",
  1367. "search_x",
  1368. "section",
  1369. "send",
  1370. "send_horizontal",
  1371. "send_to_back",
  1372. "separator_horizontal",
  1373. "separator_vertical",
  1374. "server",
  1375. "server_cog",
  1376. "server_crash",
  1377. "server_off",
  1378. "settings",
  1379. "settings_2",
  1380. "shapes",
  1381. "share",
  1382. "share_2",
  1383. "sheet",
  1384. "shell",
  1385. "shield",
  1386. "shield_alert",
  1387. "shield_ban",
  1388. "shield_check",
  1389. "shield_ellipsis",
  1390. "shield_half",
  1391. "shield_minus",
  1392. "shield_off",
  1393. "shield_plus",
  1394. "shield_question",
  1395. "shield_x",
  1396. "ship",
  1397. "ship_wheel",
  1398. "shirt",
  1399. "shopping_bag",
  1400. "shopping_basket",
  1401. "shopping_cart",
  1402. "shovel",
  1403. "shower_head",
  1404. "shrink",
  1405. "shrub",
  1406. "shuffle",
  1407. "sigma",
  1408. "signal",
  1409. "signal_high",
  1410. "signal_low",
  1411. "signal_medium",
  1412. "signal_zero",
  1413. "signature",
  1414. "signpost",
  1415. "signpost_big",
  1416. "siren",
  1417. "skip_back",
  1418. "skip_forward",
  1419. "skull",
  1420. "slack",
  1421. "slash",
  1422. "slice",
  1423. "sliders_horizontal",
  1424. "sliders_vertical",
  1425. "smartphone",
  1426. "smartphone_charging",
  1427. "smartphone_nfc",
  1428. "smile",
  1429. "smile_plus",
  1430. "snail",
  1431. "snowflake",
  1432. "sofa",
  1433. "soup",
  1434. "space",
  1435. "spade",
  1436. "sparkle",
  1437. "sparkles",
  1438. "speaker",
  1439. "speech",
  1440. "spell_check",
  1441. "spell_check_2",
  1442. "spline",
  1443. "split",
  1444. "spray_can",
  1445. "sprout",
  1446. "square",
  1447. "square_activity",
  1448. "square_arrow_down",
  1449. "square_arrow_down_left",
  1450. "square_arrow_down_right",
  1451. "square_arrow_left",
  1452. "square_arrow_out_down_left",
  1453. "square_arrow_out_down_right",
  1454. "square_arrow_out_up_left",
  1455. "square_arrow_out_up_right",
  1456. "square_arrow_right",
  1457. "square_arrow_up",
  1458. "square_arrow_up_left",
  1459. "square_arrow_up_right",
  1460. "square_asterisk",
  1461. "square_bottom_dashed_scissors",
  1462. "square_chart_gantt",
  1463. "square_check",
  1464. "square_check_big",
  1465. "square_chevron_down",
  1466. "square_chevron_left",
  1467. "square_chevron_right",
  1468. "square_chevron_up",
  1469. "square_code",
  1470. "square_dashed",
  1471. "square_dashed_bottom",
  1472. "square_dashed_bottom_code",
  1473. "square_dashed_kanban",
  1474. "square_dashed_mouse_pointer",
  1475. "square_divide",
  1476. "square_dot",
  1477. "square_equal",
  1478. "square_function",
  1479. "square_gantt_chart",
  1480. "square_kanban",
  1481. "square_library",
  1482. "square_m",
  1483. "square_menu",
  1484. "square_minus",
  1485. "square_mouse_pointer",
  1486. "square_parking",
  1487. "square_parking_off",
  1488. "square_pen",
  1489. "square_percent",
  1490. "square_pi",
  1491. "square_pilcrow",
  1492. "square_play",
  1493. "square_plus",
  1494. "square_power",
  1495. "square_radical",
  1496. "square_scissors",
  1497. "square_sigma",
  1498. "square_slash",
  1499. "square_split_horizontal",
  1500. "square_split_vertical",
  1501. "square_square",
  1502. "square_stack",
  1503. "square_terminal",
  1504. "square_user",
  1505. "square_user_round",
  1506. "square_x",
  1507. "squircle",
  1508. "squirrel",
  1509. "stamp",
  1510. "star",
  1511. "star_half",
  1512. "star_off",
  1513. "step_back",
  1514. "step_forward",
  1515. "stethoscope",
  1516. "sticker",
  1517. "sticky_note",
  1518. "store",
  1519. "stretch_horizontal",
  1520. "stretch_vertical",
  1521. "strikethrough",
  1522. "subscript",
  1523. "sun",
  1524. "sun_dim",
  1525. "sun_medium",
  1526. "sun_moon",
  1527. "sun_snow",
  1528. "sunrise",
  1529. "sunset",
  1530. "superscript",
  1531. "swatch_book",
  1532. "swiss_franc",
  1533. "switch_camera",
  1534. "sword",
  1535. "swords",
  1536. "syringe",
  1537. "table",
  1538. "table_2",
  1539. "table_cells_merge",
  1540. "table_cells_split",
  1541. "table_columns_split",
  1542. "table_of_contents",
  1543. "table_properties",
  1544. "table_rows_split",
  1545. "tablet",
  1546. "tablet_smartphone",
  1547. "tablets",
  1548. "tag",
  1549. "tags",
  1550. "tally_1",
  1551. "tally_2",
  1552. "tally_3",
  1553. "tally_4",
  1554. "tally_5",
  1555. "tangent",
  1556. "target",
  1557. "telescope",
  1558. "tent",
  1559. "tent_tree",
  1560. "terminal",
  1561. "test_tube",
  1562. "test_tube_diagonal",
  1563. "test_tubes",
  1564. "text",
  1565. "text_cursor",
  1566. "text_cursor_input",
  1567. "text_quote",
  1568. "text_search",
  1569. "text_select",
  1570. "theater",
  1571. "thermometer",
  1572. "thermometer_snowflake",
  1573. "thermometer_sun",
  1574. "thumbs_down",
  1575. "thumbs_up",
  1576. "ticket",
  1577. "ticket_check",
  1578. "ticket_minus",
  1579. "ticket_percent",
  1580. "ticket_plus",
  1581. "ticket_slash",
  1582. "ticket_x",
  1583. "tickets",
  1584. "tickets_plane",
  1585. "timer",
  1586. "timer_off",
  1587. "timer_reset",
  1588. "toggle_left",
  1589. "toggle_right",
  1590. "toilet",
  1591. "tornado",
  1592. "torus",
  1593. "touchpad",
  1594. "touchpad_off",
  1595. "tower_control",
  1596. "toy_brick",
  1597. "tractor",
  1598. "traffic_cone",
  1599. "train_front",
  1600. "train_front_tunnel",
  1601. "train_track",
  1602. "tram_front",
  1603. "trash",
  1604. "trash_2",
  1605. "tree_deciduous",
  1606. "tree_palm",
  1607. "tree_pine",
  1608. "trees",
  1609. "trello",
  1610. "trending_down",
  1611. "trending_up",
  1612. "trending_up_down",
  1613. "triangle",
  1614. "triangle_alert",
  1615. "triangle_dashed",
  1616. "triangle_right",
  1617. "trophy",
  1618. "truck",
  1619. "turtle",
  1620. "tv",
  1621. "tv_2",
  1622. "tv_minimal",
  1623. "tv_minimal_play",
  1624. "twitch",
  1625. "twitter",
  1626. "type",
  1627. "type_outline",
  1628. "umbrella",
  1629. "umbrella_off",
  1630. "underline",
  1631. "undo",
  1632. "undo_2",
  1633. "undo_dot",
  1634. "unfold_horizontal",
  1635. "unfold_vertical",
  1636. "ungroup",
  1637. "university",
  1638. "unlink",
  1639. "unlink_2",
  1640. "unplug",
  1641. "upload",
  1642. "usb",
  1643. "user",
  1644. "user_check",
  1645. "user_cog",
  1646. "user_minus",
  1647. "user_pen",
  1648. "user_plus",
  1649. "user_round",
  1650. "user_round_check",
  1651. "user_round_cog",
  1652. "user_round_minus",
  1653. "user_round_pen",
  1654. "user_round_plus",
  1655. "user_round_search",
  1656. "user_round_x",
  1657. "user_search",
  1658. "user_x",
  1659. "users",
  1660. "users_round",
  1661. "utensils",
  1662. "utensils_crossed",
  1663. "utility_pole",
  1664. "variable",
  1665. "vault",
  1666. "vegan",
  1667. "venetian_mask",
  1668. "vibrate",
  1669. "vibrate_off",
  1670. "video",
  1671. "video_off",
  1672. "videotape",
  1673. "view",
  1674. "voicemail",
  1675. "volleyball",
  1676. "volume",
  1677. "volume_1",
  1678. "volume_2",
  1679. "volume_off",
  1680. "volume_x",
  1681. "vote",
  1682. "wallet",
  1683. "wallet_cards",
  1684. "wallet_minimal",
  1685. "wallpaper",
  1686. "wand",
  1687. "wand_sparkles",
  1688. "warehouse",
  1689. "washing_machine",
  1690. "watch",
  1691. "waves",
  1692. "waves_ladder",
  1693. "waypoints",
  1694. "webcam",
  1695. "webhook",
  1696. "webhook_off",
  1697. "weight",
  1698. "wheat",
  1699. "wheat_off",
  1700. "whole_word",
  1701. "wifi",
  1702. "wifi_high",
  1703. "wifi_low",
  1704. "wifi_off",
  1705. "wifi_zero",
  1706. "wind",
  1707. "wind_arrow_down",
  1708. "wine",
  1709. "wine_off",
  1710. "workflow",
  1711. "worm",
  1712. "wrap_text",
  1713. "wrench",
  1714. "x",
  1715. "youtube",
  1716. "zap",
  1717. "zap_off",
  1718. "zoom_in",
  1719. "zoom_out",
  1720. ]
  1721. LUCIDE_ICON_MAPPING_OVERRIDE = {
  1722. "grid_2x_2_check": "Grid2x2Check",
  1723. "grid_2x_2_x": "Grid2x2X",
  1724. }