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