UNPKG

@fesjs/fes-design

Version:
17 lines (14 loc) 730 B
import { createVNode } from 'vue'; import IconWrapper from './IconWrapper'; import './style'; var MoreCircleFilled = 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": "M42.667 512C42.667 252.8 252.8 42.667 512 42.667S981.333 252.8 981.333 512 771.2 981.333 512 981.333 42.667 771.2 42.667 512zm620.245 0a56.021 56.021 0 1 0 112 0 56.021 56.021 0 0 0-112 0zm-206.123 0a56.021 56.021 0 1 0 112 0 56.021 56.021 0 0 0-112 0zm-207.701 0a56.021 56.021 0 1 0 112 0 56.021 56.021 0 0 0-112 0z" }, null)])] }); export { MoreCircleFilled as default };