iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 633 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 Kx = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 5.873h3.59v12.254H0V5.873zm11.746 0L7.65 12l4.097 6.127H7.65L3.59 12l4.06-6.127h4.097zm12.254 0L19.903 12 24 18.127h-4.097l-2.03-3.045-2.03 3.045h-4.097L15.843 12l-4.097-6.127h4.097l2.03 3.082 2.03-3.082H24z" }));
exports.default = Kx;