Jak podać ikonę w pliku typu wejściowego React
<div style={{ margin: "0 10px" }}>
<label htmlFor="file-input">
<img
src="/assets/vectors/file-icon.svg"
alt="file"
className="button"
/>
</label>
<input id="file-input" type="file" />
</div>
Yucky Yacare