lucide
Version:
A Lucide icon library package for web and javascript applications.
24 lines (20 loc) • 547 B
JavaScript
/**
* @license lucide v0.469.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