buid node modules
This commit is contained in:
3
frontend/node_modules/@heroicons/react/24/solid/esm/AcademicCapIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/AcademicCapIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const AcademicCapIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default AcademicCapIcon;
|
||||
26
frontend/node_modules/@heroicons/react/24/solid/esm/AcademicCapIcon.js
generated
vendored
Normal file
26
frontend/node_modules/@heroicons/react/24/solid/esm/AcademicCapIcon.js
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
import * as React from "react";
|
||||
function AcademicCapIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M11.7 2.805a.75.75 0 0 1 .6 0A60.65 60.65 0 0 1 22.83 8.72a.75.75 0 0 1-.231 1.337 49.948 49.948 0 0 0-9.902 3.912l-.003.002c-.114.06-.227.119-.34.18a.75.75 0 0 1-.707 0A50.88 50.88 0 0 0 7.5 12.173v-.224c0-.131.067-.248.172-.311a54.615 54.615 0 0 1 4.653-2.52.75.75 0 0 0-.65-1.352 56.123 56.123 0 0 0-4.78 2.589 1.858 1.858 0 0 0-.859 1.228 49.803 49.803 0 0 0-4.634-1.527.75.75 0 0 1-.231-1.337A60.653 60.653 0 0 1 11.7 2.805Z"
|
||||
}), /*#__PURE__*/React.createElement("path", {
|
||||
d: "M13.06 15.473a48.45 48.45 0 0 1 7.666-3.282c.134 1.414.22 2.843.255 4.284a.75.75 0 0 1-.46.711 47.87 47.87 0 0 0-8.105 4.342.75.75 0 0 1-.832 0 47.87 47.87 0 0 0-8.104-4.342.75.75 0 0 1-.461-.71c.035-1.442.121-2.87.255-4.286.921.304 1.83.634 2.726.99v1.27a1.5 1.5 0 0 0-.14 2.508c-.09.38-.222.753-.397 1.11.452.213.901.434 1.346.66a6.727 6.727 0 0 0 .551-1.607 1.5 1.5 0 0 0 .14-2.67v-.645a48.549 48.549 0 0 1 3.44 1.667 2.25 2.25 0 0 0 2.12 0Z"
|
||||
}), /*#__PURE__*/React.createElement("path", {
|
||||
d: "M4.462 19.462c.42-.419.753-.89 1-1.395.453.214.902.435 1.347.662a6.742 6.742 0 0 1-1.286 1.794.75.75 0 0 1-1.06-1.06Z"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(AcademicCapIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsHorizontalIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsHorizontalIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const AdjustmentsHorizontalIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default AdjustmentsHorizontalIcon;
|
||||
22
frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsHorizontalIcon.js
generated
vendored
Normal file
22
frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsHorizontalIcon.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import * as React from "react";
|
||||
function AdjustmentsHorizontalIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M18.75 12.75h1.5a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5ZM12 6a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 12 6ZM12 18a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 12 18ZM3.75 6.75h1.5a.75.75 0 1 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5ZM5.25 18.75h-1.5a.75.75 0 0 1 0-1.5h1.5a.75.75 0 0 1 0 1.5ZM3 12a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 3 12ZM9 3.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM12.75 12a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0ZM9 15.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsHorizontalIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsVerticalIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsVerticalIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const AdjustmentsVerticalIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default AdjustmentsVerticalIcon;
|
||||
22
frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsVerticalIcon.js
generated
vendored
Normal file
22
frontend/node_modules/@heroicons/react/24/solid/esm/AdjustmentsVerticalIcon.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import * as React from "react";
|
||||
function AdjustmentsVerticalIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M6 12a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 1 1 1.5 0v7.5A.75.75 0 0 1 6 12ZM18 12a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 0 1 1.5 0v7.5A.75.75 0 0 1 18 12ZM6.75 20.25v-1.5a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0ZM18.75 18.75v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 1.5 0ZM12.75 5.25v-1.5a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0ZM12 21a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 0 1 1.5 0v7.5A.75.75 0 0 1 12 21ZM3.75 15a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 0 0-4.5 0ZM12 11.25a2.25 2.25 0 1 1 0-4.5 2.25 2.25 0 0 1 0 4.5ZM15.75 15a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 0 0-4.5 0Z"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(AdjustmentsVerticalIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxArrowDownIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxArrowDownIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArchiveBoxArrowDownIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArchiveBoxArrowDownIcon;
|
||||
26
frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxArrowDownIcon.js
generated
vendored
Normal file
26
frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxArrowDownIcon.js
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
import * as React from "react";
|
||||
function ArchiveBoxArrowDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375Z"
|
||||
}), /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "m3.087 9 .54 9.176A3 3 0 0 0 6.62 21h10.757a3 3 0 0 0 2.995-2.824L20.913 9H3.087ZM12 10.5a.75.75 0 0 1 .75.75v4.94l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l1.72 1.72v-4.94a.75.75 0 0 1 .75-.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxArrowDownIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArchiveBoxIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArchiveBoxIcon;
|
||||
26
frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxIcon.js
generated
vendored
Normal file
26
frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxIcon.js
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
import * as React from "react";
|
||||
function ArchiveBoxIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375Z"
|
||||
}), /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "m3.087 9 .54 9.176A3 3 0 0 0 6.62 21h10.757a3 3 0 0 0 2.995-2.824L20.913 9H3.087Zm6.163 3.75A.75.75 0 0 1 10 12h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxXMarkIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxXMarkIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArchiveBoxXMarkIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArchiveBoxXMarkIcon;
|
||||
26
frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxXMarkIcon.js
generated
vendored
Normal file
26
frontend/node_modules/@heroicons/react/24/solid/esm/ArchiveBoxXMarkIcon.js
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
import * as React from "react";
|
||||
function ArchiveBoxXMarkIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375Z"
|
||||
}), /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "m3.087 9 .54 9.176A3 3 0 0 0 6.62 21h10.757a3 3 0 0 0 2.995-2.824L20.913 9H3.087Zm6.133 2.845a.75.75 0 0 1 1.06 0l1.72 1.72 1.72-1.72a.75.75 0 1 1 1.06 1.06l-1.72 1.72 1.72 1.72a.75.75 0 1 1-1.06 1.06L12 15.685l-1.72 1.72a.75.75 0 1 1-1.06-1.06l1.72-1.72-1.72-1.72a.75.75 0 0 1 0-1.06Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArchiveBoxXMarkIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownCircleIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownCircleIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowDownCircleIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowDownCircleIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownCircleIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownCircleIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowDownCircleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-.53 14.03a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V8.25a.75.75 0 0 0-1.5 0v5.69l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownCircleIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowDownIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowDownIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M12 2.25a.75.75 0 0 1 .75.75v16.19l6.22-6.22a.75.75 0 1 1 1.06 1.06l-7.5 7.5a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 1 1 1.06-1.06l6.22 6.22V3a.75.75 0 0 1 .75-.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownLeftIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownLeftIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowDownLeftIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowDownLeftIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownLeftIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownLeftIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowDownLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M20.03 3.97a.75.75 0 0 1 0 1.06L6.31 18.75h9.44a.75.75 0 0 1 0 1.5H4.5a.75.75 0 0 1-.75-.75V8.25a.75.75 0 0 1 1.5 0v9.44L18.97 3.97a.75.75 0 0 1 1.06 0Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownLeftIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowDownOnSquareIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowDownOnSquareIcon;
|
||||
22
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareIcon.js
generated
vendored
Normal file
22
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareIcon.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import * as React from "react";
|
||||
function ArrowDownOnSquareIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M12 1.5a.75.75 0 0 1 .75.75V7.5h-1.5V2.25A.75.75 0 0 1 12 1.5ZM11.25 7.5v5.69l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V7.5h3.75a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h3.75Z"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareStackIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareStackIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowDownOnSquareStackIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowDownOnSquareStackIcon;
|
||||
26
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareStackIcon.js
generated
vendored
Normal file
26
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownOnSquareStackIcon.js
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
import * as React from "react";
|
||||
function ArrowDownOnSquareStackIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M9.75 6.75h-3a3 3 0 0 0-3 3v7.5a3 3 0 0 0 3 3h7.5a3 3 0 0 0 3-3v-7.5a3 3 0 0 0-3-3h-3V1.5a.75.75 0 0 0-1.5 0v5.25Zm0 0h1.5v5.69l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l1.72 1.72V6.75Z",
|
||||
clipRule: "evenodd"
|
||||
}), /*#__PURE__*/React.createElement("path", {
|
||||
d: "M7.151 21.75a2.999 2.999 0 0 0 2.599 1.5h7.5a3 3 0 0 0 3-3v-7.5c0-1.11-.603-2.08-1.5-2.599v7.099a4.5 4.5 0 0 1-4.5 4.5H7.151Z"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownOnSquareStackIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownRightIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownRightIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowDownRightIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowDownRightIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownRightIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownRightIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowDownRightIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M3.97 3.97a.75.75 0 0 1 1.06 0l13.72 13.72V8.25a.75.75 0 0 1 1.5 0V19.5a.75.75 0 0 1-.75.75H8.25a.75.75 0 0 1 0-1.5h9.44L3.97 5.03a.75.75 0 0 1 0-1.06Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownRightIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownTrayIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownTrayIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowDownTrayIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowDownTrayIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownTrayIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowDownTrayIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowDownTrayIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M12 2.25a.75.75 0 0 1 .75.75v11.69l3.22-3.22a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 1 1 1.06-1.06l3.22 3.22V3a.75.75 0 0 1 .75-.75Zm-9 13.5a.75.75 0 0 1 .75.75v2.25a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5V16.5a.75.75 0 0 1 1.5 0v2.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V16.5a.75.75 0 0 1 .75-.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownTrayIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftCircleIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftCircleIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowLeftCircleIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowLeftCircleIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftCircleIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftCircleIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowLeftCircleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-4.28 9.22a.75.75 0 0 0 0 1.06l3 3a.75.75 0 1 0 1.06-1.06l-1.72-1.72h5.69a.75.75 0 0 0 0-1.5h-5.69l1.72-1.72a.75.75 0 0 0-1.06-1.06l-3 3Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftCircleIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftEndOnRectangleIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftEndOnRectangleIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowLeftEndOnRectangleIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowLeftEndOnRectangleIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftEndOnRectangleIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftEndOnRectangleIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowLeftEndOnRectangleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm5.03 4.72a.75.75 0 0 1 0 1.06l-1.72 1.72h10.94a.75.75 0 0 1 0 1.5H10.81l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftEndOnRectangleIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowLeftIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowLeftIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M11.03 3.97a.75.75 0 0 1 0 1.06l-6.22 6.22H21a.75.75 0 0 1 0 1.5H4.81l6.22 6.22a.75.75 0 1 1-1.06 1.06l-7.5-7.5a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 0 1 1.06 0Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftIcon);
|
||||
export default ForwardRef;
|
||||
4
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftOnRectangleIcon.d.ts
generated
vendored
Normal file
4
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftOnRectangleIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
/** @deprecated */
|
||||
declare const ArrowLeftOnRectangleIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowLeftOnRectangleIcon;
|
||||
25
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftOnRectangleIcon.js
generated
vendored
Normal file
25
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftOnRectangleIcon.js
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
import * as React from "react";
|
||||
/** @deprecated */
|
||||
function ArrowLeftOnRectangleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm5.03 4.72a.75.75 0 0 1 0 1.06l-1.72 1.72h10.94a.75.75 0 0 1 0 1.5H10.81l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftOnRectangleIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftStartOnRectangleIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftStartOnRectangleIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowLeftStartOnRectangleIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowLeftStartOnRectangleIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftStartOnRectangleIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLeftStartOnRectangleIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowLeftStartOnRectangleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M16.5 3.75a1.5 1.5 0 0 1 1.5 1.5v13.5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5V15a.75.75 0 0 0-1.5 0v3.75a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V5.25a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3V9A.75.75 0 1 0 9 9V5.25a1.5 1.5 0 0 1 1.5-1.5h6ZM5.78 8.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06-1.06l-1.72-1.72H15a.75.75 0 0 0 0-1.5H4.06l1.72-1.72a.75.75 0 0 0 0-1.06Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftStartOnRectangleIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongDownIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongDownIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowLongDownIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowLongDownIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongDownIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongDownIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowLongDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M12 2.25a.75.75 0 0 1 .75.75v16.19l2.47-2.47a.75.75 0 1 1 1.06 1.06l-3.75 3.75a.75.75 0 0 1-1.06 0l-3.75-3.75a.75.75 0 1 1 1.06-1.06l2.47 2.47V3a.75.75 0 0 1 .75-.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongDownIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongLeftIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongLeftIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowLongLeftIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowLongLeftIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongLeftIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongLeftIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowLongLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M7.28 7.72a.75.75 0 0 1 0 1.06l-2.47 2.47H21a.75.75 0 0 1 0 1.5H4.81l2.47 2.47a.75.75 0 1 1-1.06 1.06l-3.75-3.75a.75.75 0 0 1 0-1.06l3.75-3.75a.75.75 0 0 1 1.06 0Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongLeftIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongRightIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongRightIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowLongRightIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowLongRightIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongRightIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongRightIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowLongRightIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M16.72 7.72a.75.75 0 0 1 1.06 0l3.75 3.75a.75.75 0 0 1 0 1.06l-3.75 3.75a.75.75 0 1 1-1.06-1.06l2.47-2.47H3a.75.75 0 0 1 0-1.5h16.19l-2.47-2.47a.75.75 0 0 1 0-1.06Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongRightIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongUpIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongUpIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowLongUpIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowLongUpIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongUpIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowLongUpIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowLongUpIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M11.47 2.47a.75.75 0 0 1 1.06 0l3.75 3.75a.75.75 0 0 1-1.06 1.06l-2.47-2.47V21a.75.75 0 0 1-1.5 0V4.81L8.78 7.28a.75.75 0 0 1-1.06-1.06l3.75-3.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLongUpIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowPathIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowPathIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowPathIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M4.755 10.059a7.5 7.5 0 0 1 12.548-3.364l1.903 1.903h-3.183a.75.75 0 1 0 0 1.5h4.992a.75.75 0 0 0 .75-.75V4.356a.75.75 0 0 0-1.5 0v3.18l-1.9-1.9A9 9 0 0 0 3.306 9.67a.75.75 0 1 0 1.45.388Zm15.408 3.352a.75.75 0 0 0-.919.53 7.5 7.5 0 0 1-12.548 3.364l-1.902-1.903h3.183a.75.75 0 0 0 0-1.5H2.984a.75.75 0 0 0-.75.75v4.992a.75.75 0 0 0 1.5 0v-3.18l1.9 1.9a9 9 0 0 0 15.059-4.035.75.75 0 0 0-.53-.918Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathRoundedSquareIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathRoundedSquareIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowPathRoundedSquareIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowPathRoundedSquareIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathRoundedSquareIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowPathRoundedSquareIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowPathRoundedSquareIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M12 5.25c1.213 0 2.415.046 3.605.135a3.256 3.256 0 0 1 3.01 3.01c.044.583.077 1.17.1 1.759L17.03 8.47a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0-1.06-1.06l-1.752 1.751c-.023-.65-.06-1.296-.108-1.939a4.756 4.756 0 0 0-4.392-4.392 49.422 49.422 0 0 0-7.436 0A4.756 4.756 0 0 0 3.89 8.282c-.017.224-.033.447-.046.672a.75.75 0 1 0 1.497.092c.013-.217.028-.434.044-.651a3.256 3.256 0 0 1 3.01-3.01c1.19-.09 2.392-.135 3.605-.135Zm-6.97 6.22a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.752-1.751c.023.65.06 1.296.108 1.939a4.756 4.756 0 0 0 4.392 4.392 49.413 49.413 0 0 0 7.436 0 4.756 4.756 0 0 0 4.392-4.392c.017-.223.032-.447.046-.672a.75.75 0 0 0-1.497-.092c-.013.217-.028.434-.044.651a3.256 3.256 0 0 1-3.01 3.01 47.953 47.953 0 0 1-7.21 0 3.256 3.256 0 0 1-3.01-3.01 47.759 47.759 0 0 1-.1-1.759L6.97 15.53a.75.75 0 0 0 1.06-1.06l-3-3Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowPathRoundedSquareIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightCircleIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightCircleIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowRightCircleIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowRightCircleIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightCircleIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightCircleIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowRightCircleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm4.28 10.28a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 1 0-1.06 1.06l1.72 1.72H8.25a.75.75 0 0 0 0 1.5h5.69l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightCircleIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightEndOnRectangleIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightEndOnRectangleIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowRightEndOnRectangleIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowRightEndOnRectangleIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightEndOnRectangleIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightEndOnRectangleIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowRightEndOnRectangleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M16.5 3.75a1.5 1.5 0 0 1 1.5 1.5v13.5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5V15a.75.75 0 0 0-1.5 0v3.75a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V5.25a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3V9A.75.75 0 1 0 9 9V5.25a1.5 1.5 0 0 1 1.5-1.5h6Zm-5.03 4.72a.75.75 0 0 0 0 1.06l1.72 1.72H2.25a.75.75 0 0 0 0 1.5h10.94l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 0 0-1.06 0Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightEndOnRectangleIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowRightIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowRightIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowRightIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M12.97 3.97a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 0 1 0 1.06l-7.5 7.5a.75.75 0 1 1-1.06-1.06l6.22-6.22H3a.75.75 0 0 1 0-1.5h16.19l-6.22-6.22a.75.75 0 0 1 0-1.06Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightIcon);
|
||||
export default ForwardRef;
|
||||
4
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightOnRectangleIcon.d.ts
generated
vendored
Normal file
4
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightOnRectangleIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
/** @deprecated */
|
||||
declare const ArrowRightOnRectangleIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowRightOnRectangleIcon;
|
||||
25
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightOnRectangleIcon.js
generated
vendored
Normal file
25
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightOnRectangleIcon.js
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
import * as React from "react";
|
||||
/** @deprecated */
|
||||
function ArrowRightOnRectangleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm10.72 4.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H9a.75.75 0 0 1 0-1.5h10.94l-1.72-1.72a.75.75 0 0 1 0-1.06Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightOnRectangleIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightStartOnRectangleIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightStartOnRectangleIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowRightStartOnRectangleIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowRightStartOnRectangleIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightStartOnRectangleIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowRightStartOnRectangleIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowRightStartOnRectangleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M7.5 3.75A1.5 1.5 0 0 0 6 5.25v13.5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V15a.75.75 0 0 1 1.5 0v3.75a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V5.25a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3V9A.75.75 0 0 1 15 9V5.25a1.5 1.5 0 0 0-1.5-1.5h-6Zm10.72 4.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H9a.75.75 0 0 1 0-1.5h10.94l-1.72-1.72a.75.75 0 0 1 0-1.06Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowRightStartOnRectangleIcon);
|
||||
export default ForwardRef;
|
||||
4
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallDownIcon.d.ts
generated
vendored
Normal file
4
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallDownIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
/** @deprecated */
|
||||
declare const ArrowSmallDownIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowSmallDownIcon;
|
||||
25
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallDownIcon.js
generated
vendored
Normal file
25
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallDownIcon.js
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
import * as React from "react";
|
||||
/** @deprecated */
|
||||
function ArrowSmallDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M12 3.75a.75.75 0 0 1 .75.75v13.19l5.47-5.47a.75.75 0 1 1 1.06 1.06l-6.75 6.75a.75.75 0 0 1-1.06 0l-6.75-6.75a.75.75 0 1 1 1.06-1.06l5.47 5.47V4.5a.75.75 0 0 1 .75-.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallDownIcon);
|
||||
export default ForwardRef;
|
||||
4
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallLeftIcon.d.ts
generated
vendored
Normal file
4
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallLeftIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
/** @deprecated */
|
||||
declare const ArrowSmallLeftIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowSmallLeftIcon;
|
||||
25
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallLeftIcon.js
generated
vendored
Normal file
25
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallLeftIcon.js
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
import * as React from "react";
|
||||
/** @deprecated */
|
||||
function ArrowSmallLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M20.25 12a.75.75 0 0 1-.75.75H6.31l5.47 5.47a.75.75 0 1 1-1.06 1.06l-6.75-6.75a.75.75 0 0 1 0-1.06l6.75-6.75a.75.75 0 1 1 1.06 1.06l-5.47 5.47H19.5a.75.75 0 0 1 .75.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallLeftIcon);
|
||||
export default ForwardRef;
|
||||
4
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallRightIcon.d.ts
generated
vendored
Normal file
4
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallRightIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
/** @deprecated */
|
||||
declare const ArrowSmallRightIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowSmallRightIcon;
|
||||
25
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallRightIcon.js
generated
vendored
Normal file
25
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallRightIcon.js
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
import * as React from "react";
|
||||
/** @deprecated */
|
||||
function ArrowSmallRightIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M3.75 12a.75.75 0 0 1 .75-.75h13.19l-5.47-5.47a.75.75 0 0 1 1.06-1.06l6.75 6.75a.75.75 0 0 1 0 1.06l-6.75 6.75a.75.75 0 1 1-1.06-1.06l5.47-5.47H4.5a.75.75 0 0 1-.75-.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallRightIcon);
|
||||
export default ForwardRef;
|
||||
4
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallUpIcon.d.ts
generated
vendored
Normal file
4
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallUpIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
/** @deprecated */
|
||||
declare const ArrowSmallUpIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowSmallUpIcon;
|
||||
25
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallUpIcon.js
generated
vendored
Normal file
25
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowSmallUpIcon.js
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
import * as React from "react";
|
||||
/** @deprecated */
|
||||
function ArrowSmallUpIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M12 20.25a.75.75 0 0 1-.75-.75V6.31l-5.47 5.47a.75.75 0 0 1-1.06-1.06l6.75-6.75a.75.75 0 0 1 1.06 0l6.75 6.75a.75.75 0 1 1-1.06 1.06l-5.47-5.47V19.5a.75.75 0 0 1-.75.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowSmallUpIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTopRightOnSquareIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTopRightOnSquareIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowTopRightOnSquareIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowTopRightOnSquareIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTopRightOnSquareIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTopRightOnSquareIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowTopRightOnSquareIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M15.75 2.25H21a.75.75 0 0 1 .75.75v5.25a.75.75 0 0 1-1.5 0V4.81L8.03 17.03a.75.75 0 0 1-1.06-1.06L19.19 3.75h-3.44a.75.75 0 0 1 0-1.5Zm-10.5 4.5a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h10.5a1.5 1.5 0 0 0 1.5-1.5V10.5a.75.75 0 0 1 1.5 0v8.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V8.25a3 3 0 0 1 3-3h8.25a.75.75 0 0 1 0 1.5H5.25Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTopRightOnSquareIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingDownIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingDownIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowTrendingDownIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowTrendingDownIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingDownIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingDownIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowTrendingDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M1.72 5.47a.75.75 0 0 1 1.06 0L9 11.69l3.756-3.756a.75.75 0 0 1 .985-.066 12.698 12.698 0 0 1 4.575 6.832l.308 1.149 2.277-3.943a.75.75 0 1 1 1.299.75l-3.182 5.51a.75.75 0 0 1-1.025.275l-5.511-3.181a.75.75 0 0 1 .75-1.3l3.943 2.277-.308-1.149a11.194 11.194 0 0 0-3.528-5.617l-3.809 3.81a.75.75 0 0 1-1.06 0L1.72 6.53a.75.75 0 0 1 0-1.061Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingDownIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingUpIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingUpIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowTrendingUpIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowTrendingUpIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingUpIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTrendingUpIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowTrendingUpIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M15.22 6.268a.75.75 0 0 1 .968-.431l5.942 2.28a.75.75 0 0 1 .431.97l-2.28 5.94a.75.75 0 1 1-1.4-.537l1.63-4.251-1.086.484a11.2 11.2 0 0 0-5.45 5.173.75.75 0 0 1-1.199.19L9 12.312l-6.22 6.22a.75.75 0 0 1-1.06-1.061l6.75-6.75a.75.75 0 0 1 1.06 0l3.606 3.606a12.695 12.695 0 0 1 5.68-4.974l1.086-.483-4.251-1.632a.75.75 0 0 1-.432-.97Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTrendingUpIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownLeftIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownLeftIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowTurnDownLeftIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowTurnDownLeftIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownLeftIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownLeftIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowTurnDownLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M20.239 3.749a.75.75 0 0 0-.75.75V15H5.549l2.47-2.47a.75.75 0 0 0-1.06-1.06l-3.75 3.75a.75.75 0 0 0 0 1.06l3.75 3.75a.75.75 0 1 0 1.06-1.06L5.55 16.5h14.69a.75.75 0 0 0 .75-.75V4.5a.75.75 0 0 0-.75-.751Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownLeftIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownRightIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownRightIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowTurnDownRightIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowTurnDownRightIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownRightIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnDownRightIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowTurnDownRightIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M3.74 3.749a.75.75 0 0 1 .75.75V15h13.938l-2.47-2.47a.75.75 0 0 1 1.061-1.06l3.75 3.75a.75.75 0 0 1 0 1.06l-3.75 3.75a.75.75 0 0 1-1.06-1.06l2.47-2.47H3.738a.75.75 0 0 1-.75-.75V4.5a.75.75 0 0 1 .75-.751Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnDownRightIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftDownIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftDownIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowTurnLeftDownIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowTurnLeftDownIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftDownIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftDownIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowTurnLeftDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M20.24 3.75a.75.75 0 0 1-.75.75H8.989v13.939l2.47-2.47a.75.75 0 1 1 1.06 1.061l-3.75 3.75a.75.75 0 0 1-1.06 0l-3.751-3.75a.75.75 0 1 1 1.06-1.06l2.47 2.469V3.75a.75.75 0 0 1 .75-.75H19.49a.75.75 0 0 1 .75.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftDownIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftUpIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftUpIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowTurnLeftUpIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowTurnLeftUpIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftUpIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnLeftUpIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowTurnLeftUpIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M20.24 20.249a.75.75 0 0 0-.75-.75H8.989V5.56l2.47 2.47a.75.75 0 0 0 1.06-1.061l-3.75-3.75a.75.75 0 0 0-1.06 0l-3.75 3.75a.75.75 0 1 0 1.06 1.06l2.47-2.469V20.25c0 .414.335.75.75.75h11.25a.75.75 0 0 0 .75-.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnLeftUpIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightDownIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightDownIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowTurnRightDownIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowTurnRightDownIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightDownIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightDownIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowTurnRightDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M3.738 3.75c0 .414.336.75.75.75H14.99v13.939l-2.47-2.47a.75.75 0 0 0-1.06 1.061l3.75 3.75a.75.75 0 0 0 1.06 0l3.751-3.75a.75.75 0 0 0-1.06-1.06l-2.47 2.469V3.75a.75.75 0 0 0-.75-.75H4.487a.75.75 0 0 0-.75.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightDownIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightUpIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightUpIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowTurnRightUpIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowTurnRightUpIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightUpIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnRightUpIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowTurnRightUpIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M3.738 20.249a.75.75 0 0 1 .75-.75H14.99V5.56l-2.47 2.47a.75.75 0 0 1-1.06-1.061l3.75-3.75a.75.75 0 0 1 1.06 0l3.751 3.75a.75.75 0 0 1-1.06 1.06L16.49 5.56V20.25a.75.75 0 0 1-.75.75H4.487a.75.75 0 0 1-.75-.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnRightUpIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpLeftIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpLeftIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowTurnUpLeftIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowTurnUpLeftIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpLeftIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpLeftIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowTurnUpLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M20.239 20.25a.75.75 0 0 1-.75-.75V8.999H5.549l2.47 2.47a.75.75 0 0 1-1.06 1.06l-3.75-3.75a.75.75 0 0 1 0-1.06l3.75-3.75a.75.75 0 1 1 1.06 1.06l-2.47 2.47h14.69a.75.75 0 0 1 .75.75V19.5a.75.75 0 0 1-.75.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpLeftIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpRightIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpRightIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowTurnUpRightIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowTurnUpRightIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpRightIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowTurnUpRightIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowTurnUpRightIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M3.74 20.25a.75.75 0 0 0 .75-.75V8.999h13.938l-2.47 2.47a.75.75 0 0 0 1.061 1.06l3.75-3.75a.75.75 0 0 0 0-1.06l-3.75-3.75a.75.75 0 0 0-1.06 1.06l2.47 2.47H3.738a.75.75 0 0 0-.75.75V19.5c0 .414.336.75.75.75Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowTurnUpRightIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpCircleIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpCircleIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowUpCircleIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowUpCircleIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpCircleIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpCircleIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowUpCircleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm.53 5.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.72-1.72v5.69a.75.75 0 0 0 1.5 0v-5.69l1.72 1.72a.75.75 0 1 0 1.06-1.06l-3-3Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpCircleIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowUpIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowUpIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowUpIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M11.47 2.47a.75.75 0 0 1 1.06 0l7.5 7.5a.75.75 0 1 1-1.06 1.06l-6.22-6.22V21a.75.75 0 0 1-1.5 0V4.81l-6.22 6.22a.75.75 0 1 1-1.06-1.06l7.5-7.5Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpLeftIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpLeftIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowUpLeftIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowUpLeftIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpLeftIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpLeftIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowUpLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M5.25 6.31v9.44a.75.75 0 0 1-1.5 0V4.5a.75.75 0 0 1 .75-.75h11.25a.75.75 0 0 1 0 1.5H6.31l13.72 13.72a.75.75 0 1 1-1.06 1.06L5.25 6.31Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpLeftIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowUpOnSquareIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowUpOnSquareIcon;
|
||||
22
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareIcon.js
generated
vendored
Normal file
22
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareIcon.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import * as React from "react";
|
||||
function ArrowUpOnSquareIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M11.47 1.72a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72V7.5h-1.5V4.06L9.53 5.78a.75.75 0 0 1-1.06-1.06l3-3ZM11.25 7.5V15a.75.75 0 0 0 1.5 0V7.5h3.75a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h3.75Z"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareStackIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareStackIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowUpOnSquareStackIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowUpOnSquareStackIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareStackIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpOnSquareStackIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowUpOnSquareStackIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M9.97.97a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06l-1.72-1.72v3.44h-1.5V3.31L8.03 5.03a.75.75 0 0 1-1.06-1.06l3-3ZM9.75 6.75v6a.75.75 0 0 0 1.5 0v-6h3a3 3 0 0 1 3 3v7.5a3 3 0 0 1-3 3h-7.5a3 3 0 0 1-3-3v-7.5a3 3 0 0 1 3-3h3Z"
|
||||
}), /*#__PURE__*/React.createElement("path", {
|
||||
d: "M7.151 21.75a2.999 2.999 0 0 0 2.599 1.5h7.5a3 3 0 0 0 3-3v-7.5c0-1.11-.603-2.08-1.5-2.599v7.099a4.5 4.5 0 0 1-4.5 4.5H7.151Z"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpOnSquareStackIcon);
|
||||
export default ForwardRef;
|
||||
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpRightIcon.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpRightIcon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare const ArrowUpRightIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
||||
export default ArrowUpRightIcon;
|
||||
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpRightIcon.js
generated
vendored
Normal file
24
frontend/node_modules/@heroicons/react/24/solid/esm/ArrowUpRightIcon.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from "react";
|
||||
function ArrowUpRightIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M8.25 3.75H19.5a.75.75 0 0 1 .75.75v11.25a.75.75 0 0 1-1.5 0V6.31L5.03 20.03a.75.75 0 0 1-1.06-1.06L17.69 5.25H8.25a.75.75 0 0 1 0-1.5Z",
|
||||
clipRule: "evenodd"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowUpRightIcon);
|
||||
export default ForwardRef;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user