@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
18 lines (15 loc) • 525 B
JavaScript
/**
* @license @lucide/lab v0.1.2 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const intercom = [
["rect", { width: "20", height: "20", x: "2", y: "2", rx: "2", key: "1btzen" }],
["path", { d: "M6 9v6", key: "rxvg2g" }],
["path", { d: "M10 6v12", key: "1xqmlc" }],
["path", { d: "M14 6v12", key: "7odqp" }],
["path", { d: "M18 9v6", key: "1twb98" }]
];
export { intercom as default };
//# sourceMappingURL=intercom.js.map