@antv/s2-react-components
Version:
React components for S2
13 lines • 847 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RowIcon = void 0;
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
function RowIcon(props) {
return (react_1.default.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 12, height: 12, className: "antv-s2-icon" }, props),
react_1.default.createElement("g", { fill: "currentColor", fillRule: "evenodd" },
react_1.default.createElement("path", { d: "M.771 3.771h3v1.886h-3zm0 2.572h3V8.57h-3zM.771 9h3v2.229h-3z" }),
react_1.default.createElement("path", { d: "M.771 9v2.229H11.23V3.77H.77v1.886h3V3.771h.772v7.543H3.77V9.086h-3zm0-.771h3V6.343h-3zM11.23 3V.771H.77V3zM12 0v12H0V0z" }))));
}
exports.RowIcon = RowIcon;
//# sourceMappingURL=row-icon.js.map