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