UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

39 lines (38 loc) 3.27 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 InterruptedLineCircle(_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.5743 3.14477C13.0623 3.05577 12.5383 2.99977 12.0003 2.99977C11.4623 2.99977 10.9383 3.05577 10.4263 3.14477", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M20.5179 8.97266C20.8709 9.94166 21.0729 10.9827 21.0729 12.0727", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M18.9482 6.24268C18.2702 5.43568 17.4512 4.75268 16.5332 4.22168", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M7.46725 4.22168C6.54925 4.75268 5.73125 5.43568 5.05225 6.24268", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M2.92709 12.0727C2.92709 10.9817 3.12909 9.94066 3.48209 8.97266", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M7.46729 19.9238C8.36729 20.4448 9.36429 20.8138 10.4263 20.9998", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M3.48193 15.1729C3.84793 16.1769 4.37793 17.0999 5.05193 17.9029", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M13.5742 20.9998C14.6362 20.8138 15.6322 20.4448 16.5332 19.9238", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M18.9482 17.9029C19.6222 17.0999 20.1522 16.1769 20.5182 15.1729", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0)); } exports.default = InterruptedLineCircle;