lucide
Version:
A Lucide icon library package for web and javascript applications.
19 lines (16 loc) • 503 B
JavaScript
/**
* @license lucide v0.556.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const ListOrdered = [
["path", { d: "M11 5h10" }],
["path", { d: "M11 12h10" }],
["path", { d: "M11 19h10" }],
["path", { d: "M4 4h1v5" }],
["path", { d: "M4 9h2" }],
["path", { d: "M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02" }]
];
export { ListOrdered as default };
//# sourceMappingURL=list-ordered.js.map