import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M2 21a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1ZM21 9.934v4.132c0 .886 0 1.65-.074 2.262-.08.655-.258 1.284-.717 1.793-.459.51-1.024.709-1.614.797-.55.082-1.238.082-2.036.082H7.441c-.798 0-1.486 0-2.036-.082-.59-.088-1.155-.287-1.614-.797-.459-.51-.638-1.138-.717-1.793C3 15.716 3 14.952 3 14.066V9.934c0-.886 0-1.65.074-2.262.08-.655.258-1.284.717-1.793.459-.51 1.024-.709 1.614-.797C5.955 5 6.643 5 7.441 5h9.119c.797 0 1.485 0 2.035.082.59.088 1.155.287 1.614.797.459.51.638 1.138.717 1.793C21 8.284 21 9.048 21 9.934Z" clipRule="evenodd" /></svg>;
export default SvgComponent;