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