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) 1.01 kB
"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 LightbulbFilament = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M180 232a12 12 0 0 1-12 12H88a12 12 0 0 1 0-24h80a12 12 0 0 1 12 12m40-128a92.47 92.47 0 0 1-37 73.73 7.81 7.81 0 0 0-3 6.27 20 20 0 0 1-20 20H96a20 20 0 0 1-20-20v-.23a7.76 7.76 0 0 0-3.25-6.2 91.36 91.36 0 0 1-36.75-73C35.73 54.69 76 13.2 125.79 12A92 92 0 0 1 220 104m-24 0a68 68 0 0 0-69.65-68C89.56 36.89 59.8 67.56 60 104.39a67.52 67.52 0 0 0 27.18 54A32.14 32.14 0 0 1 99.77 180H116v-31l-28.49-28.51a12 12 0 0 1 17-17L128 127l23.51-23.51a12 12 0 0 1 17 17L140 149v31h16.25a31.9 31.9 0 0 1 12.41-21.49A67.45 67.45 0 0 0 196 104" }) }); export default LightbulbFilament; //# sourceMappingURL=LightbulbFilament.js.map