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