@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
22 lines • 1.97 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const CloudyAndWindyIcon = ({
title,
titleId,
...props
}, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true",
ref: ref,
"aria-labelledby": titleId
}, props), title ? /*#__PURE__*/React.createElement("title", {
id: titleId
}, title) : null, /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M12 3.25c-2.896 0-4.533 1.422-5.407 2.928a7.6 7.6 0 0 0-.94 2.877l-.077.03-.094.036c-.3.116-.733.282-1.166.53-.487.277-1.01.675-1.41 1.268-.406.6-.656 1.36-.656 2.306 0 .764.172 1.402.486 1.92.313.517.742.871 1.187 1.11.866.463 1.832.505 2.332.493.137-.003.243-.008.34-.012.123-.006.231-.011.37-.011h10.07c.139 0 .247.005.37.01.097.005.203.01.34.013.5.012 1.466-.03 2.332-.494a3.04 3.04 0 0 0 1.187-1.11c.314-.517.486-1.155.486-1.919 0-.947-.25-1.705-.656-2.306-.4-.593-.923-.99-1.41-1.268a8.4 8.4 0 0 0-1.166-.53l-.094-.036-.077-.03a7.6 7.6 0 0 0-.94-2.877C16.533 4.672 14.896 3.25 12 3.25m1.728 10.516a.3.3 0 0 1 .159-.009c.052.012.112.041.17.095a.6.6 0 0 1 .148.234.77.77 0 0 1-.05.63.5.5 0 0 1-.168.177.3.3 0 0 1-.163.05H9a.75.75 0 0 0 0 1.5h4.827c.336-.001.66-.097.945-.271.282-.174.513-.418.678-.701a2.274 2.274 0 0 0 .165-1.895 2.1 2.1 0 0 0-.532-.817 1.87 1.87 0 0 0-.863-.464 1.8 1.8 0 0 0-.983.054c-.315.109-.592.302-.809.55a.75.75 0 0 0 1.128.988.4.4 0 0 1 .172-.12M12.07 17.33a1.6 1.6 0 0 0-.835-.234H9a.75.75 0 1 0 0 1.5h2.24c.012 0 .03.003.052.017a.25.25 0 0 1 .083.09.469.469 0 0 1 .03.377.3.3 0 0 1-.081.129.15.15 0 0 1-.067.039.1.1 0 0 1-.045-.003.2.2 0 0 1-.073-.055.75.75 0 0 0-1.133.984c.19.218.432.39.711.487.28.098.58.116.871.05.29-.065.55-.21.762-.408s.369-.445.466-.713a1.97 1.97 0 0 0-.148-1.647 1.75 1.75 0 0 0-.598-.613",
clipRule: "evenodd"
}));
const ForwardRef = forwardRef(CloudyAndWindyIcon);
export default ForwardRef;