UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

14 lines (10 loc) 347 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const Search = createLucideIcon("Search", [ ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }], ["line", { x1: "21", x2: "16.65", y1: "21", y2: "16.65", key: "13gj7c" }] ]); export { Search as default }; //# sourceMappingURL=search.js.map