UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

18 lines (14 loc) 502 B
/** * @license lucide-react v0.367.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.js'; const LampFloor = createLucideIcon("LampFloor", [ ["path", { d: "M9 2h6l3 7H6l3-7Z", key: "wcx6mj" }], ["path", { d: "M12 9v13", key: "3n1su1" }], ["path", { d: "M9 22h6", key: "1rlq3v" }] ]); export { LampFloor as default }; //# sourceMappingURL=lamp-floor.js.map