UNPKG

lucide-vue-next

Version:

A Lucide icon library package for Vue 3 applications.

22 lines (18 loc) 591 B
/** * @license lucide-vue-next v0.516.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 RectangleGoggles = createLucideIcon("rectangle-goggles", [ [ "path", { d: "M20 6a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-1.6-.8l-1.6-2.13a1 1 0 0 0-1.6 0L9.6 17.2A2 2 0 0 1 8 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z", key: "d5y1f" } ] ]); export { RectangleGoggles as default }; //# sourceMappingURL=rectangle-goggles.js.map