a-icons 1.1.32 → 1.1.34

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.
Files changed (69) hide show
  1. package/es/BellOutline.d.ts +7 -0
  2. package/es/BellOutline.js +33 -0
  3. package/es/ClipboardOutlined.d.ts +7 -0
  4. package/es/ClipboardOutlined.js +31 -0
  5. package/es/DollarOutlined.d.ts +7 -0
  6. package/es/DollarOutlined.js +31 -0
  7. package/es/DotCalenderOutlined.d.ts +7 -0
  8. package/es/DotCalenderOutlined.js +31 -0
  9. package/es/EarthOutline.d.ts +7 -0
  10. package/es/EarthOutline.js +38 -0
  11. package/es/MediumVolumeOutline.d.ts +7 -0
  12. package/es/MediumVolumeOutline.js +31 -0
  13. package/es/NewspaperOutlined.d.ts +7 -0
  14. package/es/NewspaperOutlined.js +31 -0
  15. package/es/PeopleCircleOutline.d.ts +7 -0
  16. package/es/PeopleCircleOutline.js +31 -0
  17. package/es/RingDotsFilled.d.ts +7 -0
  18. package/es/RingDotsFilled.js +37 -0
  19. package/es/index.d.ts +9 -0
  20. package/es/index.js +9 -0
  21. package/lib/BellOutline.d.ts +7 -0
  22. package/lib/BellOutline.js +76 -0
  23. package/lib/ClipboardOutlined.d.ts +7 -0
  24. package/lib/ClipboardOutlined.js +74 -0
  25. package/lib/DollarOutlined.d.ts +7 -0
  26. package/lib/DollarOutlined.js +74 -0
  27. package/lib/DotCalenderOutlined.d.ts +7 -0
  28. package/lib/DotCalenderOutlined.js +74 -0
  29. package/lib/EarthOutline.d.ts +7 -0
  30. package/lib/EarthOutline.js +81 -0
  31. package/lib/MediumVolumeOutline.d.ts +7 -0
  32. package/lib/MediumVolumeOutline.js +74 -0
  33. package/lib/NewspaperOutlined.d.ts +7 -0
  34. package/lib/NewspaperOutlined.js +74 -0
  35. package/lib/PeopleCircleOutline.d.ts +7 -0
  36. package/lib/PeopleCircleOutline.js +74 -0
  37. package/lib/RingDotsFilled.d.ts +7 -0
  38. package/lib/RingDotsFilled.js +80 -0
  39. package/lib/index.d.ts +9 -0
  40. package/lib/index.js +68 -5
  41. package/package.json +2 -2
  42. package/src/BellOutline.tsx +20 -0
  43. package/src/ClipboardOutlined.tsx +18 -0
  44. package/src/DollarOutlined.tsx +18 -0
  45. package/src/DotCalenderOutlined.tsx +18 -0
  46. package/src/EarthOutline.tsx +20 -0
  47. package/src/MediumVolumeOutline.tsx +18 -0
  48. package/src/NewspaperOutlined.tsx +18 -0
  49. package/src/PeopleCircleOutline.tsx +18 -0
  50. package/src/RingDotsFilled.tsx +21 -0
  51. package/src/index.tsx +9 -0
  52. package/svgs/filled/ring-dots-filled.svg +21 -0
  53. package/svgs/outlined/bell-outline.svg +5 -0
  54. package/svgs/outlined/clipboard-outlined.svg +5 -0
  55. package/svgs/outlined/dollar-outlined.svg +5 -0
  56. package/svgs/outlined/dot-calender-outlined.svg +5 -0
  57. package/svgs/outlined/earth-outline.svg +8 -0
  58. package/svgs/outlined/medium-volume-outline.svg +5 -0
  59. package/svgs/outlined/newspaper-outlined.svg +5 -0
  60. package/svgs/outlined/people-circle-outline.svg +5 -0
  61. package/tmpAllSvgs/bell-outline.svg +5 -0
  62. package/tmpAllSvgs/clipboard-outlined.svg +5 -0
  63. package/tmpAllSvgs/dollar-outlined.svg +5 -0
  64. package/tmpAllSvgs/dot-calender-outlined.svg +5 -0
  65. package/tmpAllSvgs/earth-outline.svg +8 -0
  66. package/tmpAllSvgs/medium-volume-outline.svg +5 -0
  67. package/tmpAllSvgs/newspaper-outlined.svg +5 -0
  68. package/tmpAllSvgs/people-circle-outline.svg +5 -0
  69. package/tmpAllSvgs/ring-dots-filled.svg +21 -0
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function BellOutline(componentProps: IconProps): JSX.Element;
4
+ declare namespace BellOutline {
5
+ var displayName: string;
6
+ }
7
+ export default BellOutline;
@@ -0,0 +1,33 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function BellOutline(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M18 10v3.18A3 3 0 0120 16v2a1 1 0 01-1 1h-3.14a4 4 0 01-7.72 0H5a1 1 0 01-1-1v-2a3 3 0 012-2.82V10a6 6 0 015-5.91V3a1 1 0 012 0v1.09A6 6 0 0118 10zM9.172 7.172A4 4 0 008 10v5H7a1 1 0 00-1 1v1h12v-1a1 1 0 00-1-1h-1v-5a4 4 0 00-6.828-2.828zm1.835 12.557A2 2 0 0012 20a2 2 0 001.72-1h-3.44a2 2 0 00.727.73z",
25
+ fill: "currentColor"
26
+ }));
27
+ };
28
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
29
+ component: IconNode
30
+ }));
31
+ }
32
+ BellOutline.displayName = 'BellOutline';
33
+ export default BellOutline;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function ClipboardOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace ClipboardOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default ClipboardOutlined;
@@ -0,0 +1,31 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function ClipboardOutlined(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M15 14H9a1 1 0 000 2h6a1 1 0 000-2zm0-4h-4a1 1 0 000 2h4a1 1 0 000-2zm2-6h-1.18A3 3 0 0013 2h-2a3 3 0 00-2.82 2H7a3 3 0 00-3 3v12a3 3 0 003 3h10a3 3 0 003-3V7a3 3 0 00-3-3zm-7 1a1 1 0 011-1h2a1 1 0 011 1v1h-4V5zm8 14a1 1 0 01-1 1H7a1 1 0 01-1-1V7a1 1 0 011-1h1v1a1 1 0 001 1h6a1 1 0 001-1V6h1a1 1 0 011 1v12z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ ClipboardOutlined.displayName = 'ClipboardOutlined';
31
+ export default ClipboardOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function DollarOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace DollarOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default DollarOutlined;
@@ -0,0 +1,31 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function DollarOutlined(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M11 9h4a1 1 0 100-2h-2V6a1 1 0 00-2 0v1a3 3 0 000 6h2a1 1 0 010 2H9a1 1 0 000 2h2v1a1 1 0 002 0v-1a3 3 0 000-6h-2a1 1 0 010-2zm8-7H5a3 3 0 00-3 3v14a3 3 0 003 3h14a3 3 0 003-3V5a3 3 0 00-3-3zm1 17a1 1 0 01-1 1H5a1 1 0 01-1-1V5a1 1 0 011-1h14a1 1 0 011 1v14z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ DollarOutlined.displayName = 'DollarOutlined';
31
+ export default DollarOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function DotCalenderOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace DotCalenderOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default DotCalenderOutlined;
@@ -0,0 +1,31 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function DotCalenderOutlined(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M12 14a1 1 0 100-2 1 1 0 000 2zm5 0a1 1 0 100-2 1 1 0 000 2zm-5 4a1 1 0 100-2 1 1 0 000 2zm5 0a1 1 0 100-2 1 1 0 000 2zM7 14a1 1 0 100-2 1 1 0 000 2zM19 4h-1V3a1 1 0 00-2 0v1H8V3a1 1 0 00-2 0v1H5a3 3 0 00-3 3v12a3 3 0 003 3h14a3 3 0 003-3V7a3 3 0 00-3-3zm1 15a1 1 0 01-1 1H5a1 1 0 01-1-1v-9h16v9zm0-11H4V7a1 1 0 011-1h14a1 1 0 011 1v1zM7 18a1 1 0 100-2 1 1 0 000 2z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ DotCalenderOutlined.displayName = 'DotCalenderOutlined';
31
+ export default DotCalenderOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function EarthOutline(componentProps: IconProps): JSX.Element;
4
+ declare namespace EarthOutline {
5
+ var displayName: string;
6
+ }
7
+ export default EarthOutline;
@@ -0,0 +1,38 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function EarthOutline(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("circle", {
22
+ cx: 12,
23
+ cy: 12,
24
+ r: 9.154,
25
+ stroke: "currentColor",
26
+ strokeWidth: 2
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M15.615 12c0 2.695-.498 5.086-1.262 6.766-.804 1.77-1.712 2.388-2.353 2.388-.641 0-1.549-.618-2.353-2.388-.764-1.68-1.262-4.071-1.262-6.766 0-2.695.498-5.086 1.262-6.766.804-1.77 1.712-2.388 2.353-2.388.641 0 1.549.618 2.353 2.388.764 1.68 1.262 4.071 1.262 6.766zM2.77 9.23h18.46M2.77 14.77h18.46",
29
+ stroke: "currentColor",
30
+ strokeWidth: 2
31
+ }));
32
+ };
33
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
34
+ component: IconNode
35
+ }));
36
+ }
37
+ EarthOutline.displayName = 'EarthOutline';
38
+ export default EarthOutline;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function MediumVolumeOutline(componentProps: IconProps): JSX.Element;
4
+ declare namespace MediumVolumeOutline {
5
+ var displayName: string;
6
+ }
7
+ export default MediumVolumeOutline;
@@ -0,0 +1,31 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function MediumVolumeOutline(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M12.43 4.1a1 1 0 00-1 .12L6.65 8H3a1 1 0 00-1 1v6a1 1 0 001 1h3.65l4.73 3.78A1 1 0 0012 20a.909.909 0 00.43-.1A1 1 0 0013 19V5a1 1 0 00-.57-.9zM11 16.92l-3.38-2.7A1 1 0 007 14H4v-4h3a1 1 0 00.62-.22L11 7.08v9.84zm8.66-10.58a1.004 1.004 0 00-1.42 1.42 5.999 5.999 0 01-.38 8.84 1 1 0 00.64 1.76 1 1 0 00.64-.23 8.001 8.001 0 00.52-11.79zm-2.83 2.83a1.003 1.003 0 10-1.42 1.42A2 2 0 0116 12a2 2 0 01-.71 1.53 1 1 0 00.175 1.654 1 1 0 001.105-.124A4 4 0 0018 12a4.06 4.06 0 00-1.17-2.83z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ MediumVolumeOutline.displayName = 'MediumVolumeOutline';
31
+ export default MediumVolumeOutline;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function NewspaperOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace NewspaperOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default NewspaperOutlined;
@@ -0,0 +1,31 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function NewspaperOutlined(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M17 11h-1a1 1 0 000 2h1a1 1 0 000-2zm0 4h-1a1 1 0 000 2h1a1 1 0 000-2zm-6-6h6a1 1 0 100-2h-6a1 1 0 100 2zm10-6H7a1 1 0 00-1 1v3H3a1 1 0 00-1 1v10a3 3 0 003 3h13a4 4 0 004-4V4a1 1 0 00-1-1zM6 18a1 1 0 11-2 0V9h2v9zm14-1a2 2 0 01-2 2H7.82A3 3 0 008 18V5h12v12zm-9-4h1a1 1 0 000-2h-1a1 1 0 000 2zm0 4h1a1 1 0 000-2h-1a1 1 0 000 2z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ NewspaperOutlined.displayName = 'NewspaperOutlined';
31
+ export default NewspaperOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function PeopleCircleOutline(componentProps: IconProps): JSX.Element;
4
+ declare namespace PeopleCircleOutline {
5
+ var displayName: string;
6
+ }
7
+ export default PeopleCircleOutline;
@@ -0,0 +1,31 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function PeopleCircleOutline(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M12 2a10 10 0 00-7.35 16.76 10.001 10.001 0 0014.7 0A9.999 9.999 0 0012 2zm0 18a8 8 0 01-5.55-2.25 6 6 0 0111.1 0A8 8 0 0112 20zm-2-10a2 2 0 114 0 2 2 0 01-4 0zm8.91 6A8 8 0 0015 12.62a4 4 0 10-6 0A8 8 0 005.09 16 7.92 7.92 0 014 12a8 8 0 1116 0 7.92 7.92 0 01-1.09 4z",
23
+ fill: "currentColor"
24
+ }));
25
+ };
26
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
27
+ component: IconNode
28
+ }));
29
+ }
30
+ PeopleCircleOutline.displayName = 'PeopleCircleOutline';
31
+ export default PeopleCircleOutline;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function RingDotsFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace RingDotsFilled {
5
+ var displayName: string;
6
+ }
7
+ export default RingDotsFilled;
@@ -0,0 +1,37 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ import * as React from 'react';
14
+ import Icon from 'a-base-icon/lib/icon';
15
+ function RingDotsFilled(componentProps) {
16
+ var IconNode = function IconNode(props) {
17
+ return /*#__PURE__*/React.createElement("svg", __assign({
18
+ viewBox: "0 0 24 24",
19
+ xmlns: "http://www.w3.org/2000/svg"
20
+ }, props), /*#__PURE__*/React.createElement("rect", {
21
+ width: "100%",
22
+ height: "100%",
23
+ rx: 12,
24
+ fill: "inherit"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M15.226 7.285a.6.6 0 01.836-.15 7.072 7.072 0 012.999 5.04.6.6 0 11-1.193.13 5.872 5.872 0 00-2.491-4.185.6.6 0 01-.15-.835zM8.808 7.319a.6.6 0 01-.144.836 5.85 5.85 0 00-2.45 4.184.6.6 0 01-1.193-.123 7.051 7.051 0 012.95-5.04.6.6 0 01.837.143zM8.608 18.433a.6.6 0 01.807-.263c.787.4 1.684.625 2.63.625.915 0 1.77-.204 2.536-.577a.6.6 0 01.525 1.08 6.957 6.957 0 01-3.06.697 6.993 6.993 0 01-3.175-.755.6.6 0 01-.263-.807zM12.044 5.205a1.485 1.485 0 100 2.97 1.485 1.485 0 000-2.97zM9.36 6.69a2.685 2.685 0 115.37 0 2.685 2.685 0 01-5.37 0zM6.622 14.37a1.485 1.485 0 100 2.97 1.485 1.485 0 000-2.97zm-2.684 1.485a2.685 2.685 0 115.37 0 2.685 2.685 0 01-5.37 0zM17.378 14.37a1.485 1.485 0 100 2.97 1.485 1.485 0 000-2.97zm-2.685 1.485a2.685 2.685 0 115.37 0 2.685 2.685 0 01-5.37 0z",
29
+ fill: "currentColor"
30
+ }));
31
+ };
32
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
33
+ component: IconNode
34
+ }));
35
+ }
36
+ RingDotsFilled.displayName = 'RingDotsFilled';
37
+ export default RingDotsFilled;
package/es/index.d.ts CHANGED
@@ -17,6 +17,7 @@ export { default as ArticleBoardFilled } from './ArticleBoardFilled';
17
17
  export { default as AtOutlined } from './AtOutlined';
