UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

20 lines (16 loc) 390 B
/** * lucide-react v0.0.1 - ISC */ import createLucideIcon from '../createLucideIcon.mjs'; const Tag = createLucideIcon("Tag", [ [ "path", { d: "M12 2H2v10l9.29 9.29c.94.94 2.48.94 3.42 0l6.58-6.58c.94-.94.94-2.48 0-3.42L12 2Z", key: "14b2ls" } ], ["path", { d: "M7 7h.01", key: "7u93v4" }] ]); export { Tag as default }; //# sourceMappingURL=tag.mjs.map