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) 998 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 Panorama = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M241.75 51.32a15.87 15.87 0 0 0-13.86-2.77l-3.48.94C205.61 54.56 170.61 64 128 64s-77.61-9.44-96.41-14.51l-3.48-.94A16 16 0 0 0 8 64v128a16 16 0 0 0 16 16 16.2 16.2 0 0 0 4.18-.55l3.18-.86C50.13 201.49 85.17 192 128 192s77.87 9.49 96.69 14.59l3.18.86A16 16 0 0 0 248 192V64a15.9 15.9 0 0 0-6.25-12.68M204 96a12 12 0 1 1-12 12 12 12 0 0 1 12-12m-76 80c-45 0-82.72 10.23-100.87 15.14L24 192v-39.3l46.34-46.35a8 8 0 0 1 11.32 0L152.28 177c-7.79-.65-15.91-1-24.28-1m100.87 15.14a449 449 0 0 0-51-11.2l-35.26-35.26L157 130.34a8 8 0 0 1 11.31 0l60.89 60.88Z" }) }); export default Panorama; //# sourceMappingURL=Panorama.js.map