google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 638 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 Edit = createIcon("Edit", [
[
"path",
{
d: "M2.99902 17.2505V21.0005H6.74902L17.809 9.94055L14.059 6.19055L2.99902 17.2505ZM20.709 7.04055C21.099 6.65055 21.099 6.02055 20.709 5.63055L18.369 3.29055C17.979 2.90055 17.349 2.90055 16.959 3.29055L15.129 5.12055L18.879 8.87055L20.709 7.04055Z",
key: "cjks89"
}
]
]);
export { Edit as default };
//# sourceMappingURL=edit.js.map