a-icons 1.1.45 → 1.1.47

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.
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function BookFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace BookFilled {
5
+ var displayName: string;
6
+ }
7
+ export default BookFilled;
@@ -0,0 +1,40 @@
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 BookFilled(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("path", {
21
+ d: "M3.5 12.5h17v7a2 2 0 01-2 2h-13a2 2 0 01-2-2v-7z",
22
+ fill: "#fff"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M19 17.5H5v2a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-2zM3.5 16v3.5a2 2 0 002 2h13a2 2 0 002-2V16h-17z",
27
+ fill: "currentColor"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M3.5 4.5a2 2 0 012-2h13a2 2 0 012 2v12a1 1 0 01-1 1h-15a1 1 0 01-1-1v-12zM9 10.63V5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v5.63a.5.5 0 01-.752.431l-1.996-1.164a.5.5 0 00-.504 0l-1.996 1.164A.5.5 0 019 10.63z",
32
+ fill: "currentColor"
33
+ }));
34
+ };
35
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
36
+ component: IconNode
37
+ }));
38
+ }
39
+ BookFilled.displayName = 'BookFilled';
40
+ export default BookFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function BookOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace BookOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default BookOutlined;
@@ -0,0 +1,42 @@
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 BookOutlined(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("path", {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M19 17.5H5v2a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-2zM3.5 16v3.5a2 2 0 002 2h13a2 2 0 002-2V16h-17z",
24
+ fill: "currentColor"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M18.5 4h-13a.5.5 0 00-.5.5V16h14V4.5a.5.5 0 00-.5-.5zm-13-1.5a2 2 0 00-2 2v12a1 1 0 001 1h15a1 1 0 001-1v-12a2 2 0 00-2-2h-13z",
29
+ fill: "currentColor"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ fillRule: "evenodd",
32
+ clipRule: "evenodd",
33
+ d: "M9 2.75a.75.75 0 01.75.75v5.599l1.834-1.223a.75.75 0 01.832 0l1.834 1.223V3.5a.75.75 0 011.5 0v7a.75.75 0 01-1.166.624L12 9.401l-2.584 1.723A.75.75 0 018.25 10.5v-7A.75.75 0 019 2.75z",
34
+ fill: "currentColor"
35
+ }));
36
+ };
37
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
38
+ component: IconNode
39
+ }));
40
+ }
41
+ BookOutlined.displayName = 'BookOutlined';
42
+ export default BookOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function DoubleChevronOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace DoubleChevronOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default DoubleChevronOutlined;
@@ -0,0 +1,34 @@
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 DoubleChevronOutlined(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("g", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ fill: "currentColor"
25
+ }, /*#__PURE__*/React.createElement("path", {
26
+ d: "M18.64 5.232a1 1 0 01.128 1.408L14.302 12l4.466 5.36a1 1 0 01-1.536 1.28l-4.467-5.36a2 2 0 010-2.56l4.467-5.36a1 1 0 011.408-.128zM10.64 5.232a1 1 0 01.128 1.408L6.302 12l4.466 5.36a1 1 0 01-1.536 1.28l-4.467-5.36a2 2 0 010-2.56l4.467-5.36a1 1 0 011.408-.128z"
27
+ })));
28
+ };
29
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
30
+ component: IconNode
31
+ }));
32
+ }
33
+ DoubleChevronOutlined.displayName = 'DoubleChevronOutlined';
34
+ export default DoubleChevronOutlined;
package/es/index.d.ts CHANGED
@@ -23,6 +23,8 @@ export { default as BarsOutlined } from './BarsOutlined';
23
23
  export { default as BellOutlined } from './BellOutlined';
24
24
  export { default as BiscuitFilled } from './BiscuitFilled';
25
25
  export { default as BiscuitOutlined } from './BiscuitOutlined';
26
+ export { default as BookFilled } from './BookFilled';
27
+ export { default as BookOutlined } from './BookOutlined';
26
28
  export { default as BoxAddFilled } from './BoxAddFilled';
27
29
  export { default as BoxFilled } from './BoxFilled';
