UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 639 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 FolderCopy = createIcon("FolderCopy", [ ["path", { d: "M3 6.5H1V19.5C1 20.6 1.9 21.5 3 21.5H20V19.5H3V6.5Z", key: "wwtqub" }], [ "path", { d: "M21 4.5H14L12 2.5H7C5.9 2.5 5.01 3.4 5.01 4.5L5 15.5C5 16.6 5.9 17.5 7 17.5H21C22.1 17.5 23 16.6 23 15.5V6.5C23 5.4 22.1 4.5 21 4.5Z", key: "ody5y7" } ] ]); export { FolderCopy as default }; //# sourceMappingURL=folder_copy.js.map