UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

19 lines (15 loc) 546 B
/** * @license lucide-react v0.523.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 __iconNode = [ ["path", { d: "M12 4v16", key: "1654pz" }], ["path", { d: "M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2", key: "e0r10z" }], ["path", { d: "M9 20h6", key: "s66wpe" }] ]; const Type = createLucideIcon("type", __iconNode); export { __iconNode, Type as default }; //# sourceMappingURL=type.js.map