UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 595 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 FileCopy = createIcon("FileCopy", [ [ "path", { d: "M16.5 1H4.5C3.4 1 2.5 1.9 2.5 3V17H4.5V3H16.5V1ZM15.5 5H8.5C7.4 5 6.51 5.9 6.51 7L6.5 21C6.5 22.1 7.39 23 8.49 23H19.5C20.6 23 21.5 22.1 21.5 21V11L15.5 5ZM8.5 21V7H14.5V12H19.5V21H8.5Z", key: "1aarb7" } ] ]); export { FileCopy as default }; //# sourceMappingURL=file_copy.js.map