18
18
  export { default as BankCardFilled } from './BankCardFilled';
19
19
  export { default as BarChartFilled } from './BarChartFilled';
20
+ export { default as BellOutline } from './BellOutline';
20
21
  export { default as BiscuitFilled } from './BiscuitFilled';
21
22
  export { default as BiscuitOutlined } from './BiscuitOutlined';
22
23
  export { default as BoxAddFilled } from './BoxAddFilled';
@@ -40,6 +41,7 @@ export { default as CheckboxMultipleOutlined } from './CheckboxMultipleOutlined'
40
41
  export { default as ChevronRightOutlined } from './ChevronRightOutlined';
41
42
  export { default as ChevronUpFilled } from './ChevronUpFilled';
42
43
  export { default as CirclePlusFilled } from './CirclePlusFilled';
44
+ export { default as ClipboardOutlined } from './ClipboardOutlined';
43
45
  export { default as ClockCircleFilled } from './ClockCircleFilled';
44
46
  export { default as ClockCircleOutline } from './ClockCircleOutline';
45
47
  export { default as ClockOutline } from './ClockOutline';
@@ -65,6 +67,8 @@ export { default as DashboardOutlined } from './DashboardOutlined';
65
67
  export { default as DisplayerOutlined } from './DisplayerOutlined';
