import React from 'react';
import withIcon from '../lib/withIcon';
export const IconView = withIcon(function IconView(props) {
    return (<svg data-tag="IconView" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3.75c-2.28 0-4.153.736-5.657 1.768-1.505 1.032-2.64 2.36-3.45 3.545C1.964 10.423 1.5 11.212 1.5 12c0 .788.464 1.576 1.393 2.937.81 1.185 1.945 2.513 3.45 3.545C7.847 19.514 9.719 20.25 12 20.25c2.28 0 4.153-.736 5.657-1.768 1.505-1.032 2.64-2.36 3.45-3.545.929-1.36 1.393-2.149 1.393-2.937 0-.788-.464-1.576-1.393-2.937-.81-1.185-1.945-2.514-3.45-3.545C16.153 4.486 14.281 3.75 12 3.75m0 13.125a4.86 4.86 0 0 1-3.447-1.428A4.86 4.86 0 0 1 7.125 12a4.86 4.86 0 0 1 1.428-3.447A4.86 4.86 0 0 1 12 7.125a4.86 4.86 0 0 1 3.447 1.428A4.86 4.86 0 0 1 16.875 12a4.86 4.86 0 0 1-1.428 3.447A4.86 4.86 0 0 1 12 16.875M15.375 12c0 .932-.378 1.776-.989 2.387-.61.61-1.454.988-2.386.988a3.365 3.365 0 0 1-2.386-.989A3.364 3.364 0 0 1 8.625 12c0-.932.378-1.776.989-2.386A3.364 3.364 0 0 1 12 8.625c.932 0 1.776.378 2.387.989.61.61.988 1.454.988 2.386"/>
    </svg>);
});
//# sourceMappingURL=View.jsx.map