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 0ZM3.6 15h10.55M6.551 4.938l3.26 10.034M17.032 4.636l-8.535 6.2M20.56 14.51l-8.536-6.2M12.257 20.916l3.26-10.034" /></svg>;
export default SvgComponent;