active-table
Version:
Framework agnostic table component for editable data experience
2 lines • 662 B
TypeScript
export declare const ARROW_DOWN_ICON_SVG_STRING = "<?xml version=\"1.0\" standalone=\"no\"?>\n<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.0//EN\" \"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"12\" height=\"12\">\n <g style=\"pointer-events: none\" transform=\"matrix(0.6315789 0 0 0.6315789 0 0)\">\n <g transform=\"matrix(0.027142858 0 0 0.027142858 0 0)\">\n <path d=\"M0 87.5L350 507.5L700 87.5L0 87.5z\" stroke=\"none\" fill=\"#3e3e3e\" fill-rule=\"nonzero\" />\n </g>\n </g>\n</svg>\n";
//# sourceMappingURL=arrowDownSVGString.d.ts.map