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 2ZM9 9a1 1 0 0 0 0 2h1.72l.5 2H9a1 1 0 1 0 0 2h2.72l.31 1.242a1 1 0 1 0 1.94-.485L13.78 15H15a1 1 0 1 0 0-2h-1.72l-.5-2H15a1 1 0 1 0 0-2h-2.72l-.31-1.243a1 1 0 1 0-1.94.486l.19.757H9Z" clipRule="evenodd" /></svg>;
export default SvgComponent;