@icongo/mc
Version:
Micon Icons
13 lines • 473 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlStatusConnecting2 = 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: "M756 477q-13 51-39 96.5T655 655t-81.5 62-96.5 39l-31-125q34-8 64-25.5t54-41.5 41-54 26-64z"
})
}));
export { MCMdlStatusConnecting2 };