UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 428 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgDoubanLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M15.274 15H5V7h14v8h-1.624l-1.3 4H21v2H3v-2h4.612L6.8 16.5l1.902-.618L9.715 19h4.259zM3.5 3h17v2h-17zM7 9v4h10V9z" /> </Svg> ); export default SvgDoubanLine;