UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

11 lines 756 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Columns = void 0; var tslib_1 = require("tslib"); var React = (0, tslib_1.__importStar)(require("react")); var Columns = function () { return (React.createElement("svg", { "data-icon": "columns", width: "20", height: "17", viewBox: "0 0 20 17", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, React.createElement("rect", { width: "5.66667", height: "17", fill: "white" }), React.createElement("rect", { x: "7.08368", width: "5.66667", height: "17", fill: "white" }), React.createElement("rect", { x: "14.6663", y: "0.5", width: "4.66667", height: "16", stroke: "white", fill: "none" }))); }; exports.Columns = Columns; //# sourceMappingURL=Columns.js.map