UNPKG

@vuduc0801/react-native-phosphor-icons

Version:

Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.

18 lines (17 loc) 764 B
"use strict"; /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; import { jsx as _jsx } from "react/jsx-runtime"; const Flashlight = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M184 12H72a20 20 0 0 0-20 20v45.33a20.12 20.12 0 0 0 4 12L76 116v108a20 20 0 0 0 20 20h64a20 20 0 0 0 20-20V116l20-26.67a20.12 20.12 0 0 0 4-12V32a20 20 0 0 0-20-20m-4 24v16H76V36Zm-20 66.67a20.12 20.12 0 0 0-4 12V220h-56V114.67a20.12 20.12 0 0 0-4-12L76 76h104ZM140 120v32a12 12 0 0 1-24 0v-32a12 12 0 0 1 24 0" }) }); export default Flashlight; //# sourceMappingURL=Flashlight.js.map