UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 851 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 FlashlightOff = createIcon("FlashlightOff", [ [ "path", { d: "M3.51961 2.50531L2.09961 3.91531L8.70961 10.5253V21.6953H16.7096V18.5253L20.4896 22.3053L21.8996 20.8953L3.51961 2.50531ZM14.7096 19.6953H10.7096V12.5253L14.7096 16.5253V19.6953Z", key: "1ysk60" } ], [ "path", { d: "M16.7096 3.69531V4.69531H8.53961L10.5396 6.69531H16.7096V7.08531L14.7096 10.0953V10.8653L16.7096 12.8653V10.6953L18.7096 7.69531V1.69531H6.70961V2.86531L7.53961 3.69531H16.7096Z", key: "eh2oe0" } ] ]); export { FlashlightOff as default }; //# sourceMappingURL=flashlight_off.js.map