lucide
Version:
A Lucide icon library package for web and javascript applications.
22 lines (19 loc) • 591 B
JavaScript
/**
* @license lucide v0.525.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const BrushCleaning = [
["path", { d: "m16 22-1-4" }],
[
"path",
{
d: "M19 13.99a1 1 0 0 0 1-1V12a2 2 0 0 0-2-2h-3a1 1 0 0 1-1-1V4a2 2 0 0 0-4 0v5a1 1 0 0 1-1 1H6a2 2 0 0 0-2 2v.99a1 1 0 0 0 1 1"
}
],
["path", { d: "M5 14h14l1.973 6.767A1 1 0 0 1 20 22H4a1 1 0 0 1-.973-1.233z" }],
["path", { d: "m8 22 1-4" }]
];
export { BrushCleaning as default };
//# sourceMappingURL=brush-cleaning.js.map