<h1>SvgIcon Code Generator</h1>
<p>Convert a list of SVG file names into code that can be added to SvgIcon.tsx</p>
<h3>SVG File Names</h3>
<p>Copy all the file names here. Finder: Select All, Cmd + Opt + C.</p>
<textarea id="filenames">
/Users/csabahellinger/Downloads/icons/accedo_one_logo_white.svg
/Users/csabahellinger/Downloads/icons/airplay_connected_system.svg
/Users/csabahellinger/Downloads/icons/airplay_system.svg
/Users/csabahellinger/Downloads/icons/android_back_system.svg
/Users/csabahellinger/Downloads/icons/rating_us_mpaa_pg_13.svg
</textarea>
<h3>Code</h3>
<p>Copy and paste this into the SvgIcon.tsx between the "BEGIN" and "END" comments.</p>
<textarea id="code" readonly>
</textarea>