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="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm4.293-5.707a1 1 0 0 1 1.414 0l2.261 2.26A3.981 3.981 0 0 1 12 8c.742 0 1.437.202 2.032.554l2.26-2.261a1 1 0 1 1 1.415 1.414l-2.26 2.261c.351.595.553 1.29.553 2.032s-.202 1.437-.554 2.032l2.261 2.26a1 1 0 0 1-1.414 1.415l-2.261-2.26A3.981 3.981 0 0 1 12 16a3.981 3.981 0 0 1-2.032-.554l-2.26 2.261a1 1 0 0 1-1.415-1.414l2.26-2.261A3.982 3.982 0 0 1 8 12c0-.742.202-1.437.554-2.032l-2.261-2.26a1 1 0 0 1 0-1.415Z" clipRule="evenodd" /><path fillRule="evenodd" d="M12 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" clipRule="evenodd" /></svg>;
export default SvgComponent;