lucide-react-native
Version:
A Lucide icon library package for React Native applications.
29 lines (24 loc) • 819 B
JavaScript
/**
* @license lucide-react-native v1.31.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
'use strict';
var createLucideIcon = require('../createLucideIcon.js');
const BookOpenText = createLucideIcon("BookOpenText", [
["path", { d: "M12 5v16", key: "1f6ucr" }],
["path", { d: "M16 13h2", key: "weia3s" }],
["path", { d: "M16 9h2", key: "1n7gjm" }],
[
"path",
{
d: "M20.001 19A2 2 0 0022 17V5a2 2 0 00-1.999-2L16 3.002A5 5 0 0012 5a5 5 0 00-4-2H4a2 2 0 00-2 2v12a2 2 0 001.999 2H8a5 5 0 014 2 5 5 0 014-2z",
key: "1fyvmf"
}
],
["path", { d: "M6 13h2", key: "1cckiz" }],
["path", { d: "M6 9h2", key: "1k7j9f" }]
]);
module.exports = BookOpenText;
//# sourceMappingURL=book-open-text.js.map