persona-community-5/.pnpm-store/v3/files/35/c290573ff84715e37f88426f74269daaa6a0680181812622098edc4bbb1075125995d7440a777c184866e11a4ba123a2a24a9b30dca81ad68f559cf2a940b0
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

22 lines
651 B
Plaintext

/**
* @license lucide-react v0.395.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 FileSearch = createLucideIcon("FileSearch", [
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
[
"path",
{ d: "M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3", key: "ms7g94" }
],
["path", { d: "m9 18-1.5-1.5", key: "1j6qii" }],
["circle", { cx: "5", cy: "14", r: "3", key: "ufru5t" }]
]);
export { FileSearch as default };
//# sourceMappingURL=file-search.js.map