UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 494 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgHashtag = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="m7.784 14 .42-4H4V8h4.415l.525-5h2.011l-.525 5h3.989l.525-5h2.011l-.525 5H20v2h-3.784l-.42 4H20v2h-4.415l-.525 5h-2.011l.525-5H9.585l-.525 5H7.049l.525-5H4v-2zm2.011 0h3.99l.42-4h-3.99z" /> </Svg> ); export default SvgHashtag;