UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

39 lines 1.57 kB
const React = require("react"); const { forwardRef } = require("react"); const NuclearPowerPlantIcon = ({ 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", { strokeLinecap: "round", d: "M1.998 21.001H22" }), /*#__PURE__*/React.createElement("path", { d: "M21.001 21.001 18.403 8.01A2.5 2.5 0 0 0 15.95 6h-4.88a2.5 2.5 0 0 0-2.456 2.035L7.579 13.5 6 21M3 21.001l1.394-9.714A1.5 1.5 0 0 1 5.88 10h.871c.505 0 .96.304 1.154.77L8 11" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M14 3v1M11 3.5V4M17 3.5V4M15.535 14.06h.869a.6.6 0 0 1 .581.727 3.56 3.56 0 0 1-1.147 1.954.59.59 0 0 1-.888-.167l-.438-.759" }), /*#__PURE__*/React.createElement("circle", { cx: 13.5, cy: 14.041, r: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "m12.487 15.815-.438.76a.59.59 0 0 1-.888.166 3.56 3.56 0 0 1-1.147-1.954.6.6 0 0 1 .581-.727h.87M12.484 12.265l-.438-.76a.59.59 0 0 1 .297-.851 3.54 3.54 0 0 1 2.31 0 .59.59 0 0 1 .298.851l-.439.76" })); const ForwardRef = forwardRef(NuclearPowerPlantIcon); module.exports = ForwardRef;