odin-simple-mobile-menu/node_modules/lucide/dist/esm/icons/text-search.js

24 lines
547 B
JavaScript
Raw Permalink Normal View History

2024-02-19 10:37:52 +00:00
/**
* @license lucide v0.331.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