27 lines
561 B
JavaScript
27 lines
561 B
JavaScript
|
/**
|
||
|
* @license lucide v0.331.0 - ISC
|
||
|
*
|
||
|
* This source code is licensed under the ISC license.
|
||
|
* See the LICENSE file in the root directory of this source tree.
|
||
|
*/
|
||
|
|
||
|
import defaultAttributes from '../defaultAttributes.js';
|
||
|
|
||
|
const Magnet = [
|
||
|
"svg",
|
||
|
defaultAttributes,
|
||
|
[
|
||
|
[
|
||
|
"path",
|
||
|
{
|
||
|
d: "m6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15"
|
||
|
}
|
||
|
],
|
||
|
["path", { d: "m5 8 4 4" }],
|
||
|
["path", { d: "m12 15 4 4" }]
|
||
|
]
|
||
|
];
|
||
|
|
||
|
export { Magnet as default };
|
||
|
//# sourceMappingURL=magnet.js.map
|