22 lines
564 B
JavaScript
22 lines
564 B
JavaScript
/**
|
|
* @license lucide-vue-next v1.0.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 LensConvex = createLucideIcon("lens-convex", [
|
|
[
|
|
"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"
|
|
}
|
|
]
|
|
]);
|
|
|
|
export { LensConvex as default };
|
|
//# sourceMappingURL=lens-convex.js.map
|