import * as React from "react"; import { SVGProps } from "react"; const SvgNotebookEdit = (props: SVGProps) => ( ); export default SvgNotebookEdit;