19 lines
567 B
JavaScript
19 lines
567 B
JavaScript
/**
|
|
* @license lucide-react v0.487.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.js';
|
|
|
|
const __iconNode = [
|
|
["path", { d: "M22 12a10.06 10.06 1 0 0-20 0Z", key: "1teyop" }],
|
|
["path", { d: "M12 12v8a2 2 0 0 0 4 0", key: "ulpmoc" }],
|
|
["path", { d: "M12 2v1", key: "11qlp1" }]
|
|
];
|
|
const Umbrella = createLucideIcon("umbrella", __iconNode);
|
|
|
|
export { __iconNode, Umbrella as default };
|
|
//# sourceMappingURL=umbrella.js.map
|