UNPKG

google-material-icons

Version:

A google material icon library package for React applications

30 lines (26 loc) 837 B
/** * @license google-material-icons v2.1.4 - 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 DriveFileRenameOutline = createIcon("DriveFileRenameOutline", [ ["path", { d: "M15 16L11 20H21V16H15Z", key: "oa0j0o" }], [ "path", { d: "M12.06 7.19L3 16.25V20H6.75L15.81 10.94L12.06 7.19ZM5.92 18H5V17.08L12.06 10.02L12.98 10.94L5.92 18Z", key: "wr4h3x" } ], [ "path", { d: "M18.71 8.04C19.1 7.65 19.1 7.02 18.71 6.63L16.37 4.29C16.17 4.09 15.92 4 15.66 4C15.41 4 15.15 4.1 14.96 4.29L13.13 6.12L16.88 9.87L18.71 8.04Z", key: "5b6a5l" } ] ]); export { DriveFileRenameOutline as default }; //# sourceMappingURL=drive_file_rename_outline.js.map