export function SendTimeExtensionSharpIcon({ className, ...props }) {
  return (
    <svg className={`no-mui-icon no-mui-sharp-icon no-mui-send-time-extension-sharp-icon ${ className ?? '' }`} {...props} xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24"/></g><g><g><path d="M20,4h-6c0-1.38-1.12-2.5-2.5-2.5S9,2.62,9,4H3.01v5.8C5.7,9.8,6,11.96,6,12.5c0,0.54-0.29,2.7-3,2.7V21h5.8 c0-2.16,1.37-2.78,2.2-2.94v-9.3l9,4.5V4z"/><polygon points="13,12 13,16 17,17 13,18 13,22 23,17"/></g></g></svg>
  );
}
