UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.53 kB
/** * @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 LeakRemove = createIcon("LeakRemove", [ [ "path", { d: "M13.9297 3.06969H11.9297C11.9297 4.41969 11.6197 5.69969 11.0897 6.83969L12.5797 8.32969C13.4397 6.76969 13.9297 4.97969 13.9297 3.06969ZM20.9297 12.0697V10.0697C19.0197 10.0697 17.2297 10.5597 15.6597 11.4197L17.1497 12.9097C18.2997 12.3797 19.5797 12.0697 20.9297 12.0697ZM20.9297 16.0697V14.0697C20.1397 14.0697 19.3897 14.1997 18.6897 14.4397L20.3697 16.1197C20.5597 16.1097 20.7397 16.0697 20.9297 16.0697ZM9.92969 3.06969H7.92969C7.92969 3.25969 7.88969 3.43969 7.86969 3.62969L9.54969 5.30969C9.79969 4.60969 9.92969 3.84969 9.92969 3.06969ZM4.33969 2.92969L2.92969 4.33969L5.76969 7.17969C4.95969 7.73969 3.98969 8.06969 2.92969 8.06969V10.0697C4.53969 10.0697 6.01969 9.51969 7.19969 8.60969L8.62969 10.0397C7.06969 11.3097 5.08969 12.0697 2.92969 12.0697V14.0697C5.64969 14.0697 8.12969 13.0797 10.0397 11.4497L12.5497 13.9597C10.9197 15.8797 9.92969 18.3597 9.92969 21.0697H11.9297C11.9297 18.9097 12.6897 16.9297 13.9597 15.3697L15.3897 16.7997C14.4797 17.9797 13.9297 19.4597 13.9297 21.0697H15.9297C15.9297 20.0097 16.2597 19.0397 16.8197 18.2297L19.6597 21.0697L21.0697 19.6597L4.33969 2.92969Z", key: "1ecbz5" } ] ]); export { LeakRemove as default }; //# sourceMappingURL=leak_remove.js.map