import React from 'react' const Save = (props: any) => { const {fill} = props; return ( <> ); } export default Save