import React from 'react'; const SaveSvg = ({ ...props }) => { return ( ); }; export default SaveSvg;