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