@icongo/mc
Version:
Micon Icons
13 lines • 608 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlStatusDataTransferVpn = 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: "M1107 557 768 219v165H640V0h384v128H859l338 339zM256 0q53 0 99.5 20T437 75t55 81.5 20 99.5v384H0V256q0-53 20-99.5T75 75t81.5-55T256 0zm144 256q0-30-11.5-56t-31-45.5-45.5-31-56-11.5-56 11.5-45.5 31-31 45.5-11.5 56h288z"
})
}));
export { MCMdlStatusDataTransferVpn };