66
68
  export { default as DocumentFilled } from './DocumentFilled';
67
69
  export { default as DocumentOutlined } from './DocumentOutlined';
70
+ export { default as DollarOutlined } from './DollarOutlined';
71
+ export { default as DotCalenderOutlined } from './DotCalenderOutlined';
68
72
  export { default as DoubleDownOutlined } from './DoubleDownOutlined';
69
73
  export { default as DoubleTextFilled } from './DoubleTextFilled';
70
74
  export { default as DoubleTextOutlined } from './DoubleTextOutlined';
@@ -72,6 +76,7 @@ export { default as DownloadOutlinedFile } from './DownloadOutlinedFile';
72
76
  export { default as DownloadOutlined } from './DownloadOutlined';
73
77
  export { default as DownloadReportOutlined } from './DownloadReportOutlined';
74
78
  export { default as EarthFilled } from './EarthFilled';
79
+ export { default as EarthOutline } from './EarthOutline';
75
80
  export { default as EarthOutlined } from './EarthOutlined';
76
81
  export { default as EcLogo } from './EcLogo';
77
82
  export { default as Edit2Filled } from './Edit2Filled';
@@ -133,9 +138,11 @@ export { default as LoopFolderOutlined } from './LoopFolderOutlined';
133
138
  export { default as LoopOutlined } from './LoopOutlined';
