mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-27 05:51:56 +07:00
38 lines
1011 B
JavaScript
38 lines
1011 B
JavaScript
/**
|
|
* @license lucide-vue-next v0.562.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 Satellite = createLucideIcon("satellite", [
|
|
[
|
|
"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"
|
|
}
|
|
]
|
|
]);
|
|
|
|
export { Satellite as default };
|
|
//# sourceMappingURL=satellite.js.map
|