lucide-react
Version:
A Lucide icon library package for React applications.
39 lines (35 loc) • 1.05 kB
JavaScript
/**
* @license lucide-react v0.511.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: "m13.5 6.5-3.148-3.148a1.205 1.205 0 0 0-1.704 0L6.352 5.648a1.205 1.205 0 0 0 0 1.704L9.5 10.5",
key: "dzhfyz"
}
],
["path", { d: "M16.5 7.5 19 5", key: "1ltcjm" }],
[
"path",
{
d: "m17.5 10.5 3.148 3.148a1.205 1.205 0 0 1 0 1.704l-2.296 2.296a1.205 1.205 0 0 1-1.704 0L13.5 14.5",
key: "nfoymv"
}
],
["path", { d: "M9 21a6 6 0 0 0-6-6", key: "1iajcf" }],
[
"path",
{
d: "M9.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l4.296-4.296a1.205 1.205 0 0 0 0-1.704l-2.296-2.296a1.205 1.205 0 0 0-1.704 0z",
key: "nv9zqy"
}
]
];
const Satellite = createLucideIcon("satellite", __iconNode);
export { __iconNode, Satellite as default };
//# sourceMappingURL=satellite.js.map