generated from MuhammadIqbalMaulana/UAS-SIG
21 lines
524 B
JavaScript
21 lines
524 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 Cuboid = [
|
|
["path", { d: "M10 22v-8" }],
|
|
["path", { d: "M2.336 8.89 10 14l11.715-7.029" }],
|
|
[
|
|
"path",
|
|
{
|
|
d: "M22 14a2 2 0 0 1-.971 1.715l-10 6a2 2 0 0 1-2.138-.05l-6-4A2 2 0 0 1 2 16v-6a2 2 0 0 1 .971-1.715l10-6a2 2 0 0 1 2.138.05l6 4A2 2 0 0 1 22 8z"
|
|
}
|
|
]
|
|
];
|
|
|
|
export { Cuboid as default };
|
|
//# sourceMappingURL=cuboid.mjs.map
|