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