import React from 'react';
import withIcon from '../lib/withIcon';
export const IconFolderNew = withIcon(function IconFolderNew(props) {
    return (<svg data-tag="IconFolderNew" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.75 6c.593 0 .968.079 1.195.306.226.226.305.602.305 1.194 0 .593-.079.968-.305 1.194-.227.227-.602.306-1.195.306H5.25c-.592 0-.967-.079-1.194-.306-.227-.226-.306-.601-.306-1.194V6c0-1.185.158-1.935.611-2.389.454-.453 1.204-.61 2.39-.61l1.065-.006 1.066-.005c.51 0 .86.04 1.173.17.313.13.588.349.949.71l.622.621.622.623c.359.358.633.578.945.708.312.13.66.17 1.168.17l2.194.004zm2.222 10.493c-.322 2.253-.483 3.38-1.133 3.944-.65.563-1.787.563-4.064.563h-7.55c-2.276 0-3.415 0-4.064-.563-.65-.564-.81-1.69-1.133-3.945-.427-2.994-.64-4.492.01-5.241.65-.75 2.163-.751 5.188-.751h7.549c3.025 0 4.538.001 5.188.75.65.75.437 2.248.01 5.243M15 15.75c0-.3-.037-.487-.15-.6-.112-.112-.3-.15-.6-.15h-.75c-.3 0-.487-.037-.6-.15-.112-.112-.15-.3-.15-.6v-.75c0-.3-.037-.487-.15-.6-.112-.112-.3-.15-.6-.15s-.487.038-.6.15c-.112.113-.15.3-.15.6v.75c0 .3-.037.487-.15.6-.112.113-.3.15-.6.15h-.75c-.3 0-.487.038-.6.15-.112.113-.15.3-.15.6s.038.487.15.6c.113.113.3.15.6.15h.75c.3 0 .487.038.6.15.113.113.15.3.15.6V18c0 .3.038.487.15.6.113.113.3.15.6.15s.487-.038.6-.15c.113-.113.15-.3.15-.6v-.75c0-.3.038-.487.15-.6.113-.112.3-.15.6-.15h.75c.3 0 .487-.038.6-.15.113-.113.15-.3.15-.6"/>
    </svg>);
});
//# sourceMappingURL=FolderNew.jsx.map