persona-community-5/.pnpm-store/v3/files/4e/b5dd8bc3a542e969e64c0b66147bc36ae1e8976a2bcb050bf3323d6c55f0a93b3195e38198b216f55cb75f5922876bb9286023649cd2c4635e7fb22a55c285
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
568 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 PictureInPicture2 = createLucideIcon("PictureInPicture2", [
["path", { d: "M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4", key: "daa4of" }],
["rect", { width: "10", height: "7", x: "12", y: "13", rx: "2", key: "1nb8gs" }]
]);
export { PictureInPicture2 as default };
//# sourceMappingURL=picture-in-picture-2.js.map