28
30
  export { default as BoxOutlined } from './BoxOutlined';
@@ -82,6 +84,7 @@ export { default as DollarOutlined } from './DollarOutlined';
82
84
  export { default as DotCalenderOutlined } from './DotCalenderOutlined';
83
85
  export { default as DoubleChainFilled } from './DoubleChainFilled';
84
86
  export { default as DoubleChainOutlined } from './DoubleChainOutlined';
87
+ export { default as DoubleChevronOutlined } from './DoubleChevronOutlined';
85
88
  export { default as DoubleDocumentFilled } from './DoubleDocumentFilled';
86
89
  export { default as DoubleDocumentOutlined } from './DoubleDocumentOutlined';
87
90
  export { default as DoubleDownOutlined } from './DoubleDownOutlined';
package/es/index.js CHANGED
@@ -23,6 +23,8 @@ export { default as BarsOutlined } from './BarsOutlined';
23
23
  export { default as BellOutlined } from './BellOutlined';
24
24
  export { default as BiscuitFilled } from './BiscuitFilled';
25
25
  export { default as BiscuitOutlined } from './BiscuitOutlined';
26
+ export { default as BookFilled } from './BookFilled';
27
+ export { default as BookOutlined } from './BookOutlined';
26
28
  export { default as BoxAddFilled } from './BoxAddFilled';
27
29
  export { default as BoxFilled } from './BoxFilled';
28
30
  export { default as BoxOutlined } from './BoxOutlined';
@@ -82,6 +84,7 @@ export { default as DollarOutlined } from './DollarOutlined';
82
84
  export { default as DotCalenderOutlined } from './DotCalenderOutlined';
83
85
  export { default as DoubleChainFilled } from './DoubleChainFilled';
84
86
  export { default as DoubleChainOutlined } from './DoubleChainOutlined';
87
+ export { default as DoubleChevronOutlined } from './DoubleChevronOutlined';
85
88
  export { default as DoubleDocumentFilled } from './DoubleDocumentFilled';
86
89
  export { default as DoubleDocumentOutlined } from './DoubleDocumentOutlined';
