@icongo/mc
Version:
Micon Icons
13 lines • 541 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlStatusVpn = 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: "M256 0q53 0 99.5 20T437 75t55 81.5 20 99.5v384H0V256q0-53 20-99.5T75 75t81.5-55T256 0zm0 112q-30 0-56 11.5t-45.5 31-31 45.5-11.5 56h288q0-30-11.5-56t-31-45.5-45.5-31-56-11.5z"
})
}));
export { MCMdlStatusVpn };