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