@ftdata/icons
Version:
Fulltime Styleguide Icons
40 lines (39 loc) • 4.22 kB
JavaScript
"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 AnchorSelectEdit(_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 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest, { children: [jsx_runtime_1.jsx("path", { d: "M3.33333 4.66797V11.3346", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M12.6654 6.0013V4.66797", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 13.9987H2.66667C2.29867 13.9987 2 13.7 2 13.332V11.9987C2 11.6307 2.29867 11.332 2.66667 11.332H4C4.368 11.332 4.66667 11.6307 4.66667 11.9987V13.332C4.66667 13.7 4.368 13.9987 4 13.9987Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 13.9987H2.66667C2.29867 13.9987 2 13.7 2 13.332V11.9987C2 11.6307 2.29867 11.332 2.66667 11.332H4C4.368 11.332 4.66667 11.6307 4.66667 11.9987V13.332C4.66667 13.7 4.368 13.9987 4 13.9987Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.332 4.66667H11.9987C11.6307 4.66667 11.332 4.368 11.332 4V2.66667C11.332 2.29867 11.6307 2 11.9987 2H13.332C13.7 2 13.9987 2.29867 13.9987 2.66667V4C13.9987 4.368 13.7 4.66667 13.332 4.66667Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 4.66667H2.66667C2.29867 4.66667 2 4.368 2 4V2.66667C2 2.29867 2.29867 2 2.66667 2H4C4.368 2 4.66667 2.29867 4.66667 2.66667V4C4.66667 4.368 4.368 4.66667 4 4.66667Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 4.66667H2.66667C2.29867 4.66667 2 4.368 2 4V2.66667C2 2.29867 2.29867 2 2.66667 2H4C4.368 2 4.66667 2.29867 4.66667 2.66667V4C4.66667 4.368 4.368 4.66667 4 4.66667Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M4.66797 12.6654H6.66797", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M11.3346 3.33333H4.66797", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.33203 14.0015H11.2174L14.47 10.7488C14.7307 10.4881 14.7307 10.0661 14.47 9.80614L13.5274 8.86347C13.2667 8.6028 12.8447 8.6028 12.5847 8.86347L9.33203 12.1161V14.0015H9.33203Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
}
exports.default = AnchorSelectEdit;