134
139
  export { default as MailFilled } from './MailFilled';
135
140
  export { default as MailOutlined } from './MailOutlined';
141
+ export { default as MediumVolumeOutline } from './MediumVolumeOutline';
136
142
  export { default as MoneySymbolFilled } from './MoneySymbolFilled';
137
143
  export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
138
144
  export { default as MoveOutlined } from './MoveOutlined';
145
+ export { default as NewspaperOutlined } from './NewspaperOutlined';
139
146
  export { default as NoteFilled } from './NoteFilled';
140
147
  export { default as NoteOutlined } from './NoteOutlined';
141
148
  export { default as OctagonPromptFilled } from './OctagonPromptFilled';
@@ -150,6 +157,7 @@ export { default as PencilOutlined } from './PencilOutlined';
150
157
  export { default as PeopleAddFilled } from './PeopleAddFilled';
151
158
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
152
159
  export { default as PeopleCardFilled } from './PeopleCardFilled';
160
+ export { default as PeopleCircleOutline } from './PeopleCircleOutline';
153
161
  export { default as PeopleCloseFilled } from './PeopleCloseFilled';
154
162
  export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
155
163
  export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
@@ -178,6 +186,7 @@ export { default as RefreshFilled } from './RefreshFilled';
178
186
  export { default as RefreshOutlined } from './RefreshOutlined';
