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) 778 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 Engine = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M256 120v48a16 16 0 0 1-16 16h-12.69L192 219.31a15.86 15.86 0 0 1-11.31 4.69h-77.38A15.86 15.86 0 0 1 92 219.31L52.69 180A15.86 15.86 0 0 1 48 168.69V148H24v24a8 8 0 0 1-16 0v-64a8 8 0 0 1 16 0v24h24V80a16 16 0 0 1 16-16h60V40h-24a8 8 0 0 1 0-16h64a8 8 0 0 1 0 16h-24v24h40.69A15.86 15.86 0 0 1 192 68.69L227.31 104H240a16 16 0 0 1 16 16" }) }); export default Engine; //# sourceMappingURL=Engine.js.map