google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 608 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 FlashOff = createIcon("FlashOff", [
[
"path",
{
d: "M18.4297 10H14.8197L17.0997 12.28L18.4297 10ZM18.4297 2H8.42969V3.61L14.5597 9.74L18.4297 2ZM4.83969 2.86L3.42969 4.27L8.42969 9.27V13H11.4297V22L15.0097 15.85L19.1597 20L20.5697 18.59L4.83969 2.86Z",
key: "1cq9p0"
}
]
]);
export { FlashOff as default };
//# sourceMappingURL=flash_off.js.map