You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to make a request to add the "Stop" playback icon to the mix.
I required the use of one, but it was missing from the set.
Below is the SVG code I used to build the icon.
It was based on the "full-screen" icon.
I am not sure if you used a program to generate the icons before outputing the SVG format.
I would like to make a request to add the "Stop" playback icon to the mix.
I required the use of one, but it was missing from the set.
Below is the SVG code I used to build the icon.
It was based on the "full-screen" icon.
I am not sure if you used a program to generate the icons before outputing the SVG format.
<symbol id="i-stop" viewBox="0 0 32 32">
<path d="M4 4 L28 4 L28 28 L4 28 L4 4" />
</symbol>
Thanks
The text was updated successfully, but these errors were encountered: