UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.39 kB
/** * @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 SensorsOff = createIcon("SensorsOff", [ [ "path", { d: "M8.44482 10.255C8.35482 10.585 8.30482 10.935 8.30482 11.295C8.30482 12.395 8.75482 13.395 9.47482 14.125L8.05482 15.545C6.97482 14.455 6.30482 12.955 6.30482 11.295C6.30482 10.365 6.51482 9.49498 6.88482 8.70498L5.41482 7.23498C4.70482 8.42498 4.30482 9.81498 4.30482 11.295C4.30482 13.505 5.20482 15.505 6.65482 16.945L5.23482 18.365C3.42482 16.555 2.30482 14.055 2.30482 11.295C2.30482 9.25498 2.91482 7.36498 3.96482 5.78498L1.69482 3.51498L3.10482 2.10498L21.4848 20.485L20.0748 21.895L8.44482 10.255ZM17.7248 13.885C18.0948 13.095 18.3048 12.225 18.3048 11.295C18.3048 9.63498 17.6348 8.13498 16.5448 7.05498L15.1248 8.47498C15.8548 9.19498 16.3048 10.195 16.3048 11.295C16.3048 11.655 16.2548 12.005 16.1648 12.335L17.7248 13.885ZM20.3048 11.295C20.3048 12.775 19.9048 14.165 19.1948 15.355L20.6448 16.805C21.6948 15.225 22.3048 13.335 22.3048 11.295C22.3048 8.53498 21.1848 6.03498 19.3748 4.22498L17.9548 5.64498C19.4048 7.08498 20.3048 9.08498 20.3048 11.295Z", key: "h7qy9r" } ] ]); export { SensorsOff as default }; //# sourceMappingURL=sensors_off.js.map