UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 364 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgLogoHackernews(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M32 32v448h448V32zm249.67 250.83v84H235v-84l-77-140h55l46.32 97.54 44.33-97.54h52.73z" /></Svg>; } export default SvgLogoHackernews;