persona-community-5/.pnpm-store/v3/files/a0/326cb4dd2034e4fe1ba76769687166522db63de2a0cb258024ab9bd18eed34582a9ab4616d126bb0f446f5bd1988e1e56c87ac0f10e76034bc9a1a1acd5562
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
596 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 SquarePercent = createLucideIcon("SquarePercent", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
["path", { d: "M9 9h.01", key: "1q5me6" }],
["path", { d: "M15 15h.01", key: "lqbp3k" }]
]);
export { SquarePercent as default };
//# sourceMappingURL=square-percent.js.map