UNPKG

@antv/s2-react-components

Version:

React components for S2

8 lines 548 B
import React from 'react'; export function ColIcon(props) { return (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 12, height: 12, className: "antv-s2-icon" }, props), React.createElement("g", { fill: "currentColor", fillRule: "nonzero" }, React.createElement("path", { d: "M4.457 11.229h6.772V3.77H4.457zm-.686 0V3.77h-3v7.543h3zM11.23 3V.771H.77V3zM12 0v12H0V0z" }), React.createElement("path", { d: "M.771.771H11.23V3H.77z" })))); } //# sourceMappingURL=col-icon.js.map