codicon.css 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. /*---------------------------------------------------------------------------------------------
  2. * Copyright (c) Microsoft Corporation. All rights reserved.
  3. * Licensed under the MIT License. See License.txt in the project root for license information.
  4. *--------------------------------------------------------------------------------------------*/
  5. @font-face {
  6. font-family: "codicon";
  7. font-display: block;
  8. src: url("./codicon.ttf?79130123c9d3674a686cf03962523e8a") format("truetype");
  9. }
  10. .codicon[class*='codicon-'] {
  11. font: normal normal normal 16px/1 codicon;
  12. display: inline-block;
  13. text-decoration: none;
  14. text-rendering: auto;
  15. text-align: center;
  16. -webkit-font-smoothing: antialiased;
  17. -moz-osx-font-smoothing: grayscale;
  18. user-select: none;
  19. -webkit-user-select: none;
  20. -ms-user-select: none;
  21. }
  22. /*---------------------
  23. * Modifiers
  24. *-------------------*/
  25. @keyframes codicon-spin {
  26. 100% {
  27. transform:rotate(360deg);
  28. }
  29. }
  30. .codicon-sync.codicon-modifier-spin,
  31. .codicon-loading.codicon-modifier-spin,
  32. .codicon-gear.codicon-modifier-spin {
  33. /* Use steps to throttle FPS to reduce CPU usage */
  34. animation: codicon-spin 1.5s steps(30) infinite;
  35. }
  36. .codicon-modifier-disabled {
  37. opacity: 0.5;
  38. }
  39. .codicon-modifier-hidden {
  40. opacity: 0;
  41. }
  42. /* custom speed & easing for loading icon */
  43. .codicon-loading {
  44. animation-duration: 1s !important;
  45. animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67) !important;
  46. }
  47. /*---------------------
  48. * Icons
  49. *-------------------*/
  50. .codicon-add:before { content: "\ea60" }
  51. .codicon-plus:before { content: "\ea60" }
  52. .codicon-gist-new:before { content: "\ea60" }
  53. .codicon-repo-create:before { content: "\ea60" }
  54. .codicon-lightbulb:before { content: "\ea61" }
  55. .codicon-light-bulb:before { content: "\ea61" }
  56. .codicon-repo:before { content: "\ea62" }
  57. .codicon-repo-delete:before { content: "\ea62" }
  58. .codicon-gist-fork:before { content: "\ea63" }
  59. .codicon-repo-forked:before { content: "\ea63" }
  60. .codicon-git-pull-request:before { content: "\ea64" }
  61. .codicon-git-pull-request-abandoned:before { content: "\ea64" }
  62. .codicon-record-keys:before { content: "\ea65" }
  63. .codicon-keyboard:before { content: "\ea65" }
  64. .codicon-tag:before { content: "\ea66" }
  65. .codicon-git-pull-request-label:before { content: "\ea66" }
  66. .codicon-tag-add:before { content: "\ea66" }
  67. .codicon-tag-remove:before { content: "\ea66" }
  68. .codicon-person:before { content: "\ea67" }
  69. .codicon-person-follow:before { content: "\ea67" }
  70. .codicon-person-outline:before { content: "\ea67" }
  71. .codicon-person-filled:before { content: "\ea67" }
  72. .codicon-git-branch:before { content: "\ea68" }
  73. .codicon-git-branch-create:before { content: "\ea68" }
  74. .codicon-git-branch-delete:before { content: "\ea68" }
  75. .codicon-source-control:before { content: "\ea68" }
  76. .codicon-mirror:before { content: "\ea69" }
  77. .codicon-mirror-public:before { content: "\ea69" }
  78. .codicon-star:before { content: "\ea6a" }
  79. .codicon-star-add:before { content: "\ea6a" }
  80. .codicon-star-delete:before { content: "\ea6a" }
  81. .codicon-star-empty:before { content: "\ea6a" }
  82. .codicon-comment:before { content: "\ea6b" }
  83. .codicon-comment-add:before { content: "\ea6b" }
  84. .codicon-alert:before { content: "\ea6c" }
  85. .codicon-warning:before { content: "\ea6c" }
  86. .codicon-search:before { content: "\ea6d" }
  87. .codicon-search-save:before { content: "\ea6d" }
  88. .codicon-log-out:before { content: "\ea6e" }
  89. .codicon-sign-out:before { content: "\ea6e" }
  90. .codicon-log-in:before { content: "\ea6f" }
  91. .codicon-sign-in:before { content: "\ea6f" }
  92. .codicon-eye:before { content: "\ea70" }
  93. .codicon-eye-unwatch:before { content: "\ea70" }
  94. .codicon-eye-watch:before { content: "\ea70" }
  95. .codicon-circle-filled:before { content: "\ea71" }
  96. .codicon-primitive-dot:before { content: "\ea71" }
  97. .codicon-close-dirty:before { content: "\ea71" }
  98. .codicon-debug-breakpoint:before { content: "\ea71" }
  99. .codicon-debug-breakpoint-disabled:before { content: "\ea71" }
  100. .codicon-debug-hint:before { content: "\ea71" }
  101. .codicon-terminal-decoration-success:before { content: "\ea71" }
  102. .codicon-primitive-square:before { content: "\ea72" }
  103. .codicon-edit:before { content: "\ea73" }
  104. .codicon-pencil:before { content: "\ea73" }
  105. .codicon-info:before { content: "\ea74" }
  106. .codicon-issue-opened:before { content: "\ea74" }
  107. .codicon-gist-private:before { content: "\ea75" }
  108. .codicon-git-fork-private:before { content: "\ea75" }
  109. .codicon-lock:before { content: "\ea75" }
  110. .codicon-mirror-private:before { content: "\ea75" }
  111. .codicon-close:before { content: "\ea76" }
  112. .codicon-remove-close:before { content: "\ea76" }
  113. .codicon-x:before { content: "\ea76" }
  114. .codicon-repo-sync:before { content: "\ea77" }
  115. .codicon-sync:before { content: "\ea77" }
  116. .codicon-clone:before { content: "\ea78" }
  117. .codicon-desktop-download:before { content: "\ea78" }
  118. .codicon-beaker:before { content: "\ea79" }
  119. .codicon-microscope:before { content: "\ea79" }
  120. .codicon-vm:before { content: "\ea7a" }
  121. .codicon-device-desktop:before { content: "\ea7a" }
  122. .codicon-file:before { content: "\ea7b" }
  123. .codicon-file-text:before { content: "\ea7b" }
  124. .codicon-more:before { content: "\ea7c" }
  125. .codicon-ellipsis:before { content: "\ea7c" }
  126. .codicon-kebab-horizontal:before { content: "\ea7c" }
  127. .codicon-mail-reply:before { content: "\ea7d" }
  128. .codicon-reply:before { content: "\ea7d" }
  129. .codicon-organization:before { content: "\ea7e" }
  130. .codicon-organization-filled:before { content: "\ea7e" }
  131. .codicon-organization-outline:before { content: "\ea7e" }
  132. .codicon-new-file:before { content: "\ea7f" }
  133. .codicon-file-add:before { content: "\ea7f" }
  134. .codicon-new-folder:before { content: "\ea80" }
  135. .codicon-file-directory-create:before { content: "\ea80" }
  136. .codicon-trash:before { content: "\ea81" }
  137. .codicon-trashcan:before { content: "\ea81" }
  138. .codicon-history:before { content: "\ea82" }
  139. .codicon-clock:before { content: "\ea82" }
  140. .codicon-folder:before { content: "\ea83" }
  141. .codicon-file-directory:before { content: "\ea83" }
  142. .codicon-symbol-folder:before { content: "\ea83" }
  143. .codicon-logo-github:before { content: "\ea84" }
  144. .codicon-mark-github:before { content: "\ea84" }
  145. .codicon-github:before { content: "\ea84" }
  146. .codicon-terminal:before { content: "\ea85" }
  147. .codicon-console:before { content: "\ea85" }
  148. .codicon-repl:before { content: "\ea85" }
  149. .codicon-zap:before { content: "\ea86" }
  150. .codicon-symbol-event:before { content: "\ea86" }
  151. .codicon-error:before { content: "\ea87" }
  152. .codicon-stop:before { content: "\ea87" }
  153. .codicon-variable:before { content: "\ea88" }
  154. .codicon-symbol-variable:before { content: "\ea88" }
  155. .codicon-array:before { content: "\ea8a" }
  156. .codicon-symbol-array:before { content: "\ea8a" }
  157. .codicon-symbol-module:before { content: "\ea8b" }
  158. .codicon-symbol-package:before { content: "\ea8b" }
  159. .codicon-symbol-namespace:before { content: "\ea8b" }
  160. .codicon-symbol-object:before { content: "\ea8b" }
  161. .codicon-symbol-method:before { content: "\ea8c" }
  162. .codicon-symbol-function:before { content: "\ea8c" }
  163. .codicon-symbol-constructor:before { content: "\ea8c" }
  164. .codicon-symbol-boolean:before { content: "\ea8f" }
  165. .codicon-symbol-null:before { content: "\ea8f" }
  166. .codicon-symbol-numeric:before { content: "\ea90" }
  167. .codicon-symbol-number:before { content: "\ea90" }
  168. .codicon-symbol-structure:before { content: "\ea91" }
  169. .codicon-symbol-struct:before { content: "\ea91" }
  170. .codicon-symbol-parameter:before { content: "\ea92" }
  171. .codicon-symbol-type-parameter:before { content: "\ea92" }
  172. .codicon-symbol-key:before { content: "\ea93" }
  173. .codicon-symbol-text:before { content: "\ea93" }
  174. .codicon-symbol-reference:before { content: "\ea94" }
  175. .codicon-go-to-file:before { content: "\ea94" }
  176. .codicon-symbol-enum:before { content: "\ea95" }
  177. .codicon-symbol-value:before { content: "\ea95" }
  178. .codicon-symbol-ruler:before { content: "\ea96" }
  179. .codicon-symbol-unit:before { content: "\ea96" }
  180. .codicon-activate-breakpoints:before { content: "\ea97" }
  181. .codicon-archive:before { content: "\ea98" }
  182. .codicon-arrow-both:before { content: "\ea99" }
  183. .codicon-arrow-down:before { content: "\ea9a" }
  184. .codicon-arrow-left:before { content: "\ea9b" }
  185. .codicon-arrow-right:before { content: "\ea9c" }
  186. .codicon-arrow-small-down:before { content: "\ea9d" }
  187. .codicon-arrow-small-left:before { content: "\ea9e" }
  188. .codicon-arrow-small-right:before { content: "\ea9f" }
  189. .codicon-arrow-small-up:before { content: "\eaa0" }
  190. .codicon-arrow-up:before { content: "\eaa1" }
  191. .codicon-bell:before { content: "\eaa2" }
  192. .codicon-bold:before { content: "\eaa3" }
  193. .codicon-book:before { content: "\eaa4" }
  194. .codicon-bookmark:before { content: "\eaa5" }
  195. .codicon-debug-breakpoint-conditional-unverified:before { content: "\eaa6" }
  196. .codicon-debug-breakpoint-conditional:before { content: "\eaa7" }
  197. .codicon-debug-breakpoint-conditional-disabled:before { content: "\eaa7" }
  198. .codicon-debug-breakpoint-data-unverified:before { content: "\eaa8" }
  199. .codicon-debug-breakpoint-data:before { content: "\eaa9" }
  200. .codicon-debug-breakpoint-data-disabled:before { content: "\eaa9" }
  201. .codicon-debug-breakpoint-log-unverified:before { content: "\eaaa" }
  202. .codicon-debug-breakpoint-log:before { content: "\eaab" }
  203. .codicon-debug-breakpoint-log-disabled:before { content: "\eaab" }
  204. .codicon-briefcase:before { content: "\eaac" }
  205. .codicon-broadcast:before { content: "\eaad" }
  206. .codicon-browser:before { content: "\eaae" }
  207. .codicon-bug:before { content: "\eaaf" }
  208. .codicon-calendar:before { content: "\eab0" }
  209. .codicon-case-sensitive:before { content: "\eab1" }
  210. .codicon-check:before { content: "\eab2" }
  211. .codicon-checklist:before { content: "\eab3" }
  212. .codicon-chevron-down:before { content: "\eab4" }
  213. .codicon-chevron-left:before { content: "\eab5" }
  214. .codicon-chevron-right:before { content: "\eab6" }
  215. .codicon-chevron-up:before { content: "\eab7" }
  216. .codicon-chrome-close:before { content: "\eab8" }
  217. .codicon-chrome-maximize:before { content: "\eab9" }
  218. .codicon-chrome-minimize:before { content: "\eaba" }
  219. .codicon-chrome-restore:before { content: "\eabb" }
  220. .codicon-circle-outline:before { content: "\eabc" }
  221. .codicon-circle:before { content: "\eabc" }
  222. .codicon-debug-breakpoint-unverified:before { content: "\eabc" }
  223. .codicon-terminal-decoration-incomplete:before { content: "\eabc" }
  224. .codicon-circle-slash:before { content: "\eabd" }
  225. .codicon-circuit-board:before { content: "\eabe" }
  226. .codicon-clear-all:before { content: "\eabf" }
  227. .codicon-clippy:before { content: "\eac0" }
  228. .codicon-close-all:before { content: "\eac1" }
  229. .codicon-cloud-download:before { content: "\eac2" }
  230. .codicon-cloud-upload:before { content: "\eac3" }
  231. .codicon-code:before { content: "\eac4" }
  232. .codicon-collapse-all:before { content: "\eac5" }
  233. .codicon-color-mode:before { content: "\eac6" }
  234. .codicon-comment-discussion:before { content: "\eac7" }
  235. .codicon-credit-card:before { content: "\eac9" }
  236. .codicon-dash:before { content: "\eacc" }
  237. .codicon-dashboard:before { content: "\eacd" }
  238. .codicon-database:before { content: "\eace" }
  239. .codicon-debug-continue:before { content: "\eacf" }
  240. .codicon-debug-disconnect:before { content: "\ead0" }
  241. .codicon-debug-pause:before { content: "\ead1" }
  242. .codicon-debug-restart:before { content: "\ead2" }
  243. .codicon-debug-start:before { content: "\ead3" }
  244. .codicon-debug-step-into:before { content: "\ead4" }
  245. .codicon-debug-step-out:before { content: "\ead5" }
  246. .codicon-debug-step-over:before { content: "\ead6" }
  247. .codicon-debug-stop:before { content: "\ead7" }
  248. .codicon-debug:before { content: "\ead8" }
  249. .codicon-device-camera-video:before { content: "\ead9" }
  250. .codicon-device-camera:before { content: "\eada" }
  251. .codicon-device-mobile:before { content: "\eadb" }
  252. .codicon-diff-added:before { content: "\eadc" }
  253. .codicon-diff-ignored:before { content: "\eadd" }
  254. .codicon-diff-modified:before { content: "\eade" }
  255. .codicon-diff-removed:before { content: "\eadf" }
  256. .codicon-diff-renamed:before { content: "\eae0" }
  257. .codicon-diff:before { content: "\eae1" }
  258. .codicon-discard:before { content: "\eae2" }
  259. .codicon-editor-layout:before { content: "\eae3" }
  260. .codicon-empty-window:before { content: "\eae4" }
  261. .codicon-exclude:before { content: "\eae5" }
  262. .codicon-extensions:before { content: "\eae6" }
  263. .codicon-eye-closed:before { content: "\eae7" }
  264. .codicon-file-binary:before { content: "\eae8" }
  265. .codicon-file-code:before { content: "\eae9" }
  266. .codicon-file-media:before { content: "\eaea" }
  267. .codicon-file-pdf:before { content: "\eaeb" }
  268. .codicon-file-submodule:before { content: "\eaec" }
  269. .codicon-file-symlink-directory:before { content: "\eaed" }
  270. .codicon-file-symlink-file:before { content: "\eaee" }
  271. .codicon-file-zip:before { content: "\eaef" }
  272. .codicon-files:before { content: "\eaf0" }
  273. .codicon-filter:before { content: "\eaf1" }
  274. .codicon-flame:before { content: "\eaf2" }
  275. .codicon-fold-down:before { content: "\eaf3" }
  276. .codicon-fold-up:before { content: "\eaf4" }
  277. .codicon-fold:before { content: "\eaf5" }
  278. .codicon-folder-active:before { content: "\eaf6" }
  279. .codicon-folder-opened:before { content: "\eaf7" }
  280. .codicon-gear:before { content: "\eaf8" }
  281. .codicon-gift:before { content: "\eaf9" }
  282. .codicon-gist-secret:before { content: "\eafa" }
  283. .codicon-gist:before { content: "\eafb" }
  284. .codicon-git-commit:before { content: "\eafc" }
  285. .codicon-git-compare:before { content: "\eafd" }
  286. .codicon-compare-changes:before { content: "\eafd" }
  287. .codicon-git-merge:before { content: "\eafe" }
  288. .codicon-github-action:before { content: "\eaff" }
  289. .codicon-github-alt:before { content: "\eb00" }
  290. .codicon-globe:before { content: "\eb01" }
  291. .codicon-grabber:before { content: "\eb02" }
  292. .codicon-graph:before { content: "\eb03" }
  293. .codicon-gripper:before { content: "\eb04" }
  294. .codicon-heart:before { content: "\eb05" }
  295. .codicon-home:before { content: "\eb06" }
  296. .codicon-horizontal-rule:before { content: "\eb07" }
  297. .codicon-hubot:before { content: "\eb08" }
  298. .codicon-inbox:before { content: "\eb09" }
  299. .codicon-issue-reopened:before { content: "\eb0b" }
  300. .codicon-issues:before { content: "\eb0c" }
  301. .codicon-italic:before { content: "\eb0d" }
  302. .codicon-jersey:before { content: "\eb0e" }
  303. .codicon-json:before { content: "\eb0f" }
  304. .codicon-kebab-vertical:before { content: "\eb10" }
  305. .codicon-key:before { content: "\eb11" }
  306. .codicon-law:before { content: "\eb12" }
  307. .codicon-lightbulb-autofix:before { content: "\eb13" }
  308. .codicon-link-external:before { content: "\eb14" }
  309. .codicon-link:before { content: "\eb15" }
  310. .codicon-list-ordered:before { content: "\eb16" }
  311. .codicon-list-unordered:before { content: "\eb17" }
  312. .codicon-live-share:before { content: "\eb18" }
  313. .codicon-loading:before { content: "\eb19" }
  314. .codicon-location:before { content: "\eb1a" }
  315. .codicon-mail-read:before { content: "\eb1b" }
  316. .codicon-mail:before { content: "\eb1c" }
  317. .codicon-markdown:before { content: "\eb1d" }
  318. .codicon-megaphone:before { content: "\eb1e" }
  319. .codicon-mention:before { content: "\eb1f" }
  320. .codicon-milestone:before { content: "\eb20" }
  321. .codicon-git-pull-request-milestone:before { content: "\eb20" }
  322. .codicon-mortar-board:before { content: "\eb21" }
  323. .codicon-move:before { content: "\eb22" }
  324. .codicon-multiple-windows:before { content: "\eb23" }
  325. .codicon-mute:before { content: "\eb24" }
  326. .codicon-no-newline:before { content: "\eb25" }
  327. .codicon-note:before { content: "\eb26" }
  328. .codicon-octoface:before { content: "\eb27" }
  329. .codicon-open-preview:before { content: "\eb28" }
  330. .codicon-package:before { content: "\eb29" }
  331. .codicon-paintcan:before { content: "\eb2a" }
  332. .codicon-pin:before { content: "\eb2b" }
  333. .codicon-play:before { content: "\eb2c" }
  334. .codicon-run:before { content: "\eb2c" }
  335. .codicon-plug:before { content: "\eb2d" }
  336. .codicon-preserve-case:before { content: "\eb2e" }
  337. .codicon-preview:before { content: "\eb2f" }
  338. .codicon-project:before { content: "\eb30" }
  339. .codicon-pulse:before { content: "\eb31" }
  340. .codicon-question:before { content: "\eb32" }
  341. .codicon-quote:before { content: "\eb33" }
  342. .codicon-radio-tower:before { content: "\eb34" }
  343. .codicon-reactions:before { content: "\eb35" }
  344. .codicon-references:before { content: "\eb36" }
  345. .codicon-refresh:before { content: "\eb37" }
  346. .codicon-regex:before { content: "\eb38" }
  347. .codicon-remote-explorer:before { content: "\eb39" }
  348. .codicon-remote:before { content: "\eb3a" }
  349. .codicon-remove:before { content: "\eb3b" }
  350. .codicon-replace-all:before { content: "\eb3c" }
  351. .codicon-replace:before { content: "\eb3d" }
  352. .codicon-repo-clone:before { content: "\eb3e" }
  353. .codicon-repo-force-push:before { content: "\eb3f" }
  354. .codicon-repo-pull:before { content: "\eb40" }
  355. .codicon-repo-push:before { content: "\eb41" }
  356. .codicon-report:before { content: "\eb42" }
  357. .codicon-request-changes:before { content: "\eb43" }
  358. .codicon-rocket:before { content: "\eb44" }
  359. .codicon-root-folder-opened:before { content: "\eb45" }
  360. .codicon-root-folder:before { content: "\eb46" }
  361. .codicon-rss:before { content: "\eb47" }
  362. .codicon-ruby:before { content: "\eb48" }
  363. .codicon-save-all:before { content: "\eb49" }
  364. .codicon-save-as:before { content: "\eb4a" }
  365. .codicon-save:before { content: "\eb4b" }
  366. .codicon-screen-full:before { content: "\eb4c" }
  367. .codicon-screen-normal:before { content: "\eb4d" }
  368. .codicon-search-stop:before { content: "\eb4e" }
  369. .codicon-server:before { content: "\eb50" }
  370. .codicon-settings-gear:before { content: "\eb51" }
  371. .codicon-settings:before { content: "\eb52" }
  372. .codicon-shield:before { content: "\eb53" }
  373. .codicon-smiley:before { content: "\eb54" }
  374. .codicon-sort-precedence:before { content: "\eb55" }
  375. .codicon-split-horizontal:before { content: "\eb56" }
  376. .codicon-split-vertical:before { content: "\eb57" }
  377. .codicon-squirrel:before { content: "\eb58" }
  378. .codicon-star-full:before { content: "\eb59" }
  379. .codicon-star-half:before { content: "\eb5a" }
  380. .codicon-symbol-class:before { content: "\eb5b" }
  381. .codicon-symbol-color:before { content: "\eb5c" }
  382. .codicon-symbol-constant:before { content: "\eb5d" }
  383. .codicon-symbol-enum-member:before { content: "\eb5e" }
  384. .codicon-symbol-field:before { content: "\eb5f" }
  385. .codicon-symbol-file:before { content: "\eb60" }
  386. .codicon-symbol-interface:before { content: "\eb61" }
  387. .codicon-symbol-keyword:before { content: "\eb62" }
  388. .codicon-symbol-misc:before { content: "\eb63" }
  389. .codicon-symbol-operator:before { content: "\eb64" }
  390. .codicon-symbol-property:before { content: "\eb65" }
  391. .codicon-wrench:before { content: "\eb65" }
  392. .codicon-wrench-subaction:before { content: "\eb65" }
  393. .codicon-symbol-snippet:before { content: "\eb66" }
  394. .codicon-tasklist:before { content: "\eb67" }
  395. .codicon-telescope:before { content: "\eb68" }
  396. .codicon-text-size:before { content: "\eb69" }
  397. .codicon-three-bars:before { content: "\eb6a" }
  398. .codicon-thumbsdown:before { content: "\eb6b" }
  399. .codicon-thumbsup:before { content: "\eb6c" }
  400. .codicon-tools:before { content: "\eb6d" }
  401. .codicon-triangle-down:before { content: "\eb6e" }
  402. .codicon-triangle-left:before { content: "\eb6f" }
  403. .codicon-triangle-right:before { content: "\eb70" }
  404. .codicon-triangle-up:before { content: "\eb71" }
  405. .codicon-twitter:before { content: "\eb72" }
  406. .codicon-unfold:before { content: "\eb73" }
  407. .codicon-unlock:before { content: "\eb74" }
  408. .codicon-unmute:before { content: "\eb75" }
  409. .codicon-unverified:before { content: "\eb76" }
  410. .codicon-verified:before { content: "\eb77" }
  411. .codicon-versions:before { content: "\eb78" }
  412. .codicon-vm-active:before { content: "\eb79" }
  413. .codicon-vm-outline:before { content: "\eb7a" }
  414. .codicon-vm-running:before { content: "\eb7b" }
  415. .codicon-watch:before { content: "\eb7c" }
  416. .codicon-whitespace:before { content: "\eb7d" }
  417. .codicon-whole-word:before { content: "\eb7e" }
  418. .codicon-window:before { content: "\eb7f" }
  419. .codicon-word-wrap:before { content: "\eb80" }
  420. .codicon-zoom-in:before { content: "\eb81" }
  421. .codicon-zoom-out:before { content: "\eb82" }
  422. .codicon-list-filter:before { content: "\eb83" }
  423. .codicon-list-flat:before { content: "\eb84" }
  424. .codicon-list-selection:before { content: "\eb85" }
  425. .codicon-selection:before { content: "\eb85" }
  426. .codicon-list-tree:before { content: "\eb86" }
  427. .codicon-debug-breakpoint-function-unverified:before { content: "\eb87" }
  428. .codicon-debug-breakpoint-function:before { content: "\eb88" }
  429. .codicon-debug-breakpoint-function-disabled:before { content: "\eb88" }
  430. .codicon-debug-stackframe-active:before { content: "\eb89" }
  431. .codicon-circle-small-filled:before { content: "\eb8a" }
  432. .codicon-debug-stackframe-dot:before { content: "\eb8a" }
  433. .codicon-terminal-decoration-mark:before { content: "\eb8a" }
  434. .codicon-debug-stackframe:before { content: "\eb8b" }
  435. .codicon-debug-stackframe-focused:before { content: "\eb8b" }
  436. .codicon-debug-breakpoint-unsupported:before { content: "\eb8c" }
  437. .codicon-symbol-string:before { content: "\eb8d" }
  438. .codicon-debug-reverse-continue:before { content: "\eb8e" }
  439. .codicon-debug-step-back:before { content: "\eb8f" }
  440. .codicon-debug-restart-frame:before { content: "\eb90" }
  441. .codicon-debug-alt:before { content: "\eb91" }
  442. .codicon-call-incoming:before { content: "\eb92" }
  443. .codicon-call-outgoing:before { content: "\eb93" }
  444. .codicon-menu:before { content: "\eb94" }
  445. .codicon-expand-all:before { content: "\eb95" }
  446. .codicon-feedback:before { content: "\eb96" }
  447. .codicon-git-pull-request-reviewer:before { content: "\eb96" }
  448. .codicon-group-by-ref-type:before { content: "\eb97" }
  449. .codicon-ungroup-by-ref-type:before { content: "\eb98" }
  450. .codicon-account:before { content: "\eb99" }
  451. .codicon-git-pull-request-assignee:before { content: "\eb99" }
  452. .codicon-bell-dot:before { content: "\eb9a" }
  453. .codicon-debug-console:before { content: "\eb9b" }
  454. .codicon-library:before { content: "\eb9c" }
  455. .codicon-output:before { content: "\eb9d" }
  456. .codicon-run-all:before { content: "\eb9e" }
  457. .codicon-sync-ignored:before { content: "\eb9f" }
  458. .codicon-pinned:before { content: "\eba0" }
  459. .codicon-github-inverted:before { content: "\eba1" }
  460. .codicon-server-process:before { content: "\eba2" }
  461. .codicon-server-environment:before { content: "\eba3" }
  462. .codicon-pass:before { content: "\eba4" }
  463. .codicon-issue-closed:before { content: "\eba4" }
  464. .codicon-stop-circle:before { content: "\eba5" }
  465. .codicon-play-circle:before { content: "\eba6" }
  466. .codicon-record:before { content: "\eba7" }
  467. .codicon-debug-alt-small:before { content: "\eba8" }
  468. .codicon-vm-connect:before { content: "\eba9" }
  469. .codicon-cloud:before { content: "\ebaa" }
  470. .codicon-merge:before { content: "\ebab" }
  471. .codicon-export:before { content: "\ebac" }
  472. .codicon-graph-left:before { content: "\ebad" }
  473. .codicon-magnet:before { content: "\ebae" }
  474. .codicon-notebook:before { content: "\ebaf" }
  475. .codicon-redo:before { content: "\ebb0" }
  476. .codicon-check-all:before { content: "\ebb1" }
  477. .codicon-pinned-dirty:before { content: "\ebb2" }
  478. .codicon-pass-filled:before { content: "\ebb3" }
  479. .codicon-circle-large-filled:before { content: "\ebb4" }
  480. .codicon-circle-large:before { content: "\ebb5" }
  481. .codicon-circle-large-outline:before { content: "\ebb5" }
  482. .codicon-combine:before { content: "\ebb6" }
  483. .codicon-gather:before { content: "\ebb6" }
  484. .codicon-table:before { content: "\ebb7" }
  485. .codicon-variable-group:before { content: "\ebb8" }
  486. .codicon-type-hierarchy:before { content: "\ebb9" }
  487. .codicon-type-hierarchy-sub:before { content: "\ebba" }
  488. .codicon-type-hierarchy-super:before { content: "\ebbb" }
  489. .codicon-git-pull-request-create:before { content: "\ebbc" }
  490. .codicon-run-above:before { content: "\ebbd" }
  491. .codicon-run-below:before { content: "\ebbe" }
  492. .codicon-notebook-template:before { content: "\ebbf" }
  493. .codicon-debug-rerun:before { content: "\ebc0" }
  494. .codicon-workspace-trusted:before { content: "\ebc1" }
  495. .codicon-workspace-untrusted:before { content: "\ebc2" }
  496. .codicon-workspace-unknown:before { content: "\ebc3" }
  497. .codicon-terminal-cmd:before { content: "\ebc4" }
  498. .codicon-terminal-debian:before { content: "\ebc5" }
  499. .codicon-terminal-linux:before { content: "\ebc6" }
  500. .codicon-terminal-powershell:before { content: "\ebc7" }
  501. .codicon-terminal-tmux:before { content: "\ebc8" }
  502. .codicon-terminal-ubuntu:before { content: "\ebc9" }
  503. .codicon-terminal-bash:before { content: "\ebca" }
  504. .codicon-arrow-swap:before { content: "\ebcb" }
  505. .codicon-copy:before { content: "\ebcc" }
  506. .codicon-person-add:before { content: "\ebcd" }
  507. .codicon-filter-filled:before { content: "\ebce" }
  508. .codicon-wand:before { content: "\ebcf" }
  509. .codicon-debug-line-by-line:before { content: "\ebd0" }
  510. .codicon-inspect:before { content: "\ebd1" }
  511. .codicon-layers:before { content: "\ebd2" }
  512. .codicon-layers-dot:before { content: "\ebd3" }
  513. .codicon-layers-active:before { content: "\ebd4" }
  514. .codicon-compass:before { content: "\ebd5" }
  515. .codicon-compass-dot:before { content: "\ebd6" }
  516. .codicon-compass-active:before { content: "\ebd7" }
  517. .codicon-azure:before { content: "\ebd8" }
  518. .codicon-issue-draft:before { content: "\ebd9" }
  519. .codicon-git-pull-request-closed:before { content: "\ebda" }
  520. .codicon-git-pull-request-draft:before { content: "\ebdb" }
  521. .codicon-debug-all:before { content: "\ebdc" }
  522. .codicon-debug-coverage:before { content: "\ebdd" }
  523. .codicon-run-errors:before { content: "\ebde" }
  524. .codicon-folder-library:before { content: "\ebdf" }
  525. .codicon-debug-continue-small:before { content: "\ebe0" }
  526. .codicon-beaker-stop:before { content: "\ebe1" }
  527. .codicon-graph-line:before { content: "\ebe2" }
  528. .codicon-graph-scatter:before { content: "\ebe3" }
  529. .codicon-pie-chart:before { content: "\ebe4" }
  530. .codicon-bracket:before { content: "\eb0f" }
  531. .codicon-bracket-dot:before { content: "\ebe5" }
  532. .codicon-bracket-error:before { content: "\ebe6" }
  533. .codicon-lock-small:before { content: "\ebe7" }
  534. .codicon-azure-devops:before { content: "\ebe8" }
  535. .codicon-verified-filled:before { content: "\ebe9" }
  536. .codicon-newline:before { content: "\ebea" }
  537. .codicon-layout:before { content: "\ebeb" }
  538. .codicon-layout-activitybar-left:before { content: "\ebec" }
  539. .codicon-layout-activitybar-right:before { content: "\ebed" }
  540. .codicon-layout-panel-left:before { content: "\ebee" }
  541. .codicon-layout-panel-center:before { content: "\ebef" }
  542. .codicon-layout-panel-justify:before { content: "\ebf0" }
  543. .codicon-layout-panel-right:before { content: "\ebf1" }
  544. .codicon-layout-panel:before { content: "\ebf2" }
  545. .codicon-layout-sidebar-left:before { content: "\ebf3" }
  546. .codicon-layout-sidebar-right:before { content: "\ebf4" }
  547. .codicon-layout-statusbar:before { content: "\ebf5" }
  548. .codicon-layout-menubar:before { content: "\ebf6" }
  549. .codicon-layout-centered:before { content: "\ebf7" }
  550. .codicon-target:before { content: "\ebf8" }
  551. .codicon-indent:before { content: "\ebf9" }
  552. .codicon-record-small:before { content: "\ebfa" }
  553. .codicon-error-small:before { content: "\ebfb" }
  554. .codicon-terminal-decoration-error:before { content: "\ebfb" }
  555. .codicon-arrow-circle-down:before { content: "\ebfc" }
  556. .codicon-arrow-circle-left:before { content: "\ebfd" }
  557. .codicon-arrow-circle-right:before { content: "\ebfe" }
  558. .codicon-arrow-circle-up:before { content: "\ebff" }
  559. .codicon-layout-sidebar-right-off:before { content: "\ec00" }
  560. .codicon-layout-panel-off:before { content: "\ec01" }
  561. .codicon-layout-sidebar-left-off:before { content: "\ec02" }
  562. .codicon-blank:before { content: "\ec03" }
  563. .codicon-heart-filled:before { content: "\ec04" }
  564. .codicon-map:before { content: "\ec05" }
  565. .codicon-map-filled:before { content: "\ec06" }
  566. .codicon-circle-small:before { content: "\ec07" }
  567. .codicon-bell-slash:before { content: "\ec08" }
  568. .codicon-bell-slash-dot:before { content: "\ec09" }
  569. .codicon-comment-unresolved:before { content: "\ec0a" }
  570. .codicon-git-pull-request-go-to-changes:before { content: "\ec0b" }
  571. .codicon-git-pull-request-new-changes:before { content: "\ec0c" }
  572. .codicon-search-fuzzy:before { content: "\ec0d" }
  573. .codicon-comment-draft:before { content: "\ec0e" }
  574. .codicon-send:before { content: "\ec0f" }
  575. .codicon-sparkle:before { content: "\ec10" }
  576. .codicon-insert:before { content: "\ec11" }
  577. .codicon-mic:before { content: "\ec12" }
  578. .codicon-thumbsdown-filled:before { content: "\ec13" }
  579. .codicon-thumbsup-filled:before { content: "\ec14" }
  580. .codicon-coffee:before { content: "\ec15" }
  581. .codicon-snake:before { content: "\ec16" }
  582. .codicon-game:before { content: "\ec17" }
  583. .codicon-vr:before { content: "\ec18" }
  584. .codicon-chip:before { content: "\ec19" }
  585. .codicon-piano:before { content: "\ec1a" }
  586. .codicon-music:before { content: "\ec1b" }
  587. .codicon-mic-filled:before { content: "\ec1c" }
  588. .codicon-git-fetch:before { content: "\ec1d" }
  589. .codicon-copilot:before { content: "\ec1e" }