UNPKG

@fesjs/fes-design

Version:
40 lines (37 loc) 1.89 kB
import { createVNode, mergeProps } from 'vue'; import IconWrapper from './IconWrapper'; import './style'; var LoadingOutlined = props => createVNode(IconWrapper, mergeProps(props, { "spin": true }), { default: () => [createVNode("svg", { "viewBox": "0 0 1024 1024", "xmlns": "http://www.w3.org/2000/svg", "width": "200", "height": "200" }, [createVNode("path", { "d": "M512 42.453q42.667 0 42.667 42.667v128q0 42.667-42.667 42.667t-42.667-42.667v-128q0-42.667 42.667-42.667Z", "fill-opacity": ".7" }, null), createVNode("path", { "d": "M512 768.213q42.667 0 42.667 42.667v128q0 42.667-42.667 42.667t-42.667-42.667v-128q0-42.667 42.667-42.667Z", "fill-opacity": ".2" }, null), createVNode("path", { "d": "M42.667 511.787q0-42.667 42.666-42.667h128q42.667 0 42.667 42.667 0 42.666-42.667 42.666h-128q-42.666 0-42.666-42.666Z", "fill-opacity": ".4" }, null), createVNode("path", { "d": "M768 511.787q0-42.667 42.667-42.667h128q42.666 0 42.666 42.667 0 42.666-42.666 42.666h-128q-42.667 0-42.667-42.666Z" }, null), createVNode("path", { "d": "M179.978 179.978q30.17-30.17 60.34 0l90.51 90.51q30.17 30.17 0 60.34t-60.34 0l-90.51-90.51q-30.17-30.17 0-60.34Z", "fill-opacity": ".55" }, null), createVNode("path", { "d": "M693.173 693.172q30.17-30.17 60.34 0l90.51 90.51q30.169 30.17 0 60.34-30.17 30.17-60.34 0l-90.51-90.51q-30.17-30.17 0-60.34Z", "fill-opacity": ".1" }, null), createVNode("path", { "d": "M179.978 843.723q-30.17-30.17 0-60.34l90.51-90.51q30.17-30.169 60.34 0 30.17 30.17 0 60.34l-90.51 90.51q-30.17 30.17-60.34 0Z", "fill-opacity": ".3" }, null), createVNode("path", { "d": "M692.874 330.827q-30.17-30.17 0-60.34l90.51-90.51q30.17-30.169 60.34 0 30.17 30.17 0 60.34l-90.51 90.51q-30.17 30.17-60.34 0Z", "fill-opacity": ".85" }, null)])] }); export { LoadingOutlined as default };