import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEditorUnorderedList = withIcon(function IconEditorUnorderedList(props) {
    return (<svg data-tag="IconEditorUnorderedList" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M19.5 18c0 .45-.056.73-.225.9-.169.169-.45.225-.9.225h-9.75c-.45 0-.73-.056-.9-.225-.169-.169-.225-.45-.225-.9s.056-.731.225-.9c.169-.169.45-.225.9-.225h9.75c.45 0 .73.056.9.225.169.169.225.45.225.9M8.625 13.125h8.25c.45 0 .73-.056.9-.225.169-.169.225-.45.225-.9s-.056-.731-.225-.9c-.169-.169-.45-.225-.9-.225h-8.25c-.45 0-.73.056-.9.225-.169.169-.225.45-.225.9s.056.73.225.9c.169.169.45.225.9.225m11.25-8.25H8.625c-.45 0-.73.056-.9.225-.169.169-.225.45-.225.9s.056.73.225.9c.169.169.45.225.9.225h11.25c.45 0 .73-.056.9-.225.169-.169.225-.45.225-.9s-.056-.731-.225-.9c-.169-.169-.45-.225-.9-.225M4.5 16.5c-.6 0-.975.075-1.2.3-.225.225-.3.6-.3 1.2s.075.975.3 1.2c.225.225.6.3 1.2.3s.975-.075 1.2-.3c.225-.225.3-.6.3-1.2s-.075-.975-.3-1.2c-.225-.225-.6-.3-1.2-.3m0-6c-.6 0-.975.075-1.2.3-.225.225-.3.6-.3 1.2s.075.975.3 1.2c.225.225.6.3 1.2.3s.975-.075 1.2-.3c.225-.225.3-.6.3-1.2s-.075-.975-.3-1.2c-.225-.225-.6-.3-1.2-.3m0-6c-.6 0-.975.075-1.2.3-.225.225-.3.6-.3 1.2s.075.975.3 1.2c.225.225.6.3 1.2.3s.975-.075 1.2-.3c.225-.225.3-.6.3-1.2s-.075-.975-.3-1.2c-.225-.225-.6-.3-1.2-.3"/>
    </svg>);
});
//# sourceMappingURL=EditorUnorderedList.jsx.map