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