UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

19 lines (16 loc) 442 B
/** * @license lucide v1.7.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const LineStyle = [ ["path", { d: "M11 5h2" }], ["path", { d: "M15 12h6" }], ["path", { d: "M19 5h2" }], ["path", { d: "M3 12h6" }], ["path", { d: "M3 19h18" }], ["path", { d: "M3 5h2" }] ]; export { LineStyle as default }; //# sourceMappingURL=line-style.js.map