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