react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 696 B
JavaScript
import * as React from 'react';
export function SvgHandHoldingSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M10.516 18a6.428 6.428 0 00-1.817.266l-.02.007-5.671 2.176 1.984 5.57 4.93-1.89 7.137 3.93 12.324-5.106-.766-1.844-11.437 4.735-7.102-3.91-3.89 1.488-.641-1.807 3.797-1.457A4.023 4.023 0 0110.516 20c.703 0 1.522.156 2.222.79l.014.007.004.004c1.03.895 1.808 1.52 2.89 1.86 1.082.34 2.31.378 4.36.37l-.01-2c-2.012.008-3.063-.063-3.75-.281-.688-.211-1.176-.59-2.168-1.45l-.012-.007c-1.157-1.039-2.531-1.297-3.55-1.293z" })));
}
export default SvgHandHoldingSolid;