UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 591 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgBookmarksOutline(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M128 80V64a48.14 48.14 0 0148-48h224a48.14 48.14 0 0148 48v368l-80-64" fill="none" stroke={props.fill} strokeLinejoin="round" strokeWidth={32} /><Path d="M320 96H112a48.14 48.14 0 00-48 48v352l152-128 152 128V144a48.14 48.14 0 00-48-48z" fill="none" stroke={props.fill} strokeLinejoin="round" strokeWidth={32} /></Svg>; } export default SvgBookmarksOutline;