UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 975 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 EditOff = createIcon("EditOff", [ [ "path", { d: "M14.7696 8.30998L15.6896 9.22998L14.5796 10.34L15.9896 11.75L18.5096 9.22998L14.7596 5.47998L12.2396 7.99998L13.6496 9.40998L14.7696 8.30998ZM21.4196 6.32998C21.8096 5.93998 21.8096 5.30998 21.4196 4.91998L19.0796 2.57998C18.8796 2.37998 18.6296 2.28998 18.3696 2.28998C18.1096 2.28998 17.8596 2.38998 17.6696 2.57998L15.8396 4.40998L19.5896 8.15998L21.4196 6.32998ZM3.51961 2.09998L2.09961 3.50998L9.41961 10.83L3.70961 16.54V20.29H7.45961L13.1696 14.58L20.4896 21.9L21.8996 20.49L3.51961 2.09998ZM6.62961 18.29H5.70961V17.37L10.8396 12.24L11.7596 13.16L6.62961 18.29Z", key: "ao1a1h" } ] ]); export { EditOff as default }; //# sourceMappingURL=edit_off.js.map