persona-community-5/.pnpm-store/v3/files/30/b6b6b0ccd8423cf1da826837e1e2e4aac67d8220e49b09f196edd53fc66b9e1d842a89ac404cf64b06dc6da27727eddcbd53ef4164ba35526b716489622397
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
494 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 SquarePlay = createLucideIcon("SquarePlay", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m9 8 6 4-6 4Z", key: "f1r3lt" }]
]);
export { SquarePlay as default };
//# sourceMappingURL=square-play.js.map