google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 850 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const MobiledataOff = createIcon("MobiledataOff", [
[
"path",
{
d: "M16.7096 6.10961L18.2996 7.69961L19.7096 6.28961L15.7096 2.28961L11.7096 6.28961L13.1196 7.69961L14.7096 6.10961V10.4596L16.7096 12.4596V6.10961Z",
key: "au1ri3"
}
],
[
"path",
{
d: "M2.09961 3.50961L8.70961 10.1196V16.4696L7.11961 14.8796L5.70961 16.2896L9.70961 20.2896L13.7096 16.2896L12.2996 14.8796L10.7096 16.4696V12.1196L20.4896 21.8996L21.8996 20.4796L3.51961 2.09961L2.09961 3.50961Z",
key: "hk947t"
}
]
]);
export { MobiledataOff as default };
//# sourceMappingURL=mobiledata_off.js.map