lucide
Version:
A Lucide icon library package for web and javascript applications.
21 lines (18 loc) • 577 B
JavaScript
/**
* @license lucide v0.556.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.js.map