UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.4 kB
/** * @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 NoFlash = createIcon("NoFlash", [ [ "path", { d: "M21.0547 4.93984H22.6547L19.6547 10.3398V6.33984H18.6547V1.33984H22.6547L21.0547 4.93984ZM16.6547 10.7398V12.5098L18.6547 14.5098V10.3398C18.6547 9.45984 17.9347 8.73984 17.0547 8.73984H14.5147L13.2347 7.33984H11.4847L14.8847 10.7398H16.6547ZM2.75473 1.43984L1.34473 2.84984L7.00473 8.50984L6.79473 8.73984H4.25473C3.37473 8.73984 2.65473 9.45984 2.65473 10.3398V19.7398C2.65473 20.6198 3.37473 21.3398 4.25473 21.3398H17.0547C17.8047 21.3398 18.4347 20.8198 18.6047 20.1198L21.1447 22.6598L22.5547 21.2498L2.75473 1.43984ZM12.1547 14.8398C12.1547 15.6698 11.4847 16.3398 10.6547 16.3398C9.82473 16.3398 9.15473 15.6698 9.15473 14.8398C9.15473 14.0098 9.82473 13.3398 10.6547 13.3398C11.4847 13.3398 12.1547 14.0098 12.1547 14.8398ZM16.6147 19.3398H4.65473V10.7398H7.67473L8.26473 10.0898L8.41473 9.92984L9.91473 11.4298C8.33473 11.7698 7.15473 13.1598 7.15473 14.8398C7.15473 16.7698 8.72473 18.3398 10.6547 18.3398C12.3347 18.3398 13.7247 17.1598 14.0747 15.5798L16.6247 18.1298L16.6147 19.3398Z", key: "6212er" } ] ]); export { NoFlash as default }; //# sourceMappingURL=no_flash.js.map