Skip to content

Commit eca4d29

Browse files
sergeibbbd13
authored andcommitted
Adds Linear icon
(#4543, #4579)
1 parent 66c788f commit eca4d29

File tree

14 files changed

+30
-9
lines changed

14 files changed

+30
-9
lines changed
Lines changed: 1 addition & 1 deletion
Loading

images/icons/provider-linear.svg

Lines changed: 1 addition & 0 deletions
Loading

images/icons/template/mapping.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,6 @@
6464
"repository": 61763,
6565
"worktree": 61764,
6666
"worktree-filled": 61765,
67-
"repository-cloud": 61766
67+
"repository-cloud": 61766,
68+
"provider-linear": 61767
6869
}

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10992,6 +10992,13 @@
1099210992
"fontPath": "dist/glicons.woff2",
1099310993
"fontCharacter": "\\f146"
1099410994
}
10995+
},
10996+
"gitlens-provider-linear": {
10997+
"description": "provider-linear icon",
10998+
"default": {
10999+
"fontPath": "dist/glicons.woff2",
11000+
"fontCharacter": "\\f147"
11001+
}
1099511002
}
1099611003
},
1099711004
"menus": {

src/webviews/apps/commitDetails/commitDetails.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@font-face {
1212
font-family: 'glicons';
1313
font-display: block;
14-
src: url('#{root}/dist/glicons.woff2?b264f1ed05b6fced8e7bfbe5c426587e') format('woff2');
14+
src: url('#{root}/dist/glicons.woff2?d3b316716ee1329763a193a20834cd0a') format('woff2');
1515
}
1616
</style>
1717
</head>

src/webviews/apps/home/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@font-face {
1212
font-family: 'glicons';
1313
font-display: block;
14-
src: url('#{root}/dist/glicons.woff2?b264f1ed05b6fced8e7bfbe5c426587e') format('woff2');
14+
src: url('#{root}/dist/glicons.woff2?d3b316716ee1329763a193a20834cd0a') format('woff2');
1515
}
1616
</style>
1717
</head>

src/webviews/apps/plus/composer/composer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@font-face {
1212
font-family: 'glicons';
1313
font-display: block;
14-
src: url('#{root}/dist/glicons.woff2?3614d4fae1d1a9c07c67436aad657680') format('woff2');
14+
src: url('#{root}/dist/glicons.woff2?d3b316716ee1329763a193a20834cd0a') format('woff2');
1515
}
1616
</style>
1717
<script type="application/javascript" nonce="#{cspNonce}">

src/webviews/apps/plus/graph/graph.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@font-face {
1212
font-family: 'glicons';
1313
font-display: block;
14-
src: url('#{root}/dist/glicons.woff2?b264f1ed05b6fced8e7bfbe5c426587e') format('woff2');
14+
src: url('#{root}/dist/glicons.woff2?d3b316716ee1329763a193a20834cd0a') format('woff2');
1515
}
1616
</style>
1717
<script type="application/javascript" nonce="#{cspNonce}">

src/webviews/apps/plus/graph/graph.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,13 @@ button:not([disabled]),
874874
}
875875
}
876876

877+
&--issue-linear {
878+
&::before {
879+
font-family: 'glicons';
880+
@include iconUtils.glicon('provider-linear');
881+
}
882+
}
883+
877884
&--issue-azureDevops {
878885
&::before {
879886
font-family: codicon;

src/webviews/apps/plus/patchDetails/patchDetails.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@font-face {
1212
font-family: 'glicons';
1313
font-display: block;
14-
src: url('#{root}/dist/glicons.woff2?b264f1ed05b6fced8e7bfbe5c426587e') format('woff2');
14+
src: url('#{root}/dist/glicons.woff2?d3b316716ee1329763a193a20834cd0a') format('woff2');
1515
}
1616
</style>
1717
</head>

0 commit comments

Comments
 (0)