@fesjs/fes-design
Version:
fes-design for PC
17 lines (14 loc) • 942 B
JavaScript
import { createVNode } from 'vue';
import IconWrapper from './IconWrapper';
import './style';
var ShareOutlined = 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": "M855.04 170.027a251.861 251.861 0 0 1 6.57 349.44L525.697 855.595a251.861 251.861 0 0 1-362.752-349.398l177.75-178.09a155.605 155.605 0 0 1 225.749 214.058l-194.731 195.03a21.333 21.333 0 0 1-30.165 0l-15.104-15.062a21.333 21.333 0 0 1 0-30.165l189.056-189.056A91.605 91.605 0 0 0 390.74 368.939l-176 175.744A187.861 187.861 0 0 0 473.856 816.64l335.957-335.659A187.861 187.861 0 0 0 550.7 209.024l-18.134 17.963a21.333 21.333 0 0 1-30.122-.043l-15.147-15.147a21.333 21.333 0 0 1 0-30.208l11.563-11.52a251.861 251.861 0 0 1 356.181 0z"
}, null)])]
});
export { ShareOutlined as default };