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="M13.314 22c.566 0 1.067.002 1.545-.162.477-.164.873-.473 1.319-.82l.09-.071 3.802-2.957.13-.1c.628-.487 1.187-.92 1.495-1.55.308-.63.307-1.337.305-2.132V6.934c0-.886 0-1.65-.082-2.262-.088-.655-.287-1.284-.797-1.793-.51-.51-1.138-.709-1.793-.797C18.716 2 17.952 2 17.066 2H6.934c-.886 0-1.65 0-2.262.082-.655.088-1.284.287-1.793.797-.51.51-.709 1.138-.797 1.793C2 5.284 2 6.048 2 6.934V17.066c0 .886 0 1.65.082 2.262.088.655.287 1.284.797 1.793.51.51 1.138.709 1.793.797C5.284 22 6.048 22 6.934 22h6.38ZM18 12a1 1 0 0 0-1-1h-4.672c-.733 0-1.328.595-1.328 1.328V17a1 1 0 0 0 2 0v-4h4a1 1 0 0 0 1-1Z" clipRule="evenodd" /></svg>;
export default SvgComponent;