Files
2025-11-20 23:10:06 -06:00

22 lines
489 B
JavaScript

/**
* @license lucide v0.424.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 Umbrella = [
"svg",
defaultAttributes,
[
["path", { d: "M22 12a10.06 10.06 1 0 0-20 0Z" }],
["path", { d: "M12 12v8a2 2 0 0 0 4 0" }],
["path", { d: "M12 2v1" }]
]
];
export { Umbrella as default };
//# sourceMappingURL=umbrella.js.map