UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

35 lines (34 loc) 2.71 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 ArrowDirectionAdd(_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: "M15.0076 4.76239C13.9371 4.27619 12.7526 3.99707 11.5001 3.99707C6.80417 3.99707 2.99658 7.80466 2.99658 12.5006C2.99658 17.1966 6.80417 21.0042 11.5001 21.0042C16.1961 21.0042 20.0037 17.1966 20.0037 12.5006C20.0037 11.2481 19.7245 10.0636 19.2383 8.99315", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M20.254 5.06124H17.7529", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M19.0031 3.81055V6.31159", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5003 8.72168L15.2788 15.3334L11.5003 14.389L7.72168 15.3334L11.5003 8.72168Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M19.0031 8.99894C16.7932 8.99894 15.0015 7.20719 15.0015 4.99727C15.0015 2.78735 16.7932 0.995605 19.0031 0.995605C21.2131 0.995605 23.0048 2.78735 23.0048 4.99727C23.0048 7.20719 21.2131 8.99894 19.0031 8.99894", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0)); } exports.default = ArrowDirectionAdd;