@fesjs/fes-design
Version:
fes-design for PC
17 lines (14 loc) • 893 B
JavaScript
import { createVNode } from 'vue';
import IconWrapper from './IconWrapper';
import './style';
var DownCircleFilled = 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.667zm184.832 317.738a21.333 21.333 0 0 0-24.064 3.03l-2.603 2.858L512 570.197 353.835 366.251l-2.603-2.816a21.333 21.333 0 0 0-24.064-2.987l-3.243 2.048-16.853 13.056a21.333 21.333 0 0 0-5.845 26.71l2.048 3.242 191.872 247.339a21.333 21.333 0 0 0 31.104 2.816l2.602-2.816 191.872-247.339a21.333 21.333 0 0 0-.981-27.307l-2.816-2.645-16.853-13.056-3.243-2.09z"
}, null)])]
});
export { DownCircleFilled as default };