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="M5.968 2h12.064c.439 0 .817 0 1.13.021.33.023.66.072.986.207a3 3 0 0 1 1.624 1.624c.135.326.184.656.207.986.021.313.021.691.021 1.13v12.064c0 .439 0 .817-.021 1.13-.023.33-.072.66-.207.986a3 3 0 0 1-1.624 1.624 3.073 3.073 0 0 1-.986.207c-.313.021-.691.021-1.13.021H5.968c-.439 0-.817 0-1.13-.021a3.072 3.072 0 0 1-.986-.207 3 3 0 0 1-1.624-1.624 3.07 3.07 0 0 1-.207-.986C2 18.85 2 18.471 2 18.032V5.968c0-.439 0-.817.021-1.13.023-.33.072-.66.207-.986a3 3 0 0 1 1.624-1.624 3.07 3.07 0 0 1 .986-.207C5.15 2 5.529 2 5.968 2Zm11.325 3.293a1 1 0 1 1 1.414 1.414l-12 12a1 1 0 0 1-1.414-1.414l12-12ZM9.5 6a1 1 0 0 0-2 0v1.5H6a1 1 0 1 0 0 2h1.5V11a1 1 0 1 0 2 0V9.5H11a1 1 0 1 0 0-2H9.5V6ZM13 17h5a1 1 0 1 0 0-2h-5a1 1 0 1 0 0 2Z" clipRule="evenodd" /></svg>;
export default SvgComponent;