lucide-solid
Version:
A Lucide icon library package for Solid applications.
25 lines (23 loc) • 890 B
JSX
/**
* @license lucide-solid v0.536.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
// src/icons/heart-handshake.tsx
import Icon from "../Icon";
var iconNode = [
[
"path",
{
d: "M19.414 14.414C21 12.828 22 11.5 22 9.5a5.5 5.5 0 0 0-9.591-3.676.6.6 0 0 1-.818.001A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.535 5.362a2 2 0 0 0 2.879.052 2.12 2.12 0 0 0-.004-3 2.124 2.124 0 1 0 3-3 2.124 2.124 0 0 0 3.004 0 2 2 0 0 0 0-2.828l-1.881-1.882a2.41 2.41 0 0 0-3.409 0l-1.71 1.71a2 2 0 0 1-2.828 0 2 2 0 0 1 0-2.828l2.823-2.762",
key: "17lmqv"
}
]
];
var HeartHandshake = (props) => <Icon {...props} iconNode={iconNode} name="heart-handshake" />;
var heart_handshake_default = HeartHandshake;
export {
heart_handshake_default as default
};
//# sourceMappingURL=heart-handshake.jsx.map