google-material-icons
Version:
A google material icon library package for React applications
23 lines (19 loc) • 638 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 FlashlightOn = createIcon("FlashlightOn", [
["path", { d: "M18 2H6V5H18V2Z", key: "17ngt5" }],
[
"path",
{
d: "M6 7V8L8 11V22H16V11L18 8V7H6ZM12 15.5C11.17 15.5 10.5 14.83 10.5 14C10.5 13.17 11.17 12.5 12 12.5C12.83 12.5 13.5 13.17 13.5 14C13.5 14.83 12.83 15.5 12 15.5Z",
key: "edvd56"
}
]
]);
export { FlashlightOn as default };
//# sourceMappingURL=flashlight_on.js.map