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 21c-4.577 0-5.81-.913-5.96-5M15.024 21c4.577 0 5.81-.913 5.96-5M15.024 3c4.577 0 5.81.913 5.96 5M8.976 3c-4.577 0-5.81.913-5.96 5M3 12h18" /></svg>;
export default SvgComponent;