UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

23 lines (19 loc) 586 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const Ruler = createLucideIcon("Ruler", [ [ "path", { d: "M21.3 8.7 8.7 21.3c-1 1-2.5 1-3.4 0l-2.6-2.6c-1-1-1-2.5 0-3.4L15.3 2.7c1-1 2.5-1 3.4 0l2.6 2.6c1 1 1 2.5 0 3.4Z", key: "14xb44" } ], ["path", { d: "m7.5 10.5 2 2", key: "3h1c69" }], ["path", { d: "m10.5 7.5 2 2", key: "1lvsmz" }], ["path", { d: "m13.5 4.5 2 2", key: "1i616n" }], ["path", { d: "m4.5 13.5 2 2", key: "16iojn" }] ]); export { Ruler as default }; //# sourceMappingURL=ruler.js.map