34 lines
1.0 KiB
JavaScript
34 lines
1.0 KiB
JavaScript
/**
|
|
* @license lucide-react v1.7.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 __iconNode = [
|
|
[
|
|
"path",
|
|
{
|
|
d: "M10.4103 10.7852C10.1529 11.1218 10 11.5425 10 11.999C10 13.1036 10.8954 13.999 12 13.999C12.5077 13.999 12.9713 13.8098 13.324 13.498",
|
|
key: "a36qgt"
|
|
}
|
|
],
|
|
[
|
|
"path",
|
|
{ d: "M16.1992 7.80078C17.4739 9.07549 18.0422 10.8109 17.9039 12.5134", key: "1dac3h" }
|
|
],
|
|
["path", { d: "M19.0996 4.89844C22.0892 7.88804 22.7871 12.2879 21.1932 15.936", key: "uqg46b" }],
|
|
["path", { d: "M2 2L22 22", key: "1tltpl" }],
|
|
[
|
|
"path",
|
|
{ d: "M4.89961 19.0984C0.999609 15.1984 0.999609 8.79844 4.89961 4.89844", key: "1aden0" }
|
|
],
|
|
["path", { d: "M7.79922 16.1992C5.66828 14.0683 5.51165 10.6498 7.32931 8.25", key: "18j9a2" }]
|
|
];
|
|
const RadioOff = createLucideIcon("radio-off", __iconNode);
|
|
|
|
export { __iconNode, RadioOff as default };
|
|
//# sourceMappingURL=radio-off.js.map
|