google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.1 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 Wash = createIcon("Wash", [
[
"path",
{
d: "M19 8C20.38 8 21.5 6.88 21.5 5.5C21.5 3.83 19 1 19 1C19 1 16.5 3.83 16.5 5.5C16.5 6.88 17.62 8 19 8ZM14 9C14.83 9 15.5 8.33 15.5 7.5C15.5 6.66 14 5 14 5C14 5 12.5 6.66 12.5 7.5C12.5 8.33 13.17 9 14 9ZM9.62 5L2.44 11.79C1.84 12.35 1.5 13.14 1.5 13.97V20C1.5 21.66 2.84 23 4.5 23H18.25C18.94 23 19.5 22.44 19.5 21.75C19.5 21.06 18.94 20.5 18.25 20.5H12.5V19.5H20.25C20.94 19.5 21.5 18.94 21.5 18.25C21.5 17.56 20.94 17 20.25 17H12.5V16H21.25C21.94 16 22.5 15.44 22.5 14.75C22.5 14.06 21.94 13.5 21.25 13.5H12.5V12.5H19.25C19.94 12.5 20.5 11.94 20.5 11.25C20.5 10.56 19.94 10 19.25 10H9.36C10 8.89 10.84 7.42 10.85 7.39C10.94 7.23 10.99 7.06 10.99 6.86C10.99 6.6 10.9 6.36 10.73 6.16C10.72 6.12 9.62 5 9.62 5Z",
key: "1k00qj"
}
]
]);
export { Wash as default };
//# sourceMappingURL=wash.js.map