UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.01 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 CleanHands = createIcon("CleanHands", [ [ "path", { d: "M17.49 5L18.12 6.37L19.49 7L18.12 7.63L17.49 9L16.86 7.63L15.49 7L16.86 6.37L17.49 5ZM11.5 6.13V4H13.5C14.07 4 14.6 4.17 15.05 4.45L16.48 3.02C15.65 2.39 14.63 2 13.5 2C12.02 2 8 2 8 2V4H9.5V6.14C7.73 6.51 6.31 7.8 5.76 9.5H9.74L15.5 11.65V11.03C15.5 8.61 13.78 6.59 11.5 6.13ZM1.5 22H5.5V11H1.5V22ZM20.5 17H13.5L11.41 16.27L11.74 15.33L13.5 16H16.32C16.97 16 17.5 15.47 17.5 14.82C17.5 14.33 17.19 13.89 16.73 13.71L9.47 11H7.5V20.02L14.5 22L22.5 19C22.49 17.9 21.61 17 20.5 17ZM20.5 14C21.6 14 22.5 13.1 22.5 12C22.5 10.9 20.5 8 20.5 8C20.5 8 18.5 10.9 18.5 12C18.5 13.1 19.4 14 20.5 14Z", key: "1gwcfy" } ] ]); export { CleanHands as default }; //# sourceMappingURL=clean_hands.js.map