@fesjs/fes-design
Version:
fes-design for PC
17 lines (14 loc) • 864 B
JavaScript
import { createVNode } from 'vue';
import IconWrapper from './IconWrapper';
import './style';
var InfoCircleOutlined = 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.333C252.8 981.333 42.667 771.2 42.667 512S252.8 42.667 512 42.667 981.333 252.8 981.333 512 771.2 981.333 512 981.333zm0-64a405.333 405.333 0 1 0 0-810.666 405.333 405.333 0 0 0 0 810.666zm0-562.474a42.667 42.667 0 1 1 0-85.334 42.667 42.667 0 0 1 0 85.334zm-10.667 417.365A21.333 21.333 0 0 1 480 750.891V438.912a21.333 21.333 0 0 1 21.333-21.333h21.334A21.333 21.333 0 0 1 544 438.912v312.021a21.333 21.333 0 0 1-21.333 21.334h-21.334z"
}, null)])]
});
export { InfoCircleOutlined as default };