google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 582 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 ViewModule = createIcon("ViewModule", [
[
"path",
{
d: "M14.67 5V11.5H9.33V5H14.67ZM15.67 11.5H21V5H15.67V11.5ZM14.67 19V12.5H9.33V19H14.67ZM15.67 12.5V19H21V12.5H15.67ZM8.33 12.5H3V19H8.33V12.5ZM8.33 11.5V5H3V11.5H8.33Z",
key: "v6uzlz"
}
]
]);
export { ViewModule as default };
//# sourceMappingURL=view_module.js.map