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