google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 904 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 EditOff = createIcon("EditOff", [
[
"path",
{
d: "M12.6348 8.12543L14.5718 6.18843L18.3188 9.93543L16.3818 11.8734L12.6348 8.12543ZM21.2188 5.63043L18.8788 3.29043C18.6914 3.10418 18.438 2.99963 18.1738 2.99963C17.9096 2.99963 17.6562 3.10418 17.4688 3.29043L15.6388 5.12043L19.3888 8.87043L21.2188 7.00043C21.3932 6.81497 21.4902 6.56999 21.4902 6.31543C21.4902 6.06086 21.3932 5.81589 21.2188 5.63043ZM2.50879 5.00043L9.13879 11.6304L3.50879 17.2504V21.0004H7.25879L12.8888 15.3804L18.5088 21.0004L20.5088 19.0004L4.50879 3.00043L2.50879 5.00043Z",
key: "1jsvv0"
}
]
]);
export { EditOff as default };
//# sourceMappingURL=edit_off.js.map