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

23 lines (22 loc) 530 B
import { jsx as o } from "react/jsx-runtime"; import { spreadSx as i } from "../../theme/spreadSx.js"; import m from "@mui/material/SvgIcon"; import { ReactComponent as a } from "../icons/computationalTool.svg.js"; const l = (t) => { const { sx: r } = t; return /* @__PURE__ */ o( m, { sx: i(r, { 'path[fill="white"]': { fill: "white !important" } }), children: /* @__PURE__ */ o(a, {}) } ); }; export { l as default }; //# sourceMappingURL=ComputationalTool.js.map