@ftdata/icons
Version:
Fulltime Styleguide Icons
32 lines (31 loc) • 3.3 kB
JavaScript
;
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 Settings(_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: "M13.909 10.0906C14.9634 11.145 14.9634 12.8546 13.909 13.909C12.8546 14.9634 11.145 14.9634 10.0906 13.909C9.0362 12.8546 9.0362 11.145 10.0906 10.0906C11.145 9.0362 12.8546 9.0362 13.909 10.0906", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.24987 12C5.24987 12.297 5.27687 12.594 5.31287 12.882L3.72487 14.124C3.37287 14.4 3.27687 14.893 3.50087 15.28L4.91287 17.723C5.13587 18.11 5.60987 18.273 6.02487 18.107L7.44687 17.536C7.72787 17.423 8.04087 17.468 8.29287 17.635C8.51287 17.781 8.74087 17.915 8.97687 18.035C9.24687 18.172 9.44287 18.417 9.48587 18.717L9.70287 20.23C9.76587 20.672 10.1449 21 10.5909 21H13.4079C13.8539 21 14.2329 20.672 14.2959 20.23L14.5129 18.718C14.5559 18.418 14.7539 18.171 15.0249 18.035C15.2599 17.917 15.4869 17.784 15.7059 17.639C15.9599 17.471 16.2739 17.423 16.5559 17.537L17.9749 18.107C18.3889 18.273 18.8629 18.11 19.0869 17.723L20.4989 15.28C20.7229 14.893 20.6269 14.399 20.2749 14.124L18.6869 12.882C18.7229 12.594 18.7499 12.297 18.7499 12C18.7499 11.703 18.7229 11.406 18.6869 11.118L20.2749 9.876C20.6269 9.6 20.7229 9.107 20.4989 8.72L19.0869 6.277C18.8639 5.89 18.3899 5.727 17.9749 5.893L16.5559 6.463C16.2739 6.576 15.9599 6.529 15.7059 6.361C15.4869 6.216 15.2599 6.083 15.0249 5.965C14.7539 5.829 14.5559 5.582 14.5129 5.282L14.2969 3.77C14.2339 3.328 13.8549 3 13.4089 3H10.5919C10.1459 3 9.76687 3.328 9.70387 3.77L9.48587 5.284C9.44287 5.583 9.24587 5.829 8.97687 5.966C8.74087 6.086 8.51287 6.221 8.29287 6.366C8.03987 6.532 7.72687 6.577 7.44587 6.464L6.02487 5.893C5.60987 5.727 5.13587 5.89 4.91287 6.277L3.50087 8.72C3.27687 9.107 3.37287 9.601 3.72487 9.876L5.31287 11.118C5.27687 11.406 5.24987 11.703 5.24987 12V12Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
}
exports.default = Settings;