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.

14 lines 1.31 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; const Panorama = props => /*#__PURE__*/React.createElement(Svg, _extends({ fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size }, props), /*#__PURE__*/React.createElement(Path, { d: "M244.18 48.15a19.82 19.82 0 0 0-17.32-3.46l-3.49.94C204.74 50.65 170.08 60 128 60s-76.74-9.35-95.37-14.37l-3.49-.94A20 20 0 0 0 4 64v128a20 20 0 0 0 19.94 20 20.4 20.4 0 0 0 5.23-.69l3.19-.87C51 205.39 85.7 196 128 196s77 9.4 95.64 14.45l3.19.87A20 20 0 0 0 252 192V64a19.85 19.85 0 0 0-7.82-15.85M128 84c44 0 81.14-9.69 100-14.77v107.85l-51.23-51.22a20 20 0 0 0-28.28 0L131.31 143l-41.17-41.14a20 20 0 0 0-28.28 0L28 135.71V69.23C46.86 74.31 84 84 128 84m20.28 76 14.35-14.35 33.46 33.46c-10.09-2-21.52-3.93-33.94-5.25ZM28 186.76v-17.11l48-48L126.35 172c-43.23.24-79.61 9.7-98.35 14.76M184 108a16 16 0 1 1 16 16 16 16 0 0 1-16-16" })); export default Panorama; //# sourceMappingURL=Panorama.js.map