import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBranch = withIcon(function IconBranch(props) {
    return (<svg data-tag="IconBranch" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M3.72 8.532a.75.75 0 0 1 0-1.062l3.25-3.248a.751.751 0 0 1 1.062 0L11.28 7.47a.75.75 0 1 1-1.063 1.062L8.254 6.57v3.56c-.001.597.236 1.17.66 1.591l2.742 2.743a3.782 3.782 0 0 1 .348.408 3.775 3.775 0 0 1 .348-.408l2.743-2.743c.424-.42.661-.994.66-1.59V6.56l-1.972 1.971A.751.751 0 0 1 12.72 7.47l3.249-3.248a.751.751 0 0 1 1.062 0L20.28 7.47a.75.75 0 1 1-1.063 1.062L17.254 6.57v3.56c0 1.002-1.14 2.694-1.848 3.402l-1.993 1.992c-.423.422-.66.994-.659 1.592v2.132a.75.75 0 0 1-1.5 0v-2.132a2.235 2.235 0 0 0-.659-1.591l-1.992-1.993c-.708-.708-1.849-2.4-1.849-3.402V6.562l-1.971 1.97a.751.751 0 0 1-1.063 0"/>
    </svg>);
});
//# sourceMappingURL=Branch.jsx.map