import React from 'react';
import withIcon from '../lib/withIcon';
export const IconNo = withIcon(function IconNo(props) {
    return (<svg data-tag="IconNo" 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 3m-6.75 9c0-1.864.755-3.552 1.977-4.773a6.729 6.729 0 0 1 5.682-1.916c.297.04.587.1.87.178.962.264 1.474.538 1.569.92.095.384-.226.878-.93 1.583l-3.213 3.212-3.213 3.214c-.705.704-1.199 1.025-1.582.93-.383-.095-.657-.607-.92-1.568A6.664 6.664 0 0 1 5.25 12m13.5 0a6.729 6.729 0 0 1-1.977 4.773 6.729 6.729 0 0 1-5.681 1.916c-.298-.04-.588-.1-.872-.178-.96-.264-1.473-.538-1.568-.92-.095-.384.226-.878.93-1.582l3.214-3.213 3.213-3.213c.704-.705 1.198-1.026 1.581-.931.383.095.657.607.92 1.568a6.664 6.664 0 0 1 .24 1.78"/>
    </svg>);
});
//# sourceMappingURL=No.jsx.map