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="M15 12a1 1 0 1 0 2 0V8.5A1.5 1.5 0 0 0 15.5 7H12a1 1 0 1 0 0 2h3v3Zm-6 0a1 1 0 1 0-2 0v3.5A1.5 1.5 0 0 0 8.5 17H12a1 1 0 1 0 0-2H9v-3Zm-7 0C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z" clipRule="evenodd" /></svg>;
export default SvgComponent;