UNPKG

react-native-remix-icon

Version:
14 lines (11 loc) 385 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgBook2Fill(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M21 18H6a1 1 0 000 2h15v2H6a3 3 0 01-3-3V4a2 2 0 012-2h16v16zm-5-9V7H8v2h8z" /> </Svg> ); } export default SvgBook2Fill;