@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
38 lines • 1.45 kB
JavaScript
const React = require("react");
const { forwardRef } = require("react");
const LaunchpoolIcon = ({
title,
titleId,
...props
}, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
viewBox: "0 0 24 24",
strokeWidth: 1.5,
stroke: "currentColor",
"aria-hidden": "true",
ref: ref,
"aria-labelledby": titleId
}, props), title ? /*#__PURE__*/React.createElement("title", {
id: titleId
}, title) : null, /*#__PURE__*/React.createElement("path", {
d: "m10.608 7.58 2.953-2.895c.167-.166.354-.35.548-.54.983-.966 2.464-1.327 4.051-.996l1.257.263c.6.126 1.13.664 1.245 1.266l.24 1.26c.302 1.591-.1 3.05-1.1 3.998-.19.181-.374.357-.539.517l-2.937 2.944M10.608 7.58l-5.802-.914c-.57-.089-1.11.071-1.48.438-.464.461-.437 1.15.107 1.689l2.9 2.978zm5.718 5.817.808 5.81c.078.57-.093 1.108-.467 1.47-.47.454-1.229.373-1.758-.18l-2.859-2.909z"
}), /*#__PURE__*/React.createElement("path", {
strokeLinecap: "round",
d: "M8 19.683 8.73 19M4 15.683 4.73 15M4.732 18.97l1.46-1.366",
opacity: 0.4
}), /*#__PURE__*/React.createElement("ellipse", {
cx: 9.513,
cy: 14.498,
strokeWidth: 1.586,
opacity: 0.4,
rx: 3.55,
ry: 1.287,
transform: "rotate(48.348 9.513 14.498)"
}), /*#__PURE__*/React.createElement("path", {
strokeLinecap: "round",
d: "m14 5 1.25 1.25L16.5 7.5",
opacity: 0.4
}));
const ForwardRef = forwardRef(LaunchpoolIcon);
module.exports = ForwardRef;