UNPKG

@xdp/button

Version:

button el-button vue3

48 lines (45 loc) 1.2 kB
import { createVNode } from 'vue'; var Plus = { render() { return createVNode("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" }, [createVNode("g", { "id": "webRule", "stroke": "none", "stroke-width": "1" }, [createVNode("g", { "id": "inputButton", "transform": "translate(-307.000000, -477.000000)", "fill": "currentColor" }, [createVNode("g", { "id": "group1", "transform": "translate(80.000000, 198.000000)" }, [createVNode("g", { "id": "-mockplus-", "transform": "translate(211.000000, 269.000000)" }, [createVNode("g", { "id": "group2", "transform": "translate(16.000000, 10.000000)" }, [createVNode("rect", { "id": "rect1", "x": "0", "y": "5", "width": "12", "height": "2", "rx": "0.75" }, null), createVNode("rect", { "id": "rect2", "x": "5", "y": "0", "width": "2", "height": "12", "rx": "0.75" }, null)])])])])])]); } }; export { Plus as default };