persona-community-5/.pnpm-store/v3/files/16/6d7a1c7d488c198cbf22aa8e97b29c9bf43132744744a8f3d280b23a1c08c81b23cc73facf7e1c37b657033ae7ea27c349981e2c4ab9ce3a0e840b96e1493b
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

22 lines
510 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 TriangleRight = createLucideIcon("TriangleRight", [
[
"path",
{
d: "M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z",
key: "183wce"
}
]
]);
export { TriangleRight as default };
//# sourceMappingURL=triangle-right.js.map