179
187
  export { default as RefreshRightOutlined } from './RefreshRightOutlined';
180
188
  export { default as RetryRefreshFilled } from './RetryRefreshFilled';
189
+ export { default as RingDotsFilled } from './RingDotsFilled';
181
190
  export { default as RiskControlFilled } from './RiskControlFilled';
182
191
  export { default as RiskControlOutlined } from './RiskControlOutlined';
183
192
  export { default as RoundedRectangleClockFilled } from './RoundedRectangleClockFilled';
package/es/index.js CHANGED
@@ -17,6 +17,7 @@ export { default as ArticleBoardFilled } from './ArticleBoardFilled';
17
17
  export { default as AtOutlined } from './AtOutlined';
18
18
  export { default as BankCardFilled } from './BankCardFilled';
19
19
  export { default as BarChartFilled } from './BarChartFilled';
20
+ export { default as BellOutline } from './BellOutline';
20
21
  export { default as BiscuitFilled } from './BiscuitFilled';
21
22
  export { default as BiscuitOutlined } from './BiscuitOutlined';
22
23
  export { default as BoxAddFilled } from './BoxAddFilled';
@@ -40,6 +41,7 @@ export { default as CheckboxMultipleOutlined } from './CheckboxMultipleOutlined'
40
41
  export { default as ChevronRightOutlined } from './ChevronRightOutlined';
