Just learning html, How do I increase the stroke width of a SVG google icon? This does not seem to be working.
HTML:
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<i class="material-icons" style="stroke-width: 100"> arrow_forward</i>