lucide
Version:
A Lucide icon library package for web and javascript applications.
16 lines (13 loc) • 387 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 Umbrella = [
["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