@antv/s2-react-components
Version:
React components for S2
13 lines • 785 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ValueIcon = void 0;
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
function ValueIcon(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: "M4.229 3.771h7v8h-7z" }),
react_1.default.createElement("path", { d: "M4.457 11.229h6.772V3.77H4.457zm-.686 0V3.77h-3v7.543h3zM11.23 3V.771H.77V3zM12 0v12H0V0z" }))));
}
exports.ValueIcon = ValueIcon;
//# sourceMappingURL=value-icon.js.map