google-material-icons
Version:
A google material icon library package for React applications
33 lines (29 loc) • 805 B
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 FlashlightOff = createIcon("FlashlightOff", [
[
"path",
{ d: "M18.7096 4.69531V1.69531H6.70961V2.86531L8.53961 4.69531H18.7096Z", key: "1exwra" }
],
[
"path",
{
d: "M16.7096 10.6953L18.7096 7.69531V6.69531H10.5396L16.7096 12.8653V10.6953Z",
key: "r3o3bq"
}
],
[
"path",
{
d: "M3.51961 2.50531L2.09961 3.91531L8.70961 10.5253V21.6953H16.7096V18.5253L20.4896 22.3053L21.8996 20.8953L3.51961 2.50531Z",
key: "14ccf0"
}
]
]);
export { FlashlightOff as default };
//# sourceMappingURL=flashlight_off.js.map