UNPKG

@heroicons/react

Version:
14 lines (12 loc) 402 B
const React = require("react"); function BookmarkIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true" }, props), /*#__PURE__*/React.createElement("path", { d: "M5 4a2 2 0 012-2h6a2 2 0 012 2v14l-5-2.5L5 18V4z" })); } module.exports = BookmarkIcon;