Skip to content

Commit 98304cb

Browse files
authored
feat(ui): add iterators to examples (#471)
1 parent 4259606 commit 98304cb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

web/src/icons.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { initializeIcons as initFluentIcons } from '@fluentui/react/lib/Icons'
33
import { registerIcons } from '@fluentui/react/lib/Styling'
44
import { SiWebassembly, SiAzurefunctions } from 'react-icons/si'
55
import {
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
}

web/src/services/examples/snippets.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@
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",

0 commit comments

Comments
 (0)