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 3a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1ZM8.43 6.158C8.979 6.037 9.615 6 10.32 6h3.36c.706 0 1.342.037 1.89.158.557.124 1.082.35 1.502.77.42.42.646.945.77 1.503.122.547.158 1.183.158 1.889v3.36c0 .706-.037 1.342-.158 1.89-.124.557-.35 1.082-.77 1.502-.42.42-.945.646-1.503.77-.547.122-1.183.158-1.889.158h-3.36c-.706 0-1.342-.037-1.89-.158-.557-.124-1.082-.35-1.502-.77-.42-.42-.646-.945-.77-1.503C6.037 15.022 6 14.386 6 13.68v-3.36c0-.706.037-1.342.158-1.89.124-.557.35-1.082.77-1.502.42-.42.945-.646 1.503-.77Z" clipRule="evenodd" /></svg>;
export default SvgComponent;