persona-community-5/.pnpm-store/v3/files/79/fe4e28913cae28fdaf0807585613a5676944fbff28eb12d6ebce8110f66bd94d28add06641de5196b6b99435b585eccadf806bf1bf4f15f7da3264d82f0479
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
616 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 SquarePilcrow = createLucideIcon("SquarePilcrow", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M12 12H9.5a2.5 2.5 0 0 1 0-5H17", key: "1l9586" }],
["path", { d: "M12 7v10", key: "jspqdw" }],
["path", { d: "M16 7v10", key: "lavkr4" }]
]);
export { SquarePilcrow as default };
//# sourceMappingURL=square-pilcrow.js.map