persona-community-5/.pnpm-store/v3/files/aa/b62464e6625764316871d6504420fc550c0bd69e6ab9ae3d095b41ab79f22d2d8f89ea39f055e5aadef1c716736d38776ba0e4443de9497855c658740fbc5a
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

17 lines
517 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 StickyNote = createLucideIcon("StickyNote", [
["path", { d: "M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z", key: "qazsjp" }],
["path", { d: "M15 3v4a2 2 0 0 0 2 2h4", key: "40519r" }]
]);
export { StickyNote as default };
//# sourceMappingURL=sticky-note.js.map