lucide-react-native
Version:
A Lucide icon library package for React Native applications.
24 lines (19 loc) • 581 B
JavaScript
/**
* @license lucide-react-native v1.18.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
;
var createLucideIcon = require('../createLucideIcon.js');
const LensConvex = createLucideIcon("LensConvex", [
[
"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"
}
]
]);
module.exports = LensConvex;
//# sourceMappingURL=lens-convex.js.map