import React from 'react';
import withIcon from '../lib/withIcon';
export const IconLaptop = withIcon(function IconLaptop(props) {
    return (<svg data-tag="IconLaptop" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21.829 17.714c.468 0 .76.058.936.23.176.17.235.456.235.913s-.059.743-.235.914c-.175.172-.468.229-.936.229H2.17c-.468 0-.76-.057-.937-.229C1.06 19.6 1 19.314 1 18.857s.059-.742.234-.914c.176-.171.47-.229.937-.229zM3.732 16.571c-.466 0-.759-.058-.935-.23-.176-.172-.236-.458-.236-.912v-5.341c0-3.044 0-4.566.78-5.327C4.122 4 5.682 4 8.8 4h6.4c3.12 0 4.679 0 5.459.76.78.762.78 2.284.78 5.328v5.34c0 .455-.06.741-.236.913-.176.172-.47.23-.935.23z"/>
    </svg>);
});
//# sourceMappingURL=Laptop.jsx.map