google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 655 B
JavaScript
/**
* @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 ModeEdit = createIcon("ModeEdit", [
[
"path",
{
d: "M2.99902 17.2515V21.0015H6.74902L17.809 9.94152L14.059 6.19152L2.99902 17.2515ZM20.709 7.04152C21.099 6.65152 21.099 6.02152 20.709 5.63152L18.369 3.29152C17.979 2.90152 17.349 2.90152 16.959 3.29152L15.129 5.12152L18.879 8.87152L20.709 7.04152Z",
key: "1gt61k"
}
]
]);
export { ModeEdit as default };
//# sourceMappingURL=mode_edit.js.map