8 lines
119 B

<rect x='{x}' y='{y}' width='{width}' height='{height}'/>
<script>
export default {
namespace: `svg`
};
</script>