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

22 lines (21 loc) 562 B
import { jsxs as e, jsx as l } from "react/jsx-runtime"; const i = (t) => /* @__PURE__ */ e( "svg", { ...t, className: `Icon-Plus ${t.className ?? ""}`, width: "15", height: "14", viewBox: "0 0 15 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [ t.title && /* @__PURE__ */ l("title", { children: t.title }), /* @__PURE__ */ l("path", { d: "M14.3887 8H8.38867V14H6.38867V8H0.388672V6H6.38867V0H8.38867V6H14.3887V8Z" }) ] } ); export { i as default }; //# sourceMappingURL=IconPlus.js.map