import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2ZM8 12a4 4 0 0 1 4-4 1 1 0 1 0 0-2 6 6 0 0 0-6 6 1 1 0 1 0 2 0Zm9-1a1 1 0 0 1 1 1 6 6 0 0 1-6 6 1 1 0 1 1 0-2 4 4 0 0 0 4-4 1 1 0 0 1 1-1Zm-5-1a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" clipRule="evenodd" /></svg>;
export default SvgComponent;