UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 827 B
/** * @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: "M11.0096 4.19043H17.1796V13.3004L19.1796 15.3004V4.19043C19.1796 3.09043 18.2796 2.19043 17.1796 2.19043H10.1796L8.11957 4.25043L9.53957 5.67043L11.0096 4.19043ZM21.4396 20.4004L3.96957 2.93043L2.55957 4.34043L5.17957 6.96043V18.1904C5.17957 19.3004 6.07957 20.1904 7.17957 20.1904H18.4096L20.0296 21.8104L21.4396 20.4004ZM7.17957 18.1904V8.98043L16.4096 18.1904H7.17957Z", key: "1kcx87" } ] ]); export { SignalCellularNoSim as default }; //# sourceMappingURL=signal_cellular_no_sim.js.map