UNPKG

react-native-unicons

Version:
9 lines (8 loc) 455 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgBookmark(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M16 2H8a3 3 0 00-3 3v16a1 1 0 00.5.87 1 1 0 001 0l5.5-3.18 5.5 3.18a1 1 0 00.5.13 1 1 0 00.5-.13A1 1 0 0019 21V5a3 3 0 00-3-3zm1 17.27l-4.5-2.6a1 1 0 00-1 0L7 19.27V5a1 1 0 011-1h8a1 1 0 011 1z" fill="currentColor"/> </Svg>); } export default SvgBookmark;