@icongo/mc
Version:
Micon Icons
13 lines • 857 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlStorageNetworkWireless = 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: "M832 1280q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zm0-256q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zm0-256q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zm64 1152h512v128H256v-128h512v-256H384V0h896v1664H896v256zm-384-384h640V128H512v1408zM1658 262q126 128 194 291t68 343-68 343-194 291l-91-91q109-109 167-248.5t58-294.5-58-294.5T1567 353zm-181 181q91 91 139 208t48 245-48 245-139 208l-91-91q72-72 111-165.5t39-196.5-39-196.5T1386 534z"
})
}));
export { MCMdlStorageNetworkWireless };