UNPKG

@datalayer/icons-react

Version:

React.js and JupyterLab icons for data products.

77 lines (75 loc) 4.7 kB
const React = require("react"); const sizeMap = { "small": 16, "medium": 32, "large": 64 }; function RocketIcon({ 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: "#FCEA2B", d: "M16.12 48.114c-3.158 3.163-4.652 7.56-3.97 11.688 4.128.676 8.522-.82 11.683-3.977 3.158-3.163 4.652-7.56 3.97-11.688-4.128-.676-8.522.82-11.683 3.977z" }), /*#__PURE__*/React.createElement("path", { fill: "#61B2E4", d: "M31.973 45.839a4.985 4.985 0 01-1.362 2.55 4.986 4.986 0 01-1.145.852 29.857 29.857 0 014.695 9.75c.71-.62 1.391-1.278 2.042-1.968a30.742 30.742 0 004.852-6.832 30.743 30.743 0 002.744-7.636c-3.729 1.955-7.772 3.077-11.826 3.284z" }), /*#__PURE__*/React.createElement("path", { fill: "#92D3F5", d: "M14.923 35.749c-.69.65-1.347 1.33-1.97 2.038a29.864 29.864 0 019.761 4.679c.227-.414.51-.794.844-1.128a4.988 4.988 0 012.542-1.36c.21-4.05 1.336-8.09 3.292-11.814l.006-.011a30.762 30.762 0 00-7.64 2.743 30.746 30.746 0 00-6.835 4.853z" }), /*#__PURE__*/React.createElement("path", { fill: "#EA5A47", d: "M34.821 20.747c-5.231 5.25-8.367 12.164-8.723 19.233a4.989 4.989 0 014.515 1.358 4.985 4.985 0 011.356 4.534c7.076-.361 13.992-3.503 19.242-8.74 6.712-6.723 9.885-16.067 8.434-24.84a26.146 26.146 0 00-5.292-.313c-7.174.292-14.21 3.45-19.532 8.767v.001zm10.249-.53a4.716 4.716 0 016.669 0 4.713 4.713 0 01.002 6.668h-.001a4.717 4.717 0 01-6.67-6.667z" }), /*#__PURE__*/React.createElement("path", { fill: "#F1B31C", d: "M26.538 52.037a14.471 14.471 0 01-3.007 2.562c-3.49 2.223-7.725 2.834-11.441 1.653-.15 1.196-.13 2.391.06 3.55 4.128.676 8.522-.82 11.683-3.978a14.425 14.425 0 002.705-3.787z" }), /*#__PURE__*/React.createElement("path", { fill: "#D22F27", d: "M26.204 38.687c-.033.428-.056.856-.068 1.283a4.985 4.985 0 015.833 5.901c7.075-.361 13.99-3.503 19.24-8.74a30.823 30.823 0 003.974-4.935 30.864 30.864 0 01-4.352 3.308c-7.558 4.71-16.694 5.892-24.628 3.183h.001z" }), /*#__PURE__*/React.createElement("path", { d: "M36.166-14.451z" }), /*#__PURE__*/React.createElement("path", { fill: "#61B2E4", d: "M24.039 48.551c.87-.437 1.72-.918 2.55-1.438a31.73 31.73 0 006.63-5.555l.002-.003a31.73 31.73 0 004.733-6.912.985.985 0 00.105-.387c-3.399-.753-14.846 10.251-14.02 14.295z" }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", { d: "M48.405 29.49c-3.276 0-5.941-2.664-5.941-5.94s2.665-5.938 5.941-5.938 5.941 2.664 5.941 5.939-2.665 5.939-5.941 5.939zm0-9.899a3.964 3.964 0 00-3.96 3.96 3.964 3.964 0 003.96 3.96 3.964 3.964 0 003.96-3.96 3.964 3.964 0 00-3.96-3.96z" }), /*#__PURE__*/React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 1.949, d: "M20.653 45.063a14.377 14.377 0 00-4.533 3.05c-3.158 3.164-4.652 7.56-3.97 11.688 4.128.676 8.522-.82 11.683-3.977a14.374 14.374 0 003.053-4.532M14.923 35.749c-.69.65-1.347 1.33-1.97 2.038a29.864 29.864 0 019.761 4.679c.227-.414.51-.794.844-1.128a4.988 4.988 0 012.542-1.36c.21-4.05 1.336-8.09 3.292-11.814l.006-.011a30.762 30.762 0 00-7.64 2.743 30.746 30.746 0 00-6.835 4.853h0zM31.973 45.839a4.985 4.985 0 01-1.362 2.55 4.986 4.986 0 01-1.145.852 29.857 29.857 0 014.695 9.75c.71-.62 1.391-1.278 2.042-1.968a30.742 30.742 0 004.852-6.832 30.743 30.743 0 002.744-7.636c-3.729 1.955-7.772 3.077-11.826 3.284h0z" }), /*#__PURE__*/React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 1.949, d: "M31.83 43.345c.27.886.25 1.692.137 2.525 7.076-.362 13.993-3.504 19.243-8.742 6.71-6.721 9.884-16.063 8.435-24.834-8.771-1.436-18.108 1.742-24.823 8.451-5.232 5.251-8.368 12.164-8.724 19.234a4.979 4.979 0 012.77.239" }), /*#__PURE__*/React.createElement("path", { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 1.949, d: "M37.072 34.196h0a30.755 30.755 0 00-6.7 4.584 30.743 30.743 0 00-5.384 6.421 29.987 29.987 0 00-1.392 2.47" }))); } const ForwardRef = React.forwardRef(RocketIcon); module.exports = ForwardRef;