import React from 'react';
import withIcon from '../lib/withIcon';
export const IconZoomOut = withIcon(function IconZoomOut(props) {
    return (<svg data-tag="IconZoomOut" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m20.006 17.354-.804-.804-.804-.804c-.661-.661-.988-.967-1.079-1.33-.09-.364.054-.785.336-1.677A7.422 7.422 0 0 0 18 10.5c0-2.071-.84-3.946-2.197-5.303A7.477 7.477 0 0 0 10.5 3c-2.071 0-3.946.84-5.303 2.197A7.477 7.477 0 0 0 3 10.5c0 2.071.84 3.946 2.197 5.303a7.477 7.477 0 0 0 7.543 1.852c.89-.282 1.312-.427 1.675-.336.364.091.67.418 1.331 1.079l.804.803.804.805c.663.662.994.994 1.326.994.331 0 .663-.332 1.326-.994.663-.663.994-.995.994-1.326 0-.332-.331-.663-.994-1.326m-5.756-5.73h-7.5c-.45 0-.731-.056-.9-.224-.169-.17-.225-.45-.225-.9s.056-.731.225-.9c.169-.169.45-.225.9-.225h7.5c.45 0 .731.056.9.225.169.169.225.45.225.9s-.056.73-.225.9c-.169.168-.45.225-.9.225"/>
    </svg>);
});
//# sourceMappingURL=ZoomOut.jsx.map