@abqm-ds/icons 1.0.8 → 1.0.10

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/index.d.cts CHANGED
@@ -5,6 +5,8 @@ declare const ArrowDownShortIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_
5
5
 
6
6
  declare const AwardFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
7
7
 
8
+ declare const BarChartIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
9
+
8
10
  declare const BoxArrowInLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
9
11
 
10
12
  declare const BroadcastIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -19,6 +21,8 @@ declare const CircleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.
19
21
 
20
22
  declare const FacebookIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
21
23
 
24
+ declare const FileEarmarkTextIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
25
+
22
26
  declare const FileTextIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
23
27
 
24
28
  declare const FilterIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -55,4 +59,4 @@ declare const XIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.E
55
59
 
56
60
  declare const YoutubeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
57
61
 
58
- export { ArrowDownShortIcon, AwardFillIcon, BoxArrowInLeftIcon, BroadcastIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CircleIcon, FacebookIcon, FileTextIcon, FilterIcon, HorseIcon, InstagramIcon, ListIcon, ListOlIcon, LogoPadraoIcon, LogoSeqmIcon, LogoSeqmMobileIcon, PencilSquareIcon, PersonCircleIcon, PlusIcon, PrinterIcon, SearchIcon, SpinnerRingResizeIcon, StarIcon, XIcon, YoutubeIcon };
62
+ export { ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BoxArrowInLeftIcon, BroadcastIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CircleIcon, FacebookIcon, FileEarmarkTextIcon, FileTextIcon, FilterIcon, HorseIcon, InstagramIcon, ListIcon, ListOlIcon, LogoPadraoIcon, LogoSeqmIcon, LogoSeqmMobileIcon, PencilSquareIcon, PersonCircleIcon, PlusIcon, PrinterIcon, SearchIcon, SpinnerRingResizeIcon, StarIcon, XIcon, YoutubeIcon };
package/dist/index.d.ts CHANGED
@@ -5,6 +5,8 @@ declare const ArrowDownShortIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_
5
5
 
6
6
  declare const AwardFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
7
7
 
8
+ declare const BarChartIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
9
+
8
10
  declare const BoxArrowInLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
9
11
 
10
12
  declare const BroadcastIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -19,6 +21,8 @@ declare const CircleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.
19
21
 
20
22
  declare const FacebookIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
21
23
 
24
+ declare const FileEarmarkTextIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
25
+
22
26
  declare const FileTextIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
23
27
 
24
28
  declare const FilterIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -55,4 +59,4 @@ declare const XIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.E
55
59
 
56
60
  declare const YoutubeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
57
61
 
58
- export { ArrowDownShortIcon, AwardFillIcon, BoxArrowInLeftIcon, BroadcastIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CircleIcon, FacebookIcon, FileTextIcon, FilterIcon, HorseIcon, InstagramIcon, ListIcon, ListOlIcon, LogoPadraoIcon, LogoSeqmIcon, LogoSeqmMobileIcon, PencilSquareIcon, PersonCircleIcon, PlusIcon, PrinterIcon, SearchIcon, SpinnerRingResizeIcon, StarIcon, XIcon, YoutubeIcon };
62
+ export { ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BoxArrowInLeftIcon, BroadcastIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CircleIcon, FacebookIcon, FileEarmarkTextIcon, FileTextIcon, FilterIcon, HorseIcon, InstagramIcon, ListIcon, ListOlIcon, LogoPadraoIcon, LogoSeqmIcon, LogoSeqmMobileIcon, PencilSquareIcon, PersonCircleIcon, PlusIcon, PrinterIcon, SearchIcon, SpinnerRingResizeIcon, StarIcon, XIcon, YoutubeIcon };