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="M11.968 2c-.438 0-.817 0-1.13.021a3.07 3.07 0 0 0-.986.207 3 3 0 0 0-1.624 1.624 3.069 3.069 0 0 0-.207.986 17.81 17.81 0 0 0-.02 1.13v6.064c0 .439 0 .817.02 1.13.023.33.072.66.207.986a3 3 0 0 0 1.624 1.624c.326.135.656.184.986.207l.162.009V17H9.606a1 1 0 0 1-.555-.168l-2.496-1.664a1 1 0 1 0-1.11 1.664l2.497 1.664A3 3 0 0 0 9.606 19H11v1H7a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2h-4v-1h1.395a3 3 0 0 0 1.664-.504l2.496-1.664a1 1 0 0 0-1.11-1.664l-2.496 1.664a1 1 0 0 1-.554.168H13v-1.012l.162-.01c.33-.022.66-.071.986-.206a3 3 0 0 0 1.624-1.624 3.07 3.07 0 0 0 .207-.986c.021-.313.021-.691.021-1.13V5.968c0-.439 0-.817-.021-1.13a3.07 3.07 0 0 0-.207-.986 3 3 0 0 0-1.624-1.624 3.07 3.07 0 0 0-.986-.207C12.85 2 12.471 2 12.032 2h-.064Z" clipRule="evenodd" /></svg>;
export default SvgComponent;