87
90
  export { default as DoubleDownOutlined } from './DoubleDownOutlined';
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function BookFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace BookFilled {
5
+ var displayName: string;
6
+ }
7
+ export default BookFilled;
@@ -0,0 +1,83 @@
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 BookFilled(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 24 24",
62
+ xmlns: "http://www.w3.org/2000/svg"
63
+ }, props), React.createElement("path", {
64
+ d: "M3.5 12.5h17v7a2 2 0 01-2 2h-13a2 2 0 01-2-2v-7z",
65
+ fill: "#fff"
66
+ }), React.createElement("path", {
67
+ fillRule: "evenodd",
68
+ clipRule: "evenodd",
69
+ d: "M19 17.5H5v2a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-2zM3.5 16v3.5a2 2 0 002 2h13a2 2 0 002-2V16h-17z",
70
+ fill: "currentColor"
71
+ }), React.createElement("path", {
72
+ fillRule: "evenodd",
73
+ clipRule: "evenodd",
74
+ d: "M3.5 4.5a2 2 0 012-2h13a2 2 0 012 2v12a1 1 0 01-1 1h-15a1 1 0 01-1-1v-12zM9 10.63V5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v5.63a.5.5 0 01-.752.431l-1.996-1.164a.5.5 0 00-.504 0l-1.996 1.164A.5.5 0 019 10.63z",
75
+ fill: "currentColor"
76
+ }));
77
+ };
78
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
79
+ component: IconNode
80
+ }));
81
+ }
82
+ BookFilled.displayName = 'BookFilled';
83
+ exports["default"] = BookFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function BookOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace BookOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default BookOutlined;
@@ -0,0 +1,85 @@
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 BookOutlined(componentProps) {
59
+ var IconNode = function IconNode(props) {
60
+ return React.createElement("svg", __assign({
61
+ viewBox: "0 0 24 24",
62
+ xmlns: "http://www.w3.org/2000/svg"
63
+ }, props), React.createElement("path", {
64
+ fillRule: "evenodd",
65
+ clipRule: "evenodd",
66
+ d: "M19 17.5H5v2a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-2zM3.5 16v3.5a2 2 0 002 2h13a2 2 0 002-2V16h-17z",
67
+ fill: "currentColor"
68
+ }), React.createElement("path", {
69
+ fillRule: "evenodd",
70
+ clipRule: "evenodd",
71
+ d: "M18.5 4h-13a.5.5 0 00-.5.5V16h14V4.5a.5.5 0 00-.5-.5zm-13-1.5a2 2 0 00-2 2v12a1 1 0 001 1h15a1 1 0 001-1v-12a2 2 0 00-2-2h-13z",
72
+ fill: "currentColor"
73
+ }), React.createElement("path", {
74
+ fillRule: "evenodd",
75
+ clipRule: "evenodd",
76
+ d: "M9 2.75a.75.75 0 01.75.75v5.599l1.834-1.223a.75.75 0 01.832 0l1.834 1.223V3.5a.75.75 0 011.5 0v7a.75.75 0 01-1.166.624L12 9.401l-2.584 1.723A.75.75 0 018.25 10.5v-7A.75.75 0 019 2.75z",
77
+ fill: "currentColor"
78
+ }));
79
+ };
80
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
81
+ component: IconNode
82
+ }));
83
+ }
84
+ BookOutlined.displayName = 'BookOutlined';
85
+ exports["default"] = BookOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function DoubleChevronOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace DoubleChevronOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default DoubleChevronOutlined;
@@ -0,0 +1,77 @@
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 DoubleChevronOutlined(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("g", {
65
+ fillRule: "evenodd",
66
+ clipRule: "evenodd",
67
+ fill: "currentColor"
68
+ }, React.createElement("path", {
69
+ d: "M18.64 5.232a1 1 0 01.128 1.408L14.302 12l4.466 5.36a1 1 0 01-1.536 1.28l-4.467-5.36a2 2 0 010-2.56l4.467-5.36a1 1 0 011.408-.128zM10.64 5.232a1 1 0 01.128 1.408L6.302 12l4.466 5.36a1 1 0 01-1.536 1.28l-4.467-5.36a2 2 0 010-2.56l4.467-5.36a1 1 0 011.408-.128z"
70
+ })));
71
+ };
72
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
73
+ component: IconNode
74
+ }));
75
+ }
76
+ DoubleChevronOutlined.displayName = 'DoubleChevronOutlined';
77
+ exports["default"] = DoubleChevronOutlined;
package/lib/index.d.ts CHANGED
@@ -23,6 +23,8 @@ export { default as BarsOutlined } from './BarsOutlined';
23
23
  export { default as BellOutlined } from './BellOutlined';
24
24
  export { default as BiscuitFilled } from './BiscuitFilled';
25
25
  export { default as BiscuitOutlined } from './BiscuitOutlined';
26
+ export { default as BookFilled } from './BookFilled';
27
+ export { default as BookOutlined } from './BookOutlined';
26
28
  export { default as BoxAddFilled } from './BoxAddFilled';
27
29
  export { default as BoxFilled } from './BoxFilled';
28
30
  export { default as BoxOutlined } from './BoxOutlined';
@@ -82,6 +84,7 @@ export { default as DollarOutlined } from './DollarOutlined';
82
84
  export { default as DotCalenderOutlined } from './DotCalenderOutlined';
83
85
  export { default as DoubleChainFilled } from './DoubleChainFilled';
84
86
  export { default as DoubleChainOutlined } from './DoubleChainOutlined';
87
+ export { default as DoubleChevronOutlined } from './DoubleChevronOutlined';
85
88
  export { default as DoubleDocumentFilled } from './DoubleDocumentFilled';
86
89
  export { default as DoubleDocumentOutlined } from './DoubleDocumentOutlined';
87
90
  export { default as DoubleDownOutlined } from './DoubleDownOutlined';
