Files
Fluxup_PAP/node_modules/lucide-react-native/dist/cjs/icons/text-search.js
2026-03-10 16:18:05 +00:00

22 lines
630 B
JavaScript

/**
* @license lucide-react-native v0.563.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
'use strict';
var createLucideIcon = require('../createLucideIcon.js');
const TextSearch = createLucideIcon("TextSearch", [
["path", { d: "M21 5H3", key: "1fi0y6" }],
["path", { d: "M10 12H3", key: "1ulcyk" }],
["path", { d: "M10 19H3", key: "108z41" }],
["circle", { cx: "17", cy: "15", r: "3", key: "1upz2a" }],
["path", { d: "m21 19-1.9-1.9", key: "dwi7p8" }]
]);
module.exports = TextSearch;
//# sourceMappingURL=text-search.js.map