import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDrafts = withIcon(function IconDrafts(props) {
    return (<svg data-tag="IconDrafts" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M2.25 6.75c0-.45.056-.731.225-.9.169-.169.45-.225.9-.225h9c.45 0 .73.056.9.225.169.169.225.45.225.9s-.056.73-.225.9c-.169.169-.45.225-.9.225h-9c-.45 0-.73-.056-.9-.225-.169-.169-.225-.45-.225-.9m1.125 6.375h4.5c.45 0 .73-.056.9-.225.169-.169.225-.45.225-.9s-.056-.731-.225-.9c-.169-.169-.45-.225-.9-.225h-4.5c-.45 0-.73.056-.9.225-.169.169-.225.45-.225.9s.056.73.225.9c.169.169.45.225.9.225M7.5 17.25c0-.45-.056-.731-.225-.9-.169-.169-.45-.225-.9-.225h-3c-.45 0-.73.056-.9.225-.169.169-.225.45-.225.9s.056.73.225.9c.169.169.45.225.9.225h3c.45 0 .73-.056.9-.225.169-.169.225-.45.225-.9M22.297 6.578c-.635-.635-1.113-.953-1.59-.953-.479 0-.957.318-1.592.953l-3.512 3.512-3.512 3.512c-.575.575-.864.865-1.093 1.196-.23.332-.4.704-.736 1.444-.984 2.164-1.473 3.249-1.175 3.546.297.298 1.382-.19 3.546-1.175.74-.336 1.113-.506 1.444-.735.331-.23.621-.52 1.196-1.094l3.512-3.512 3.512-3.512c.635-.635.953-1.113.953-1.591s-.318-.956-.953-1.591"/>
    </svg>);
});
//# sourceMappingURL=Drafts.jsx.map