19 lines
356 B
JavaScript
19 lines
356 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const SearchSlash = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["path", { d: "m13.5 8.5-5 5" }],
|
|
["circle", { cx: "11", cy: "11", r: "8" }],
|
|
["path", { d: "m21 21-4.3-4.3" }]
|
|
]
|
|
];
|
|
|
|
export { SearchSlash as default };
|
|
//# sourceMappingURL=search-slash.js.map
|