UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

15 lines (11 loc) 405 B
/** * lucide-react v0.0.1 - ISC */ import createLucideIcon from '../createLucideIcon.mjs'; const Type = createLucideIcon("Type", [ ["polyline", { points: "4 7 4 4 20 4 20 7", key: "1nosan" }], ["line", { x1: "9", x2: "15", y1: "20", y2: "20", key: "swin9y" }], ["line", { x1: "12", x2: "12", y1: "4", y2: "20", key: "1tx1rr" }] ]); export { Type as default }; //# sourceMappingURL=type.mjs.map