8 lines
127 B

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