問題タブ [iconbutton]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
material-ui - Material-UI IconButton で .ico ファイルを使用するにはどうすればよいですか
含まれているアイコン画像のサイズの標準範囲 (128x128 から 16x16 ピクセルまで) の .ico ファイルがあります。このファイルの画像を Material-UI IconButton の画像として使用したいと考えています。これは私が持っているコードです:
ただし、代替テキストを表示するだけです。私も試してみました
URL http://My.site.tld/MyIcons.icoでアイコンを直接表示できるため、ファイルはそこにあります。
これをどのように行うべきですか?ありがとう。