UNPKG

@brizy/ui-icons

Version:
4 lines (3 loc) 2.26 kB
import React from "react"; export const HandFlows = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" }, React.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M12.832 5.153c1.341.59 2.37 2.317 3.419 3.814l.542-.405.2-.145.138-.098c1.144-.803 2.673-1.613 3.922-.519.016-.004.54.512.968.952 2.074-2.42 4.866-1.863 7.494-.685.274.124.549.254.823.387.373-.435.741-.857 1.11-1.217 1.177-1.147 2.464-1.76 3.779-1.648v.002c.564.055 1.133.24 1.7.572 1.083.635 2.07 1.561 3.073 2.434v.624c-1.31 1.359-2.715 1.982-4.213 1.87-.237-.019-.374-.07-.56-.113v.003c-1.115-.27-2.202-.76-3.282-1.28l-1.174-.57a71.31 71.31 0 0 0-.24-.115l-.285.323c-.573.646-1.161 1.27-1.817 1.75-1.688 1.231-3.086.791-4.703-.428l-.148-.112-.427-.304-.195-.142a10.334 10.334 0 0 1-.982-.811l-.253.539-.1.22c-.062.13-.129.26-.298.55l-.117.2c-.252.423-.449.739-.927.99-1.418.748-2.854-.633-3.99-2.3-1.928.987-3.991 3.109-5.944 1.896-.876-.543-1.597-1.436-2.315-2.34-.277.353-.553.69-.83.984-1.7 1.795-3.547 1.77-5.423.571A14.23 14.23 0 0 1 0 9.237v-.64c.25-.244.491-.504.748-.778L.94 7.61c1.368-1.489 2.995-2.723 4.656-1.643.863.562 1.604 1.535 2.35 2.488.275-.328.555-.675.844-1.03l.219-.266c1.058-1.285 2.433-2.616 3.822-2.006Zm3.706 4.217.229.275.146.174c1.022 1.197 1.94 2.017 3.197 1.62.356-.173.655-.457.938-.966l.254-.476.107-.205c.112-.219.24-.473.352-.715l-.425-.48c-1.703-1.816-3.856.182-4.798.773Zm5.723-.414.114.094.236.187.361.278.318.258c.802.65 1.653 1.281 2.537 1.53 1.514.427 2.788-.858 3.993-2.248l.23-.267-.338-.155-.23-.103-.348-.15c-2.401-1.01-4.922-1.538-6.873.576ZM8.219 8.802l.194.241c.71.876 1.448 1.655 2.318 1.97 1.735.63 3.55-.99 5.287-1.925l-.447-.673-.174-.258-.174-.254c-.699-1.009-1.426-1.903-2.26-2.258-1.89-.805-3.34 1.33-4.744 3.157ZM.51 8.707l-.176.188c.815.696 1.649 1.331 2.562 1.716 2.06.868 3.422-.256 4.851-1.922-.56-.704-1.13-1.388-1.78-1.891C3.864 5.17 2.217 6.87.508 8.707Zm33.896-2.6c-1.436.222-2.515 1.364-3.587 2.582l.79.391c1.142.564 2.29 1.102 3.465 1.392l.154.035v-.004c1.734.35 3.084-.357 4.452-1.605l-.629-.565-.252-.222-.244-.211c-1.06-.905-2.146-1.67-3.327-1.81a3.061 3.061 0 0 0-.822.017Z" })));