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 d="M13 9c0-.283.122-.513.254-.629a.322.322 0 0 1 .148-.081.26.26 0 0 1 .156.024 4.001 4.001 0 0 1 0 7.372.259.259 0 0 1-.156.024.321.321 0 0 1-.148-.08c-.132-.117-.254-.347-.254-.63V9Z" /><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 2Zm2.337 4.473c-.902-.383-1.792-.144-2.406.398C11.343 7.39 11 8.18 11 9v6c0 .821.343 1.61.93 2.129.615.542 1.505.78 2.407.398a6.001 6.001 0 0 0 0-11.054Z" clipRule="evenodd" /></svg>;
export default SvgComponent;