29 lines
754 B
JavaScript
29 lines
754 B
JavaScript
/**
|
|
* @license lucide-react v0.469.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.js';
|
|
|
|
const BookHeart = createLucideIcon("BookHeart", [
|
|
[
|
|
"path",
|
|
{
|
|
d: "M16 8.2A2.22 2.22 0 0 0 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9A2.22 2.22 0 0 0 8 8.2c0 .6.3 1.2.7 1.6A226.652 226.652 0 0 0 12 13a404 404 0 0 0 3.3-3.1 2.413 2.413 0 0 0 .7-1.7",
|
|
key: "1t75a8"
|
|
}
|
|
],
|
|
[
|
|
"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"
|
|
}
|
|
]
|
|
]);
|
|
|
|
export { BookHeart as default };
|
|
//# sourceMappingURL=book-heart.js.map
|