@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) • 772 B
JavaScript
/**
* @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 IconHexagonsOff = createReactComponent("outline", "hexagons-off", "IconHexagonsOff", [["path", { "d": "M4 18v-5l4 -2l4 2v5l-4 2z", "key": "svg-0" }], ["path", { "d": "M8 11v-3m1.332 -2.666l2.668 -1.334l4 2v5", "key": "svg-1" }], ["path", { "d": "M12 13l.661 -.331", "key": "svg-2" }], ["path", { "d": "M15.345 11.328l.655 -.328l4 2v3m-1.334 2.667l-2.666 1.333l-4 -2", "key": "svg-3" }], ["path", { "d": "M3 3l18 18", "key": "svg-4" }]]);
export { IconHexagonsOff as default };
//# sourceMappingURL=IconHexagonsOff.mjs.map