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 d="M19 5.044C18.425 5 17.78 5 17.119 5H6.88C6.221 5 5.575 5 5 5.044V5a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v.044Z" /><path fillRule="evenodd" d="M10.934 12H13.066c.886 0 1.65 0 2.262.082.655.088 1.284.287 1.793.797.51.51.709 1.138.797 1.793.082.612.082 1.376.082 2.262v.132c0 .886 0 1.65-.082 2.262-.088.655-.287 1.284-.797 1.793-.51.51-1.138.709-1.793.797-.612.082-1.376.082-2.262.082h-2.132c-.886 0-1.65 0-2.262-.082-.655-.088-1.284-.287-1.793-.797-.51-.51-.709-1.138-.797-1.793C6 18.716 6 17.952 6 17.066v-.132c0-.886 0-1.65.082-2.262.088-.655.287-1.284.797-1.793.51-.51 1.138-.709 1.793-.797C9.284 12 10.048 12 10.934 12Z" clipRule="evenodd" /><path d="M6.934 6c-.886 0-1.65 0-2.262.082-.655.088-1.284.287-1.793.797-.51.51-.709 1.138-.797 1.793C2 9.284 2 10.048 2 10.934v2.132c0 .886 0 1.65.082 2.262.088.655.287 1.284.797 1.793.567.568 1.348.767 2.124.833C5 17.68 5 17.4 5 17.119c0-.859-.024-1.727.091-2.58.103-.766.354-1.64 1.08-2.367.727-.727 1.602-.978 2.368-1.08C9.218 11 10.037 11 10.881 11h2.238c.844 0 1.663 0 2.342.091.766.103 1.64.354 2.367 1.08.727.727.978 1.602 1.081 2.368.115.853.091 1.721.091 2.58 0 .282 0 .562-.003.835.776-.066 1.556-.265 2.124-.833.51-.51.709-1.138.797-1.793.082-.612.082-1.376.082-2.262v-2.132c0-.886 0-1.65-.082-2.262-.088-.655-.287-1.284-.797-1.793-.51-.51-1.138-.709-1.793-.797C18.716 6 17.952 6 17.066 6H6.934Z" /></svg>;
export default SvgComponent;