lucide-react
Version:
A Lucide icon library package for React applications
21 lines (17 loc) • 469 B
JavaScript
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Tags = createLucideIcon("Tags", [
[
"path",
{
d: "M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z",
key: "gt587u"
}
],
["path", { d: "M6 9.01V9", key: "1flxpt" }],
["path", { d: "m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19", key: "1cbfv1" }]
]);
export { Tags as default };
//# sourceMappingURL=tags.mjs.map