UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 550 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.5 1L12.91 9.59L21.5 18.18V1ZM5.27 4.5L4 5.77L10.36 12.13L1.5 21H19.23L21.23 23L22.5 21.73L5.27 4.5Z", key: "1k97o2" } ] ]); export { SignalCellularOff as default }; //# sourceMappingURL=signal_cellular_off.js.map