UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 763 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 ModeEditOutline = createIcon("ModeEditOutline", [ [ "path", { d: "M2.99854 17.2515V21.0015H6.74854L17.8085 9.94152L14.0585 6.19152L2.99854 17.2515Z", key: "kmipce" } ], [ "path", { d: "M20.7085 5.63152L18.3685 3.29152C17.9785 2.90152 17.3485 2.90152 16.9585 3.29152L15.1285 5.12152L18.8785 8.87152L20.7085 7.04152C21.0985 6.65152 21.0985 6.02152 20.7085 5.63152Z", key: "6ddcmp" } ] ]); export { ModeEditOutline as default }; //# sourceMappingURL=mode_edit_outline.js.map