41
42
  export { default as ChevronUpFilled } from './ChevronUpFilled';
42
43
  export { default as CirclePlusFilled } from './CirclePlusFilled';
44
+ export { default as ClipboardOutlined } from './ClipboardOutlined';
43
45
  export { default as ClockCircleFilled } from './ClockCircleFilled';
44
46
  export { default as ClockCircleOutline } from './ClockCircleOutline';
45
47
  export { default as ClockOutline } from './ClockOutline';
@@ -65,6 +67,8 @@ export { default as DashboardOutlined } from './DashboardOutlined';
65
67
  export { default as DisplayerOutlined } from './DisplayerOutlined';
66
68
  export { default as DocumentFilled } from './DocumentFilled';
67
69
  export { default as DocumentOutlined } from './DocumentOutlined';
70
+ export { default as DollarOutlined } from './DollarOutlined';
71
+ export { default as DotCalenderOutlined } from './DotCalenderOutlined';
68
72
  export { default as DoubleDownOutlined } from './DoubleDownOutlined';
69
73
  export { default as DoubleTextFilled } from './DoubleTextFilled';
70
74
  export { default as DoubleTextOutlined } from './DoubleTextOutlined';
@@ -72,6 +76,7 @@ export { default as DownloadOutlinedFile } from './DownloadOutlinedFile';
72
76
  export { default as DownloadOutlined } from './DownloadOutlined';
73
77
  export { default as DownloadReportOutlined } from './DownloadReportOutlined';
74
78
  export { default as EarthFilled } from './EarthFilled';
79
+ export { default as EarthOutline } from './EarthOutline';
75
80
  export { default as EarthOutlined } from './EarthOutlined';
76
81
  export { default as EcLogo } from './EcLogo';
77
82
  export { default as Edit2Filled } from './Edit2Filled';
@@ -133,9 +138,11 @@ export { default as LoopFolderOutlined } from './LoopFolderOutlined';
133
138
  export { default as LoopOutlined } from './LoopOutlined';
134
139
  export { default as MailFilled } from './MailFilled';
135
140
  export { default as MailOutlined } from './MailOutlined';
141
+ export { default as MediumVolumeOutline } from './MediumVolumeOutline';
136
142
  export { default as MoneySymbolFilled } from './MoneySymbolFilled';
137
143
  export { default as MoneySymbolOutlined } from './MoneySymbolOutlined';
138
144
  export { default as MoveOutlined } from './MoveOutlined';
145
+ export { default as NewspaperOutlined } from './NewspaperOutlined';
139
146
  export { default as NoteFilled } from './NoteFilled';
