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

9 lines 675 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Close = void 0; var tslib_1 = require("tslib"); var React = (0, tslib_1.__importStar)(require("react")); var Close = function () { return (React.createElement("svg", { "data-icon": "close", width: "13", height: "12", viewBox: "0 0 13 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, React.createElement("path", { d: "M12.3887 1.20857L11.1801 0L6.38867 4.79143L1.59724 0L0.388672 1.20857L5.1801 6L0.388672 10.7914L1.59724 12L6.38867 7.20857L11.1801 12L12.3887 10.7914L7.59724 6L12.3887 1.20857Z", fill: "#47337D" }))); }; exports.Close = Close; //# sourceMappingURL=Close.js.map