UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 552 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 CloseFullscreen = createIcon("CloseFullscreen", [ [ "path", { d: "M22 3.41L16.71 8.7L20 12H12V4L15.29 7.29L20.59 2L22 3.41ZM3.41 22L8.7 16.71L12 20V12H4L7.29 15.29L2 20.59L3.41 22Z", key: "hpyt5w" } ] ]); export { CloseFullscreen as default }; //# sourceMappingURL=close_fullscreen.js.map