import * as React from 'react'; import { TwoTonedIcon } from '../iconTypes'; declare const IconSmallFolder: ({ className, height, title, width }: TwoTonedIcon) => React.JSX.Element; export default IconSmallFolder;