icon.pyi 35 KB

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