import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" /><path d="M12 3.056A11.97 11.97 0 0 1 16 12a11.97 11.97 0 0 1-4 8.944" /><path d="M12.063 21A11.971 11.971 0 0 1 8 12c0-3.584 1.571-6.801 4.063-9M3 12h18" /></svg>;
export default SvgComponent;