import React from 'react';
import withIcon from '../lib/withIcon';
export const IconFolder = withIcon(function IconFolder(props) {
    return (<svg data-tag="IconFolder" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M20.972 16.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.243M5.25 9h13.5c.593 0 .968-.079 1.195-.306.226-.226.305-.601.305-1.194 0-.592-.079-.967-.305-1.194C19.718 6.079 19.343 6 18.75 6l-2.195-.004-2.194-.004c-.507 0-.856-.04-1.168-.17-.312-.13-.586-.35-.945-.708l-.622-.623-.622-.622c-.36-.36-.636-.58-.949-.71-.313-.129-.663-.169-1.173-.169l-1.066.005L6.75 3c-1.185 0-1.935.158-2.389.611-.453.454-.61 1.204-.61 2.39v1.5c0 .592.078.967.305 1.193.226.227.602.306 1.194.306"/>
    </svg>);
});
//# sourceMappingURL=Folder.jsx.map