23 lines
606 B
JavaScript
23 lines
606 B
JavaScript
/**
|
|
* @license lucide-react v0.576.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: "M13.433 2a1 1 0 0 1 .824.448 18 18 0 0 1 0 19.104 1 1 0 0 1-.824.448h-2.866a1 1 0 0 1-.824-.448 18 18 0 0 1 0-19.104A1 1 0 0 1 10.567 2z",
|
|
key: "cq67go"
|
|
}
|
|
]
|
|
];
|
|
const LensConvex = createLucideIcon("lens-convex", __iconNode);
|
|
|
|
export { __iconNode, LensConvex as default };
|
|
//# sourceMappingURL=lens-convex.js.map
|