@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
21 lines (18 loc) • 622 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 toiletRoll = [
["ellipse", { cx: "10", cy: "8", rx: "3", ry: "2", key: "3e3flj" }],
["ellipse", { cx: "10", cy: "8", rx: "7", ry: "6", key: "1b2s8q" }],
[
"path",
{ d: "M3 8v8c0 3.3 3.1 6 7 6s7-2.7 7-6V8c0 2.2 2.2 4 5 4v8c-2.8 0-5-1.8-5-4", key: "kup9bp" }
],
["path", { d: "M10 14v2", key: "uk47kn" }],
["path", { d: "M10 20v2", key: "1n8e1g" }]
];
export { toiletRoll as default };
//# sourceMappingURL=toilet-roll.js.map