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="M8 5v3.004c-.498.007-.943.026-1.328.078-.655.088-1.284.287-1.793.797-.51.51-.709 1.138-.797 1.793C4 11.284 4 12.048 4 12.934v4.132c0 .886 0 1.65.082 2.262.088.655.287 1.284.797 1.793.51.51 1.138.709 1.793.797C7.284 22 8.048 22 8.934 22h6.132c.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-4.132c0-.886 0-1.65-.082-2.262-.088-.655-.287-1.284-.797-1.793-.51-.51-1.138-.709-1.793-.797-.385-.052-.83-.07-1.328-.078V5a3 3 0 0 0-3-3h-2a3 3 0 0 0-3 3Zm3-1a1 1 0 0 0-1 1v3h4V5a1 1 0 0 0-1-1h-2Zm1 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" clipRule="evenodd" /></svg>;
export default SvgComponent;