UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

41 lines (40 loc) 4.28 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 GroupCopy(_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: "M8.92008 17.5008C9.70113 18.2819 9.70113 19.5482 8.92008 20.3293C8.13903 21.1103 6.8727 21.1103 6.09165 20.3293C5.3106 19.5482 5.3106 18.2819 6.09165 17.5008C6.8727 16.7198 8.13903 16.7198 8.92008 17.5008", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M17.9084 17.5008C18.6894 18.2819 18.6894 19.5482 17.9084 20.3293C17.1273 21.1103 15.861 21.1103 15.0799 20.3293C14.2989 19.5482 14.2989 18.2819 15.0799 17.5008C15.861 16.7198 17.1273 16.7198 17.9084 17.5008", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M6.14322 8.95395C6.92427 9.735 6.92427 11.0013 6.14322 11.7824C5.36217 12.5634 4.09584 12.5634 3.31479 11.7824C2.53374 11.0013 2.53374 9.735 3.31479 8.95395C4.09584 8.1729 5.36217 8.1729 6.14322 8.95395", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M13.4142 3.67075C14.1953 4.4518 14.1953 5.71813 13.4142 6.49918C12.6332 7.28023 11.3668 7.28023 10.5858 6.49918C9.80474 5.71813 9.80474 4.4518 10.5858 3.67075C11.3668 2.8897 12.6332 2.8897 13.4142 3.67075", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M20.6852 8.95395C21.4663 9.735 21.4663 11.0013 20.6852 11.7824C19.9042 12.5634 18.6378 12.5634 17.8568 11.7824C17.0757 11.0013 17.0757 9.735 17.8568 8.95395C18.6378 8.1729 19.9042 8.1729 20.6852 8.95395", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M13.4142 11.0296C14.1953 11.8107 14.1953 13.077 13.4142 13.8581C12.6332 14.6391 11.3668 14.6391 10.5858 13.8581C9.80474 13.077 9.80474 11.8107 10.5858 11.0296C11.3668 10.2486 12.6332 10.2486 13.4142 11.0296", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M13.1401 14.0801L15.3501 17.2801", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M10.8599 14.0801L8.6499 17.2701", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M10.0901 11.8998L6.64014 10.9098", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M12 10.4398V7.08984", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M13.9102 11.8998L17.3602 10.9098", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0)); } exports.default = GroupCopy;