UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 362 B
import * as React from 'react'; export function SvgBookmark(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M7 5v23l1.594-1.188L16 21.25l7.406 5.563L25 28V5zm2 2h14v17l-6.406-4.813L16 18.75l-.594.438L9 24z" }))); } export default SvgBookmark;