@addev-be/ui 3.0.6 → 3.0.8
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/package.json +1 -1
- package/src/Icons.tsx +48 -48
package/package.json
CHANGED
package/src/Icons.tsx
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
import { FC, SVGProps, useEffect, useState } from 'react';
|
|
2
2
|
|
|
3
|
-
import AngleLeftIcon from '../assets/icons/angle-left.svg';
|
|
4
|
-
import AngleRightIcon from '../assets/icons/angle-right.svg';
|
|
5
|
-
import ArrowDown19Icon from '../assets/icons/arrow-down-1-9.svg';
|
|
6
|
-
import ArrowDownAZIcon from '../assets/icons/arrow-down-a-z.svg';
|
|
7
|
-
import ArrowDownBigSmallIcon from '../assets/icons/arrow-down-big-small.svg';
|
|
8
|
-
import ArrowUp91Icon from '../assets/icons/arrow-up-9-1.svg';
|
|
9
|
-
import ArrowUpBigSmallIcon from '../assets/icons/arrow-up-big-small.svg';
|
|
10
|
-
import ArrowUpZAIcon from '../assets/icons/arrow-up-z-a.svg';
|
|
11
|
-
import ArrowsRotateIcon from '../assets/icons/arrows-rotate.svg';
|
|
12
|
-
import ArrowsUpDownIcon from '../assets/icons/arrows-up-down.svg';
|
|
13
|
-
import BarsIcon from '../assets/icons/bars.svg';
|
|
14
|
-
import CheckIcon from '../assets/icons/check.svg';
|
|
15
|
-
import ChevronDownIcon from '../assets/icons/chevron-down.svg';
|
|
16
|
-
import ChevronLeftIcon from '../assets/icons/chevron-left.svg';
|
|
17
|
-
import ChevronRightIcon from '../assets/icons/chevron-right.svg';
|
|
18
|
-
import CircleCheckIcon from '../assets/icons/circle-check.svg';
|
|
19
|
-
import CircleInfoIcon from '../assets/icons/circle-info.svg';
|
|
20
|
-
import CircleXMarkIcon from '../assets/icons/circle-xmark.svg';
|
|
21
|
-
import CopyIcon from '../assets/icons/copy.svg';
|
|
22
|
-
import DownIcon from '../assets/icons/down.svg';
|
|
23
|
-
import EllipsisIcon from '../assets/icons/ellipsis.svg';
|
|
24
|
-
import FilterFullIcon from '../assets/icons/filter-full.svg';
|
|
25
|
-
import FilterIcon from '../assets/icons/filter.svg';
|
|
26
|
-
import FilterSlashIcon from '../assets/icons/filter-slash.svg';
|
|
27
|
-
import FloppyDiskIcon from '../assets/icons/floppy-disk.svg';
|
|
28
|
-
import HashtagIcon from '../assets/icons/hashtag.svg';
|
|
29
|
-
import ImageSlashIcon from '../assets/icons/image-slash.svg';
|
|
30
|
-
import LeftIcon from '../assets/icons/left.svg';
|
|
31
|
-
import MagnifierIcon from '../assets/icons/magnifier.svg';
|
|
32
|
-
import PhoneIcon from '../assets/icons/phone.svg';
|
|
33
|
-
import PlusIcon from '../assets/icons/plus.svg';
|
|
34
|
-
import RightIcon from '../assets/icons/right.svg';
|
|
35
|
-
import SigmaIcon from '../assets/icons/sigma.svg';
|
|
36
|
-
import SortCalendarAscendingIcon from '../assets/icons/sort-calendar-ascending.svg';
|
|
37
|
-
import SortCalendarDescendingIcon from '../assets/icons/sort-calendar-descending.svg';
|
|
38
|
-
import SpinnerIcon from '../assets/icons/spinner-third.svg';
|
|
39
|
-
import TableColumnsIcon from '../assets/icons/table-columns.svg';
|
|
40
|
-
import TableFooterIcon from '../assets/icons/table-footer.svg';
|
|
41
|
-
import TableFooterSlashIcon from '../assets/icons/table-footer-slash.svg';
|
|
42
|
-
import TableIcon from '../assets/icons/table.svg';
|
|
43
|
-
import TallyIcon from '../assets/icons/tally.svg';
|
|
44
|
-
import TrashCanIcon from '../assets/icons/trash-can.svg';
|
|
45
|
-
import TriangleExclamationIcon from '../assets/icons/triangle-exclamation.svg';
|
|
46
|
-
import UpIcon from '../assets/icons/up.svg';
|
|
47
|
-
import UserTieIcon from '../assets/icons/user-tie.svg';
|
|
48
|
-
import XBarIcon from '../assets/icons/x-bar.svg';
|
|
49
|
-
import XMarkIcon from '../assets/icons/xmark.svg';
|
|
50
|
-
import XMarkLargeIcon from '../assets/icons/xmark-large.svg';
|
|
3
|
+
import AngleLeftIcon from '../assets/icons/angle-left.svg' with { type: 'text' };
|
|
4
|
+
import AngleRightIcon from '../assets/icons/angle-right.svg' with { type: 'text' };
|
|
5
|
+
import ArrowDown19Icon from '../assets/icons/arrow-down-1-9.svg' with { type: 'text' };
|
|
6
|
+
import ArrowDownAZIcon from '../assets/icons/arrow-down-a-z.svg' with { type: 'text' };
|
|
7
|
+
import ArrowDownBigSmallIcon from '../assets/icons/arrow-down-big-small.svg' with { type: 'text' };
|
|
8
|
+
import ArrowUp91Icon from '../assets/icons/arrow-up-9-1.svg' with { type: 'text' };
|
|
9
|
+
import ArrowUpBigSmallIcon from '../assets/icons/arrow-up-big-small.svg' with { type: 'text' };
|
|
10
|
+
import ArrowUpZAIcon from '../assets/icons/arrow-up-z-a.svg' with { type: 'text' };
|
|
11
|
+
import ArrowsRotateIcon from '../assets/icons/arrows-rotate.svg' with { type: 'text' };
|
|
12
|
+
import ArrowsUpDownIcon from '../assets/icons/arrows-up-down.svg' with { type: 'text' };
|
|
13
|
+
import BarsIcon from '../assets/icons/bars.svg' with { type: 'text' };
|
|
14
|
+
import CheckIcon from '../assets/icons/check.svg' with { type: 'text' };
|
|
15
|
+
import ChevronDownIcon from '../assets/icons/chevron-down.svg' with { type: 'text' };
|
|
16
|
+
import ChevronLeftIcon from '../assets/icons/chevron-left.svg' with { type: 'text' };
|
|
17
|
+
import ChevronRightIcon from '../assets/icons/chevron-right.svg' with { type: 'text' };
|
|
18
|
+
import CircleCheckIcon from '../assets/icons/circle-check.svg' with { type: 'text' };
|
|
19
|
+
import CircleInfoIcon from '../assets/icons/circle-info.svg' with { type: 'text' };
|
|
20
|
+
import CircleXMarkIcon from '../assets/icons/circle-xmark.svg' with { type: 'text' };
|
|
21
|
+
import CopyIcon from '../assets/icons/copy.svg' with { type: 'text' };
|
|
22
|
+
import DownIcon from '../assets/icons/down.svg' with { type: 'text' };
|
|
23
|
+
import EllipsisIcon from '../assets/icons/ellipsis.svg' with { type: 'text' };
|
|
24
|
+
import FilterFullIcon from '../assets/icons/filter-full.svg' with { type: 'text' };
|
|
25
|
+
import FilterIcon from '../assets/icons/filter.svg' with { type: 'text' };
|
|
26
|
+
import FilterSlashIcon from '../assets/icons/filter-slash.svg' with { type: 'text' };
|
|
27
|
+
import FloppyDiskIcon from '../assets/icons/floppy-disk.svg' with { type: 'text' };
|
|
28
|
+
import HashtagIcon from '../assets/icons/hashtag.svg' with { type: 'text' };
|
|
29
|
+
import ImageSlashIcon from '../assets/icons/image-slash.svg' with { type: 'text' };
|
|
30
|
+
import LeftIcon from '../assets/icons/left.svg' with { type: 'text' };
|
|
31
|
+
import MagnifierIcon from '../assets/icons/magnifier.svg' with { type: 'text' };
|
|
32
|
+
import PhoneIcon from '../assets/icons/phone.svg' with { type: 'text' };
|
|
33
|
+
import PlusIcon from '../assets/icons/plus.svg' with { type: 'text' };
|
|
34
|
+
import RightIcon from '../assets/icons/right.svg' with { type: 'text' };
|
|
35
|
+
import SigmaIcon from '../assets/icons/sigma.svg' with { type: 'text' };
|
|
36
|
+
import SortCalendarAscendingIcon from '../assets/icons/sort-calendar-ascending.svg' with { type: 'text' };
|
|
37
|
+
import SortCalendarDescendingIcon from '../assets/icons/sort-calendar-descending.svg' with { type: 'text' };
|
|
38
|
+
import SpinnerIcon from '../assets/icons/spinner-third.svg' with { type: 'text' };
|
|
39
|
+
import TableColumnsIcon from '../assets/icons/table-columns.svg' with { type: 'text' };
|
|
40
|
+
import TableFooterIcon from '../assets/icons/table-footer.svg' with { type: 'text' };
|
|
41
|
+
import TableFooterSlashIcon from '../assets/icons/table-footer-slash.svg' with { type: 'text' };
|
|
42
|
+
import TableIcon from '../assets/icons/table.svg' with { type: 'text' };
|
|
43
|
+
import TallyIcon from '../assets/icons/tally.svg' with { type: 'text' };
|
|
44
|
+
import TrashCanIcon from '../assets/icons/trash-can.svg' with { type: 'text' };
|
|
45
|
+
import TriangleExclamationIcon from '../assets/icons/triangle-exclamation.svg' with { type: 'text' };
|
|
46
|
+
import UpIcon from '../assets/icons/up.svg' with { type: 'text' };
|
|
47
|
+
import UserTieIcon from '../assets/icons/user-tie.svg' with { type: 'text' };
|
|
48
|
+
import XBarIcon from '../assets/icons/x-bar.svg' with { type: 'text' };
|
|
49
|
+
import XMarkIcon from '../assets/icons/xmark.svg' with { type: 'text' };
|
|
50
|
+
import XMarkLargeIcon from '../assets/icons/xmark-large.svg' with { type: 'text' };
|
|
51
51
|
|
|
52
52
|
type IconFCProps = SVGProps<SVGSVGElement>;
|
|
53
53
|
export type IconFC = FC<IconFCProps>;
|