@icongo/pp
Version:
Pepicons Icons
17 lines • 637 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var PPBookmark = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M6.245 17.666 10 13.467l3.755 4.2c.611.684 1.745.251 1.745-.667V3a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1v14c0 .918 1.134 1.35 1.745.666Zm.255-3.285V4h7v10.381l-2.755-3.08a1 1 0 0 0-1.49 0L6.5 14.38Z",
clipRule: "evenodd"
})
}));
export { PPBookmark };