@@ -1044,14 +1044,16 @@ export function GraphWrapper({
10441044 } )
10451045 }
10461046 >
1047- < span
1048- className = {
1049- repo . provider . icon === 'cloud'
1050- ? 'codicon codicon-cloud action-button__icon'
1051- : `glicon glicon-provider-${ repo . provider . icon } action-button__icon`
1052- }
1053- aria-hidden = "true"
1054- >
1047+ < span >
1048+ < CodeIcon
1049+ className = "action-button__icon"
1050+ icon = {
1051+ repo . provider . icon === 'cloud'
1052+ ? 'cloud'
1053+ : `gl-provider-${ repo . provider . icon } `
1054+ }
1055+ aria-hidden = "true"
1056+ />
10551057 { repo . provider . integration ?. connected && (
10561058 < GlIndicator
10571059 style = { {
@@ -1069,21 +1071,21 @@ export function GraphWrapper({
10691071 < hr />
10701072 { repo . provider . integration ?. connected ? (
10711073 < span >
1072- < span
1074+ < CodeIcon
10731075 style = { { marginTop : '-3px' } }
1074- className = "codicon codicon- check"
1076+ icon = " check"
10751077 aria-hidden = "true"
1076- > </ span > { ' ' }
1078+ / >{ ' ' }
10771079 Connected to { repo . provider . name }
10781080 </ span >
10791081 ) : (
10801082 repo . provider . integration ?. connected === false && (
10811083 < >
1082- < span
1084+ < CodeIcon
10831085 style = { { marginTop : '-3px' } }
1084- className = "codicon codicon- plug"
1086+ icon = " plug"
10851087 aria-hidden = "true"
1086- > </ span > { ' ' }
1088+ / >{ ' ' }
10871089 < a
10881090 href = { createCommandLink < ConnectCloudIntegrationsCommandArgs > (
10891091 'gitlens.plus.cloudIntegrations.connect' as Commands ,
@@ -1133,18 +1135,15 @@ export function GraphWrapper({
11331135 >
11341136 { repo ?. formattedName ?? 'none selected' }
11351137 { repos . length > 1 && (
1136- < span
1137- className = "codicon codicon-chevron-down action-button__more"
1138- aria-hidden = "true"
1139- > </ span >
1138+ < CodeIcon className = "action-button__more" icon = "chevron-down" aria-hidden = "true" />
11401139 ) }
11411140 </ button >
11421141 < span slot = "content" > Switch to Another Repository...</ span >
11431142 </ GlTooltip >
11441143 { allowed && repo && (
11451144 < >
11461145 < span >
1147- < span className = "codicon codicon- chevron-right"> </ span >
1146+ < CodeIcon icon = " chevron-right" / >
11481147 </ span >
11491148 { branchState ?. pr && (
11501149 < GlPopover placement = "bottom" >
@@ -1188,27 +1187,25 @@ export function GraphWrapper({
11881187 >
11891188 { ! branchState ?. pr ? (
11901189 branchState ?. worktree ? (
1191- < span
1192- className = "glicon glicon-worktrees-view"
1193- aria-hidden = "true"
1194- > </ span >
1190+ < CodeIcon icon = "gl-worktrees-view" aria-hidden = "true" />
11951191 ) : (
1196- < span className = "codicon codicon- git-branch" aria-hidden = "true" > </ span >
1192+ < CodeIcon icon = " git-branch" aria-hidden = "true" / >
11971193 )
11981194 ) : (
11991195 ''
12001196 ) }
12011197 < span className = "action-button__truncated" > { branchName } </ span >
1202- < span
1203- className = "codicon codicon-chevron-down action-button__more"
1198+ < CodeIcon
1199+ className = "action-button__more"
1200+ icon = "chevron-down"
12041201 aria-hidden = "true"
1205- > </ span >
1202+ / >
12061203 </ a >
12071204 < div slot = "content" >
12081205 < span >
12091206 Switch to Another Branch...
12101207 < hr />
1211- < span className = "codicon codicon- git-branch" aria-hidden = "true" > </ span > { ' ' }
1208+ < CodeIcon icon = " git-branch" aria-hidden = "true" / >{ ' ' }
12121209 < span className = "md-code" > { branchName } </ span >
12131210 { branchState ?. worktree ? < i > (in a worktree)</ i > : '' }
12141211 </ span >
@@ -1223,7 +1220,7 @@ export function GraphWrapper({
12231220 </ span >
12241221 </ GlButton >
12251222 < span >
1226- < span className = "codicon codicon- chevron-right"> </ span >
1223+ < CodeIcon icon = " chevron-right" / >
12271224 </ span >
12281225 < GitActionsButtons
12291226 branchName = { branchName }
@@ -1247,10 +1244,11 @@ export function GraphWrapper({
12471244 confirm : true ,
12481245 } ) }
12491246 >
1250- < span className = "codicon codicon- custom-git-branch-create action-button__icon" > </ span >
1247+ < CodeIcon className = "action-button__icon" icon = " custom-start-work" / >
12511248 </ a >
12521249 < span slot = "content" >
1253- Create New Branch from < span className = "codicon codicon-git-branch" > </ span >
1250+ Create New Branch from
1251+ < CodeIcon icon = "git-branch" />
12541252 < span className = "md-code" > { branchName } </ span >
12551253 </ span >
12561254 </ GlTooltip >
@@ -1263,7 +1261,7 @@ export function GraphWrapper({
12631261 ) } `}
12641262 className = "action-button"
12651263 >
1266- < span className = "codicon codicon- rocket"> </ span >
1264+ < CodeIcon icon = " rocket" / >
12671265 </ a >
12681266 < span slot = "content" >
12691267 < span style = { { whiteSpace : 'break-spaces' } } >
@@ -1320,11 +1318,12 @@ export function GraphWrapper({
13201318 >
13211319 < GlTooltip placement = "top" slot = "anchor" >
13221320 < button type = "button" className = "action-button" >
1323- < span className = { `codicon codicon-filter${ hasFilters ? '-filled' : '' } ` } > </ span >
1324- < span
1325- className = "codicon codicon-chevron-down action-button__more"
1321+ < CodeIcon icon = { `filter${ hasFilters ? '-filled' : '' } ` } />
1322+ < CodeIcon
1323+ className = "action-button__more"
1324+ icon = "chevron-down"
13261325 aria-hidden = "true"
1327- > </ span >
1326+ / >
13281327 </ button >
13291328 < span slot = "content" > Graph Filtering</ span >
13301329 </ GlTooltip >
@@ -1421,7 +1420,7 @@ export function GraphWrapper({
14211420 aria-checked = { graphConfig ?. minimap ?? false }
14221421 onClick = { handleOnMinimapToggle }
14231422 >
1424- < span className = "codicon codicon- graph-line action-button__icon " > </ span >
1423+ < CodeIcon className = "action-button__icon" icon = " graph-line"> </ CodeIcon >
14251424 </ button >
14261425 < span slot = "content" > Toggle Minimap</ span >
14271426 </ GlTooltip >
@@ -1434,10 +1433,11 @@ export function GraphWrapper({
14341433 >
14351434 < GlTooltip placement = "top" distance = { 7 } slot = "anchor" >
14361435 < button type = "button" className = "action-button" aria-label = "Minimap Options" >
1437- < span
1438- className = "codicon codicon-chevron-down action-button__more"
1436+ < CodeIcon
1437+ className = "action-button__more"
1438+ icon = "chevron-down"
14391439 aria-hidden = "true"
1440- > </ span >
1440+ / >
14411441 </ button >
14421442 < span slot = "content" > Minimap Options</ span >
14431443 </ GlTooltip >
0 commit comments