140
147
  export { default as NoteOutlined } from './NoteOutlined';
141
148
  export { default as OctagonPromptFilled } from './OctagonPromptFilled';
@@ -150,6 +157,7 @@ export { default as PencilOutlined } from './PencilOutlined';
150
157
  export { default as PeopleAddFilled } from './PeopleAddFilled';
151
158
  export { default as PeopleAddOutlined } from './PeopleAddOutlined';
152
159
  export { default as PeopleCardFilled } from './PeopleCardFilled';
160
+ export { default as PeopleCircleOutline } from './PeopleCircleOutline';
153
161
  export { default as PeopleCloseFilled } from './PeopleCloseFilled';
154
162
  export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
155
163
  export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
@@ -178,6 +186,7 @@ export { default as RefreshFilled } from './RefreshFilled';
178
186
  export { default as RefreshOutlined } from './RefreshOutlined';
179
187
  export { default as RefreshRightOutlined } from './RefreshRightOutlined';
180
188
  export { default as RetryRefreshFilled } from './RetryRefreshFilled';
189
+ export { default as RingDotsFilled } from './RingDotsFilled';
181
190
  export { default as RiskControlFilled } from './RiskControlFilled';
182
191
  export { default as RiskControlOutlined } from './RiskControlOutlined';
183
192
  export { default as RoundedRectangleClockFilled } from './RoundedRectangleClockFilled';
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function BellOutline(componentProps: IconProps): JSX.Element;
4
+ declare namespace BellOutline {
5
+ var displayName: string;
6
+ }
7
+ export default BellOutline;
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+
3
+ var __assign = this && this.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+ for (var p in s) {
8
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
9
+ }
10
+ }
11
+ return t;
12
+ };
13
+ return __assign.apply(this, arguments);
14
+ };
15
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return m[k];
23
+ }
24
+ };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
27
+ } : function (o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ });
31
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
32
+ Object.defineProperty(o, "default", {
33
+ enumerable: true,
34
+ value: v
35
+ });
36
+ } : function (o, v) {
37
+ o["default"] = v;
38
+ });
39
+ var __importStar = this && this.__importStar || function (mod) {
40
+ if (mod && mod.__esModule) return mod;
41
+ var result = {};
42
+ if (mod != null) for (var k in mod) {
43
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
44
+ }
45
+ __setModuleDefault(result, mod);
46
+ return result;
47
+ };
48
+ var __importDefault = this && this.__importDefault || function (mod) {
49
+ return mod && mod.__esModule ? mod : {
50
+ "default": mod
51
+ };
52
+ };
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ });
56
+ var React = __importStar(require("react"));
57
+ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
58
+ function BellOutline(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 24 24",
62
+ fill: "none",
63
+ xmlns: "http://www.w3.org/2000/svg"
64
+ }, props), React.createElement("path", {
65
+ fillRule: "evenodd",
66
+ clipRule: "evenodd",
67
+ d: "M18 10v3.18A3 3 0 0120 16v2a1 1 0 01-1 1h-3.14a4 4 0 01-7.72 0H5a1 1 0 01-1-1v-2a3 3 0 012-2.82V10a6 6 0 015-5.91V3a1 1 0 012 0v1.09A6 6 0 0118 10zM9.172 7.172A4 4 0 008 10v5H7a1 1 0 00-1 1v1h12v-1a1 1 0 00-1-1h-1v-5a4 4 0 00-6.828-2.828zm1.835 12.557A2 2 0 0012 20a2 2 0 001.72-1h-3.44a2 2 0 00.727.73z",
68
+ fill: "currentColor"
69
+ }));
70
+ };
71
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
72
+ component: IconNode
73
+ }));
74
+ }
75
+ BellOutline.displayName = 'BellOutline';
76
+ exports["default"] = BellOutline;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function ClipboardOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace ClipboardOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default ClipboardOutlined;