google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 799 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 21.0015H6.74902L17.809 9.94152L14.059 6.19152L2.99902 17.2515V21.0015ZM4.99902 18.0815L14.059 9.02152L14.979 9.94152L5.91902 19.0015H4.99902V18.0815Z",
key: "8ky3p"
}
],
[
"path",
{
d: "M18.369 3.29152C17.979 2.90152 17.349 2.90152 16.959 3.29152L15.129 5.12152L18.879 8.87152L20.709 7.04152C21.099 6.65152 21.099 6.02152 20.709 5.63152L18.369 3.29152Z",
key: "dd3mys"
}
]
]);
export { ModeEdit as default };
//# sourceMappingURL=mode_edit.js.map