UNPKG

react-native-unicons

Version:
9 lines (8 loc) 422 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgDiary(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M17 2H5a1 1 0 00-1 1v16a1 1 0 001 1h1v1a1 1 0 001 1 1 1 0 001-1v-1h9a3 3 0 003-3V5a3 3 0 00-3-3zm-3 16H6V4h8zm4-1a1 1 0 01-1 1h-1V4h1a1 1 0 011 1z" fill="currentColor"/> </Svg>); } export default SvgDiary;