google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.05 kB
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 LeakRemove = createIcon("LeakRemove", [
[
"path",
{
d: "M10 3H8C8 3.37 7.96 3.72 7.88 4.06L9.47 5.65C9.81 4.84 10 3.94 10 3ZM3 4.27L5.84 7.11C5.03 7.67 4.06 8 3 8V10C4.61 10 6.09 9.45 7.27 8.54L8.7 9.97C7.14 11.24 5.16 12 3 12V14C5.71 14 8.19 13.01 10.11 11.38L12.61 13.88C10.99 15.81 10 18.29 10 21H12C12 18.84 12.76 16.86 14.03 15.31L15.46 16.74C14.55 17.91 14 19.39 14 21H16C16 19.94 16.33 18.97 16.89 18.16L19.73 21L21 19.73L4.27 3L3 4.27ZM14 3H12C12 4.5 11.63 5.91 10.98 7.16L12.44 8.62C13.42 6.98 14 5.06 14 3ZM19.94 16.12C20.28 16.04 20.63 16 21 16V14C20.06 14 19.16 14.19 18.34 14.52L19.94 16.12ZM15.38 11.56L16.84 13.02C18.09 12.37 19.5 12 21 12V10C18.94 10 17.02 10.58 15.38 11.56Z",
key: "9uwbc7"
}
]
]);
export { LeakRemove as default };
//# sourceMappingURL=leak_remove.js.map