wip"
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
const preact = require('preact');
|
||||
|
||||
module.exports = function vboxColour(colour) {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" class={colour.toLowerCase()} >
|
||||
<circle
|
||||
cx={50}
|
||||
cy={50}
|
||||
r={40}
|
||||
// stroke-width="2"
|
||||
// stroke={colour}
|
||||
/>
|
||||
</svg>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user