24 lines
573 B
JavaScript
24 lines
573 B
JavaScript
/**
|
|
* @license lucide v0.331.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const Anvil = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["path", { d: "M7 10c-2.8 0-5-2.2-5-5h5" }],
|
|
["path", { d: "M7 4v8h7a8 8 0 0 0 8-8Z" }],
|
|
["path", { d: "M9 12v5" }],
|
|
["path", { d: "M15 12v5" }],
|
|
["path", { d: "M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v1H5Z" }]
|
|
]
|
|
];
|
|
|
|
export { Anvil as default };
|
|
//# sourceMappingURL=anvil.js.map
|