UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 729 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 FlashlightOn = createIcon("FlashlightOn", [ [ "path", { d: "M18 2H6V8L8 11V22H16V11L18 8V2ZM16 4V5H8V4H16ZM14 10.4V20H10V10.39L8 7.39V7H16V7.39L14 10.4Z", key: "b4r67t" } ], [ "path", { d: "M12 15.5C12.8284 15.5 13.5 14.8284 13.5 14C13.5 13.1716 12.8284 12.5 12 12.5C11.1716 12.5 10.5 13.1716 10.5 14C10.5 14.8284 11.1716 15.5 12 15.5Z", key: "cl119n" } ] ]); export { FlashlightOn as default }; //# sourceMappingURL=flashlight_on.js.map