lucide-vue-next
Version:
A Lucide icon library package for Vue 3 applications.
18 lines (14 loc) • 506 B
JavaScript
/**
* @license lucide-vue-next v0.516.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 Type = createLucideIcon("type", [
["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" }]
]);
export { Type as default };
//# sourceMappingURL=type.js.map