UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 644 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 Splitscreen = createIcon("Splitscreen", [ [ "path", { d: "M18 4V9H6V4H18ZM18 2H6C4.9 2 4 2.9 4 4V9C4 10.1 4.9 11 6 11H18C19.1 11 20 10.1 20 9V4C20 2.9 19.1 2 18 2ZM18 15V20H6V15H18ZM18 13H6C4.9 13 4 13.9 4 15V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V15C20 13.9 19.1 13 18 13Z", key: "faltvj" } ] ]); export { Splitscreen as default }; //# sourceMappingURL=splitscreen.js.map