UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 536 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 FlashOff = createIcon("FlashOff", [ [ "path", { d: "M4.77 3L3.5 4.27L8.5 9.27V13H11.5V22L15.08 15.86L19.23 20L20.5 18.73L4.77 3ZM18.5 10H14.5L18.5 2H8.5V4.18L16.96 12.64L18.5 10Z", key: "zyvcpj" } ] ]); export { FlashOff as default }; //# sourceMappingURL=flash_off.js.map