@ftdata/icons
Version:
Fulltime Styleguide Icons
38 lines (37 loc) • 3.33 kB
JavaScript
"use strict";
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var jsx_runtime_1 = require("react/jsx-runtime");
function DropWaterRenewableCircle(_a) {
var color = _a.color, size = _a.size, weight = _a.weight, rest = __rest(_a, ["color", "size", "weight"]);
return (jsx_runtime_1.jsxs("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest, { children: [jsx_runtime_1.jsx("path", { d: "M18.0024 15.7517H21.0037V18.753", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M16.5349 4.07279C15.6191 3.54282 14.617 3.17842 13.5747 2.99634", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M20.5218 8.82586C20.1615 7.83088 19.6299 6.90658 18.9512 6.09473", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M10.4256 2.99634C9.38323 3.17842 8.38116 3.54282 7.46533 4.07279", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M5.04917 6.09766C4.3704 6.90951 3.83884 7.83381 3.47852 8.82879", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M2.99658 12C3.00427 16.2264 5.9505 19.8785 10.0796 20.7801C14.2086 21.6817 18.4091 19.59 20.1777 15.7516", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M2.99658 12C2.99658 16.9726 7.0277 21.0037 12.0003 21.0037", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.6403 8.31965L14.5581 10.8857C15.2817 11.8553 15.397 13.1501 14.8559 14.2322C14.3148 15.3143 13.2099 15.999 12 16.0018V16.0018C10.7901 15.999 9.68522 15.3143 9.14414 14.2322C8.60307 13.1501 8.71829 11.8553 9.44195 10.8857L11.3598 8.31965C11.5109 8.11812 11.7481 7.99951 12 7.99951C12.2519 7.99951 12.4891 8.11812 12.6403 8.31965Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
}
exports.default = DropWaterRenewableCircle;