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