UNPKG

@astraicons/react

Version:

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

29 lines 992 B
const React = require("react"); const { forwardRef } = require("react"); const CloudDrizzleIcon = ({ 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", strokeLinejoin: "round", d: "M17.4 16.975s3.6.479 3.6-2.75-3.375-3.31-3.375-3.77C17.625 9.993 17.189 5 12 5c-5.19 0-5.625 4.993-5.625 5.454 0 .462-3.375.542-3.375 3.771s3.6 2.75 3.6 2.75" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, d: "m12 17-2 2M16 14l-2 2M11 14l-2 2" })); const ForwardRef = forwardRef(CloudDrizzleIcon); module.exports = ForwardRef;