google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.39 kB
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 SensorsOff = createIcon("SensorsOff", [
[
"path",
{
d: "M8.44531 10.255C8.35531 10.585 8.30531 10.935 8.30531 11.295C8.30531 12.395 8.75531 13.395 9.47531 14.125L8.05531 15.545C6.97531 14.455 6.30531 12.955 6.30531 11.295C6.30531 10.365 6.51531 9.49498 6.88531 8.70498L5.41531 7.23498C4.70531 8.42498 4.30531 9.81498 4.30531 11.295C4.30531 13.505 5.20531 15.505 6.65531 16.945L5.23531 18.365C3.42531 16.555 2.30531 14.055 2.30531 11.295C2.30531 9.25498 2.91531 7.36498 3.96531 5.78498L1.69531 3.51498L3.10531 2.10498L21.4853 20.485L20.0753 21.895L8.44531 10.255ZM17.7253 13.885C18.0953 13.095 18.3053 12.225 18.3053 11.295C18.3053 9.63498 17.6353 8.13498 16.5453 7.05498L15.1253 8.47498C15.8553 9.19498 16.3053 10.195 16.3053 11.295C16.3053 11.655 16.2553 12.005 16.1653 12.335L17.7253 13.885ZM20.3053 11.295C20.3053 12.775 19.9053 14.165 19.1953 15.355L20.6453 16.805C21.6953 15.225 22.3053 13.335 22.3053 11.295C22.3053 8.53498 21.1853 6.03498 19.3753 4.22498L17.9553 5.64498C19.4053 7.08498 20.3053 9.08498 20.3053 11.295Z",
key: "1q87t9"
}
]
]);
export { SensorsOff as default };
//# sourceMappingURL=sensors_off.js.map