@fesjs/fes-design
Version:
fes-design for PC
17 lines (14 loc) • 905 B
JavaScript
import { createVNode } from 'vue';
import IconWrapper from './IconWrapper';
import './style';
var RightCircleOutlined = 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 512zm64 0a405.333 405.333 0 1 0 810.666 0 405.333 405.333 0 0 0-810.666 0zm253.738-184.832 2.091-3.243 13.056-16.853a21.333 21.333 0 0 1 29.952-3.797l247.339 191.872a21.333 21.333 0 0 1 0 33.706L405.504 720.725a21.333 21.333 0 0 1-29.952-3.797l-13.056-16.853a21.333 21.333 0 0 1 .939-27.307l2.858-2.603L570.197 512 366.251 353.835a21.333 21.333 0 0 1-5.846-26.667z"
}, null)])]
});
export { RightCircleOutlined as default };