UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 492 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 OpenInFull = createIcon("OpenInFull", [ [ "path", { d: "M21 11V3H13L16.29 6.29L6.29 16.29L3 13V21H11L7.71 17.71L17.71 7.71L21 11Z", key: "ejw7lc" } ] ]); export { OpenInFull as default }; //# sourceMappingURL=open_in_full.js.map