import React from 'react';
import withIcon from '../lib/withIcon';
export const IconSidebarLeft = withIcon(function IconSidebarLeft(props) {
    return (<svg data-tag="IconSidebarLeft" 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.031-1.03 1.031-1.03 3.094-1.03 7.219s0 6.187 1.03 7.219c1.032 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-.28-.844-.28-1.969v-7.5c0-1.125 0-1.687.28-1.969.282-.28.844-.28 1.97-.28C9 6 9.562 6 9.843 6.28c.281.282.281.844.281 1.969z"/>
    </svg>);
});
//# sourceMappingURL=SidebarLeft.jsx.map