lucide-react
Version:
A Lucide icon library package for React applications.
31 lines (27 loc) • 818 B
JavaScript
/**
* @license lucide-react v1.46.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.mjs';
const __iconData = {
name: "lectern",
size: 24,
node: [
[
"path",
{
d: "M15 13h4a2 2 0 001.901-1.38l1.057-4.333A1 1 0 0021 6H3a1 1 0 00-.958 1.287L3.1 11.621A2 2 0 005.001 13h4",
key: "uu7fz6"
}
],
["path", { d: "M15 22V11a1 1 0 00-1-1h-4a1 1 0 00-1 1v11", key: "hedff3" }],
["path", { d: "M18 22H6", key: "mg6kv4" }],
["path", { d: "M18 6V3a1 1 0 00-1-1h-3", key: "1y10qe" }]
]
};
__iconData.node;
const Lectern = createLucideIcon(__iconData);
export { __iconData, Lectern as default };
//# sourceMappingURL=lectern.mjs.map