import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M8.976 21C4.055 21 3 19.945 3 15.024M21 15.024C21 19.945 19.945 21 15.024 21M15.024 3C19.945 3 21 4.055 21 8.976M8 16a4.993 4.993 0 0 1 4-2c1.636 0 3.088.786 4 2M9 10.011V10M15 10.011V10M3 8.976C3 4.055 4.055 3 8.976 3" /></svg>;
export default SvgComponent;