google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 786 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 SignalCellularNoSim = createIcon("SignalCellularNoSim", [
[
"path",
{
d: "M19.2399 4.19043C19.2399 3.09043 18.3499 2.19043 17.2499 2.19043H10.2499L7.90988 4.53043L19.2499 15.8704L19.2399 4.19043ZM3.89988 3.07043L2.62988 4.34043L5.24988 6.96043V18.1904C5.24988 19.2904 6.14988 20.1904 7.24988 20.1904H17.2599C17.6099 20.1904 17.9299 20.0904 18.2199 19.9304L20.0999 21.8104L21.3699 20.5404L3.89988 3.07043Z",
key: "1snrel"
}
]
]);
export { SignalCellularNoSim as default };
//# sourceMappingURL=signal_cellular_no_sim.js.map