package/lib/index.js CHANGED
@@ -8,12 +8,12 @@ var __importDefault = this && this.__importDefault || function (mod) {
8
8
  Object.defineProperty(exports, "__esModule", {
9
9
  value: true
10
10
  });
11
- exports.CirculationFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CellPhoneCallFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BellOutlined = exports.BarsOutlined = exports.BarChartFilled = exports.BankCardFilled = exports.AtOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowTopRightOutlined = exports.ArrowSwapHorizontal = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.AppstoreOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.ImpassabilityFilled = void 0;
12
- exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DownloadReportOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownlaodAppOutlined = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DotCalenderOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DisplayerOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.CyclePlusFilled = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockOutline = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = void 0;
13
- exports.LineUpFilled = exports.LimitlessFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = exports.InsFilled = exports.ImportOutlined = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = exports.ImacFilled = exports.IbFilled = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GiftWithClipFilled = exports.GiftFilled = exports.GarbageCanOutlined = exports.FunnelOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FormOutlined = exports.FolderAddOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.FileDownloadLineOutlined = exports.FileBottomArrowOutlined = exports.FacebookFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.EyeCornerFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EmailWithTextFilled = void 0;
14
- exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleErrorFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.OtcMerchant = exports.OtcMerchantLine = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.OfficeBagOutlined = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.NewspaperOutlined = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MenuListOutlined = exports.MediumVolumeOutlined = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinksOutlined = exports.LinkedinFilled = exports.LineUpOutlined = void 0;
15
- exports.SquareBoxOutlined = exports.SquareAOutlined = exports.SpeakerOutlined = exports.SpeakerFilled = exports.SiteMapOutlined = exports.SimpleEarthOutlined = exports.SignalDiffusionOutlined = exports.SignBankCardFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldTickAsteriskFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentOutlined = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RingDotsFilled = exports.RetryRefreshFilled = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = void 0;
16
- exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UserOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareUpRightOutlined = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = void 0;
11
+ exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CellPhoneCallFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BookOutlined = exports.BookFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BellOutlined = exports.BarsOutlined = exports.BarChartFilled = exports.BankCardFilled = exports.AtOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowTopRightOutlined = exports.ArrowSwapHorizontal = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.AppstoreOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.ImpassabilityFilled = void 0;
12
+ exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DownloadReportOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownlaodAppOutlined = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DotCalenderOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DisplayerOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.CyclePlusFilled = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockOutline = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CirculationFilled = exports.CirclePlusFilled = void 0;
13
+ exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = exports.InsFilled = exports.ImportOutlined = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = exports.ImacFilled = exports.IbFilled = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GiftWithClipFilled = exports.GiftFilled = exports.GarbageCanOutlined = exports.FunnelOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FormOutlined = exports.FolderAddOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.FileDownloadLineOutlined = exports.FileBottomArrowOutlined = exports.FacebookFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.EyeCornerFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EmailWithTextFilled = exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = void 0;
14
+ exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleErrorFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.OtcMerchant = exports.OtcMerchantLine = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.OfficeBagOutlined = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.NewspaperOutlined = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MenuListOutlined = exports.MediumVolumeOutlined = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinksOutlined = exports.LinkedinFilled = exports.LineUpOutlined = exports.LineUpFilled = exports.LimitlessFilled = exports.LeftOutlined = void 0;
15
+ exports.SpeakerFilled = exports.SiteMapOutlined = exports.SimpleEarthOutlined = exports.SignalDiffusionOutlined = exports.SignBankCardFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldTickAsteriskFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentOutlined = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RingDotsFilled = exports.RetryRefreshFilled = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = void 0;
16
+ exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UserOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareUpRightOutlined = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareBoxOutlined = exports.SquareAOutlined = exports.SpeakerOutlined = void 0;
17
17
  var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
18
18
  Object.defineProperty(exports, "ImpassabilityFilled", {
19
19
  enumerable: true,
@@ -189,6 +189,20 @@ Object.defineProperty(exports, "BiscuitOutlined", {
189
189
  return __importDefault(BiscuitOutlined_1)["default"];
190
190
  }
191
191
  });
192
+ var BookFilled_1 = require("./BookFilled");
193
+ Object.defineProperty(exports, "BookFilled", {
194
+ enumerable: true,
195
+ get: function get() {
196
+ return __importDefault(BookFilled_1)["default"];
197
+ }
198
+ });
199
+ var BookOutlined_1 = require("./BookOutlined");
200
+ Object.defineProperty(exports, "BookOutlined", {
201
+ enumerable: true,
202
+ get: function get() {
203
+ return __importDefault(BookOutlined_1)["default"];
204
+ }
205
+ });
192
206
  var BoxAddFilled_1 = require("./BoxAddFilled");
193
207
  Object.defineProperty(exports, "BoxAddFilled", {
194
208
  enumerable: true,
@@ -602,6 +616,13 @@ Object.defineProperty(exports, "DoubleChainOutlined", {
602
616
  return __importDefault(DoubleChainOutlined_1)["default"];
603
617
  }
604
618
  });
619
+ var DoubleChevronOutlined_1 = require("./DoubleChevronOutlined");
620
+ Object.defineProperty(exports, "DoubleChevronOutlined", {
621
+ enumerable: true,
622
+ get: function get() {
623
+ return __importDefault(DoubleChevronOutlined_1)["default"];
624
+ }
625
+ });
605
626
  var DoubleDocumentFilled_1 = require("./DoubleDocumentFilled");
606
627
  Object.defineProperty(exports, "DoubleDocumentFilled", {
607
628
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.1.45",
3
+ "version": "1.1.47",
4
4
  "repository": "git@github.com:SPOTEC-LTD/assui.git",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -22,5 +22,5 @@
22
22
  "peerDependencies": {
23
23
  "assui": "^2.0.2"
24
24
  },
25
- "gitHead": "2f2e75617fb92c7c0ba56ea9917005f2e580026d"
25
+ "gitHead": "b3b694cd05be359db92db8b0f9597f179c99eab1"
26
26
  }
@@ -0,0 +1,27 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function BookFilled(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path d="M3.5 12.5h17v7a2 2 0 01-2 2h-13a2 2 0 01-2-2v-7z" fill="#fff" />
8
+ <path
9
+ fillRule="evenodd"
10
+ clipRule="evenodd"
11
+ d="M19 17.5H5v2a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-2zM3.5 16v3.5a2 2 0 002 2h13a2 2 0 002-2V16h-17z"
12
+ fill="currentColor"
13
+ />
14
+ <path
15
+ fillRule="evenodd"
16
+ clipRule="evenodd"
17
+ d="M3.5 4.5a2 2 0 012-2h13a2 2 0 012 2v12a1 1 0 01-1 1h-15a1 1 0 01-1-1v-12zM9 10.63V5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v5.63a.5.5 0 01-.752.431l-1.996-1.164a.5.5 0 00-.504 0l-1.996 1.164A.5.5 0 019 10.63z"
18
+ fill="currentColor"
19
+ />
20
+ </svg>
21
+ );
22
+
23
+ return <Icon {...componentProps} component={IconNode} />;
24
+ }
25
+
26
+ BookFilled.displayName = 'BookFilled';
27
+ export default BookFilled;
@@ -0,0 +1,32 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function BookOutlined(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M19 17.5H5v2a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-2zM3.5 16v3.5a2 2 0 002 2h13a2 2 0 002-2V16h-17z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ fillRule="evenodd"
15
+ clipRule="evenodd"
16
+ d="M18.5 4h-13a.5.5 0 00-.5.5V16h14V4.5a.5.5 0 00-.5-.5zm-13-1.5a2 2 0 00-2 2v12a1 1 0 001 1h15a1 1 0 001-1v-12a2 2 0 00-2-2h-13z"
17
+ fill="currentColor"
18
+ />
19
+ <path
20
+ fillRule="evenodd"
21
+ clipRule="evenodd"
22
+ d="M9 2.75a.75.75 0 01.75.75v5.599l1.834-1.223a.75.75 0 01.832 0l1.834 1.223V3.5a.75.75 0 011.5 0v7a.75.75 0 01-1.166.624L12 9.401l-2.584 1.723A.75.75 0 018.25 10.5v-7A.75.75 0 019 2.75z"
23
+ fill="currentColor"
24
+ />
25
+ </svg>
26
+ );
27
+
28
+ return <Icon {...componentProps} component={IconNode} />;
29
+ }
30
+
31
+ BookOutlined.displayName = 'BookOutlined';
32
+ export default BookOutlined;
@@ -0,0 +1,17 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function DoubleChevronOutlined(componentProps: IconProps) {
5
+ const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
7
+ <g fillRule="evenodd" clipRule="evenodd" fill="currentColor">
8
+ <path d="M18.64 5.232a1 1 0 01.128 1.408L14.302 12l4.466 5.36a1 1 0 01-1.536 1.28l-4.467-5.36a2 2 0 010-2.56l4.467-5.36a1 1 0 011.408-.128zM10.64 5.232a1 1 0 01.128 1.408L6.302 12l4.466 5.36a1 1 0 01-1.536 1.28l-4.467-5.36a2 2 0 010-2.56l4.467-5.36a1 1 0 011.408-.128z" />
9
+ </g>
10
+ </svg>
11
+ );
12
+
13
+ return <Icon {...componentProps} component={IconNode} />;
14
+ }
15
+
16
+ DoubleChevronOutlined.displayName = 'DoubleChevronOutlined';
17
+ export default DoubleChevronOutlined;
package/src/index.tsx CHANGED
@@ -23,6 +23,8 @@ export { default as BarsOutlined } from './BarsOutlined';
23
23
  export { default as BellOutlined } from './BellOutlined';
24
24
  export { default as BiscuitFilled } from './BiscuitFilled';
25
25
  export { default as BiscuitOutlined } from './BiscuitOutlined';
26
+ export { default as BookFilled } from './BookFilled';
27
+ export { default as BookOutlined } from './BookOutlined';
26
28
  export { default as BoxAddFilled } from './BoxAddFilled';
27
29
  export { default as BoxFilled } from './BoxFilled';
28
30
  export { default as BoxOutlined } from './BoxOutlined';
@@ -82,6 +84,7 @@ export { default as DollarOutlined } from './DollarOutlined';
82
84
  export { default as DotCalenderOutlined } from './DotCalenderOutlined';
83
85
  export { default as DoubleChainFilled } from './DoubleChainFilled';
84
86
  export { default as DoubleChainOutlined } from './DoubleChainOutlined';
87
+ export { default as DoubleChevronOutlined } from './DoubleChevronOutlined';
85
88
  export { default as DoubleDocumentFilled } from './DoubleDocumentFilled';
86
89
  export { default as DoubleDocumentOutlined } from './DoubleDocumentOutlined';
87
90
  export { default as DoubleDownOutlined } from './DoubleDownOutlined';
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M3.5 12.5H20.5V19.5C20.5 20.6046 19.6046 21.5 18.5 21.5H5.5C4.39543 21.5 3.5 20.6046 3.5 19.5V12.5Z"
4
+ fill="white" />
5
+ <path fill-rule="evenodd" clip-rule="evenodd"
6
+ d="M19 17.5H5V19.5C5 19.7761 5.22386 20 5.5 20H18.5C18.7761 20 19 19.7761 19 19.5V17.5ZM3.5 16V19.5C3.5 20.6046 4.39543 21.5 5.5 21.5H18.5C19.6046 21.5 20.5 20.6046 20.5 19.5V16H3.5Z"
7
+ fill="currentColor" />
8
+ <path fill-rule="evenodd" clip-rule="evenodd"
9
+ d="M3.5 4.5C3.5 3.39543 4.39543 2.5 5.5 2.5H18.5C19.6046 2.5 20.5 3.39543 20.5 4.5V16.5C20.5 17.0523 20.0523 17.5 19.5 17.5H4.5C3.94772 17.5 3.5 17.0523 3.5 16.5V4.5ZM9 10.6295V5C9 4.72386 9.22386 4.5 9.5 4.5H14.5C14.7761 4.5 15 4.72386 15 5V10.6295C15 11.0154 14.5814 11.2558 14.2481 11.0614L12.2519 9.89696C12.0963 9.80615 11.9037 9.80615 11.7481 9.89696L9.75194 11.0614C9.41861 11.2558 9 11.0154 9 10.6295Z"
10
+ fill="currentColor" />
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M19 17.5H5V19.5C5 19.7761 5.22386 20 5.5 20H18.5C18.7761 20 19 19.7761 19 19.5V17.5ZM3.5 16V19.5C3.5 20.6046 4.39543 21.5 5.5 21.5H18.5C19.6046 21.5 20.5 20.6046 20.5 19.5V16H3.5Z"
4
+ fill="currentColor" />
5
+ <path fill-rule="evenodd" clip-rule="evenodd"
6
+ d="M18.5 4H5.5C5.22386 4 5 4.22386 5 4.5V16H19V4.5C19 4.22386 18.7761 4 18.5 4ZM5.5 2.5C4.39543 2.5 3.5 3.39543 3.5 4.5V16.5C3.5 17.0523 3.94772 17.5 4.5 17.5H19.5C20.0523 17.5 20.5 17.0523 20.5 16.5V4.5C20.5 3.39543 19.6046 2.5 18.5 2.5H5.5Z"
7
+ fill="currentColor" />
8
+ <path fill-rule="evenodd" clip-rule="evenodd"
9
+ d="M9 2.75C9.41421 2.75 9.75 3.08579 9.75 3.5V9.09861L11.584 7.87596C11.8359 7.70801 12.1641 7.70801 12.416 7.87596L14.25 9.09861V3.5C14.25 3.08579 14.5858 2.75 15 2.75C15.4142 2.75 15.75 3.08579 15.75 3.5V10.5C15.75 10.7766 15.5978 11.0307 15.3539 11.1613C15.11 11.2918 14.8141 11.2775 14.584 11.124L12 9.40139L9.41603 11.124C9.18588 11.2775 8.88997 11.2918 8.64611 11.1613C8.40224 11.0307 8.25 10.7766 8.25 10.5V3.5C8.25 3.08579 8.58579 2.75 9 2.75Z"
10
+ fill="currentColor" />
11
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="double chevron / 24 / Outline">
3
+ <path id="Vector 1151 (Stroke)" fill-rule="evenodd" clip-rule="evenodd"
4
+ d="M18.6402 5.2318C19.0645 5.58537 19.1218 6.21593 18.7683 6.64021L14.3018 12L18.7683 17.3598C19.1218 17.7841 19.0645 18.4147 18.6402 18.7682C18.216 19.1218 17.5854 19.0645 17.2318 18.6402L12.7653 13.2804C12.1472 12.5387 12.1472 11.4613 12.7653 10.7197L17.2318 5.35984C17.5854 4.93556 18.216 4.87824 18.6402 5.2318Z"
5
+ fill="currentColor" />
6
+ <path id="Vector 1152 (Stroke)" fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M10.6402 5.2318C11.0645 5.58537 11.1218 6.21593 10.7683 6.64021L6.30176 12L10.7683 17.3598C11.1218 17.7841 11.0645 18.4147 10.6402 18.7682C10.216 19.1218 9.58539 19.0645 9.23183 18.6402L4.76532 13.2804C4.14724 12.5387 4.14724 11.4613 4.76532 10.7197L9.23183 5.35984C9.58539 4.93556 10.216 4.87824 10.6402 5.2318Z"
8
+ fill="currentColor" />
9
+ </g>
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M3.5 12.5H20.5V19.5C20.5 20.6046 19.6046 21.5 18.5 21.5H5.5C4.39543 21.5 3.5 20.6046 3.5 19.5V12.5Z"
4
+ fill="white" />
5
+ <path fill-rule="evenodd" clip-rule="evenodd"
6
+ d="M19 17.5H5V19.5C5 19.7761 5.22386 20 5.5 20H18.5C18.7761 20 19 19.7761 19 19.5V17.5ZM3.5 16V19.5C3.5 20.6046 4.39543 21.5 5.5 21.5H18.5C19.6046 21.5 20.5 20.6046 20.5 19.5V16H3.5Z"
7
+ fill="currentColor" />
8
+ <path fill-rule="evenodd" clip-rule="evenodd"
9
+ d="M3.5 4.5C3.5 3.39543 4.39543 2.5 5.5 2.5H18.5C19.6046 2.5 20.5 3.39543 20.5 4.5V16.5C20.5 17.0523 20.0523 17.5 19.5 17.5H4.5C3.94772 17.5 3.5 17.0523 3.5 16.5V4.5ZM9 10.6295V5C9 4.72386 9.22386 4.5 9.5 4.5H14.5C14.7761 4.5 15 4.72386 15 5V10.6295C15 11.0154 14.5814 11.2558 14.2481 11.0614L12.2519 9.89696C12.0963 9.80615 11.9037 9.80615 11.7481 9.89696L9.75194 11.0614C9.41861 11.2558 9 11.0154 9 10.6295Z"
10
+ fill="currentColor" />
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M19 17.5H5V19.5C5 19.7761 5.22386 20 5.5 20H18.5C18.7761 20 19 19.7761 19 19.5V17.5ZM3.5 16V19.5C3.5 20.6046 4.39543 21.5 5.5 21.5H18.5C19.6046 21.5 20.5 20.6046 20.5 19.5V16H3.5Z"
4
+ fill="currentColor" />
5
+ <path fill-rule="evenodd" clip-rule="evenodd"
6
+ d="M18.5 4H5.5C5.22386 4 5 4.22386 5 4.5V16H19V4.5C19 4.22386 18.7761 4 18.5 4ZM5.5 2.5C4.39543 2.5 3.5 3.39543 3.5 4.5V16.5C3.5 17.0523 3.94772 17.5 4.5 17.5H19.5C20.0523 17.5 20.5 17.0523 20.5 16.5V4.5C20.5 3.39543 19.6046 2.5 18.5 2.5H5.5Z"
7
+ fill="currentColor" />
8
+ <path fill-rule="evenodd" clip-rule="evenodd"
9
+ d="M9 2.75C9.41421 2.75 9.75 3.08579 9.75 3.5V9.09861L11.584 7.87596C11.8359 7.70801 12.1641 7.70801 12.416 7.87596L14.25 9.09861V3.5C14.25 3.08579 14.5858 2.75 15 2.75C15.4142 2.75 15.75 3.08579 15.75 3.5V10.5C15.75 10.7766 15.5978 11.0307 15.3539 11.1613C15.11 11.2918 14.8141 11.2775 14.584 11.124L12 9.40139L9.41603 11.124C9.18588 11.2775 8.88997 11.2918 8.64611 11.1613C8.40224 11.0307 8.25 10.7766 8.25 10.5V3.5C8.25 3.08579 8.58579 2.75 9 2.75Z"
10
+ fill="currentColor" />
11
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="double chevron / 24 / Outline">
3
+ <path id="Vector 1151 (Stroke)" fill-rule="evenodd" clip-rule="evenodd"
4
+ d="M18.6402 5.2318C19.0645 5.58537 19.1218 6.21593 18.7683 6.64021L14.3018 12L18.7683 17.3598C19.1218 17.7841 19.0645 18.4147 18.6402 18.7682C18.216 19.1218 17.5854 19.0645 17.2318 18.6402L12.7653 13.2804C12.1472 12.5387 12.1472 11.4613 12.7653 10.7197L17.2318 5.35984C17.5854 4.93556 18.216 4.87824 18.6402 5.2318Z"
5
+ fill="currentColor" />
6
+ <path id="Vector 1152 (Stroke)" fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M10.6402 5.2318C11.0645 5.58537 11.1218 6.21593 10.7683 6.64021L6.30176 12L10.7683 17.3598C11.1218 17.7841 11.0645 18.4147 10.6402 18.7682C10.216 19.1218 9.58539 19.0645 9.23183 18.6402L4.76532 13.2804C4.14724 12.5387 4.14724 11.4613 4.76532 10.7197L9.23183 5.35984C9.58539 4.93556 10.216 4.87824 10.6402 5.2318Z"
8
+ fill="currentColor" />
9
+ </g>
10
+ </svg>