@xdp/button
Version:
button el-button vue3
19 lines (18 loc) • 823 B
JSX
export default {
render () {
return <svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="webRule" stroke="none" stroke-width="1">
<g id="inputButton" transform="translate(-307.000000, -477.000000)" fill="currentColor">
<g id="group1" transform="translate(80.000000, 198.000000)">
<g id="-mockplus-" transform="translate(211.000000, 269.000000)">
<g id="group2" transform="translate(16.000000, 10.000000)">
<rect id="rect1" x="0" y="5" width="12" height="2" rx="0.75"></rect>
<rect id="rect2" x="5" y="0" width="2" height="12" rx="0.75"></rect>
</g>
</g>
</g>
</g>
</g>
</svg>
}
}