UNPKG

react-native-unicons

Version:
9 lines (8 loc) 441 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgBookmarkFull(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M18 2H6a1 1 0 00-1 1v18a1 1 0 001.65.76L12 17.27l5.29 4.44A1 1 0 0018 22a.84.84 0 00.38-.08A1 1 0 0019 21V3a1 1 0 00-1-1zm-1 16.86l-4.36-3.66a1 1 0 00-1.28 0L7 18.86V4h10z" fill="currentColor"/> </Svg>); } export default SvgBookmarkFull;