persona-community-5/.pnpm-store/v3/files/34/cc8e95118e31101a3fe19d4344e95fdabd94c9669e20076b038ca41985d20e7bea6dea66ab7ddd617cd26e6af47cfa30feba6e01e23c09afadc46732e2b926
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

25 lines
737 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 ZapOff = createLucideIcon("ZapOff", [
["path", { d: "M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317", key: "193nxd" }],
["path", { d: "M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773", key: "27a7lr" }],
[
"path",
{
d: "M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643",
key: "1e0qe9"
}
],
["path", { d: "m2 2 20 20", key: "1ooewy" }]
]);
export { ZapOff as default };
//# sourceMappingURL=zap-off.js.map