UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

26 lines (25 loc) 983 B
import { jsxs as C, jsx as t } from "react/jsx-runtime"; const h = () => /* @__PURE__ */ C( "svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [ /* @__PURE__ */ t("rect", { width: "30", height: "30", rx: "6", fill: "#5171C0" }), /* @__PURE__ */ t( "path", { d: "M22 10L18 14H21C21 15.5913 20.3679 17.1174 19.2426 18.2426C18.1174 19.3679 16.5913 20 15 20C14 20 13.03 19.75 12.2 19.3L10.74 20.76C11.97 21.54 13.43 22 15 22C17.1217 22 19.1566 21.1571 20.6569 19.6569C22.1571 18.1566 23 16.1217 23 14H26L22 10ZM9 14C9 12.4087 9.63214 10.8826 10.7574 9.75736C11.8826 8.63214 13.4087 8 15 8C16 8 16.97 8.25 17.8 8.7L19.26 7.24C18.03 6.46 16.57 6 15 6C12.8783 6 10.8434 6.84285 9.34315 8.34315C7.84285 9.84344 7 11.8783 7 14H4L8 18L12 14", fill: "white" } ) ] } ); export { h as Active }; //# sourceMappingURL=Active.js.map