@wireapp/react-ui-kit 9.50.0 → 9.51.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/lib/Icon/DropdownFilledIcon.d.ts +7 -0
- package/lib/Icon/DropdownFilledIcon.d.ts.map +1 -0
- package/lib/Icon/DropdownFilledIcon.js +13 -0
- package/lib/Icon/Files/AudioFileIcon.js +1 -1
- package/lib/Icon/Files/CodeFileIcon.js +1 -1
- package/lib/Icon/Files/DocumentFileIcon.js +1 -1
- package/lib/Icon/Files/MultipleFilesIcon.js +1 -1
- package/lib/Icon/Files/PdfFileIcon.js +1 -1
- package/lib/Icon/Files/TextFileIcon.js +1 -1
- package/lib/Icon/FunnelFilterIcon.d.ts +3 -0
- package/lib/Icon/FunnelFilterIcon.d.ts.map +1 -0
- package/lib/Icon/FunnelFilterIcon.js +25 -0
- package/lib/Icon/SortIcon.d.ts +3 -0
- package/lib/Icon/SortIcon.d.ts.map +1 -0
- package/lib/Icon/SortIcon.js +25 -0
- package/lib/Icon/index.d.ts +3 -0
- package/lib/Icon/index.d.ts.map +1 -1
- package/lib/Icon/index.js +3 -0
- package/package.json +2 -2
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Rotation } from './ArrowIcon';
|
|
2
|
+
import { SVGIconProps } from './SVGIcon';
|
|
3
|
+
export interface DropdownFilledIconProps extends SVGIconProps {
|
|
4
|
+
direction?: keyof Rotation;
|
|
5
|
+
}
|
|
6
|
+
export declare const DropdownFilledIcon: ({ direction, ...props }: DropdownFilledIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=DropdownFilledIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownFilledIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/DropdownFilledIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAC;AACrC,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,MAAM,WAAW,uBAAwB,SAAQ,YAAY;IAC3D,SAAS,CAAC,EAAE,MAAM,QAAQ,CAAC;CAC5B;AASD,eAAO,MAAM,kBAAkB,4BAAoC,uBAAuB,qDASzF,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DropdownFilledIcon = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
5
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
6
|
+
const rotation = {
|
|
7
|
+
down: 0,
|
|
8
|
+
left: 90,
|
|
9
|
+
up: 180,
|
|
10
|
+
right: 270,
|
|
11
|
+
};
|
|
12
|
+
const DropdownFilledIcon = ({ direction = 'down', ...props }) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 10, realHeight: 5, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", transform: `rotate(${rotation[direction]} 5 2.5)`, d: "M0.853553 0.853553C0.53857 0.53857 0.761654 0 1.20711 0H8.79289C9.23835 0 9.46143 0.538571 9.14645 0.853553L5.35355 4.64645C5.15829 4.84171 4.84171 4.84171 4.64645 4.64645L0.853553 0.853553Z" }) }));
|
|
13
|
+
exports.DropdownFilledIcon = DropdownFilledIcon;
|
|
@@ -22,6 +22,6 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("../SVGIcon");
|
|
24
24
|
const AudioFileIcon = ({ ...props }) => {
|
|
25
|
-
return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth:
|
|
25
|
+
return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 13, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--audio-file-icon-bg)", stroke: "var(--audio-file-icon-stroke)", d: "M1 2.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.006a2.5 2.5 0 0 1-.719 1.754l-1.47 1.494a2.5 2.5 0 0 1-1.782.746H3a2 2 0 0 1-2-2v-11Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--audio-file-icon-stroke)", d: "M13 11.5a4 4 0 0 0-4 4" }), (0, jsx_runtime_1.jsx)("path", { fill: "var(--audio-file-icon-stroke)", d: "M5.5 4.5A.5.5 0 0 1 6 5v4.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Z" }), (0, jsx_runtime_1.jsx)("circle", { cx: "4.5", cy: "9.5", r: "1", stroke: "var(--audio-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { fill: "var(--audio-file-icon-stroke)", d: "M9.5 3.5a.5.5 0 0 1 .5.5v4.5a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5Z" }), (0, jsx_runtime_1.jsx)("circle", { cx: "8.5", cy: "8.5", r: "1", stroke: "var(--audio-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { fill: "var(--audio-file-icon-stroke)", d: "M9.985 3.879a.5.5 0 0 1-.364.606l-4 1a.5.5 0 0 1-.242-.97l4-1a.5.5 0 0 1 .606.364Z" })] }));
|
|
26
26
|
};
|
|
27
27
|
exports.AudioFileIcon = AudioFileIcon;
|
|
@@ -22,6 +22,6 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("../SVGIcon");
|
|
24
24
|
const CodeFileIcon = ({ ...props }) => {
|
|
25
|
-
return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth:
|
|
25
|
+
return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 13, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--code-file-icon-bg)", stroke: "var(--code-file-icon-stroke)", d: "M1 2.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.006a2.5 2.5 0 0 1-.719 1.754l-1.47 1.494a2.5 2.5 0 0 1-1.782.746H3a2 2 0 0 1-2-2v-11Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--code-file-icon-stroke)", d: "M13 11.5a4 4 0 0 0-4 4M6.148 9.606 7.66 6.5M5 6.5 3.5 8 5 9.5M9 6.5 10.5 8 9 9.5" })] }));
|
|
26
26
|
};
|
|
27
27
|
exports.CodeFileIcon = CodeFileIcon;
|
|
@@ -22,6 +22,6 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("../SVGIcon");
|
|
24
24
|
const DocumentFileIcon = ({ ...props }) => {
|
|
25
|
-
return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth:
|
|
25
|
+
return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 13, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--document-file-icon-bg)", stroke: "var(--document-file-icon-stroke)", d: "M.999 2.498a2 2 0 0 1 2-2h7.998a2 2 0 0 1 2 2v9.005a2.5 2.5 0 0 1-.719 1.754l-1.47 1.493a2.5 2.5 0 0 1-1.781.746H2.998a2 2 0 0 1-2-2V2.498Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--document-file-icon-stroke)", d: "M4.498 4.999h5M4.498 6.998h5M4.498 8.998h3.5M12.997 11.497a4 4 0 0 0-4 4" })] }));
|
|
26
26
|
};
|
|
27
27
|
exports.DocumentFileIcon = DocumentFileIcon;
|
|
@@ -22,6 +22,6 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("../SVGIcon");
|
|
24
24
|
const MultipleFilesIcon = ({ ...props }) => {
|
|
25
|
-
return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth:
|
|
25
|
+
return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 13, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--multiple-file-icon-bg)", stroke: "var(--multiple-file-icon-stroke)", d: "M5.498 2.538c0-.573.465-1.038 1.038-1.038h4.923c.574 0 1.039.465 1.039 1.038v5.543c0 .353-.14.692-.387.944l-.905.92a1.346 1.346 0 0 1-.96.401h-3.71a1.039 1.039 0 0 1-1.038-1.038v-6.77Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--multiple-file-icon-stroke)", d: "M11.998 8.077a1.926 1.926 0 0 0-2 1.923M3.498 4.5v6.461c0 .85.689 1.539 1.538 1.539h4.462" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--multiple-file-icon-stroke)", d: "M1.498 7.5v5.461c0 .85.689 1.539 1.538 1.539h4.462" })] }));
|
|
26
26
|
};
|
|
27
27
|
exports.MultipleFilesIcon = MultipleFilesIcon;
|
|
@@ -22,6 +22,6 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("../SVGIcon");
|
|
24
24
|
const PdfFileIcon = ({ ...props }) => {
|
|
25
|
-
return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth:
|
|
25
|
+
return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 13, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "var(--pdf-file-icon-bg)", stroke: "var(--pdf-file-icon-stroke)", d: "M1 2.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9.006a2.5 2.5 0 0 1-.719 1.754l-1.47 1.494a2.5 2.5 0 0 1-1.782.746H3a2 2 0 0 1-2-2v-11Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: "var(--pdf-file-icon-stroke)", d: "M13 11.5a4 4 0 0 0-4 4" }), (0, jsx_runtime_1.jsx)("path", { fill: "var(--pdf-file-icon-stroke)", d: "M3.231 11.17a.985.985 0 0 0 .746.33 1.88 1.88 0 0 0 1.077-.406c.329-.24.69-.884 1.038-1.756a24.574 24.574 0 0 1 1.705-.415c.57.573 1.293.967 2.082 1.135a1.025 1.025 0 0 0 .962-.433.966.966 0 0 0 .043-.99c-.135-.254-.502-.683-1.458-.69-.467.02-.931.074-1.39.162A5.57 5.57 0 0 1 7.018 6.58c.125-.415.247-.844.368-1.277l.125-.429A2.32 2.32 0 0 0 7.6 3.94c-.099-.696-.546-.967-.933-.937-.49.043-.963.551-.917 1.442.033.74.188 1.47.46 2.159a37.817 37.817 0 0 1-.693 2.092c-.985.307-1.852.66-2.158.99a1.094 1.094 0 0 0-.128 1.485Zm6.191-2.475c.598 0 .76.221.795.287a.195.195 0 0 1 0 .208.272.272 0 0 1-.266.099 2.727 2.727 0 0 1-1.179-.545c.215-.03.43-.046.647-.05h.003Zm-2.69-4.95c.017 0 .09.062.115.264.02.211-.002.424-.065.627l-.125.439c-.016.06-.036.122-.053.184a6.487 6.487 0 0 1-.088-.851c-.033-.445.138-.643.213-.65l.004-.013Zm-.029 3.848c.147.237.31.464.486.68-.256.056-.516.118-.775.184.102-.277.19-.567.289-.864Zm-2.792 2.623a3.815 3.815 0 0 1 1.238-.594 2.344 2.344 0 0 1-.535.845c-.453.33-.736.3-.818.205-.082-.096-.049-.278.115-.46v.004Z" })] }));
|
|
26
26
|
};
|
|
27
27
|
exports.PdfFileIcon = PdfFileIcon;
|
|
@@ -22,6 +22,6 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("../SVGIcon");
|
|
24
24
|
const TextFileIcon = ({ ...props }) => {
|
|
25
|
-
return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth:
|
|
25
|
+
return ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 13, realHeight: 16, fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M2.5 1.5H10.5C11.6046 1.5 12.5 2.39543 12.5 3.5V11.5059C12.5 12.0801 12.3021 12.6343 11.9443 13.0771L11.7812 13.2607L10.3105 14.7539C9.84065 15.2311 9.19902 15.5 8.5293 15.5H2.5C1.39543 15.5 0.5 14.6046 0.5 13.5V3.5C0.5 2.39543 1.39543 1.5 2.5 1.5Z", fill: "var(--text-file-icon-bg)", stroke: "var(--text-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.5 11.5V11.5C10.2909 11.5 8.5 13.2909 8.5 15.5V15.5", stroke: "var(--text-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { d: "M7 2L7 1", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M11 2L11 1", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M5 2L5 1", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M9 2L9 1", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M3 2L3 1", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M3 5H9", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M3 8H9", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M3 11H6", stroke: "var(--text-file-icon-stroke)", strokeLinecap: "round" })] }));
|
|
26
26
|
};
|
|
27
27
|
exports.TextFileIcon = TextFileIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FunnelFilterIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/FunnelFilterIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,gBAAgB,UAAW,YAAY,qDAQnD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FunnelFilterIcon = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
5
|
+
/*
|
|
6
|
+
* Wire
|
|
7
|
+
* Copyright (C) 2025 Wire Swiss GmbH
|
|
8
|
+
*
|
|
9
|
+
* This program is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const FunnelFilterIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.0675604 1.43434C0.18673 1.16947 0.444136 1 0.727282 1H15.2727C15.5559 1 15.8133 1.16947 15.9324 1.43434C16.0516 1.69922 16.0109 2.01134 15.828 2.23429L10.1818 9.11961V15.25C10.1818 15.5099 10.0513 15.7513 9.83689 15.888C9.62248 16.0246 9.35474 16.0371 9.1293 15.9208L6.22021 14.4208C5.97382 14.2938 5.81818 14.0341 5.81818 13.75V9.11961L0.171959 2.23429C-0.0108757 2.01134 -0.0516092 1.69922 0.0675604 1.43434ZM2.29477 2.5L7.10078 8.36071C7.21181 8.4961 7.27273 8.66768 7.27273 8.845V13.2865L8.72727 14.0365V8.845C8.72727 8.66768 8.78819 8.4961 8.89922 8.36071L13.7052 2.5H2.29477Z" }) }));
|
|
25
|
+
exports.FunnelFilterIcon = FunnelFilterIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SortIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/SortIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,QAAQ,UAAW,YAAY,qDAmB3C,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SortIcon = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
5
|
+
/*
|
|
6
|
+
* Wire
|
|
7
|
+
* Copyright (C) 2025 Wire Swiss GmbH
|
|
8
|
+
*
|
|
9
|
+
* This program is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const SortIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.64562 10.7775L4.27329 15.0925L0 10.8563L1.29415 9.55083L4.27619 12.507L7.35439 9.46912L8.64562 10.7775Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.40442 13.7998V0.0130615H5.24265V13.7998H3.40442Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.29603 4.31504L11.6684 -5.61879e-06L15.9417 4.23622L14.6475 5.54169L11.6655 2.58553L8.58726 5.62341L7.29603 4.31504Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5372 1.29272L12.5372 15.0795L10.699 15.0795L10.699 1.29272L12.5372 1.29272Z" })] }));
|
|
25
|
+
exports.SortIcon = SortIcon;
|
package/lib/Icon/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export * from './CircleCloseIcon';
|
|
|
15
15
|
export * from './CloseIcon';
|
|
16
16
|
export * from './DeviceIcon';
|
|
17
17
|
export * from './DownloadIcon';
|
|
18
|
+
export * from './DropdownFilledIcon';
|
|
18
19
|
export * from './EditDocumentIcon';
|
|
19
20
|
export * from './EditIcon';
|
|
20
21
|
export * from './EnterIcon';
|
|
@@ -23,6 +24,7 @@ export * from './EmojiIcon';
|
|
|
23
24
|
export * from './ErrorIcon';
|
|
24
25
|
export * from './ExternalLinkIcon';
|
|
25
26
|
export * from './FileIcon';
|
|
27
|
+
export * from './FunnelFilterIcon';
|
|
26
28
|
export * from './GifIcon';
|
|
27
29
|
export * from './GroupIcon';
|
|
28
30
|
export * from './HangupIcon';
|
|
@@ -63,6 +65,7 @@ export * from './ServicesIcon';
|
|
|
63
65
|
export * from './SettingsIcon';
|
|
64
66
|
export * from './ShowIcon';
|
|
65
67
|
export * from './SignIcon';
|
|
68
|
+
export * from './SortIcon';
|
|
66
69
|
export * from './SpeakerIcon';
|
|
67
70
|
export * from './StarIcon';
|
|
68
71
|
export * from './TeamIcon';
|
package/lib/Icon/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Icon/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Icon/index.ts"],"names":[],"mappings":"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"}
|
package/lib/Icon/index.js
CHANGED
|
@@ -49,6 +49,7 @@ __exportStar(require("./CircleCloseIcon"), exports);
|
|
|
49
49
|
__exportStar(require("./CloseIcon"), exports);
|
|
50
50
|
__exportStar(require("./DeviceIcon"), exports);
|
|
51
51
|
__exportStar(require("./DownloadIcon"), exports);
|
|
52
|
+
__exportStar(require("./DropdownFilledIcon"), exports);
|
|
52
53
|
__exportStar(require("./EditDocumentIcon"), exports);
|
|
53
54
|
__exportStar(require("./EditIcon"), exports);
|
|
54
55
|
__exportStar(require("./EnterIcon"), exports);
|
|
@@ -57,6 +58,7 @@ __exportStar(require("./EmojiIcon"), exports);
|
|
|
57
58
|
__exportStar(require("./ErrorIcon"), exports);
|
|
58
59
|
__exportStar(require("./ExternalLinkIcon"), exports);
|
|
59
60
|
__exportStar(require("./FileIcon"), exports);
|
|
61
|
+
__exportStar(require("./FunnelFilterIcon"), exports);
|
|
60
62
|
__exportStar(require("./GifIcon"), exports);
|
|
61
63
|
__exportStar(require("./GroupIcon"), exports);
|
|
62
64
|
__exportStar(require("./HangupIcon"), exports);
|
|
@@ -97,6 +99,7 @@ __exportStar(require("./ServicesIcon"), exports);
|
|
|
97
99
|
__exportStar(require("./SettingsIcon"), exports);
|
|
98
100
|
__exportStar(require("./ShowIcon"), exports);
|
|
99
101
|
__exportStar(require("./SignIcon"), exports);
|
|
102
|
+
__exportStar(require("./SortIcon"), exports);
|
|
100
103
|
__exportStar(require("./SpeakerIcon"), exports);
|
|
101
104
|
__exportStar(require("./StarIcon"), exports);
|
|
102
105
|
__exportStar(require("./TeamIcon"), exports);
|
package/package.json
CHANGED