import React from 'react';
import withIcon from '../lib/withIcon';
export const IconFlex = withIcon(function IconFlex(props) {
    return (<svg data-tag="IconFlex" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M6.44 9.613c-.97 1.068-1.83 2.227-2.447 3.26C3.375 13.906 3 14.813 3 15.375c0 .938.973 2.156 2.913 3.14 1.94.985 4.846 1.735 8.712 1.735 2.932 0 4.525-.117 5.386-.808.861-.691.989-1.957.989-4.254 0-.885-.136-1.588-.391-2.07-.255-.482-.63-.743-1.109-.743-1.336 0-2.227.375-2.853.75-.627.375-.99.75-1.272.75-.263 0-.54-.234-.965-.469a3.642 3.642 0 0 0-1.848-.468 3.91 3.91 0 0 0-1.903.468c-.44.235-.715.469-.909.469-.138 0-.232-.04-.291-.108a.395.395 0 0 1-.084-.267c0-.352.908-1.852 1.972-3.264C12.41 8.824 13.629 7.5 14.25 7.5c.303 0 .588.281 1.076.563.49.28 1.182.562 2.299.562.402 0 .683-.18.864-.552.18-.372.261-.934.261-1.698 0-1.127-.137-1.783-.604-2.158-.467-.374-1.264-.467-2.584-.467-1.415 0-2.818.5-4.305 1.482-1.488.983-3.06 2.449-4.816 4.381"/>
    </svg>);
});
//# sourceMappingURL=Flex.jsx.map