File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111// (see scripts/copy-fonts.mjs). Paths here are relative to css/ionic/.
1212@font-face {
1313 font-family : " Phosphor" ;
14- src : url (" ../fonts/Phosphor.woff2" ) format (" woff2" ),
15- url (" ../fonts/Phosphor.woff" ) format (" woff" );
14+ src : url (" ../fonts/Phosphor.woff2" ) format (" woff2" ), url (" ../fonts/Phosphor.woff" ) format (" woff" );
1615 font-weight : normal ;
1716 font-style : normal ;
1817 font-display : block ;
Original file line number Diff line number Diff line change @@ -62,14 +62,5 @@ export const renderIcon = (
6262 ) ;
6363 }
6464
65- return (
66- < ion-icon
67- icon = { svgIcon }
68- part = { part }
69- class = { cls }
70- aria-hidden = "true"
71- lazy = { lazy }
72- flip-rtl = { flipRtl }
73- />
74- ) ;
65+ return < ion-icon icon = { svgIcon } part = { part } class = { cls } aria-hidden = "true" lazy = { lazy } flip-rtl = { flipRtl } /> ;
7566} ;
You can’t perform that action at this time.
0 commit comments