lucide-preact
Version:
A Lucide icon library package for Preact applications.
24 lines (20 loc) • 654 B
JavaScript
/**
* @license lucide-preact 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.
*/
import createLucideIcon from '../createLucideIcon.js';
const Files = createLucideIcon("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",
key: "1vo8kb"
}
],
["path", { d: "M15 2v4a2 2 0 0 0 2 2h4", key: "sud9ri" }],
["path", { d: "M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1", key: "l4dndm" }]
]);
export { Files as default };
//# sourceMappingURL=files.js.map