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="M11.01 7.287C11.976 7.072 13.138 7 14.5 7c1.361 0 2.523.072 3.49.287.98.217 1.82.595 2.474 1.249.654.653 1.032 1.494 1.25 2.473.214.968.286 2.13.286 3.491 0 1.361-.072 2.523-.287 3.49-.217.98-.595 1.82-1.249 2.474-.653.654-1.494 1.032-2.473 1.25-.968.214-2.13.286-3.491.286-1.361 0-2.523-.072-3.49-.287-.98-.217-1.82-.595-2.474-1.249-.654-.653-1.032-1.494-1.25-2.473C7.073 17.023 7 15.86 7 14.5c0-1.361.072-2.523.287-3.49.217-.98.595-1.82 1.249-2.474.653-.654 1.494-1.032 2.473-1.25Z" clipRule="evenodd" /><path d="M6.088 16.73A24.358 24.358 0 0 1 6 14.5c0-1.384.072-2.632.31-3.708C6.556 9.694 7 8.658 7.83 7.83c.83-.83 1.865-1.274 2.963-1.518C11.868 6.07 13.116 6 14.5 6c.79 0 1.536.023 2.23.088-.26-1.224-.755-2.216-1.683-2.915C13.766 2.21 11.886 2 9.5 2c-1.361 0-2.523.072-3.49.287-.98.217-1.82.595-2.474 1.249-.654.653-1.032 1.494-1.25 2.473C2.073 6.977 2 8.14 2 9.5c0 2.386.21 4.266 1.173 5.547.699.928 1.69 1.423 2.915 1.683Z" /></svg>;
export default SvgComponent;