@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 659 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 toaster = [
["path", { d: "M16 10V5.7A2 2 0 0 0 15 2H9a2 2 0 0 0-1 3.7V10", key: "108z3e" }],
["path", { d: "M6 10h12", key: "1hwodj" }],
[
"path",
{ d: "M4 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2", key: "dydk02" }
],
["circle", { cx: "8", cy: "16", r: "2", key: "1acxsx" }],
["path", { d: "M14 16h4", key: "2pjzk9" }],
["path", { d: "M16 14v8", key: "1v58nx" }]
];
export { toaster as default };
//# sourceMappingURL=toaster.js.map