lucide
Version:
A Lucide icon library package for web and javascript applications.
21 lines (18 loc) • 513 B
JavaScript
/**
* @license lucide 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.
*/
const Files = [
[
"path",
{
d: "M15 2a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 21 8v7a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z"
}
],
["path", { d: "M15 2v4a2 2 0 0 0 2 2h4" }],
["path", { d: "M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1" }]
];
export { Files as default };
//# sourceMappingURL=files.js.map