import React from 'react';
import withIcon from '../lib/withIcon';
export const IconContrast = withIcon(function IconContrast(props) {
    return (<svg data-tag="IconContrast" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 0 0 0 3 12a8.972 8.972 0 0 0 2.636 6.364A8.972 8.972 0 0 0 12 21a8.972 8.972 0 0 0 6.364-2.636A8.972 8.972 0 0 0 21 12a8.972 8.972 0 0 0-2.636-6.364A8.972 8.972 0 0 0 12 3m4.784 13.31c-.172 0-.354-.063-.555-.19a3.991 3.991 0 0 1-.67-.561L12 12 8.441 8.441a3.992 3.992 0 0 1-.562-.67c-.126-.2-.19-.383-.19-.555 0-.431.561-.923 1.38-1.306A7.21 7.21 0 0 1 12 5.25c1.865 0 3.553.755 4.774 1.977A6.729 6.729 0 0 1 18.75 12a7.209 7.209 0 0 1-.66 2.932c-.383.819-.874 1.379-1.306 1.379"/>
    </svg>);
});
//# sourceMappingURL=Contrast.jsx.map