mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
config redirect
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function AcademicCapIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default AcademicCapIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function AcademicCapIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M4.26 10.147a60.436 60.436 0 00-.491 6.347A48.627 48.627 0 0112 20.904a48.627 48.627 0 018.232-4.41 60.46 60.46 0 00-.491-6.347m-15.482 0a50.57 50.57 0 00-2.658-.813A59.905 59.905 0 0112 3.493a59.902 59.902 0 0110.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.697 50.697 0 0112 13.489a50.702 50.702 0 017.74-3.342M6.75 15a.75.75 0 100-1.5.75.75 0 000 1.5zm0 0v-3.675A55.378 55.378 0 0112 8.443m-7.007 11.55A5.981 5.981 0 006.75 15.75v-1.5"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(AcademicCapIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function AdjustmentsHorizontalIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default AdjustmentsHorizontalIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function AdjustmentsHorizontalIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M10.5 6h9.75M10.5 6a1.5 1.5 0 11-3 0m3 0a1.5 1.5 0 10-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-9.75 0h9.75"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(AdjustmentsHorizontalIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function AdjustmentsVerticalIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default AdjustmentsVerticalIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function AdjustmentsVerticalIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M6 13.5V3.75m0 9.75a1.5 1.5 0 010 3m0-3a1.5 1.5 0 000 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 010 3m0-3a1.5 1.5 0 000 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 010 3m0-3a1.5 1.5 0 000 3m0 9.75V10.5"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(AdjustmentsVerticalIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArchiveBoxArrowDownIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArchiveBoxArrowDownIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArchiveBoxArrowDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M20.25 7.5l-.625 10.632a2.25 2.25 0 01-2.247 2.118H6.622a2.25 2.25 0 01-2.247-2.118L3.75 7.5m8.25 3v6.75m0 0l-3-3m3 3l3-3M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArchiveBoxArrowDownIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArchiveBoxIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArchiveBoxIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArchiveBoxIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M20.25 7.5l-.625 10.632a2.25 2.25 0 01-2.247 2.118H6.622a2.25 2.25 0 01-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArchiveBoxIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArchiveBoxXMarkIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArchiveBoxXMarkIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArchiveBoxXMarkIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M20.25 7.5l-.625 10.632a2.25 2.25 0 01-2.247 2.118H6.622a2.25 2.25 0 01-2.247-2.118L3.75 7.5m6 4.125l2.25 2.25m0 0l2.25 2.25M12 13.875l2.25-2.25M12 13.875l-2.25 2.25M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArchiveBoxXMarkIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowDownCircleIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowDownCircleIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowDownCircleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M9 12.75l3 3m0 0l3-3m-3 3v-7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowDownCircleIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowDownIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowDownIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M19.5 13.5L12 21m0 0l-7.5-7.5M12 21V3"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowDownIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowDownLeftIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowDownLeftIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowDownLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M19.5 4.5l-15 15m0 0h11.25m-11.25 0V8.25"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowDownLeftIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowDownOnSquareIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowDownOnSquareIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowDownOnSquareIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15M9 12l3 3m0 0l3-3m-3 3V2.25"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowDownOnSquareIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowDownOnSquareStackIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowDownOnSquareStackIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowDownOnSquareStackIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M7.5 7.5h-.75A2.25 2.25 0 004.5 9.75v7.5a2.25 2.25 0 002.25 2.25h7.5a2.25 2.25 0 002.25-2.25v-7.5a2.25 2.25 0 00-2.25-2.25h-.75m-6 3.75l3 3m0 0l3-3m-3 3V1.5m6 9h.75a2.25 2.25 0 012.25 2.25v7.5a2.25 2.25 0 01-2.25 2.25h-7.5a2.25 2.25 0 01-2.25-2.25v-.75"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowDownOnSquareStackIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowDownRightIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowDownRightIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowDownRightIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M4.5 4.5l15 15m0 0V8.25m0 11.25H8.25"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowDownRightIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowDownTrayIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowDownTrayIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowDownTrayIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M3 16.5v2.25A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75V16.5M16.5 12L12 16.5m0 0L7.5 12m4.5 4.5V3"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowDownTrayIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowLeftCircleIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowLeftCircleIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowLeftCircleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M11.25 9l-3 3m0 0l3 3m-3-3h7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowLeftCircleIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowLeftIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowLeftIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowLeftIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowLeftOnRectangleIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowLeftOnRectangleIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowLeftOnRectangleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15M12 9l-3 3m0 0l3 3m-3-3h12.75"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowLeftOnRectangleIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowLongDownIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowLongDownIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowLongDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M15.75 17.25L12 21m0 0l-3.75-3.75M12 21V3"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowLongDownIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowLongLeftIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowLongLeftIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowLongLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M6.75 15.75L3 12m0 0l3.75-3.75M3 12h18"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowLongLeftIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowLongRightIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowLongRightIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowLongRightIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowLongRightIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowLongUpIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowLongUpIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowLongUpIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M8.25 6.75L12 3m0 0l3.75 3.75M12 3v18"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowLongUpIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowPathIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowPathIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowPathIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowPathIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowPathRoundedSquareIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowPathRoundedSquareIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowPathRoundedSquareIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 00-3.7-3.7 48.678 48.678 0 00-7.324 0 4.006 4.006 0 00-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3l-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 003.7 3.7 48.656 48.656 0 007.324 0 4.006 4.006 0 003.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3l-3 3"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowPathRoundedSquareIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowRightCircleIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowRightCircleIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowRightCircleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M12.75 15l3-3m0 0l-3-3m3 3h-7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowRightCircleIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowRightIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowRightIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowRightIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowRightIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowRightOnRectangleIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowRightOnRectangleIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowRightOnRectangleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15m3 0l3-3m0 0l-3-3m3 3H9"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowRightOnRectangleIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowSmallDownIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowSmallDownIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowSmallDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M12 4.5v15m0 0l6.75-6.75M12 19.5l-6.75-6.75"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowSmallDownIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowSmallLeftIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowSmallLeftIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowSmallLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M19.5 12h-15m0 0l6.75 6.75M4.5 12l6.75-6.75"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowSmallLeftIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowSmallRightIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowSmallRightIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowSmallRightIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowSmallRightIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowSmallUpIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowSmallUpIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowSmallUpIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M12 19.5v-15m0 0l-6.75 6.75M12 4.5l6.75 6.75"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowSmallUpIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowTopRightOnSquareIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowTopRightOnSquareIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowTopRightOnSquareIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowTopRightOnSquareIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowTrendingDownIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowTrendingDownIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowTrendingDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M2.25 6L9 12.75l4.286-4.286a11.948 11.948 0 014.306 6.43l.776 2.898m0 0l3.182-5.511m-3.182 5.51l-5.511-3.181"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowTrendingDownIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowTrendingUpIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowTrendingUpIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowTrendingUpIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowTrendingUpIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowUpCircleIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowUpCircleIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowUpCircleIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M15 11.25l-3-3m0 0l-3 3m3-3v7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowUpCircleIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowUpIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowUpIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowUpIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M4.5 10.5L12 3m0 0l7.5 7.5M12 3v18"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowUpIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowUpLeftIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowUpLeftIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowUpLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M19.5 19.5l-15-15m0 0v11.25m0-11.25h11.25"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowUpLeftIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowUpOnSquareIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowUpOnSquareIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowUpOnSquareIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15m0-3l-3-3m0 0l-3 3m3-3V15"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowUpOnSquareIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowUpOnSquareStackIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowUpOnSquareStackIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowUpOnSquareStackIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M7.5 7.5h-.75A2.25 2.25 0 004.5 9.75v7.5a2.25 2.25 0 002.25 2.25h7.5a2.25 2.25 0 002.25-2.25v-7.5a2.25 2.25 0 00-2.25-2.25h-.75m0-3l-3-3m0 0l-3 3m3-3v11.25m6-2.25h.75a2.25 2.25 0 012.25 2.25v7.5a2.25 2.25 0 01-2.25 2.25h-7.5a2.25 2.25 0 01-2.25-2.25v-.75"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowUpOnSquareStackIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowUpRightIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowUpRightIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowUpRightIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M4.5 19.5l15-15m0 0H8.25m11.25 0v11.25"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowUpRightIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowUpTrayIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowUpTrayIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowUpTrayIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M3 16.5v2.25A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75V16.5m-13.5-9L12 3m0 0l4.5 4.5M12 3v13.5"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowUpTrayIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowUturnDownIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowUturnDownIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowUturnDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M15 15l-6 6m0 0l-6-6m6 6V9a6 6 0 0112 0v3"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowUturnDownIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowUturnLeftIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowUturnLeftIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowUturnLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M9 15L3 9m0 0l6-6M3 9h12a6 6 0 010 12h-3"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowUturnLeftIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowUturnRightIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowUturnRightIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowUturnRightIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M15 15l6-6m0 0l-6-6m6 6H9a6 6 0 000 12h3"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowUturnRightIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowUturnUpIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowUturnUpIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowUturnUpIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M9 9l6-6m0 0l6 6m-6-6v12a6 6 0 01-12 0v-3"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowUturnUpIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowsPointingInIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowsPointingInIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowsPointingInIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M9 9V4.5M9 9H4.5M9 9L3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5l5.25 5.25"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowsPointingInIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowsPointingOutIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowsPointingOutIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowsPointingOutIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowsPointingOutIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowsRightLeftIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowsRightLeftIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowsRightLeftIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M7.5 21L3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowsRightLeftIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function ArrowsUpDownIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default ArrowsUpDownIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function ArrowsUpDownIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M3 7.5L7.5 3m0 0L12 7.5M7.5 3v13.5m13.5 0L16.5 21m0 0L12 16.5m4.5 4.5V7.5"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(ArrowsUpDownIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function AtSymbolIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default AtSymbolIcon;
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
const React = require("react");
|
||||
|
||||
function AtSymbolIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
d: "M16.5 12a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm0 0c0 1.657 1.007 3 2.25 3S21 13.657 21 12a9 9 0 10-2.636 6.364M16.5 12V8.25"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(AtSymbolIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function BackspaceIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default BackspaceIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function BackspaceIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M12 9.75L14.25 12m0 0l2.25 2.25M14.25 12l2.25-2.25M14.25 12L12 14.25m-2.58 4.92l-6.375-6.375a1.125 1.125 0 010-1.59L9.42 4.83c.211-.211.498-.33.796-.33H19.5a2.25 2.25 0 012.25 2.25v10.5a2.25 2.25 0 01-2.25 2.25h-9.284c-.298 0-.585-.119-.796-.33z"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(BackspaceIcon);
|
||||
module.exports = ForwardRef;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import * as React from 'react';
|
||||
declare function BackwardIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||||
export default BackwardIcon;
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
const React = require("react");
|
||||
|
||||
function BackwardIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M21 16.811c0 .864-.933 1.405-1.683.977l-7.108-4.062a1.125 1.125 0 010-1.953l7.108-4.062A1.125 1.125 0 0121 8.688v8.123zM11.25 16.811c0 .864-.933 1.405-1.683.977l-7.108-4.062a1.125 1.125 0 010-1.953L9.567 7.71a1.125 1.125 0 011.683.977v8.123z"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(BackwardIcon);
|
||||
module.exports = ForwardRef;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user