@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
27 lines (24 loc) • 859 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 hexagons7 = [
[
"path",
{
d: "M5.3 4.3v3.9L2 10.1v3.8l3.3 1.9v3.9l3.4 1.9 3.3-1.9 3.3 1.9 3.4-1.9v-3.9l3.3-1.9v-3.8l-3.3-1.9V4.3l-3.4-1.9L12 4.3 8.7 2.4Z",
key: "vl4rs"
}
],
["path", { d: "M12 8.2V4.3", key: "1yh0kv" }],
["path", { d: "m18.7 8.2-3.4 1.9", key: "135mew" }],
["path", { d: "m15.3 13.9 3.4 1.9", key: "1ssf68" }],
["path", { d: "M12 19.7v-3.9", key: "plzx4q" }],
["path", { d: "m8.7 13.9-3.4 1.9", key: "10a79s" }],
["path", { d: "m5.3 8.2 3.4 1.9", key: "1a41h8" }],
["path", { d: "m8.7 13.9 3.3 1.9 3.3-1.9v-3.8L12 8.2l-3.3 1.9Z", key: "12u8i2" }]
];
export { hexagons7 as default };
//# sourceMappingURL=hexagons-7.js.map