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