@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 534 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 bellConciergeDot = [
["circle", { cx: "19", cy: "9", r: "3", key: "rgq500" }],
["path", { d: "M2 18a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2H2Z", key: "6f9xpm" }],
["path", { d: "M12 4v4c-4.4 0-8 3.6-8 8", key: "1ep1y2" }],
["path", { d: "M10 4h4", key: "1xpv9s" }]
];
export { bellConciergeDot as default };
//# sourceMappingURL=bell-concierge-dot.js.map