UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

16 lines (13 loc) 370 B
/** * @license lucide v0.525.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const Type = [ ["path", { d: "M12 4v16" }], ["path", { d: "M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2" }], ["path", { d: "M9 20h6" }] ]; export { Type as default }; //# sourceMappingURL=type.js.map