ping update

This commit is contained in:
ntr
2019-05-02 14:37:11 +10:00
parent 22e3dae9be
commit 269e29fcb0
10 changed files with 54 additions and 9 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ const preact = require('preact');
module.exports = function saw(colour) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" style={{ stroke: colour }}>
<path d="M0,50l50,-50v100l50,-50" className="ping-path"/>
<path d="M0,50l50,-50v100l50,-50" className="ping-path"/>
<path d="M0,50l50,-50v100l50,-50" className="ping-path"/>
<path d="M0,50l50,-50v100l50,-50" className="ping-path"/>
</svg>
);
};