import React from 'react';
import withIcon from '../lib/withIcon';
export const IconComputer = withIcon(function IconComputer(props) {
    return (<svg data-tag="IconComputer" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M20.625 14.25a.37.37 0 0 0 .375-.37V5.625c0-1.036-.84-1.875-1.875-1.875H4.875C3.839 3.75 3 4.59 3 5.625v8.255c0 .207.168.37.375.37zm0 1.5c.207 0 .375.168.375.375C21 17.16 20.16 18 19.125 18h-4.55.003c.235 1.445.788 2.121 1.547 2.25a.402.402 0 0 1 .375.375.375.375 0 0 1-.375.375h-8.25a.375.375 0 0 1-.375-.375.402.402 0 0 1 .375-.375c.76-.129 1.304-.805 1.54-2.25h-4.54A1.875 1.875 0 0 1 3 16.125c0-.207.168-.375.375-.375z"/>
    </svg>);
});
//# sourceMappingURL=Computer.jsx.map