File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { initializeIcons as initFluentIcons } from '@fluentui/react/lib/Icons'
33import { registerIcons } from '@fluentui/react/lib/Styling'
44import { SiWebassembly , SiAzurefunctions } from 'react-icons/si'
55import {
6+ VscSymbolArray ,
67 VscSymbolClass ,
78 VscSymbolMisc ,
89 VscBracketError ,
@@ -27,6 +28,7 @@ export const initializeIcons = () => {
2728 VscSymbolMisc : < VscSymbolMisc /> ,
2829 VscPulse : < VscPulse /> ,
2930 VscGithubInverted : < VscGithubInverted /> ,
31+ VscSymbolArray : < VscSymbolArray /> ,
3032 } ,
3133 } )
3234}
Original file line number Diff line number Diff line change 114114 "icon" : " VscSymbolParameter" ,
115115 "iconColor" : " #ff6347"
116116 },
117+ {
118+ "label" : " Iterators" ,
119+ "id" : " JsdFcZac4E-" ,
120+ "icon" : " VscSymbolArray" ,
121+ "iconColor" : " #ffb900"
122+ },
117123 {
118124 "label" : " Recursion" ,
119125 "id" : " smWim1q9ofu" ,
You can’t perform that action at this time.
0 commit comments