import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCategories = withIcon(function IconCategories(props) {
    return (<svg data-tag="IconCategories" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M6.375 4.125c0-.45.056-.73.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-.9M15.75 10.5h-7.5c-2.626 0-3.939 0-4.595.655C3 11.811 3 13.124 3 15.75c0 2.626 0 3.939.655 4.595C4.311 21 5.624 21 8.25 21h7.5c2.626 0 3.939 0 4.595-.655.656-.656.655-1.969.655-4.595 0-2.626 0-3.939-.655-4.595-.656-.656-1.969-.655-4.595-.655M5.625 9h12.75c.45 0 .73-.056.9-.225.169-.169.225-.45.225-.9s-.056-.73-.225-.9c-.169-.169-.45-.225-.9-.225H5.625c-.45 0-.73.056-.9.225-.169.169-.225.45-.225.9s.056.73.225.9c.169.169.45.225.9.225"/>
    </svg>);
});
//# sourceMappingURL=Categories.jsx.map