generated from MuhammadIqbalMaulana/UAS-SIG
27 lines
695 B
JavaScript
27 lines
695 B
JavaScript
/**
|
|
* @license lucide v1.17.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
const Broccoli = [
|
|
["path", { d: "M10 13a3 3 0 0 1-2.121-5.121" }],
|
|
[
|
|
"path",
|
|
{
|
|
d: "M15.606 14.204c-3.5 1.5-5.899 4.503-8.899 7.503A1 1 0 0 1 6 22c-2 0-4-2-4-4a1 1 0 0 1 .293-.707c1.911-1.911 3.823-3.578 5.347-5.441"
|
|
}
|
|
],
|
|
["path", { d: "M16.573 14.737A4 4 0 0 1 14 11" }],
|
|
[
|
|
"path",
|
|
{
|
|
d: "M7.14 10.907a4 4 0 1 1 2.756-7.43A4 4 0 0 1 16.7 4.48a2 2 0 0 1 2.82 2.82 4 4 0 0 1 1.002 6.805A4 4 0 1 1 13 16"
|
|
}
|
|
]
|
|
];
|
|
|
|
export { Broccoli as default };
|
|
//# sourceMappingURL=broccoli.mjs.map
|