UNPKG

@datalayer/icons-react

Version:

React.js and JupyterLab icons for data products.

83 lines (81 loc) 5.3 kB
import * as React from "react"; const sizeMap = { "small": 16, "medium": 32, "large": 64 }; function ScientistIcon({ title, titleId, size, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 72 72", fill: "currentColor", "aria-hidden": "true", ref: svgRef, width: size ? typeof size === "string" ? sizeMap[size] : size : "16px", "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "#FFF", d: "M17.254 58.726s-2-13.5 10-13.5c3.192 2.128 5.927 3.598 9 3.592h-.125c3.074.006 5.508-2.164 8.7-4.292 15.57 0 10.7 14.2 10.7 14.2" }), /*#__PURE__*/React.createElement("path", { fill: "#D0CFCE", d: "M46.74 44.753c-3.17 2.113-4.876 3-8.938 3.589 13.062.411 13.062 5.411 13.824 9.411h5.113s2-13-10-13z" }), /*#__PURE__*/React.createElement("path", { fill: "#FFF", d: "M58.474 43.099h-1.18v6.478l3.866 8.838s.308 1.381-.792 1.381l-10.385.012c-1.101 0-.793-1.38-.793-1.38l3.866-8.83v-6.5h-1.085" }), /*#__PURE__*/React.createElement("path", { fill: "none", d: "M53.056 43.099h4.238" }), /*#__PURE__*/React.createElement("path", { fill: "#B1CC33", d: "M57.294 49.577l3.866 8.838s.308 1.381-.792 1.381l-10.385.012c-1.101 0-.793-1.38-.793-1.38l3.866-8.83" }), /*#__PURE__*/React.createElement("path", { fill: "#92D3F5", d: "M23.149 25.003s12.703-7.023 26.25.802l-3.884 6.025s-6.71.933-9.241-1.6c-2.592 2.592-8.49 1.6-8.49 1.6l-4.635-6.827z" }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", { fill: "#E27022", d: "M36 9.58c-10 0-14 7-14 14s0 13 4 13h20c4 0 4-6 4-13s-4-14-14-14zm9.515 22.25s-6.71.933-9.241-1.6c-2.592 2.592-8.49 1.6-8.49 1.6l-4.635-6.827s12.703-7.023 26.25.802l-3.884 6.025z" })), /*#__PURE__*/React.createElement("g", { fill: "#FCEA2B" }, /*#__PURE__*/React.createElement("path", { d: "M47.187 24.659c-.514-.34-1.015-.682-1.187-1.078-3-3-7-8-7-8-4 3-7 6-13 7 0 0-1.253.55-1.92 1.97 2.953-1.325 12.569-4.814 23.107.108zM45.515 31.83s-6.71.933-9.241-1.6c-2.592 2.592-8.49 1.6-8.49 1.6l-4.082-6.012c-.1.797 1.235 1.513 1.235 2.763 0 9 4.936 14 11 14 5.71 0 10.657-4.637 11.027-12.999l-1.449 2.248z" })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", { d: "M37.562 58.953a1 1 0 01-1-1v-4.425c-6.164-1.165-10.689-7.72-10.888-8.012a1 1 0 011.653-1.126c.046.067 4.65 6.722 10.332 7.278a1 1 0 01.902.995v5.29a1 1 0 01-1 1z" }), /*#__PURE__*/React.createElement("path", { d: "M16.993 58.952a1 1 0 01-.986-.846c-.041-.27-.973-6.633 2.58-10.776 1.924-2.241 4.752-3.377 8.408-3.377a1 1 0 01.555.168c3.153 2.103 5.66 3.41 8.383 3.424 2.722-.013 5.23-1.321 8.382-3.424.164-.11.358-.168.555-.168 1.907 0 3.61.316 5.06.937a.999.999 0 01.525 1.312.998.998 0 01-1.312.526c-1.127-.483-2.463-.742-3.976-.772-3.31 2.186-6.027 3.546-9.128 3.588-.015 0-.031.003-.044 0h-.125c-.018.003-.03 0-.044 0-3.1-.042-5.817-1.402-9.128-3.588-2.896.057-5.11.954-6.586 2.669-2.956 3.437-2.137 9.12-2.129 9.178a1 1 0 01-.99 1.15z" }), /*#__PURE__*/React.createElement("path", { d: "M49.982 60.808c-.58 0-1.08-.227-1.41-.64-.593-.737-.402-1.762-.357-1.959a1.01 1.01 0 01.06-.184l3.782-8.635v-5.291h-.086a1 1 0 110-2h1.086a1 1 0 011 1v6.5a1 1 0 01-.084.401l-3.817 8.714c-.003.03-.005.061-.006.093l10.05-.011a1.037 1.037 0 00-.007-.095l-3.815-8.723a.992.992 0 01-.084-.4v-6.48a1 1 0 011-1h1.18a1 1 0 110 2h-.18v5.27l3.782 8.647c.027.058.046.119.06.182.045.197.235 1.221-.357 1.96-.33.412-.832.639-1.412.639l-10.385.012z" }), /*#__PURE__*/React.createElement("path", { d: "M57.294 44.099h-4.237a1 1 0 110-2h4.237a1 1 0 110 2zM41.953 27.047a2 2 0 11-4 0 2 2 0 014 0M33.953 27.047a2 2 0 11-4 0 2 2 0 014 0M35.953 37.05a7.652 7.652 0 01-3.448-.859 1 1 0 01.895-1.789c1.593.86 3.512.86 5.106 0a1 1 0 01.894 1.79 7.653 7.653 0 01-3.447.857z" }), /*#__PURE__*/React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M26 36.58c-4 0-4-6-4-13s4-14 14-14 14 7 14 14 0 13-4 13" }), /*#__PURE__*/React.createElement("path", { d: "M30.057 33.016c-1.485 0-2.605-.182-2.713-.2a1 1 0 01-.661-.424l-4.635-6.827a.998.998 0 01.344-1.437c.538-.298 13.355-7.205 27.233.811a.998.998 0 01.34 1.407l-3.882 6.026a1.003 1.003 0 01-.703.448c-.68.095-6.307.796-9.373-1.295-1.719 1.212-4.113 1.49-5.95 1.49zm-1.968-2.113c1.763.215 5.531.293 7.204-1.38a1 1 0 011.414 0c1.651 1.653 5.938 1.582 7.95 1.37l3.048-4.73c-10.415-5.5-20.253-2.1-23.348-.757l3.732 5.497z" }), /*#__PURE__*/React.createElement("path", { fill: "none", stroke: "#000", strokeLinejoin: "round", strokeWidth: 2, d: "M24.948 27.69c-.007.281-.012.578-.012.89 0 9 4.937 14 11 14 5.726 0 10.7-4.65 11.045-13.056" }), /*#__PURE__*/React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M46 23.58c-3-3-7-8-7-8-4 3-7 6-13 7.001 0 0-.266.25-.532 1.125" }))); } const ForwardRef = React.forwardRef(ScientistIcon); export default ForwardRef;