lucide-react
Version:
A Lucide icon library package for React applications.
28 lines (24 loc) • 672 B
JavaScript
/**
* @license lucide-react v1.46.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.mjs';
const __iconData = {
name: "lens-convex",
size: 24,
node: [
[
"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"
}
]
]
};
__iconData.node;
const LensConvex = createLucideIcon(__iconData);
export { __iconData, LensConvex as default };
//# sourceMappingURL=lens-convex.mjs.map