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