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="m17.181 16.325-1.804-1.804c1.127-1.013 2.002-1.534 2.823-1.636.81-.101 1.625.2 2.648.984a.249.249 0 0 0 .152.051v1.104C21 19.945 19.945 21 15.024 21H8.976C4.055 21 3 19.945 3 15.024v-1.272a.25.25 0 0 0 .177-.073l1.276-1.277C5.32 11.537 6.05 10.9 6.71 10.48c.658-.418 1.233-.613 1.792-.613.56 0 1.135.194 1.792.613.66.42 1.391 1.058 2.257 1.923l4.277 4.277a.25.25 0 0 0 .353-.354Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 8.976C3 4.055 4.055 3 8.976 3h6.048C19.945 3 21 4.055 21 8.976v6.048C21 19.945 19.945 21 15.024 21H8.976C4.055 21 3 19.945 3 15.024V8.976Z" /><path d="m17.005 16.502-4.277-4.276c-3.48-3.48-4.972-3.48-8.451 0L3 13.502M21 13.67c-2.093-1.603-3.522-1.378-5.802.676M17 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" /></svg>;
export default SvgComponent;