import * as React from "react"; function PencilIcon(props: React.SVGProps) { return ; } export default PencilIcon;