22 lines
870 B
JavaScript
22 lines
870 B
JavaScript
|
/**
|
||
|
* @license lucide-react v0.469.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 Puzzle = createLucideIcon("Puzzle", [
|
||
|
[
|
||
|
"path",
|
||
|
{
|
||
|
d: "M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z",
|
||
|
key: "w46dr5"
|
||
|
}
|
||
|
]
|
||
|
]);
|
||
|
|
||
|
export { Puzzle as default };
|
||
|
//# sourceMappingURL=puzzle.js.map
|