UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 874 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const BookHeart = (props) => React.createElement("svg", { className: "lucide lucide-book-heart", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M16 8.2A2.22 2.22 0 0013.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9A2.22 2.22 0 008 8.2c0 .6.3 1.2.7 1.6A226.652 226.652 0 0012 13a404 404 0 003.3-3.1 2.413 2.413 0 00.7-1.7" }), React.createElement("path", { d: "M4 19.5v-15A2.5 2.5 0 016.5 2H19a1 1 0 011 1v18a1 1 0 01-1 1H6.5a1 1 0 010-5H20" })); exports.default = BookHeart;