import React from 'react';
import withIcon from '../lib/withIcon';
export const IconSidebarLeftClose = withIcon(function IconSidebarLeftClose(props) {
    return (<svg data-tag="IconSidebarLeftClose" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12.75 3.75h-1.5c-4.125 0-6.187 0-7.219 1.031C3 5.812 3 7.875 3 12s0 6.187 1.031 7.219c1.031 1.03 3.094 1.03 7.219 1.03h1.5c4.125 0 6.188 0 7.219-1.03 1.03-1.032 1.03-3.094 1.03-7.22 0-4.124 0-6.187-1.03-7.218C18.937 3.75 16.875 3.75 12.75 3.75m-2.625 12c0 1.125 0 1.688-.281 1.969-.281.28-.844.28-1.969.28s-1.687 0-1.969-.28c-.281-.282-.281-.844-.281-1.969v-7.5c0-1.125 0-1.687.281-1.969.281-.28.844-.28 1.969-.28s1.688 0 1.969.28c.281.282.281.844.281 1.969zm8.25-3h-2.26c-.18 0-.302.031-.38.108-.08.076-.115.197-.12.376-.026.871-.117 1.256-.441 1.266-.324.009-.88-.357-1.837-.989-1.141-.753-1.712-1.132-1.712-1.511s.57-.758 1.712-1.511c.956-.632 1.513-.998 1.837-.989.324.01.415.395.44 1.266.006.18.041.3.12.376.079.077.201.108.38.108h2.261c.3 0 .487.038.6.15.112.113.15.3.15.6s-.038.487-.15.6c-.113.112-.3.15-.6.15"/>
    </svg>);
});
//# sourceMappingURL=SidebarLeftClose.jsx.map