iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 746 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 Kongregate = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.667 0A2.667 2.667 0 000 2.667v18.666A2.667 2.667 0 002.667 24h18.666A2.667 2.667 0 0024 21.333V2.667A2.667 2.667 0 0021.333 0zM5.6 5.333h2.667v5.334H13.6v2.666H8.267v5.334H5.6zm8 8h1.678a1.6 1.6 0 011.43.885L17.6 16h1.333v2.667h-2.666zm0-2.666l2.667-5.334h2.666V8H17.6l-.891 1.782a1.6 1.6 0 01-1.431.885z" }));
exports.default = Kongregate;