/** * @license lucide v0.331.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import defaultAttributes from '../defaultAttributes.js'; const View = [ "svg", defaultAttributes, [ ["path", { d: "M5 12s2.545-5 7-5c4.454 0 7 5 7 5s-2.546 5-7 5c-4.455 0-7-5-7-5z" }], ["path", { d: "M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" }], ["path", { d: "M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2" }], ["path", { d: "M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2" }] ] ]; export { View as default }; //# sourceMappingURL=view.js.map