UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

27 lines (25 loc) 695 B
/** * @license lucide-solid v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ // src/icons/book-alert.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M12 13h.01", key: "y0uutt" }], ["path", { d: "M12 6v3", key: "1m4b9j" }], [ "path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20", key: "k3hazp" } ] ]; var BookAlert = (props) => <Icon {...props} iconNode={iconNode} name="book-alert" />; var book_alert_default = BookAlert; export { book_alert_default as default }; //# sourceMappingURL=book-alert.jsx.map