import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { Icon } from '../iconTypes'; const IconFolderPersonal = ({ className = '', height = 32, title, width = 32 }: Icon) => ( ); export default IconFolderPersonal;