UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 506 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 Fullscreen = createIcon("Fullscreen", [ [ "path", { d: "M7 14H5V19H10V17H7V14ZM5 10H7V7H10V5H5V10ZM17 17H14V19H19V14H17V17ZM14 5V7H17V10H19V5H14Z", key: "1depyc" } ] ]); export { Fullscreen as default }; //# sourceMappingURL=fullscreen.js.map