@hyperlane-xyz/widgets 5.4.0 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chains/ChainAddMenu.d.ts +10 -0
- package/dist/chains/ChainAddMenu.d.ts.map +1 -0
- package/dist/chains/ChainAddMenu.js +102 -0
- package/dist/chains/ChainAddMenu.js.map +1 -0
- package/dist/chains/ChainDetailsMenu.d.ts +11 -0
- package/dist/chains/ChainDetailsMenu.d.ts.map +1 -0
- package/dist/chains/ChainDetailsMenu.js +224 -0
- package/dist/chains/ChainDetailsMenu.js.map +1 -0
- package/dist/{icons → chains}/ChainLogo.d.ts +3 -2
- package/dist/chains/ChainLogo.d.ts.map +1 -0
- package/dist/{icons → chains}/ChainLogo.js +8 -8
- package/dist/chains/ChainLogo.js.map +1 -0
- package/dist/chains/ChainSearchMenu.d.ts +22 -0
- package/dist/chains/ChainSearchMenu.d.ts.map +1 -0
- package/dist/chains/ChainSearchMenu.js +141 -0
- package/dist/chains/ChainSearchMenu.js.map +1 -0
- package/dist/chains/types.d.ts +5 -0
- package/dist/chains/types.d.ts.map +1 -0
- package/dist/chains/types.js +6 -0
- package/dist/chains/types.js.map +1 -0
- package/dist/color.d.ts +2 -1
- package/dist/color.d.ts.map +1 -1
- package/dist/color.js +2 -1
- package/dist/color.js.map +1 -1
- package/dist/components/Button.d.ts +5 -0
- package/dist/components/Button.d.ts.map +1 -0
- package/dist/components/Button.js +12 -0
- package/dist/components/Button.js.map +1 -0
- package/dist/components/CopyButton.d.ts +9 -0
- package/dist/components/CopyButton.d.ts.map +1 -0
- package/dist/components/CopyButton.js +18 -0
- package/dist/components/CopyButton.js.map +1 -0
- package/dist/components/IconButton.d.ts +8 -0
- package/dist/components/IconButton.d.ts.map +1 -0
- package/dist/components/IconButton.js +12 -0
- package/dist/components/IconButton.js.map +1 -0
- package/dist/components/LinkButton.d.ts +5 -0
- package/dist/components/LinkButton.d.ts.map +1 -0
- package/dist/components/LinkButton.js +12 -0
- package/dist/components/LinkButton.js.map +1 -0
- package/dist/components/SearchMenu.d.ts +38 -0
- package/dist/components/SearchMenu.d.ts.map +1 -0
- package/dist/components/SearchMenu.js +100 -0
- package/dist/components/SearchMenu.js.map +1 -0
- package/dist/components/SegmentedControl.d.ts +9 -0
- package/dist/components/SegmentedControl.d.ts.map +1 -0
- package/dist/components/SegmentedControl.js +23 -0
- package/dist/components/SegmentedControl.js.map +1 -0
- package/dist/components/TextInput.d.ts +7 -0
- package/dist/components/TextInput.d.ts.map +1 -0
- package/dist/components/TextInput.js +9 -0
- package/dist/components/TextInput.js.map +1 -0
- package/dist/components/Tooltip.d.ts +9 -0
- package/dist/components/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip.js +12 -0
- package/dist/components/Tooltip.js.map +1 -0
- package/dist/icons/Airplane.d.ts +2 -7
- package/dist/icons/Airplane.d.ts.map +1 -1
- package/dist/icons/Airplane.js +2 -2
- package/dist/icons/Airplane.js.map +1 -1
- package/dist/icons/Arrow.d.ts +8 -0
- package/dist/icons/Arrow.d.ts.map +1 -0
- package/dist/icons/Arrow.js +25 -0
- package/dist/icons/Arrow.js.map +1 -0
- package/dist/icons/BoxArrow.d.ts +6 -0
- package/dist/icons/BoxArrow.d.ts.map +1 -0
- package/dist/icons/BoxArrow.js +9 -0
- package/dist/icons/BoxArrow.js.map +1 -0
- package/dist/icons/Checkmark.d.ts +6 -0
- package/dist/icons/Checkmark.d.ts.map +1 -0
- package/dist/icons/Checkmark.js +8 -0
- package/dist/icons/Checkmark.js.map +1 -0
- package/dist/icons/Chevron.d.ts +8 -0
- package/dist/icons/Chevron.d.ts.map +1 -0
- package/dist/icons/Chevron.js +25 -0
- package/dist/icons/Chevron.js.map +1 -0
- package/dist/icons/Circle.d.ts +2 -2
- package/dist/icons/Circle.d.ts.map +1 -1
- package/dist/icons/Circle.js +2 -2
- package/dist/icons/Circle.js.map +1 -1
- package/dist/icons/Copy.d.ts +6 -0
- package/dist/icons/Copy.d.ts.map +1 -0
- package/dist/icons/Copy.js +9 -0
- package/dist/icons/Copy.js.map +1 -0
- package/dist/icons/Envelope.d.ts +2 -7
- package/dist/icons/Envelope.d.ts.map +1 -1
- package/dist/icons/Envelope.js +2 -2
- package/dist/icons/Envelope.js.map +1 -1
- package/dist/icons/Filter.d.ts +6 -0
- package/dist/icons/Filter.d.ts.map +1 -0
- package/dist/icons/Filter.js +8 -0
- package/dist/icons/Filter.js.map +1 -0
- package/dist/icons/Funnel.d.ts +6 -0
- package/dist/icons/Funnel.d.ts.map +1 -0
- package/dist/icons/Funnel.js +8 -0
- package/dist/icons/Funnel.js.map +1 -0
- package/dist/icons/Gear.d.ts +6 -0
- package/dist/icons/Gear.d.ts.map +1 -0
- package/dist/icons/Gear.js +8 -0
- package/dist/icons/Gear.js.map +1 -0
- package/dist/icons/Lock.d.ts +2 -7
- package/dist/icons/Lock.d.ts.map +1 -1
- package/dist/icons/Lock.js +2 -2
- package/dist/icons/Lock.js.map +1 -1
- package/dist/icons/Pencil.d.ts +6 -0
- package/dist/icons/Pencil.d.ts.map +1 -0
- package/dist/icons/Pencil.js +9 -0
- package/dist/icons/Pencil.js.map +1 -0
- package/dist/icons/Plus.d.ts +6 -0
- package/dist/icons/Plus.d.ts.map +1 -0
- package/dist/icons/Plus.js +8 -0
- package/dist/icons/Plus.js.map +1 -0
- package/dist/icons/PlusCircle.d.ts +6 -0
- package/dist/icons/PlusCircle.d.ts.map +1 -0
- package/dist/icons/PlusCircle.js +8 -0
- package/dist/icons/PlusCircle.js.map +1 -0
- package/dist/icons/QuestionMark.d.ts +2 -7
- package/dist/icons/QuestionMark.d.ts.map +1 -1
- package/dist/icons/QuestionMark.js +3 -3
- package/dist/icons/QuestionMark.js.map +1 -1
- package/dist/icons/Search.d.ts +6 -0
- package/dist/icons/Search.d.ts.map +1 -0
- package/dist/icons/Search.js +8 -0
- package/dist/icons/Search.js.map +1 -0
- package/dist/icons/Shield.d.ts +2 -7
- package/dist/icons/Shield.d.ts.map +1 -1
- package/dist/icons/Shield.js +2 -2
- package/dist/icons/Shield.js.map +1 -1
- package/dist/icons/Spinner.d.ts +6 -0
- package/dist/icons/Spinner.d.ts.map +1 -0
- package/dist/icons/Spinner.js +9 -0
- package/dist/icons/Spinner.js.map +1 -0
- package/dist/icons/UpDownArrows.d.ts +6 -0
- package/dist/icons/UpDownArrows.d.ts.map +1 -0
- package/dist/icons/UpDownArrows.js +8 -0
- package/dist/icons/UpDownArrows.js.map +1 -0
- package/dist/icons/WideChevron.d.ts +4 -7
- package/dist/icons/WideChevron.d.ts.map +1 -1
- package/dist/icons/WideChevron.js +3 -3
- package/dist/icons/WideChevron.js.map +1 -1
- package/dist/icons/X.d.ts +6 -0
- package/dist/icons/X.d.ts.map +1 -0
- package/dist/icons/X.js +8 -0
- package/dist/icons/X.js.map +1 -0
- package/dist/icons/types.d.ts +5 -0
- package/dist/icons/types.d.ts.map +1 -0
- package/dist/icons/types.js +2 -0
- package/dist/icons/types.js.map +1 -0
- package/dist/index.d.ts +34 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +34 -1
- package/dist/index.js.map +1 -1
- package/dist/layout/DropdownMenu.d.ts +12 -0
- package/dist/layout/DropdownMenu.d.ts.map +1 -0
- package/dist/layout/DropdownMenu.js +9 -0
- package/dist/layout/DropdownMenu.js.map +1 -0
- package/dist/layout/Modal.d.ts +18 -0
- package/dist/layout/Modal.d.ts.map +1 -0
- package/dist/layout/Modal.js +23 -0
- package/dist/layout/Modal.js.map +1 -0
- package/dist/layout/Popover.d.ts +12 -0
- package/dist/layout/Popover.d.ts.map +1 -0
- package/dist/layout/Popover.js +9 -0
- package/dist/layout/Popover.js.map +1 -0
- package/dist/logos/Hyperlane.d.ts +6 -0
- package/dist/logos/Hyperlane.d.ts.map +1 -0
- package/dist/logos/Hyperlane.js +10 -0
- package/dist/logos/Hyperlane.js.map +1 -0
- package/dist/messages/useMessageStage.js +1 -1
- package/dist/messages/useMessageStage.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/utils/clipboard.d.ts +4 -0
- package/dist/utils/clipboard.d.ts.map +1 -0
- package/dist/utils/clipboard.js +25 -0
- package/dist/utils/clipboard.js.map +1 -0
- package/dist/utils/explorers.d.ts.map +1 -1
- package/dist/utils/explorers.js +1 -1
- package/dist/utils/explorers.js.map +1 -1
- package/dist/utils/useChainConnectionTest.d.ts +4 -0
- package/dist/utils/useChainConnectionTest.d.ts.map +1 -0
- package/dist/utils/useChainConnectionTest.js +19 -0
- package/dist/utils/useChainConnectionTest.js.map +1 -0
- package/package.json +8 -4
- package/dist/icons/ChainLogo.d.ts.map +0 -1
- package/dist/icons/ChainLogo.js.map +0 -1
- package/dist/utils/timeout.d.ts +0 -2
- package/dist/utils/timeout.d.ts.map +0 -1
- package/dist/utils/timeout.js +0 -11
- package/dist/utils/timeout.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checkmark.d.ts","sourceRoot":"","sources":["../../src/icons/Checkmark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,iBAAS,cAAc,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBAS3D;AAED,eAAO,MAAM,aAAa,kDAAuB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { memo } from 'react';
|
|
2
|
+
import { ColorPalette } from '../color.js';
|
|
3
|
+
function _CheckmarkIcon({ color, ...rest }) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...rest },
|
|
5
|
+
React.createElement("path", { d: "M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z", fill: color || ColorPalette.Black })));
|
|
6
|
+
}
|
|
7
|
+
export const CheckmarkIcon = memo(_CheckmarkIcon);
|
|
8
|
+
//# sourceMappingURL=Checkmark.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checkmark.js","sourceRoot":"","sources":["../../src/icons/Checkmark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,SAAS,cAAc,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IAC1D,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,KAAK,IAAI;QAClE,8BACE,CAAC,EAAC,gIAAgI,EAClI,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,GACjC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,aAAa,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { SVGProps } from 'react';
|
|
2
|
+
type Props = SVGProps<SVGSVGElement> & {
|
|
3
|
+
direction: 'n' | 'e' | 's' | 'w';
|
|
4
|
+
};
|
|
5
|
+
declare function _ChevronIcon({ color, className, direction, ...rest }: Props): React.JSX.Element;
|
|
6
|
+
export declare const ChevronIcon: React.MemoExoticComponent<typeof _ChevronIcon>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=Chevron.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chevron.d.ts","sourceRoot":"","sources":["../../src/icons/Chevron.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAQ,MAAM,OAAO,CAAC;AAI9C,KAAK,KAAK,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG;IACrC,SAAS,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;CAClC,CAAC;AAEF,iBAAS,YAAY,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,KAAK,qBAmCpE;AAED,eAAO,MAAM,WAAW,gDAAqB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React, { memo } from 'react';
|
|
2
|
+
import { ColorPalette } from '../color.js';
|
|
3
|
+
function _ChevronIcon({ color, className, direction, ...rest }) {
|
|
4
|
+
let directionClass;
|
|
5
|
+
switch (direction) {
|
|
6
|
+
case 'n':
|
|
7
|
+
directionClass = 'htw-rotate-180';
|
|
8
|
+
break;
|
|
9
|
+
case 'e':
|
|
10
|
+
directionClass = '-htw-rotate-90';
|
|
11
|
+
break;
|
|
12
|
+
case 's':
|
|
13
|
+
directionClass = '';
|
|
14
|
+
break;
|
|
15
|
+
case 'w':
|
|
16
|
+
directionClass = 'htw-rotate-90';
|
|
17
|
+
break;
|
|
18
|
+
default:
|
|
19
|
+
throw new Error(`Invalid direction ${direction}`);
|
|
20
|
+
}
|
|
21
|
+
return (React.createElement("svg", { width: "4", height: "6", viewBox: "0 0 16 9", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: `${directionClass} ${className}`, ...rest },
|
|
22
|
+
React.createElement("path", { d: "M15.1 1.4 13.8.1 8 5.9 2.2.2 1 1.6l7.2 7 7-7.2Z", fill: color || ColorPalette.Black })));
|
|
23
|
+
}
|
|
24
|
+
export const ChevronIcon = memo(_ChevronIcon);
|
|
25
|
+
//# sourceMappingURL=Chevron.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chevron.js","sourceRoot":"","sources":["../../src/icons/Chevron.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAY,IAAI,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAM3C,SAAS,YAAY,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,GAAG,IAAI,EAAS;IACnE,IAAI,cAAc,CAAC;IACnB,QAAQ,SAAS,EAAE,CAAC;QAClB,KAAK,GAAG;YACN,cAAc,GAAG,gBAAgB,CAAC;YAClC,MAAM;QACR,KAAK,GAAG;YACN,cAAc,GAAG,gBAAgB,CAAC;YAClC,MAAM;QACR,KAAK,GAAG;YACN,cAAc,GAAG,EAAE,CAAC;YACpB,MAAM;QACR,KAAK,GAAG;YACN,cAAc,GAAG,eAAe,CAAC;YACjC,MAAM;QACR;YACE,MAAM,IAAI,KAAK,CAAC,qBAAqB,SAAS,EAAE,CAAC,CAAC;IACtD,CAAC;IAED,OAAO,CACL,6BACE,KAAK,EAAC,GAAG,EACT,MAAM,EAAC,GAAG,EACV,OAAO,EAAC,UAAU,EAClB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAE,GAAG,cAAc,IAAI,SAAS,EAAE,KACvC,IAAI;QAER,8BACE,CAAC,EAAC,iDAAiD,EACnD,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,GACjC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,CAAC,CAAC"}
|
package/dist/icons/Circle.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { PropsWithChildren } from 'react';
|
|
2
|
-
export declare function Circle({ size, title, bgColorSeed,
|
|
2
|
+
export declare function Circle({ size, title, bgColorSeed, className, children, }: PropsWithChildren<{
|
|
3
3
|
size: string | number;
|
|
4
4
|
title?: string;
|
|
5
5
|
bgColorSeed?: number;
|
|
6
|
-
|
|
6
|
+
className?: string;
|
|
7
7
|
}>): React.JSX.Element;
|
|
8
8
|
//# sourceMappingURL=Circle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Circle.d.ts","sourceRoot":"","sources":["../../src/icons/Circle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAIjD,wBAAgB,MAAM,CAAC,EACrB,IAAI,EACJ,KAAK,EACL,WAAW,EACX,
|
|
1
|
+
{"version":3,"file":"Circle.d.ts","sourceRoot":"","sources":["../../src/icons/Circle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAIjD,wBAAgB,MAAM,CAAC,EACrB,IAAI,EACJ,KAAK,EACL,WAAW,EACX,SAAS,EACT,QAAQ,GACT,EAAE,iBAAiB,CAAC;IACnB,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,qBAcD"}
|
package/dist/icons/Circle.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { seedToBgColor } from '../color.js';
|
|
3
|
-
export function Circle({ size, title, bgColorSeed,
|
|
3
|
+
export function Circle({ size, title, bgColorSeed, className, children, }) {
|
|
4
4
|
const bgColor = bgColorSeed === null || bgColorSeed == undefined
|
|
5
5
|
? ''
|
|
6
6
|
: seedToBgColor(bgColorSeed);
|
|
7
|
-
return (React.createElement("div", { style: { width: `${size}px`, height: `${size}px` }, className: `htw-flex htw-items-center htw-justify-center htw-rounded-full htw-transition-all overflow-hidden ${bgColor} ${
|
|
7
|
+
return (React.createElement("div", { style: { width: `${size}px`, height: `${size}px` }, className: `htw-flex htw-items-center htw-justify-center htw-rounded-full htw-transition-all overflow-hidden ${bgColor} ${className}`, title: title }, children));
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=Circle.js.map
|
package/dist/icons/Circle.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Circle.js","sourceRoot":"","sources":["../../src/icons/Circle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE5C,MAAM,UAAU,MAAM,CAAC,EACrB,IAAI,EACJ,KAAK,EACL,WAAW,EACX,
|
|
1
|
+
{"version":3,"file":"Circle.js","sourceRoot":"","sources":["../../src/icons/Circle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE5C,MAAM,UAAU,MAAM,CAAC,EACrB,IAAI,EACJ,KAAK,EACL,WAAW,EACX,SAAS,EACT,QAAQ,GAMR;IACA,MAAM,OAAO,GACX,WAAW,KAAK,IAAI,IAAI,WAAW,IAAI,SAAS;QAC9C,CAAC,CAAC,EAAE;QACJ,CAAC,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC;IACjC,OAAO,CACL,6BACE,KAAK,EAAE,EAAE,KAAK,EAAE,GAAG,IAAI,IAAI,EAAE,MAAM,EAAE,GAAG,IAAI,IAAI,EAAE,EAClD,SAAS,EAAE,oGAAoG,OAAO,IAAI,SAAS,EAAE,EACrI,KAAK,EAAE,KAAK,IAEX,QAAQ,CACL,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _CopyIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
4
|
+
export declare const CopyIcon: React.MemoExoticComponent<typeof _CopyIcon>;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=Copy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Copy.d.ts","sourceRoot":"","sources":["../../src/icons/Copy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,iBAAS,SAAS,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBAyBtD;AAED,eAAO,MAAM,QAAQ,6CAAkB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React, { memo } from 'react';
|
|
2
|
+
import { ColorPalette } from '../color.js';
|
|
3
|
+
function _CopyIcon({ color, ...rest }) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 21 21", ...rest },
|
|
5
|
+
React.createElement("rect", { x: "1", y: "7", width: "13", height: "13", rx: "1", stroke: color || ColorPalette.Black, strokeWidth: "2.1", fill: "none" }),
|
|
6
|
+
React.createElement("rect", { x: "7", y: "1", width: "13", height: "13", rx: "1", stroke: color || ColorPalette.Black, strokeWidth: "2.1", fill: "none" })));
|
|
7
|
+
}
|
|
8
|
+
export const CopyIcon = memo(_CopyIcon);
|
|
9
|
+
//# sourceMappingURL=Copy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Copy.js","sourceRoot":"","sources":["../../src/icons/Copy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,SAAS,SAAS,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IACrD,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,KAAK,IAAI;QAClE,8BACE,CAAC,EAAC,GAAG,EACL,CAAC,EAAC,GAAG,EACL,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,EAAE,EAAC,GAAG,EACN,MAAM,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,EACnC,WAAW,EAAC,KAAK,EACjB,IAAI,EAAC,MAAM,GACX;QACF,8BACE,CAAC,EAAC,GAAG,EACL,CAAC,EAAC,GAAG,EACL,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,EAAE,EAAC,GAAG,EACN,MAAM,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,EACnC,WAAW,EAAC,KAAK,EACjB,IAAI,EAAC,MAAM,GACX,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC"}
|
package/dist/icons/Envelope.d.ts
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
height?: string | number;
|
|
5
|
-
color?: string;
|
|
6
|
-
classes?: string;
|
|
7
|
-
}
|
|
8
|
-
declare function _EnvelopeIcon({ width, height, color, classes }: Props): React.JSX.Element;
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _EnvelopeIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
9
4
|
export declare const EnvelopeIcon: React.MemoExoticComponent<typeof _EnvelopeIcon>;
|
|
10
5
|
export {};
|
|
11
6
|
//# sourceMappingURL=Envelope.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Envelope.d.ts","sourceRoot":"","sources":["../../src/icons/Envelope.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,
|
|
1
|
+
{"version":3,"file":"Envelope.d.ts","sourceRoot":"","sources":["../../src/icons/Envelope.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAG9C,iBAAS,aAAa,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBAa1D;AAED,eAAO,MAAM,YAAY,iDAAsB,CAAC"}
|
package/dist/icons/Envelope.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { memo } from 'react';
|
|
2
2
|
import { ColorPalette } from '../color.js';
|
|
3
3
|
// Envelope with checkmark
|
|
4
|
-
function _EnvelopeIcon({
|
|
5
|
-
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16",
|
|
4
|
+
function _EnvelopeIcon({ color, ...rest }) {
|
|
5
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...rest },
|
|
6
6
|
React.createElement("path", { d: "M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.493 4.493 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586l-1.239-.757ZM16 4.697v4.974A4.491 4.491 0 0 0 12.5 8a4.49 4.49 0 0 0-1.965.45l-.338-.207L16 4.697Z", fill: color || ColorPalette.Blue }),
|
|
7
7
|
React.createElement("path", { d: "M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm-1.993-1.679a.5.5 0 0 0-.686.172l-1.17 1.95-.547-.547a.5.5 0 0 0-.708.708l.774.773a.75.75 0 0 0 1.174-.144l1.335-2.226a.5.5 0 0 0-.172-.686Z", fill: color || ColorPalette.Blue })));
|
|
8
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Envelope.js","sourceRoot":"","sources":["../../src/icons/Envelope.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Envelope.js","sourceRoot":"","sources":["../../src/icons/Envelope.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,0BAA0B;AAC1B,SAAS,aAAa,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IACzD,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,KAAK,IAAI;QAClE,8BACE,CAAC,EAAC,8TAA8T,EAChU,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,IAAI,GAChC;QACF,8BACE,CAAC,EAAC,4LAA4L,EAC9L,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,IAAI,GAChC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,YAAY,GAAG,IAAI,CAAC,aAAa,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _FilterIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
4
|
+
export declare const FilterIcon: React.MemoExoticComponent<typeof _FilterIcon>;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=Filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Filter.d.ts","sourceRoot":"","sources":["../../src/icons/Filter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,iBAAS,WAAW,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBASxD;AAED,eAAO,MAAM,UAAU,+CAAoB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { memo } from 'react';
|
|
2
|
+
import { ColorPalette } from '../color.js';
|
|
3
|
+
function _FilterIcon({ color, ...rest }) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 16", ...rest },
|
|
5
|
+
React.createElement("path", { d: "M8.55556 16V13.3333H13.4444V16H8.55556ZM3.66667 9.33333V6.66667H18.3333V9.33333H3.66667ZM0 2.66667V0H22V2.66667H0Z", fill: color || ColorPalette.Black })));
|
|
6
|
+
}
|
|
7
|
+
export const FilterIcon = memo(_FilterIcon);
|
|
8
|
+
//# sourceMappingURL=Filter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Filter.js","sourceRoot":"","sources":["../../src/icons/Filter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,SAAS,WAAW,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IACvD,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,KAAK,IAAI;QAClE,8BACE,CAAC,EAAC,oHAAoH,EACtH,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,GACjC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,UAAU,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _FunnelIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
4
|
+
export declare const FunnelIcon: React.MemoExoticComponent<typeof _FunnelIcon>;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=Funnel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Funnel.d.ts","sourceRoot":"","sources":["../../src/icons/Funnel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,iBAAS,WAAW,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBASxD;AAED,eAAO,MAAM,UAAU,+CAAoB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { memo } from 'react';
|
|
2
|
+
import { ColorPalette } from '../color.js';
|
|
3
|
+
function _FunnelIcon({ color, ...rest }) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...rest },
|
|
5
|
+
React.createElement("path", { d: "M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5zm1 .5v1.308l4.372 4.858A.5.5 0 0 1 7 8.5v5.306l2-.666V8.5a.5.5 0 0 1 .128-.334L13.5 3.308V2z", fill: color || ColorPalette.Black })));
|
|
6
|
+
}
|
|
7
|
+
export const FunnelIcon = memo(_FunnelIcon);
|
|
8
|
+
//# sourceMappingURL=Funnel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Funnel.js","sourceRoot":"","sources":["../../src/icons/Funnel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,SAAS,WAAW,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IACvD,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,KAAK,IAAI;QAClE,8BACE,CAAC,EAAC,6PAA6P,EAC/P,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,GACjC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,UAAU,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _GearIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
4
|
+
export declare const GearIcon: React.MemoExoticComponent<typeof _GearIcon>;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=Gear.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Gear.d.ts","sourceRoot":"","sources":["../../src/icons/Gear.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,iBAAS,SAAS,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBAStD;AAED,eAAO,MAAM,QAAQ,6CAAkB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { memo } from 'react';
|
|
2
|
+
import { ColorPalette } from '../color.js';
|
|
3
|
+
function _GearIcon({ color, ...rest }) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 579.2 579.2", ...rest },
|
|
5
|
+
React.createElement("path", { d: "M570 353.8h9.2V228.4H497a216 216 0 0 0-17.4-42.4l51.4-51.4 6.5-6.5-6.5-6.5-75.7-75.7-6.5-6.5-6.5 6.5-51.6 51.6a217.9 217.9 0 0 0-40-16.5V0H225.3v81c-13 4-25.8 9.1-38 15.5l-50.6-50.6-6.4-6.5-6.5 6.5L48 121.6l-6.5 6.5 6.5 6.5L97.5 184c-7.3 13.1-13.2 27-17.6 41.2H0v125.5h79A216.1 216.1 0 0 0 97.5 395L48 444.6l-6.5 6.5 6.5 6.5 75.8 75.7 6.5 6.5 6.4-6.5 50.6-50.6c13 6.8 26.8 12.3 41 16.4v80.1h125.5v-81.9c12.8-4 25.1-9.3 37-15.7l51.6 51.7 6.5 6.5 6.5-6.5 75.7-75.7 6.5-6.5-6.5-6.5-51.4-51.5a216.6 216.6 0 0 0 16.5-39.3H570zm-152-64.2a130.1 130.1 0 0 1-260 0 130.1 130.1 0 0 1 260.1 0z", fill: color || ColorPalette.Black })));
|
|
6
|
+
}
|
|
7
|
+
export const GearIcon = memo(_GearIcon);
|
|
8
|
+
//# sourceMappingURL=Gear.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Gear.js","sourceRoot":"","sources":["../../src/icons/Gear.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,SAAS,SAAS,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IACrD,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,iBAAiB,KAAK,IAAI;QACxE,8BACE,CAAC,EAAC,wkBAAwkB,EAC1kB,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,GACjC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC"}
|
package/dist/icons/Lock.d.ts
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
height?: string | number;
|
|
5
|
-
color?: string;
|
|
6
|
-
classes?: string;
|
|
7
|
-
}
|
|
8
|
-
declare function _LockIcon({ width, height, color, classes }: Props): React.JSX.Element;
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _LockIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
9
4
|
export declare const LockIcon: React.MemoExoticComponent<typeof _LockIcon>;
|
|
10
5
|
export {};
|
|
11
6
|
//# sourceMappingURL=Lock.d.ts.map
|
package/dist/icons/Lock.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Lock.d.ts","sourceRoot":"","sources":["../../src/icons/Lock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,
|
|
1
|
+
{"version":3,"file":"Lock.d.ts","sourceRoot":"","sources":["../../src/icons/Lock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,iBAAS,SAAS,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBAStD;AAED,eAAO,MAAM,QAAQ,6CAAkB,CAAC"}
|
package/dist/icons/Lock.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { memo } from 'react';
|
|
2
2
|
import { ColorPalette } from '../color.js';
|
|
3
|
-
function _LockIcon({
|
|
4
|
-
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 15 18",
|
|
3
|
+
function _LockIcon({ color, ...rest }) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 15 18", ...rest },
|
|
5
5
|
React.createElement("path", { d: "M7.14 1.13c.76 0 1.49.23 2.02.65.54.43.84 1 .84 1.6v4.5H4.29v-4.5c0-.6.3-1.17.83-1.6a3.29 3.29 0 0 1 2.02-.66Zm4.29 6.75v-4.5c0-.9-.45-1.76-1.26-2.4C9.37.37 8.28 0 7.14 0 6.01 0 4.92.36 4.11.99c-.8.63-1.25 1.49-1.25 2.38v4.5c-.76 0-1.49.24-2.02.66-.54.43-.84 1-.84 1.6v5.62c0 .6.3 1.17.84 1.6.53.41 1.26.65 2.02.65h8.57c.76 0 1.48-.24 2.02-.66.53-.42.84-1 .84-1.59v-5.63c0-.6-.3-1.16-.84-1.59a3.29 3.29 0 0 0-2.02-.65Z", fill: color || ColorPalette.Blue })));
|
|
6
6
|
}
|
|
7
7
|
export const LockIcon = memo(_LockIcon);
|
package/dist/icons/Lock.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Lock.js","sourceRoot":"","sources":["../../src/icons/Lock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Lock.js","sourceRoot":"","sources":["../../src/icons/Lock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,SAAS,SAAS,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IACrD,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,KAAK,IAAI;QAClE,8BACE,CAAC,EAAC,oaAAoa,EACta,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,IAAI,GAChC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _PencilIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
4
|
+
export declare const PencilIcon: React.MemoExoticComponent<typeof _PencilIcon>;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=Pencil.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pencil.d.ts","sourceRoot":"","sources":["../../src/icons/Pencil.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,iBAAS,WAAW,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBAcxD;AAED,eAAO,MAAM,UAAU,+CAAoB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React, { memo } from 'react';
|
|
2
|
+
import { ColorPalette } from '../color.js';
|
|
3
|
+
function _PencilIcon({ color, ...rest }) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...rest },
|
|
5
|
+
React.createElement("path", { d: "M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z", fill: color || ColorPalette.Black }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", d: "M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5z", fill: color || ColorPalette.Black })));
|
|
7
|
+
}
|
|
8
|
+
export const PencilIcon = memo(_PencilIcon);
|
|
9
|
+
//# sourceMappingURL=Pencil.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pencil.js","sourceRoot":"","sources":["../../src/icons/Pencil.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,SAAS,WAAW,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IACvD,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,KAAK,IAAI;QAClE,8BACE,CAAC,EAAC,wNAAwN,EAC1N,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,GACjC;QACF,8BACE,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,+KAA+K,EACjL,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,GACjC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,UAAU,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _PlusIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
4
|
+
export declare const PlusIcon: React.MemoExoticComponent<typeof _PlusIcon>;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=Plus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Plus.d.ts","sourceRoot":"","sources":["../../src/icons/Plus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,iBAAS,SAAS,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBAStD;AAED,eAAO,MAAM,QAAQ,6CAAkB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { memo } from 'react';
|
|
2
|
+
import { ColorPalette } from '../color.js';
|
|
3
|
+
function _PlusIcon({ color, ...rest }) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...rest },
|
|
5
|
+
React.createElement("path", { d: "M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4", fill: color || ColorPalette.Black })));
|
|
6
|
+
}
|
|
7
|
+
export const PlusIcon = memo(_PlusIcon);
|
|
8
|
+
//# sourceMappingURL=Plus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Plus.js","sourceRoot":"","sources":["../../src/icons/Plus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,SAAS,SAAS,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IACrD,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,KAAK,IAAI;QAClE,8BACE,CAAC,EAAC,sGAAsG,EACxG,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,GACjC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _PlusCircleIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
4
|
+
export declare const PlusCircleIcon: React.MemoExoticComponent<typeof _PlusCircleIcon>;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=PlusCircle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlusCircle.d.ts","sourceRoot":"","sources":["../../src/icons/PlusCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,iBAAS,eAAe,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBAS5D;AAED,eAAO,MAAM,cAAc,mDAAwB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { memo } from 'react';
|
|
2
|
+
import { ColorPalette } from '../color.js';
|
|
3
|
+
function _PlusCircleIcon({ color, ...rest }) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 15 15", ...rest },
|
|
5
|
+
React.createElement("path", { d: "M14.0625 7.03125C14.0625 8.89605 13.3217 10.6845 12.0031 12.0031C10.6845 13.3217 8.89605 14.0625 7.03125 14.0625C5.16645 14.0625 3.37802 13.3217 2.05941 12.0031C0.74079 10.6845 0 8.89605 0 7.03125C0 5.16645 0.74079 3.37802 2.05941 2.05941C3.37802 0.74079 5.16645 0 7.03125 0C8.89605 0 10.6845 0.74079 12.0031 2.05941C13.3217 3.37802 14.0625 5.16645 14.0625 7.03125ZM7.4707 3.95508C7.4707 3.83853 7.4244 3.72675 7.34199 3.64434C7.25958 3.56192 7.1478 3.51562 7.03125 3.51562C6.9147 3.51562 6.80292 3.56192 6.72051 3.64434C6.6381 3.72675 6.5918 3.83853 6.5918 3.95508V6.5918H3.95508C3.83853 6.5918 3.72675 6.6381 3.64434 6.72051C3.56192 6.80292 3.51562 6.9147 3.51562 7.03125C3.51562 7.1478 3.56192 7.25958 3.64434 7.34199C3.72675 7.4244 3.83853 7.4707 3.95508 7.4707H6.5918V10.1074C6.5918 10.224 6.6381 10.3357 6.72051 10.4182C6.80292 10.5006 6.9147 10.5469 7.03125 10.5469C7.1478 10.5469 7.25958 10.5006 7.34199 10.4182C7.4244 10.3357 7.4707 10.224 7.4707 10.1074V7.4707H10.1074C10.224 7.4707 10.3357 7.4244 10.4182 7.34199C10.5006 7.25958 10.5469 7.1478 10.5469 7.03125C10.5469 6.9147 10.5006 6.80292 10.4182 6.72051C10.3357 6.6381 10.224 6.5918 10.1074 6.5918H7.4707V3.95508Z", fill: color || ColorPalette.Black })));
|
|
6
|
+
}
|
|
7
|
+
export const PlusCircleIcon = memo(_PlusCircleIcon);
|
|
8
|
+
//# sourceMappingURL=PlusCircle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlusCircle.js","sourceRoot":"","sources":["../../src/icons/PlusCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,SAAS,eAAe,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IAC3D,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,KAAK,IAAI;QAClE,8BACE,CAAC,EAAC,2pCAA2pC,EAC7pC,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,GACjC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,cAAc,GAAG,IAAI,CAAC,eAAe,CAAC,CAAC"}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
height?: string | number;
|
|
5
|
-
color?: string;
|
|
6
|
-
classes?: string;
|
|
7
|
-
}
|
|
8
|
-
declare function _QuestionMarkIcon({ width, height, color, classes }: Props): React.JSX.Element;
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _QuestionMarkIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
9
4
|
export declare const QuestionMarkIcon: React.MemoExoticComponent<typeof _QuestionMarkIcon>;
|
|
10
5
|
export {};
|
|
11
6
|
//# sourceMappingURL=QuestionMark.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuestionMark.d.ts","sourceRoot":"","sources":["../../src/icons/QuestionMark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,
|
|
1
|
+
{"version":3,"file":"QuestionMark.d.ts","sourceRoot":"","sources":["../../src/icons/QuestionMark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,iBAAS,iBAAiB,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBAS9D;AAED,eAAO,MAAM,gBAAgB,qDAA0B,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { memo } from 'react';
|
|
2
2
|
import { ColorPalette } from '../color.js';
|
|
3
|
-
function _QuestionMarkIcon({
|
|
4
|
-
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
React.createElement("path", { d: "
|
|
3
|
+
function _QuestionMarkIcon({ color, ...rest }) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...rest },
|
|
5
|
+
React.createElement("path", { d: "M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286m1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94", fill: color || ColorPalette.Black })));
|
|
6
6
|
}
|
|
7
7
|
export const QuestionMarkIcon = memo(_QuestionMarkIcon);
|
|
8
8
|
//# sourceMappingURL=QuestionMark.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuestionMark.js","sourceRoot":"","sources":["../../src/icons/QuestionMark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"QuestionMark.js","sourceRoot":"","sources":["../../src/icons/QuestionMark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,SAAS,iBAAiB,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IAC7D,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,KAAK,IAAI;QAClE,8BACE,CAAC,EAAC,geAAge,EACle,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,GACjC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,CAAC,iBAAiB,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _SearchIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
4
|
+
export declare const SearchIcon: React.MemoExoticComponent<typeof _SearchIcon>;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=Search.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../src/icons/Search.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,iBAAS,WAAW,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBASxD;AAED,eAAO,MAAM,UAAU,+CAAoB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { memo } from 'react';
|
|
2
|
+
import { ColorPalette } from '../color.js';
|
|
3
|
+
function _SearchIcon({ color, ...rest }) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...rest },
|
|
5
|
+
React.createElement("path", { d: "M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0", fill: color || ColorPalette.Black })));
|
|
6
|
+
}
|
|
7
|
+
export const SearchIcon = memo(_SearchIcon);
|
|
8
|
+
//# sourceMappingURL=Search.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Search.js","sourceRoot":"","sources":["../../src/icons/Search.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,SAAS,WAAW,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IACvD,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,KAAK,IAAI;QAClE,8BACE,CAAC,EAAC,2KAA2K,EAC7K,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,GACjC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,UAAU,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC"}
|
package/dist/icons/Shield.d.ts
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
height?: string | number;
|
|
5
|
-
color?: string;
|
|
6
|
-
classes?: string;
|
|
7
|
-
}
|
|
8
|
-
declare function _ShieldIcon({ width, height, color, classes }: Props): React.JSX.Element;
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _ShieldIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
9
4
|
export declare const ShieldIcon: React.MemoExoticComponent<typeof _ShieldIcon>;
|
|
10
5
|
export {};
|
|
11
6
|
//# sourceMappingURL=Shield.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Shield.d.ts","sourceRoot":"","sources":["../../src/icons/Shield.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,
|
|
1
|
+
{"version":3,"file":"Shield.d.ts","sourceRoot":"","sources":["../../src/icons/Shield.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAG9C,iBAAS,WAAW,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBAUxD;AAED,eAAO,MAAM,UAAU,+CAAoB,CAAC"}
|
package/dist/icons/Shield.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { memo } from 'react';
|
|
2
2
|
import { ColorPalette } from '../color.js';
|
|
3
3
|
// Shield with checkmark
|
|
4
|
-
function _ShieldIcon({
|
|
5
|
-
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16",
|
|
4
|
+
function _ShieldIcon({ color, ...rest }) {
|
|
5
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...rest },
|
|
6
6
|
React.createElement("path", { fillRule: "evenodd", d: "M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm2.146 5.146a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647z", fill: color || ColorPalette.Blue })));
|
|
7
7
|
}
|
|
8
8
|
export const ShieldIcon = memo(_ShieldIcon);
|
package/dist/icons/Shield.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Shield.js","sourceRoot":"","sources":["../../src/icons/Shield.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Shield.js","sourceRoot":"","sources":["../../src/icons/Shield.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,wBAAwB;AACxB,SAAS,WAAW,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IACvD,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,KAAK,IAAI;QAClE,8BACE,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,ufAAuf,EACzf,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,IAAI,GAChC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,UAAU,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _Spinner({ color, className, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
4
|
+
export declare const Spinner: React.MemoExoticComponent<typeof _Spinner>;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=Spinner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../src/icons/Spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,iBAAS,QAAQ,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBAwBhE;AAED,eAAO,MAAM,OAAO,4CAAiB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React, { memo } from 'react';
|
|
2
|
+
import { ColorPalette } from '../color.js';
|
|
3
|
+
function _Spinner({ color, className, ...rest }) {
|
|
4
|
+
return (React.createElement("svg", { className: `htw-animate-spin htw-text-black ${className}`, xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...rest },
|
|
5
|
+
React.createElement("circle", { className: "htw-opacity-25", stroke: color || ColorPalette.Black, strokeWidth: "4", cx: "12", cy: "12", r: "10" }),
|
|
6
|
+
React.createElement("path", { className: "htw-opacity-75", fill: color || ColorPalette.Black, d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z" })));
|
|
7
|
+
}
|
|
8
|
+
export const Spinner = memo(_Spinner);
|
|
9
|
+
//# sourceMappingURL=Spinner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spinner.js","sourceRoot":"","sources":["../../src/icons/Spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,SAAS,QAAQ,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,IAAI,EAAoB;IAC/D,OAAO,CACL,6BACE,SAAS,EAAE,mCAAmC,SAAS,EAAE,EACzD,KAAK,EAAC,4BAA4B,EAClC,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,KACf,IAAI;QAER,gCACE,SAAS,EAAC,gBAAgB,EAC1B,MAAM,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,EACnC,WAAW,EAAC,GAAG,EACf,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,CAAC,EAAC,IAAI,GACE;QACV,8BACE,SAAS,EAAC,gBAAgB,EAC1B,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,EACjC,CAAC,EAAC,iHAAiH,GAC7G,CACJ,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
declare function _UpDownArrowsIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
|
|
4
|
+
export declare const UpDownArrowsIcon: React.MemoExoticComponent<typeof _UpDownArrowsIcon>;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=UpDownArrows.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpDownArrows.d.ts","sourceRoot":"","sources":["../../src/icons/UpDownArrows.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,iBAAS,iBAAiB,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,qBAU9D;AAED,eAAO,MAAM,gBAAgB,qDAA0B,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { memo } from 'react';
|
|
2
|
+
import { ColorPalette } from '../color.js';
|
|
3
|
+
function _UpDownArrowsIcon({ color, ...rest }) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...rest },
|
|
5
|
+
React.createElement("path", { fillRule: "evenodd", d: "M11.5 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L11 2.707V14.5a.5.5 0 0 0 .5.5m-7-14a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V1.5a.5.5 0 0 1 .5-.5", fill: color || ColorPalette.Black })));
|
|
6
|
+
}
|
|
7
|
+
export const UpDownArrowsIcon = memo(_UpDownArrowsIcon);
|
|
8
|
+
//# sourceMappingURL=UpDownArrows.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpDownArrows.js","sourceRoot":"","sources":["../../src/icons/UpDownArrows.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,SAAS,iBAAiB,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAoB;IAC7D,OAAO,CACL,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,KAAK,IAAI;QAClE,8BACE,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,4RAA4R,EAC9R,IAAI,EAAE,KAAK,IAAI,YAAY,CAAC,KAAK,GACjC,CACE,CACP,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,CAAC,iBAAiB,CAAC,CAAC"}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
height?: string | number;
|
|
2
|
+
import { DefaultIconProps } from './types.js';
|
|
3
|
+
export type WideChevronProps = DefaultIconProps & {
|
|
5
4
|
direction: 'n' | 'e' | 's' | 'w';
|
|
6
|
-
color?: string;
|
|
7
5
|
rounded?: boolean;
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
declare function _WideChevron({ width, height, direction, color, rounded, classes, }: WideChevronProps): React.JSX.Element;
|
|
6
|
+
};
|
|
7
|
+
declare function _WideChevron({ width, height, direction, color, rounded, className, ...rest }: WideChevronProps): React.JSX.Element;
|
|
11
8
|
export declare const WideChevron: React.MemoExoticComponent<typeof _WideChevron>;
|
|
12
9
|
export {};
|
|
13
10
|
//# sourceMappingURL=WideChevron.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WideChevron.d.ts","sourceRoot":"","sources":["../../src/icons/WideChevron.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,
|
|
1
|
+
{"version":3,"file":"WideChevron.d.ts","sourceRoot":"","sources":["../../src/icons/WideChevron.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,GAAG;IAChD,SAAS,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,iBAAS,YAAY,CAAC,EACpB,KAAK,EACL,MAAM,EACN,SAAS,EACT,KAAK,EACL,OAAO,EACP,SAAS,EACT,GAAG,IAAI,EACR,EAAE,gBAAgB,qBAkDlB;AAED,eAAO,MAAM,WAAW,gDAAqB,CAAC"}
|