lucide-react
Version:
A Lucide icon library package for React applications
21 lines (17 loc) • 489 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const BookMinus = createLucideIcon("BookMinus", [
["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 { BookMinus as default };
//# sourceMappingURL=book-minus.js.map