UNPKG

@fesjs/fes-design

Version:
17 lines (14 loc) 607 B
import { createVNode } from 'vue'; import IconWrapper from './IconWrapper'; import './style'; var MoreOutlined = props => createVNode(IconWrapper, props, { default: () => [createVNode("svg", { "width": "200", "height": "200", "viewBox": "0 0 1024 1024", "xmlns": "http://www.w3.org/2000/svg" }, [createVNode("path", { "d": "M756.224 512a55.979 55.979 0 1 1 112 0 55.979 55.979 0 0 1-112 0zm-300.245 0a56.021 56.021 0 1 1 112.042 0 56.021 56.021 0 0 1-112.042 0zm-300.203 0a56.021 56.021 0 1 1 112 0 56.021 56.021 0 0 1-112 0z" }, null)])] }); export { MoreOutlined as default };