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

24 lines
853 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 PhoneIncoming = createLucideIcon("PhoneIncoming", [
["polyline", { points: "16 2 16 8 22 8", key: "1ygljm" }],
["line", { x1: "22", x2: "16", y1: "2", y2: "8", key: "1xzwqn" }],
[
"path",
{
d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",
key: "foiqr5"
}
]
]);
export { PhoneIncoming as default };
//# sourceMappingURL=phone-incoming.js.map