import React from 'react';
import withIcon from '../lib/withIcon';
export const IconTablet = withIcon(function IconTablet(props) {
    return (<svg data-tag="IconTablet" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.5 21.75c3.375 0 5.063 0 5.906-.844.844-.843.844-2.53.844-5.906V9c0-3.375 0-5.062-.844-5.906-.844-.844-2.531-.844-5.906-.844h-3c-3.375 0-5.062 0-5.906.844C3.75 3.938 3.75 5.625 3.75 9v6c0 3.375 0 5.063.844 5.906.844.844 2.531.844 5.906.844zm2.625-2.25h-8.25c-.449 0-.73-.057-.9-.226-.168-.169-.225-.45-.225-.899s.057-.73.226-.9c.169-.168.45-.225.899-.225h8.25c.449 0 .73.057.9.226.168.169.225.45.225.899 0 .45-.057.73-.226.9-.169.168-.45.225-.899.225"/>
    </svg>);
});
//# sourceMappingURL=Tablet.jsx.map