Skip to content

Commit 8d0bcc1

Browse files
Splaktarmmalerba
authored andcommittedOct 28, 2019
fix(stack-blitz-button): use open_in_new icon (#667)
Fixes #662
1 parent c29ae29 commit 8d0bcc1

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed
 

‎material.angular.io/src/app/shared/stack-blitz/stack-blitz-button.html

+1-14
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22
<button mat-icon-button type="button"
33
(click)="openStackBlitz()"
44
[disabled]="isDisabled">
5-
<mat-icon>
6-
<svg width='24px' height='24px' viewBox='0 -3 23 40' version='1.1'
7-
xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
8-
<title>StackBlitz Logo</title>
9-
<desc>Created with Sketch.</desc>
10-
<g id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'>
11-
<g fill='#1389FD' fill-rule='nonzero'>
12-
<polygon id='Path'
13-
points='0 19.9187087 9.87007874 19.9187087 4.12007874 34 23 13.9612393 13.0846457 13.9612393 18.7893701 0'>
14-
</polygon>
15-
</g>
16-
</g>
17-
</svg>
18-
</mat-icon>
5+
<mat-icon>open_in_new</mat-icon>
196
</button>
207
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.