@icongo/mc
Version:
Micon Icons
13 lines • 514 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlReshare = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "m1312 1536 128 128H256V603L93 765 3 675l317-317 317 317-90 90-163-162v933h928zm733-163-317 317-317-317 90-90 163 162V512H736L608 384h1184v1061l163-162z"
})
}));
export { MCMdlReshare };