UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 585 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 SignalCellularOff = createIcon("SignalCellularOff", [ [ "path", { d: "M21.4297 1L13.1197 9.31L21.4297 17.61V1ZM5.33969 4.36L3.92969 5.77L10.2897 12.14L1.42969 21H19.1597L21.1597 23L22.5697 21.59L5.33969 4.36Z", key: "1y0ylo" } ] ]); export { SignalCellularOff as default }; //# sourceMappingURL=signal_cellular_off.js.map