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="M5.549 4.107C6.899 2.37 9.117 2 12 2c2.883 0 5.101.371 6.451 2.107.654.841 1.03 1.913 1.251 3.19C19.922 8.573 20 10.13 20 12s-.077 3.427-.298 4.703c-.22 1.277-.597 2.349-1.251 3.19C17.101 21.63 14.883 22 12 22c-2.883 0-5.101-.371-6.451-2.107-.654-.841-1.03-1.913-1.251-3.19C4.078 15.427 4 13.87 4 12s.077-3.427.298-4.703c.22-1.277.597-2.349 1.251-3.19ZM12 6a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1Z" clipRule="evenodd" /></svg>;
export default SvgComponent;