UNPKG

@heroicons/react

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