Files
UAS-SIG/node_modules/lucide/dist/esm/icons/magnet.mjs
T
2026-06-03 20:05:50 +07:00

21 lines
577 B
JavaScript

/**
* @license lucide v1.17.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const Magnet = [
["path", { d: "m12 15 4 4" }],
[
"path",
{
d: "M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z"
}
],
["path", { d: "m5 8 4 4" }]
];
export { Magnet as default };
//# sourceMappingURL=magnet.mjs.map