UNPKG

@tabler/icons-react

Version:

A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.

14 lines (10 loc) 1.01 kB
/** * @license @tabler/icons-react v3.34.0 - MIT * * This source code is licensed under the MIT license. * See the LICENSE file in the root directory of this source tree. */ import createReactComponent from '../createReactComponent.mjs'; var IconHexagon3d = createReactComponent("outline", "hexagon-3d", "IconHexagon3d", [["path", { "d": "M19 6.844a2.007 2.007 0 0 1 1 1.752v6.555c0 .728 -.394 1.399 -1.03 1.753l-6 3.844a2 2 0 0 1 -1.942 0l-6 -3.844a2.007 2.007 0 0 1 -1.029 -1.752v-6.556c0 -.729 .394 -1.4 1.029 -1.753l6 -3.583a2.05 2.05 0 0 1 2 0l6 3.584h-.03z", "key": "svg-0" }], ["path", { "d": "M12 16.5v4.5", "key": "svg-1" }], ["path", { "d": "M4.5 7.5l3.5 2.5", "key": "svg-2" }], ["path", { "d": "M16 10l4 -2.5", "key": "svg-3" }], ["path", { "d": "M12 7.5v4.5l-4 2", "key": "svg-4" }], ["path", { "d": "M12 12l4 2", "key": "svg-5" }], ["path", { "d": "M12 16.5l4 -2.5v-4l-4 -2.5l-4 2.5v4z", "key": "svg-6" }]]); export { IconHexagon3d as default }; //# sourceMappingURL=IconHexagon3d.mjs.map