react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 577 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgPanoramaHAlt(props) {
return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M21.46 5.83A1 1 0 0020.7 5h-.11A37.49 37.49 0 003.41 5H3.3a1 1 0 00-.76.8 35.52 35.52 0 000 12.34 1 1 0 00.76.8h.11A37.62 37.62 0 0012 20a37.62 37.62 0 008.59-1h.11a1 1 0 00.76-.8 35.52 35.52 0 000-12.37zM19.6 17.17a35.42 35.42 0 01-15.2 0 33.2 33.2 0 010-10.34 35.42 35.42 0 0115.2 0 33.2 33.2 0 010 10.34z" fill="currentColor"/>
</Svg>);
}
export default SvgPanoramaHAlt;