UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 321 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgFlashlightLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M13 9h8L11 24v-9H4l9-15v9Zm-2 2V7.22L7.532 13H13v4.394L17.263 11H11Z" /> </Svg> ); export default SvgFlashlightLine;