persona-community-5/.pnpm-store/v3/files/31/e0a297fec4d01ee66d62d5cf6ea706885c3e9d49f08cbe28573f26d3b2fc4f6c9c5cf38b274db602b875160ae709f1d4d50d24a95333d8431a69adb7bf9962
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
597 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 Tangent = createLucideIcon("Tangent", [
["circle", { cx: "17", cy: "4", r: "2", key: "y5j2s2" }],
["path", { d: "M15.59 5.41 5.41 15.59", key: "l0vprr" }],
["circle", { cx: "4", cy: "17", r: "2", key: "9p4efm" }],
["path", { d: "M12 22s-4-9-1.5-11.5S22 12 22 12", key: "1twk4o" }]
]);
export { Tangent as default };
//# sourceMappingURL=tangent.js.map