import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDesktop = withIcon(function IconDesktop(props) {
    return (<svg data-tag="IconDesktop" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M19.753 16.386H4.118c-.447 0-.726.056-.894.224-.167.167-.223.446-.223.892s.056.725.223.892c.168.168.447.224.894.224h5.364c.115 0 .202.103.183.216l-.119.713a.223.223 0 0 1-.22.186h-.48c-.253 0-.411.032-.507.127-.095.095-.127.253-.127.506 0 .254.032.412.127.507.096.095.254.127.508.127h6.549c.253 0 .412-.032.507-.127.095-.095.127-.253.127-.507 0-.253-.032-.411-.127-.506-.095-.095-.254-.127-.507-.127h-.48a.223.223 0 0 1-.22-.186l-.119-.713a.186.186 0 0 1 .184-.216h4.992c.446 0 .725-.056.893-.224.168-.167.223-.446.223-.892s-.056-.725-.223-.892c-.168-.168-.447-.224-.893-.224M4.117 15.27c-.445 0-.724-.056-.892-.224-.168-.168-.225-.447-.225-.89V8.941c0-2.97 0-4.457.744-5.2C4.488 3 5.974 3 8.95 3h6.102c2.974 0 4.461 0 5.205.743.743.742.743 2.228.743 5.2v5.211c0 .444-.057.723-.225.891-.168.168-.447.225-.892.225z"/>
    </svg>);
});
//# sourceMappingURL=Desktop.jsx.map