UNPKG

@datalayer/icons-react

Version:

React.js and JupyterLab icons for data products.

66 lines (64 loc) 3.54 kB
const React = require("react"); const sizeMap = { "small": 16, "medium": 32, "large": 64 }; function PulsarNameIcon({ title, titleId, size, colored, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", id: "svg855", viewBox: "0 0 100 100", fill: colored ? 'currentColor' : (['#fff', '#fffff', 'white', '#FFF', '#FFFFFF'].includes('currentColor') ? 'white' : 'currentColor'), width: size ? typeof size === "string" ? sizeMap[size] : size : "16px", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("defs", { id: "defs835" }, /*#__PURE__*/React.createElement("style", { id: "style833" }, "\n .cls-2{fill:#464e56}\n ")), /*#__PURE__*/React.createElement("path", { id: "path839", fill: colored ? '#188fff' : (['#fff', '#fffff', 'white', '#FFF', '#FFFFFF'].includes('#188fff') ? 'white' : 'currentColor'), strokeWidth: 1.639, d: "M100 22.508H75.557C68.951 9.836 61.967 0 52.46 0c-12.377 0-18.197 10.803-23.82 21.311l-.491.919H0v6.245h16.393c5.787 0 6.968 1.951 6.968 1.951-4.541 7.05-10 14.017-19.099 14.017H0V51h4.295c17.64 0 25.344-14.311 31.525-25.803 5.672-10.59 9.623-17 16.639-17 7.279 0 14.934 15.836 21.672 29.82.984 2.032 1.984 4.114 3 6.18-25.836.82-38.147 6.869-48.164 11.803-7.328 3.607-13.115 8.082-22.64 8.082H0v6.557h6.279c11.475 0 18.623-3.54 26.23-7.295C43.048 58.164 55 52.295 83.163 52.295h16.279v-6.557h-9.197a4.918 4.918 0 01-4.05-1.64c-1.606-3.114-3.18-6.393-4.72-9.672l-2.132-4.36s1.525-1.64 5.754-1.64H100z" }), /*#__PURE__*/React.createElement("g", { id: "g882", transform: "matrix(.64922 0 0 .64922 -45.082 72.718)" }, /*#__PURE__*/React.createElement("path", { id: "path841", d: "M79.83 13.7H69.44v3.74H79.6c4.2 0 6.61 1.91 6.61 5.33 0 3.24-2.66 5.33-6.77 5.33h-10v13h4v-9.3h5.93c5.42 0 10.88-2.83 10.88-9.22-.03-5.4-4.11-8.88-10.42-8.88z", className: "cls-2" }), /*#__PURE__*/React.createElement("path", { id: "path843", d: "M113.31 29.57c0 5.31-2.66 8.24-7.48 8.24s-7.6-3.07-7.6-8.43V13.7h-4v15.87c0 7.39 4.4 12 11.49 12s11.56-4.57 11.56-12.23V13.7h-4z", className: "cls-2" }), /*#__PURE__*/React.createElement("path", { id: "polygon845", d: "M127.33 37.39V13.7h-3.97v27.44h18.86v-3.75z", className: "cls-2" }), /*#__PURE__*/React.createElement("path", { id: "path847", d: "M156.69 25.5c-5.74-1.23-6.79-2.53-6.79-4.74 0-2.21 2.1-3.76 5.1-3.76a11.12 11.12 0 017.32 2.76l.4.32 2.36-3.08-.37-.3a14.22 14.22 0 00-9.61-3.36c-5.32 0-9.18 3.24-9.18 7.79 0 5.06 3.71 6.91 9.27 8.12 5.56 1.21 6.49 2.44 6.49 4.62 0 2.36-2.22 4-5.41 4-3.37 0-5.9-1-8.74-3.62l-.38-.34-2.49 2.95.36.32a15.91 15.91 0 0011.14 4.36c5.61 0 9.52-3.28 9.52-8 .01-4.28-2.68-6.67-8.99-8.04z", className: "cls-2" }), /*#__PURE__*/React.createElement("path", { id: "path849", d: "M180.19 13.51l-12.5 27.63h4.14l3.14-7h13.76l3.1 7h4.29l-12.5-27.63zm-3.61 17l5.29-11.8 5.26 11.8z", className: "cls-2" }), /*#__PURE__*/React.createElement("path", { id: "path851", d: "M215.18 30.15c4.29-1 6.82-4 6.82-8.11a7.77 7.77 0 00-2.18-5.56 11 11 0 00-7.87-2.79h-11.87v27.45h4V30.85h6.82l7.67 10.28h4.9zm-11.14-3v-9.71h7.67c4 0 6.28 1.72 6.28 4.8s-2.48 5-6.31 5z", className: "cls-2" }))); } const ForwardRef = React.forwardRef(PulsarNameIcon); module.exports = ForwardRef;