import * as React from "react"; const pencilSvg = ({ fill = "#ffffff" }): JSX.Element => ( ); export default pencilSvg;