Files
hyper-theme/assets/vendor/lucide/esm/icons/text-search.js
2025-11-20 23:10:06 -06:00

24 lines
547 B
JavaScript

/**
* @license lucide v0.424.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import defaultAttributes from '../defaultAttributes.js';
const TextSearch = [
"svg",
defaultAttributes,
[
["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