UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 717 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 DriveFileRenameOutline = createIcon("DriveFileRenameOutline", [ [ "path", { d: "M18.41 5.79793L17.2 4.58793C16.42 3.80793 15.15 3.80793 14.37 4.58793L3 15.9579V19.9979H7.04L18.41 8.62793C19.2 7.84793 19.2 6.57793 18.41 5.79793ZM6.21 17.9979H5V16.7879L13.66 8.12793L14.87 9.33793L6.21 17.9979ZM11 19.9979L15 15.9979H21V19.9979H11Z", key: "1o6057" } ] ]); export { DriveFileRenameOutline as default }; //# sourceMappingURL=drive_file_rename_outline.js.map