/**
* @license lucide-solid v0.536.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/

// src/icons/type.tsx
import Icon from "../Icon";
var 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" }]
];
var Type = (props) => <Icon {...props} iconNode={iconNode} name="type" />;
var type_default = Type;
export {
  type_default as default
};
//# sourceMappingURL=type.jsx.map
