UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

27 lines (25 loc) 731 B
/** * @license lucide-solid v0.539.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ // src/icons/files.tsx import Icon from "../Icon"; var iconNode = [ [ "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" }] ]; var Files = (props) => <Icon {...props} iconNode={iconNode} name="files" />; var files_default = Files; export { files_default as default }; //# sourceMappingURL=files.jsx.map