iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 887 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Hexagon = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-hexagon", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M10.425 1.414L3.65 5.41A3.21 3.21 0 002 8.217v7.285a3.226 3.226 0 001.678 2.826l6.695 4.237c1.034.57 2.22.57 3.2.032l6.804-4.302c.98-.537 1.623-1.618 1.623-2.793V8.218l-.005-.204a3.223 3.223 0 00-1.284-2.39l-.107-.075-.007-.007a1.074 1.074 0 00-.181-.133L13.64 1.414a3.33 3.33 0 00-3.216 0z" }));
exports.default = Hexagon;