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 670 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VerticalDots = void 0; var tslib_1 = require("tslib"); var React = (0, tslib_1.__importStar)(require("react")); var VerticalDots = function () { return (React.createElement("svg", { "data-icon": "vertical-dots", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, React.createElement("path", { d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" }))); }; exports.VerticalDots = VerticalDots; //# sourceMappingURL=VerticalDots.js.map