lucide
Version:
A Lucide icon library package for web and javascript applications.
18 lines (15 loc) • 441 B
JavaScript
/**
* @license lucide v0.525.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const TextSearch = [
["path", { d: "M21 6H3" }],
["path", { d: "M10 12H3" }],
["path", { d: "M10 18H3" }],
["circle", { cx: "17", cy: "15", r: "3" }],
["path", { d: "m21 19-1.9-1.9" }]
];
export { TextSearch as default };
//# sourceMappingURL=text-search.js.map