icon.py 33 KB

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