@icongo/pp
Version:
Pepicons Icons
15 lines • 533 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var PPBookmarkFilled = 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",
d: "m10 13.467-3.755 4.2C5.634 18.35 4.5 17.918 4.5 17V3a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v14c0 .918-1.133 1.35-1.745.666L10 13.467Z"
})
}));
export { PPBookmarkFilled };