persona-community-5/.pnpm-store/v3/files/6f/6e4f5550f564c3337d59b83a75a2e322c4eb1f5a5888584f43c18445eced97e45e744b82b9930482cddbe54112f93e6e7607f4611b7ad4179959d428d01a1b
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

19 lines
466 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 Facebook = createLucideIcon("Facebook", [
[
"path",
{ d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z", key: "1jg4f8" }
]
]);
export { Facebook as default };
//# sourceMappingURL=facebook.js.map