@fesjs/fes-design
Version:
fes-design for PC
17 lines (14 loc) • 1.27 kB
JavaScript
import { createVNode } from 'vue';
import IconWrapper from './IconWrapper';
import './style';
var QuestionCircleOutlined = 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 42.667C771.2 42.667 981.333 252.8 981.333 512S771.2 981.333 512 981.333 42.667 771.2 42.667 512 252.8 42.667 512 42.667zm0 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.334zm0-446.293a161.152 161.152 0 0 1 121.77 266.667c-11.605 13.397-22.186 21.93-38.911 32.597l-20.267 12.587a103.68 103.68 0 0 0-16.597 12.8c-8.406 7.936-12.672 15.872-13.739 24.789l-.085 13.355a21.333 21.333 0 0 1-21.334 21.205h-21.504A21.333 21.333 0 0 1 480 585.515v-8.662c0-28.928 11.776-54.741 33.92-75.776 7.808-7.424 14.507-12.672 24.32-19.072l15.616-9.813c16.213-9.856 23.637-15.445 31.573-24.619a97.152 97.152 0 1 0-169.685-76.672l-.427 16.64a21.333 21.333 0 0 1-21.333 20.822h-21.59a21.333 21.333 0 0 1-20.949-17.494l-.384-4.053.171-13.525A161.152 161.152 0 0 1 512 222.848z"
}, null)])]
});
export { QuestionCircleOutlined as default };