import React from 'react';
import withIcon from '../lib/withIcon';
export const IconNoEntry = withIcon(function IconNoEntry(props) {
    return (<svg data-tag="IconNoEntry" 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.5 11.25h-9c-.898 0-1.46-.114-1.798-.451-.338-.338-.452-.901-.452-1.799 0-.898.114-1.46.452-1.799.338-.338.9-.451 1.798-.451h9c.898 0 1.46.114 1.799.451.338.338.451.901.451 1.799 0 .898-.113 1.46-.451 1.799-.338.338-.901.451-1.799.451"/>
    </svg>);
});
//# sourceMappingURL=NoEntry.jsx.map