google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 477 B
JavaScript
/**
* @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: "M16 20H2V4H16V20ZM18 8H22V4H18V8ZM18 20H22V16H18V20ZM18 14H22V10H18V14Z", key: "i4ejtc" }
]
]);
export { ViewSidebar as default };
//# sourceMappingURL=view_sidebar.js.map