Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/triangle-right.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

19 lines
376 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
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.mjs.map