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 fillRule="evenodd" d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm3.76-10.175a.25.25 0 0 0-.101-.184L12.17 8.107a.252.252 0 0 0-.012-.008.25.25 0 0 0-.306-.01l-3.459 2.514h-.002a.25.25 0 0 0-.16.315l1.341 4.131a.25.25 0 0 0 .17.163.249.249 0 0 0 .132.038H14.164a.25.25 0 0 0 .253-.173l1.338-4.117a.25.25 0 0 0 .006-.135Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><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;