import React from 'react';
import withIcon from '../lib/withIcon';
export const IconManiculeUp = withIcon(function IconManiculeUp(props) {
    return (<svg data-tag="IconManiculeUp" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M14.905 10.378a2.628 2.628 0 0 0-.95-.247 2.294 2.294 0 0 0-.927.13 2.29 2.29 0 0 0-.794.496c-.23.22-.424.489-.569.799-.351.753-.473 1.488-.38 2.165.092.677.4 1.295.909 1.813a.75.75 0 0 1 .215.508.762.762 0 0 1-.189.52 4.521 4.521 0 0 0-.696 1.058 2.728 2.728 0 0 0-.274 1.13c0 .233.07.42.2.55.13.13.317.2.55.2.233 0 .42-.07.55-.2.13-.13.2-.317.2-.55 0-.388.273-.85.619-1.234.347-.384.767-.69 1.062-.768.226-.059.39-.175.482-.332.092-.158.113-.358.054-.583a.71.71 0 0 0-.29-.445c-.152-.11-.373-.212-.71-.39-.592-.313-.971-.708-1.13-1.178-.16-.47-.1-1.015.187-1.63.124-.266.303-.441.517-.519.214-.078.463-.058.729.066l1.95.91 1.949.908a1.654 1.654 0 0 1 .837 2.116l-.462 1.155-.462 1.156a6 6 0 0 1-1.328 2.014l-.353.353-.352.352c-.116.116-.19.215-.236.325-.046.11-.063.233-.063.397 0 .441-.066.75-.238.976-.173.225-.453.367-.881.475-.375.094-.844.188-1.408.258a15.88 15.88 0 0 1-1.973.118c-.752 0-1.41-.047-1.973-.118a11.869 11.869 0 0 1-1.408-.258c-.428-.108-.708-.25-.88-.475-.173-.226-.239-.535-.239-.976v-1.128c0-.16-.016-.28-.06-.388a.978.978 0 0 0-.226-.32c-.678-.692-1.26-1.363-1.673-2.272-.413-.91-.657-2.056-.657-3.699 0-1.408.118-2.374.364-2.989.246-.615.618-.877 1.127-.877.665 0 1.06-.375 1.466-.75.406-.375.823-.75 1.534-.75.475 0 .743.14.97.281.225.14.41.282.718.282.318 0 .49-.235.731-.47.242-.233.551-.468 1.144-.468.539 0 .827.188 1.047.375.22.188.372.375.64.375a.37.37 0 0 0 .268-.107.444.444 0 0 0 .117-.31l.1-3.979.054-2.176c.01-.42.135-.746.36-.966.227-.221.556-.337.976-.337.42 0 .75.116.975.337.227.22.35.546.361.966l.103 4.121.103 4.121a.744.744 0 0 1-.34.647.743.743 0 0 1-.727.052l-.66-.308z"/>
    </svg>);
});
//# sourceMappingURL=ManiculeUp.jsx.map