UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 757 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 FileOpen = createIcon("FileOpen", [ [ "path", { d: "M12.3149 1.82031H4.31494C3.21494 1.82031 2.31494 2.72031 2.31494 3.82031V19.8203C2.31494 20.9203 3.20494 21.8203 4.30494 21.8203H13.3149V13.8203H18.3149V7.82031L12.3149 1.82031ZM11.3149 8.82031V3.32031L16.8149 8.82031H11.3149ZM15.3149 21.4803V15.8203H20.9749V17.8203H18.7349L21.6849 20.7703L20.2749 22.1803L17.3149 19.2303V21.4703H15.3149V21.4803Z", key: "c87aaa" } ] ]); export { FileOpen as default }; //# sourceMappingURL=file_open.js.map