UNPKG

@fesjs/fes-design

Version:
17 lines (14 loc) 962 B
import { createVNode } from 'vue'; import IconWrapper from './IconWrapper'; import './style'; var UpCircleOutlined = 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": "M512 981.333c259.2 0 469.333-210.133 469.333-469.333S771.2 42.667 512 42.667 42.667 252.8 42.667 512 252.8 981.333 512 981.333zm0-64a405.333 405.333 0 1 1 0-810.666 405.333 405.333 0 0 1 0 810.666zm160.768-256.768a21.333 21.333 0 0 0 24.064 2.987l3.243-2.048 16.853-13.056a21.333 21.333 0 0 0 5.845-26.71l-2.048-3.242L528.853 371.2a21.333 21.333 0 0 0-31.104-2.816l-2.602 2.816-191.872 247.339a21.333 21.333 0 0 0 .981 27.306l2.816 2.646 16.853 13.056 3.243 2.09a21.333 21.333 0 0 0 24.064-3.029l2.603-2.859L512 453.803l158.165 203.946 2.603 2.816z" }, null)])] }); export { UpCircleOutlined as default };