google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 608 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 SignalCellularNodata = createIcon("SignalCellularNodata", [
[
"path",
{
d: "M22 13H13V22H2L22 2V13ZM21 15.41L19.59 14L17.5 16.09L15.41 14L14 15.41L16.09 17.5L14 19.59L15.41 21L17.5 18.92L19.59 21L21 19.59L18.92 17.5L21 15.41Z",
key: "1s9nuu"
}
]
]);
export { SignalCellularNodata as default };
//# sourceMappingURL=signal_cellular_nodata.js.map