UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 536 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const ViewSidebar = createIcon("ViewSidebar", [ [ "path", { d: "M2 4V20H22V4H2ZM20 8.67H17.5V6H20V8.67ZM17.5 10.67H20V13.34H17.5V10.67ZM4 6H15.5V18H4V6ZM17.5 18V15.33H20V18H17.5Z", key: "mhap71" } ] ]); export { ViewSidebar as default }; //# sourceMappingURL=view_sidebar.js.map