UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

32 lines (31 loc) 2.3 kB
"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 SettingFilter(_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", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.6012 7.5047L17.1592 4.9467C17.1932 4.9127 17.1822 4.8527 17.1382 4.8337C15.6862 4.2127 13.9022 4.4727 12.7052 5.6697C11.5432 6.8317 11.2372 8.4837 11.7882 9.8897L7.95522 13.7227C7.32222 14.3557 7.32222 15.3827 7.95522 16.0167V16.0167C8.58822 16.6497 9.61522 16.6497 10.2492 16.0167L14.1132 12.1527C15.5202 12.7027 17.1712 12.3977 18.3332 11.2357C19.5322 10.0367 19.8502 8.2497 19.1712 6.7977C19.1512 6.7557 19.0932 6.7447 19.0592 6.7777L16.4362 9.3397V9.3397L15.5192 8.4227L14.6012 7.5047Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M11 2.55273C6.224 3.05273 2.5 7.09073 2.5 11.9997C2.5 17.2467 6.753 21.4997 12 21.4997C16.909 21.4997 20.947 17.7757 21.447 12.9997", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0)); } exports.default = SettingFilter;