import React from 'react';
import withIcon from '../lib/withIcon';
export const IconZoomIn = withIcon(function IconZoomIn(props) {
    return (<svg data-tag="IconZoomIn" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.398 15.746c-.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.326l-.804-.804zm-4.148-4.121h-1.5c-.45 0-.731.056-.9.225-.169.169-.225.45-.225.9v1.5c0 .45-.056.731-.225.9-.169.169-.45.225-.9.225s-.731-.056-.9-.225c-.169-.169-.225-.45-.225-.9v-1.5c0-.45-.056-.731-.225-.9-.169-.169-.45-.225-.9-.225h-1.5c-.45 0-.731-.056-.9-.225-.169-.169-.225-.45-.225-.9s.056-.731.225-.9c.169-.169.45-.225.9-.225h1.5c.45 0 .731-.056.9-.225.169-.169.225-.45.225-.9v-1.5c0-.45.056-.731.225-.9.169-.169.45-.225.9-.225s.731.056.9.225c.169.169.225.45.225.9v1.5c0 .45.056.731.225.9.169.169.45.225.9.225h1.5c.45 0 .731.056.9.225.169.169.225.45.225.9s-.056.731-.225.9c-.169.169-.45.225-.9.225"/>
    </svg>);
});
//# sourceMappingURL=ZoomIn.jsx.map