We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29ae29 commit 8d0bcc1Copy full SHA for 8d0bcc1
material.angular.io/src/app/shared/stack-blitz/stack-blitz-button.html
@@ -2,19 +2,6 @@
2
<button mat-icon-button type="button"
3
(click)="openStackBlitz()"
4
[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
17
- </svg>
18
- </mat-icon>
+ <mat-icon>open_in_new</mat-icon>
19
</button>
20
</div>
0 commit comments