lucide-react
Version:
A Lucide icon library package for React applications
22 lines (18 loc) • 555 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const BookPlus = createLucideIcon("BookPlus", [
["line", { x1: "12", y1: "7", x2: "12", y2: "13", key: "1gjfpa" }],
["line", { x1: "9", y1: "10", x2: "15", y2: "10", key: "12l0if" }],
["path", { d: "M4 19.5A2.5 2.5 0 0 1 6.5 17H20", key: "126fyg" }],
[
"path",
{
d: "M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z",
key: "1msh16"
}
]
]);
export { BookPlus as default };
//# sourceMappingURL=book-plus.js.map