a-icons 1.1.64 → 1.1.65

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 CardLoopFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace CardLoopFilled {
5
+ var displayName: string;
6
+ }
7
+ export default CardLoopFilled;
@@ -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 CardLoopFilled(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: "M22 6.402a3.5 3.5 0 00-3.5-3.5H5.427C3.538 2.902 2.005 4.407 2 6.267v.18h20v-.045zM2 17.561V8.448h20v9.113c0 1.865-1.533 3.378-3.427 3.383H5.427c-.91 0-1.784-.357-2.427-.991a3.347 3.347 0 01-1-2.392zm13.795.39h1.142a3.037 3.037 0 002.218-.84c.592-.567.92-1.349.909-2.162a.72.72 0 00-.726-.715.72.72 0 00-.726.715c.004.43-.175.84-.493 1.134a1.573 1.573 0 01-1.182.41h-1.152a.697.697 0 00-.058-.896.734.734 0 00-1.026 0l-1.2 1.125a.719.719 0 000 1.039l1.22 1.125a.732.732 0 001.026-.038.697.697 0 00.048-.896zm4.046-5.127l-1.2 1.124a.732.732 0 01-.504.2.718.718 0 01-.636-.39.696.696 0 01.065-.734h-1.161a1.573 1.573 0 00-1.182.41 1.523 1.523 0 00-.493 1.134.72.72 0 01-.726.715.72.72 0 01-.726-.715 2.942 2.942 0 01.919-2.144 3.037 3.037 0 012.208-.83h1.142a.707.707 0 01-.148-.7.733.733 0 011.232-.253l1.21 1.125a.719.719 0 010 1.039v.019zM5.636 15.539a1 1 0 100 2h2.728a1 1 0 100-2H5.636z",
25
+ fill: "currentColor"
26
+ }));
27
+ };
28
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
29
+ component: IconNode
30
+ }));
31
+ }
32
+ CardLoopFilled.displayName = 'CardLoopFilled';
33
+ export default CardLoopFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function CardLoopOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace CardLoopOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default CardLoopOutlined;
@@ -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 CardLoopOutlined(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: "M20.523 16.206a.786.786 0 01-.576-.252.786.786 0 01.032-1.11l.115-.105H18.29a2.096 2.096 0 00-2.305 2.169.786.786 0 11-1.572 0 3.72 3.72 0 013.877-3.741h1.824L20 13.062a.786.786 0 011.047-1.153l1.562 1.467a.797.797 0 010 1.143l-1.551 1.467a.765.765 0 01-.535.22zm.755 1.236c0-.434.352-.785.786-.785a.776.776 0 01.765.785 3.73 3.73 0 01-3.877 3.742H17.16l.115.104a.786.786 0 01-1.048 1.143l-1.562-1.467a.796.796 0 010-1.143l1.551-1.467a.786.786 0 111.048 1.143l-.115.115h1.823a2.096 2.096 0 002.306-2.17z",
25
+ fill: "currentColor"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M21 10V5a2 2 0 00-2-2H5a2 2 0 00-2 2v13a2 2 0 002 2h7.5m8-12H4m5.5 7h-3",
28
+ stroke: "currentColor",
29
+ strokeWidth: 1.5,
30
+ strokeLinecap: "round"
31
+ }));
32
+ };
33
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
34
+ component: IconNode
35
+ }));
36
+ }
37
+ CardLoopOutlined.displayName = 'CardLoopOutlined';
38
+ export default CardLoopOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function GroupFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace GroupFilled {
5
+ var displayName: string;
6
+ }
7
+ export default GroupFilled;
@@ -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 GroupFilled(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: "M13.75 2h-3.5A2.25 2.25 0 008 4.25v3.5A2.25 2.25 0 0010.25 10h1v2.099l-2.093 1.395A2.24 2.24 0 007.75 13h-3.5A2.25 2.25 0 002 15.25v3.5A2.25 2.25 0 004.25 21h3.5A2.25 2.25 0 0010 18.75v-3.5c0-.165-.018-.326-.052-.48L12 13.4l2.052 1.368a2.26 2.26 0 00-.052.481v3.5A2.25 2.25 0 0016.25 21h3.5A2.25 2.25 0 0022 18.75v-3.5A2.25 2.25 0 0019.75 13h-3.5a2.24 2.24 0 00-1.407.494l-2.093-1.395V10h1A2.25 2.25 0 0016 7.75v-3.5A2.25 2.25 0 0013.75 2z",
25
+ fill: "currentColor"
26
+ }));
27
+ };
28
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
29
+ component: IconNode
30
+ }));
31
+ }
32
+ GroupFilled.displayName = 'GroupFilled';
33
+ export default GroupFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function GroupOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace GroupOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default GroupOutlined;
@@ -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 GroupOutlined(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: "M10.25 2h3.5A2.25 2.25 0 0116 4.25v3.5A2.25 2.25 0 0113.75 10h-3.5A2.25 2.25 0 018 7.75v-3.5A2.25 2.25 0 0110.25 2zm3.5 6.5a.75.75 0 00.75-.75v-3.5a.75.75 0 00-.75-.75h-3.5a.76.76 0 00-.75.75v3.5a.76.76 0 00.75.75h3.5z",
25
+ fill: "currentColor"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M12 9v3.5l-3 2M12 12.5l3 2",
28
+ stroke: "currentColor",
29
+ strokeWidth: 1.5
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ fillRule: "evenodd",
32
+ clipRule: "evenodd",
33
+ d: "M16.25 13h3.5A2.25 2.25 0 0122 15.25v3.5A2.25 2.25 0 0119.75 21h-3.5A2.25 2.25 0 0114 18.75v-3.5A2.25 2.25 0 0116.25 13zm3.5 6.5a.75.75 0 00.75-.75v-3.5a.75.75 0 00-.75-.75h-3.5a.76.76 0 00-.75.75v3.5a.76.76 0 00.75.75h3.5zM4.25 13h3.5A2.25 2.25 0 0110 15.25v3.5A2.25 2.25 0 017.75 21h-3.5A2.25 2.25 0 012 18.75v-3.5A2.25 2.25 0 014.25 13zm3.5 6.5a.75.75 0 00.75-.75v-3.5a.75.75 0 00-.75-.75h-3.5a.76.76 0 00-.75.75v3.5a.76.76 0 00.75.75h3.5z",
34
+ fill: "currentColor"
35
+ }));
36
+ };
37
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
38
+ component: IconNode
39
+ }));
40
+ }
41
+ GroupOutlined.displayName = 'GroupOutlined';
42
+ export default GroupOutlined;
package/es/index.d.ts CHANGED
@@ -42,6 +42,8 @@ export { default as CalendarOutlined } from './CalendarOutlined';
42
42
  export { default as CameraFilled } from './CameraFilled';
43
43
  export { default as CameraOutlined } from './CameraOutlined';
44
44
  export { default as CardFilled } from './CardFilled';
45
+ export { default as CardLoopFilled } from './CardLoopFilled';
46
+ export { default as CardLoopOutlined } from './CardLoopOutlined';
45
47
  export { default as CardOutlined } from './CardOutlined';
46
48
  export { default as CategoryFilled } from './CategoryFilled';
47
49
  export { default as CategoryOutlined } from './CategoryOutlined';
@@ -142,6 +144,8 @@ export { default as GarbageCanOutlined } from './GarbageCanOutlined';
142
144
  export { default as GiftBoxOutlined } from './GiftBoxOutlined';
143
145
  export { default as GiftFilled } from './GiftFilled';
144
146
  export { default as GiftWithClipFilled } from './GiftWithClipFilled';
147
+ export { default as GroupFilled } from './GroupFilled';
148
+ export { default as GroupOutlined } from './GroupOutlined';
145
149
  export { default as GrowthGraphOutlined } from './GrowthGraphOutlined';
146
150
  export { default as HandCoinsFilled } from './HandCoinsFilled';
147
151
  export { default as HomeFilled } from './HomeFilled';
package/es/index.js CHANGED
@@ -42,6 +42,8 @@ export { default as CalendarOutlined } from './CalendarOutlined';
42
42
  export { default as CameraFilled } from './CameraFilled';
43
43
  export { default as CameraOutlined } from './CameraOutlined';
44
44
  export { default as CardFilled } from './CardFilled';
45
+ export { default as CardLoopFilled } from './CardLoopFilled';
46
+ export { default as CardLoopOutlined } from './CardLoopOutlined';
45
47
  export { default as CardOutlined } from './CardOutlined';
46
48
  export { default as CategoryFilled } from './CategoryFilled';
47
49
  export { default as CategoryOutlined } from './CategoryOutlined';
@@ -142,6 +144,8 @@ export { default as GarbageCanOutlined } from './GarbageCanOutlined';
142
144
  export { default as GiftBoxOutlined } from './GiftBoxOutlined';
143
145
  export { default as GiftFilled } from './GiftFilled';
144
146
  export { default as GiftWithClipFilled } from './GiftWithClipFilled';
147
+ export { default as GroupFilled } from './GroupFilled';
148
+ export { default as GroupOutlined } from './GroupOutlined';
145
149
  export { default as GrowthGraphOutlined } from './GrowthGraphOutlined';
146
150
  export { default as HandCoinsFilled } from './HandCoinsFilled';
147
151
  export { default as HomeFilled } from './HomeFilled';
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function CardLoopFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace CardLoopFilled {
5
+ var displayName: string;
6
+ }
7
+ export default CardLoopFilled;
@@ -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 CardLoopFilled(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: "M22 6.402a3.5 3.5 0 00-3.5-3.5H5.427C3.538 2.902 2.005 4.407 2 6.267v.18h20v-.045zM2 17.561V8.448h20v9.113c0 1.865-1.533 3.378-3.427 3.383H5.427c-.91 0-1.784-.357-2.427-.991a3.347 3.347 0 01-1-2.392zm13.795.39h1.142a3.037 3.037 0 002.218-.84c.592-.567.92-1.349.909-2.162a.72.72 0 00-.726-.715.72.72 0 00-.726.715c.004.43-.175.84-.493 1.134a1.573 1.573 0 01-1.182.41h-1.152a.697.697 0 00-.058-.896.734.734 0 00-1.026 0l-1.2 1.125a.719.719 0 000 1.039l1.22 1.125a.732.732 0 001.026-.038.697.697 0 00.048-.896zm4.046-5.127l-1.2 1.124a.732.732 0 01-.504.2.718.718 0 01-.636-.39.696.696 0 01.065-.734h-1.161a1.573 1.573 0 00-1.182.41 1.523 1.523 0 00-.493 1.134.72.72 0 01-.726.715.72.72 0 01-.726-.715 2.942 2.942 0 01.919-2.144 3.037 3.037 0 012.208-.83h1.142a.707.707 0 01-.148-.7.733.733 0 011.232-.253l1.21 1.125a.719.719 0 010 1.039v.019zM5.636 15.539a1 1 0 100 2h2.728a1 1 0 100-2H5.636z",
68
+ fill: "currentColor"
69
+ }));
70
+ };
71
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
72
+ component: IconNode
73
+ }));
74
+ }
75
+ CardLoopFilled.displayName = 'CardLoopFilled';
76
+ exports["default"] = CardLoopFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function CardLoopOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace CardLoopOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default CardLoopOutlined;
@@ -0,0 +1,81 @@
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 CardLoopOutlined(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: "M20.523 16.206a.786.786 0 01-.576-.252.786.786 0 01.032-1.11l.115-.105H18.29a2.096 2.096 0 00-2.305 2.169.786.786 0 11-1.572 0 3.72 3.72 0 013.877-3.741h1.824L20 13.062a.786.786 0 011.047-1.153l1.562 1.467a.797.797 0 010 1.143l-1.551 1.467a.765.765 0 01-.535.22zm.755 1.236c0-.434.352-.785.786-.785a.776.776 0 01.765.785 3.73 3.73 0 01-3.877 3.742H17.16l.115.104a.786.786 0 01-1.048 1.143l-1.562-1.467a.796.796 0 010-1.143l1.551-1.467a.786.786 0 111.048 1.143l-.115.115h1.823a2.096 2.096 0 002.306-2.17z",
68
+ fill: "currentColor"
69
+ }), React.createElement("path", {
70
+ d: "M21 10V5a2 2 0 00-2-2H5a2 2 0 00-2 2v13a2 2 0 002 2h7.5m8-12H4m5.5 7h-3",
71
+ stroke: "currentColor",
72
+ strokeWidth: 1.5,
73
+ strokeLinecap: "round"
74
+ }));
75
+ };
76
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
77
+ component: IconNode
78
+ }));
79
+ }
80
+ CardLoopOutlined.displayName = 'CardLoopOutlined';
81
+ exports["default"] = CardLoopOutlined;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function GroupFilled(componentProps: IconProps): JSX.Element;
4
+ declare namespace GroupFilled {
5
+ var displayName: string;
6
+ }
7
+ export default GroupFilled;
@@ -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 GroupFilled(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: "M13.75 2h-3.5A2.25 2.25 0 008 4.25v3.5A2.25 2.25 0 0010.25 10h1v2.099l-2.093 1.395A2.24 2.24 0 007.75 13h-3.5A2.25 2.25 0 002 15.25v3.5A2.25 2.25 0 004.25 21h3.5A2.25 2.25 0 0010 18.75v-3.5c0-.165-.018-.326-.052-.48L12 13.4l2.052 1.368a2.26 2.26 0 00-.052.481v3.5A2.25 2.25 0 0016.25 21h3.5A2.25 2.25 0 0022 18.75v-3.5A2.25 2.25 0 0019.75 13h-3.5a2.24 2.24 0 00-1.407.494l-2.093-1.395V10h1A2.25 2.25 0 0016 7.75v-3.5A2.25 2.25 0 0013.75 2z",
68
+ fill: "currentColor"
69
+ }));
70
+ };
71
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
72
+ component: IconNode
73
+ }));
74
+ }
75
+ GroupFilled.displayName = 'GroupFilled';
76
+ exports["default"] = GroupFilled;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from 'a-base-icon/lib/icon';
3
+ declare function GroupOutlined(componentProps: IconProps): JSX.Element;
4
+ declare namespace GroupOutlined {
5
+ var displayName: string;
6
+ }
7
+ export default GroupOutlined;
@@ -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 GroupOutlined(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: "M10.25 2h3.5A2.25 2.25 0 0116 4.25v3.5A2.25 2.25 0 0113.75 10h-3.5A2.25 2.25 0 018 7.75v-3.5A2.25 2.25 0 0110.25 2zm3.5 6.5a.75.75 0 00.75-.75v-3.5a.75.75 0 00-.75-.75h-3.5a.76.76 0 00-.75.75v3.5a.76.76 0 00.75.75h3.5z",
68
+ fill: "currentColor"
69
+ }), React.createElement("path", {
70
+ d: "M12 9v3.5l-3 2M12 12.5l3 2",
71
+ stroke: "currentColor",
72
+ strokeWidth: 1.5
73
+ }), React.createElement("path", {
74
+ fillRule: "evenodd",
75
+ clipRule: "evenodd",
76
+ d: "M16.25 13h3.5A2.25 2.25 0 0122 15.25v3.5A2.25 2.25 0 0119.75 21h-3.5A2.25 2.25 0 0114 18.75v-3.5A2.25 2.25 0 0116.25 13zm3.5 6.5a.75.75 0 00.75-.75v-3.5a.75.75 0 00-.75-.75h-3.5a.76.76 0 00-.75.75v3.5a.76.76 0 00.75.75h3.5zM4.25 13h3.5A2.25 2.25 0 0110 15.25v3.5A2.25 2.25 0 017.75 21h-3.5A2.25 2.25 0 012 18.75v-3.5A2.25 2.25 0 014.25 13zm3.5 6.5a.75.75 0 00.75-.75v-3.5a.75.75 0 00-.75-.75h-3.5a.76.76 0 00-.75.75v3.5a.76.76 0 00.75.75h3.5z",
77
+ fill: "currentColor"
78
+ }));
79
+ };
80
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
81
+ component: IconNode
82
+ }));
83
+ }
84
+ GroupOutlined.displayName = 'GroupOutlined';
85
+ exports["default"] = GroupOutlined;
package/lib/index.d.ts CHANGED
@@ -42,6 +42,8 @@ export { default as CalendarOutlined } from './CalendarOutlined';
42
42
  export { default as CameraFilled } from './CameraFilled';
43
43
  export { default as CameraOutlined } from './CameraOutlined';
44
44
  export { default as CardFilled } from './CardFilled';
45
+ export { default as CardLoopFilled } from './CardLoopFilled';
46
+ export { default as CardLoopOutlined } from './CardLoopOutlined';
45
47
  export { default as CardOutlined } from './CardOutlined';
46
48
  export { default as CategoryFilled } from './CategoryFilled';
47
49
  export { default as CategoryOutlined } from './CategoryOutlined';
@@ -142,6 +144,8 @@ export { default as GarbageCanOutlined } from './GarbageCanOutlined';
142
144
  export { default as GiftBoxOutlined } from './GiftBoxOutlined';
143
145
  export { default as GiftFilled } from './GiftFilled';
144
146
  export { default as GiftWithClipFilled } from './GiftWithClipFilled';
147
+ export { default as GroupFilled } from './GroupFilled';
148
+ export { default as GroupOutlined } from './GroupOutlined';
145
149
  export { default as GrowthGraphOutlined } from './GrowthGraphOutlined';
146
150
  export { default as HandCoinsFilled } from './HandCoinsFilled';
147
151
  export { default as HomeFilled } from './HomeFilled';
package/lib/index.js CHANGED
@@ -8,13 +8,13 @@ var __importDefault = this && this.__importDefault || function (mod) {
8
8
  Object.defineProperty(exports, "__esModule", {
9
9
  value: true
10
10
  });
11
- 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.BoardOutlined = exports.BoardFilled = exports.BlockChainOutlined = exports.BlockChainFilled = 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 = exports.DailyFinanceOutlined = exports.DailyFinanceFilled = void 0;
12
- 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.DocumentEditOutlined = 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.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = void 0;
13
- exports.IbFilled = exports.HomeWifiOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = 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 = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DownloadReportOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownlaodAppOutlined = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = void 0;
14
- exports.OpenMailFilled = exports.OngoingFilled = exports.OfficeBagOutlined = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.NoteBoardOutlined = exports.NoteBoardFilled = exports.NewspaperOutlined = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MinusSquareOutlined = 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 = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = exports.InsFilled = exports.InformationOutlined = exports.InformationFilled = exports.ImportOutlined = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = exports.ImacFilled = void 0;
15
- 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.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = 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.OppositeArrowsOutlined = exports.OppositeArrowsFilled = exports.OpenMailOutlined = void 0;
16
- 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 = 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.SeoOutlined = exports.SeoFilled = void 0;
17
- exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UserOutlined = void 0;
11
+ exports.CellPhoneCallFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardLoopOutlined = exports.CardLoopFilled = 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.BoardOutlined = exports.BoardFilled = exports.BlockChainOutlined = exports.BlockChainFilled = 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 = exports.DailyFinanceOutlined = exports.DailyFinanceFilled = void 0;
12
+ exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DotCalenderOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentEditOutlined = 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.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = void 0;
13
+ exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = 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 = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DownloadReportOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownlaodAppOutlined = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = void 0;
14
+ exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.NoteBoardOutlined = exports.NoteBoardFilled = exports.NewspaperOutlined = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MinusSquareOutlined = 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 = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = exports.InsFilled = exports.InformationOutlined = exports.InformationFilled = exports.ImportOutlined = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = exports.ImacFilled = exports.IbFilled = exports.HomeWifiOutlined = exports.HomeOutlined = exports.HomeFilled = void 0;
15
+ 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.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = 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.OppositeArrowsOutlined = exports.OppositeArrowsFilled = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.OfficeBagOutlined = exports.OffOutlined = void 0;
16
+ 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 = 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.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentOutlined = exports.SearchDocumentFilled = void 0;
17
+ 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 = void 0;
18
18
  var DailyFinanceFilled_1 = require("./DailyFinanceFilled");
19
19
  Object.defineProperty(exports, "DailyFinanceFilled", {
20
20
  enumerable: true,
@@ -323,6 +323,20 @@ Object.defineProperty(exports, "CardFilled", {
323
323
  return __importDefault(CardFilled_1)["default"];
324
324
  }
325
325
  });
326
+ var CardLoopFilled_1 = require("./CardLoopFilled");
327
+ Object.defineProperty(exports, "CardLoopFilled", {
328
+ enumerable: true,
329
+ get: function get() {
330
+ return __importDefault(CardLoopFilled_1)["default"];
331
+ }
332
+ });
333
+ var CardLoopOutlined_1 = require("./CardLoopOutlined");
334
+ Object.defineProperty(exports, "CardLoopOutlined", {
335
+ enumerable: true,
336
+ get: function get() {
337
+ return __importDefault(CardLoopOutlined_1)["default"];
338
+ }
339
+ });
326
340
  var CardOutlined_1 = require("./CardOutlined");
327
341
  Object.defineProperty(exports, "CardOutlined", {
328
342
  enumerable: true,
@@ -1023,6 +1037,20 @@ Object.defineProperty(exports, "GiftWithClipFilled", {
1023
1037
  return __importDefault(GiftWithClipFilled_1)["default"];
1024
1038
  }
1025
1039
  });
1040
+ var GroupFilled_1 = require("./GroupFilled");
1041
+ Object.defineProperty(exports, "GroupFilled", {
1042
+ enumerable: true,
1043
+ get: function get() {
1044
+ return __importDefault(GroupFilled_1)["default"];
1045
+ }
1046
+ });
1047
+ var GroupOutlined_1 = require("./GroupOutlined");
1048
+ Object.defineProperty(exports, "GroupOutlined", {
1049
+ enumerable: true,
1050
+ get: function get() {
1051
+ return __importDefault(GroupOutlined_1)["default"];
1052
+ }
1053
+ });
1026
1054
  var GrowthGraphOutlined_1 = require("./GrowthGraphOutlined");
1027
1055
  Object.defineProperty(exports, "GrowthGraphOutlined", {
1028
1056
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.1.64",
3
+ "version": "1.1.65",
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": "b459c0a791927a8c6add47e05225a65ce048b873"
25
+ "gitHead": "d39475f935acbe3a3beefabed0ef8072dd6d370f"
26
26
  }
@@ -0,0 +1,20 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function CardLoopFilled(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
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M22 6.402a3.5 3.5 0 00-3.5-3.5H5.427C3.538 2.902 2.005 4.407 2 6.267v.18h20v-.045zM2 17.561V8.448h20v9.113c0 1.865-1.533 3.378-3.427 3.383H5.427c-.91 0-1.784-.357-2.427-.991a3.347 3.347 0 01-1-2.392zm13.795.39h1.142a3.037 3.037 0 002.218-.84c.592-.567.92-1.349.909-2.162a.72.72 0 00-.726-.715.72.72 0 00-.726.715c.004.43-.175.84-.493 1.134a1.573 1.573 0 01-1.182.41h-1.152a.697.697 0 00-.058-.896.734.734 0 00-1.026 0l-1.2 1.125a.719.719 0 000 1.039l1.22 1.125a.732.732 0 001.026-.038.697.697 0 00.048-.896zm4.046-5.127l-1.2 1.124a.732.732 0 01-.504.2.718.718 0 01-.636-.39.696.696 0 01.065-.734h-1.161a1.573 1.573 0 00-1.182.41 1.523 1.523 0 00-.493 1.134.72.72 0 01-.726.715.72.72 0 01-.726-.715 2.942 2.942 0 01.919-2.144 3.037 3.037 0 012.208-.83h1.142a.707.707 0 01-.148-.7.733.733 0 011.232-.253l1.21 1.125a.719.719 0 010 1.039v.019zM5.636 15.539a1 1 0 100 2h2.728a1 1 0 100-2H5.636z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ );
15
+
16
+ return <Icon {...componentProps} component={IconNode} />;
17
+ }
18
+
19
+ CardLoopFilled.displayName = 'CardLoopFilled';
20
+ export default CardLoopFilled;
@@ -0,0 +1,26 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function CardLoopOutlined(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
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M20.523 16.206a.786.786 0 01-.576-.252.786.786 0 01.032-1.11l.115-.105H18.29a2.096 2.096 0 00-2.305 2.169.786.786 0 11-1.572 0 3.72 3.72 0 013.877-3.741h1.824L20 13.062a.786.786 0 011.047-1.153l1.562 1.467a.797.797 0 010 1.143l-1.551 1.467a.765.765 0 01-.535.22zm.755 1.236c0-.434.352-.785.786-.785a.776.776 0 01.765.785 3.73 3.73 0 01-3.877 3.742H17.16l.115.104a.786.786 0 01-1.048 1.143l-1.562-1.467a.796.796 0 010-1.143l1.551-1.467a.786.786 0 111.048 1.143l-.115.115h1.823a2.096 2.096 0 002.306-2.17z"
11
+ fill="currentColor"
12
+ />
13
+ <path
14
+ d="M21 10V5a2 2 0 00-2-2H5a2 2 0 00-2 2v13a2 2 0 002 2h7.5m8-12H4m5.5 7h-3"
15
+ stroke="currentColor"
16
+ strokeWidth={1.5}
17
+ strokeLinecap="round"
18
+ />
19
+ </svg>
20
+ );
21
+
22
+ return <Icon {...componentProps} component={IconNode} />;
23
+ }
24
+
25
+ CardLoopOutlined.displayName = 'CardLoopOutlined';
26
+ export default CardLoopOutlined;
@@ -0,0 +1,20 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function GroupFilled(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
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M13.75 2h-3.5A2.25 2.25 0 008 4.25v3.5A2.25 2.25 0 0010.25 10h1v2.099l-2.093 1.395A2.24 2.24 0 007.75 13h-3.5A2.25 2.25 0 002 15.25v3.5A2.25 2.25 0 004.25 21h3.5A2.25 2.25 0 0010 18.75v-3.5c0-.165-.018-.326-.052-.48L12 13.4l2.052 1.368a2.26 2.26 0 00-.052.481v3.5A2.25 2.25 0 0016.25 21h3.5A2.25 2.25 0 0022 18.75v-3.5A2.25 2.25 0 0019.75 13h-3.5a2.24 2.24 0 00-1.407.494l-2.093-1.395V10h1A2.25 2.25 0 0016 7.75v-3.5A2.25 2.25 0 0013.75 2z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ );
15
+
16
+ return <Icon {...componentProps} component={IconNode} />;
17
+ }
18
+
19
+ GroupFilled.displayName = 'GroupFilled';
20
+ export default GroupFilled;
@@ -0,0 +1,27 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function GroupOutlined(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
+ <path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M10.25 2h3.5A2.25 2.25 0 0116 4.25v3.5A2.25 2.25 0 0113.75 10h-3.5A2.25 2.25 0 018 7.75v-3.5A2.25 2.25 0 0110.25 2zm3.5 6.5a.75.75 0 00.75-.75v-3.5a.75.75 0 00-.75-.75h-3.5a.76.76 0 00-.75.75v3.5a.76.76 0 00.75.75h3.5z"
11
+ fill="currentColor"
12
+ />
13
+ <path d="M12 9v3.5l-3 2M12 12.5l3 2" stroke="currentColor" strokeWidth={1.5} />
14
+ <path
15
+ fillRule="evenodd"
16
+ clipRule="evenodd"
17
+ d="M16.25 13h3.5A2.25 2.25 0 0122 15.25v3.5A2.25 2.25 0 0119.75 21h-3.5A2.25 2.25 0 0114 18.75v-3.5A2.25 2.25 0 0116.25 13zm3.5 6.5a.75.75 0 00.75-.75v-3.5a.75.75 0 00-.75-.75h-3.5a.76.76 0 00-.75.75v3.5a.76.76 0 00.75.75h3.5zM4.25 13h3.5A2.25 2.25 0 0110 15.25v3.5A2.25 2.25 0 017.75 21h-3.5A2.25 2.25 0 012 18.75v-3.5A2.25 2.25 0 014.25 13zm3.5 6.5a.75.75 0 00.75-.75v-3.5a.75.75 0 00-.75-.75h-3.5a.76.76 0 00-.75.75v3.5a.76.76 0 00.75.75h3.5z"
18
+ fill="currentColor"
19
+ />
20
+ </svg>
21
+ );
22
+
23
+ return <Icon {...componentProps} component={IconNode} />;
24
+ }
25
+
26
+ GroupOutlined.displayName = 'GroupOutlined';
27
+ export default GroupOutlined;
package/src/index.tsx CHANGED
@@ -42,6 +42,8 @@ export { default as CalendarOutlined } from './CalendarOutlined';
42
42
  export { default as CameraFilled } from './CameraFilled';
43
43
  export { default as CameraOutlined } from './CameraOutlined';
44
44
  export { default as CardFilled } from './CardFilled';
45
+ export { default as CardLoopFilled } from './CardLoopFilled';
46
+ export { default as CardLoopOutlined } from './CardLoopOutlined';
45
47
  export { default as CardOutlined } from './CardOutlined';
46
48
  export { default as CategoryFilled } from './CategoryFilled';
47
49
  export { default as CategoryOutlined } from './CategoryOutlined';
@@ -142,6 +144,8 @@ export { default as GarbageCanOutlined } from './GarbageCanOutlined';
142
144
  export { default as GiftBoxOutlined } from './GiftBoxOutlined';
143
145
  export { default as GiftFilled } from './GiftFilled';
144
146
  export { default as GiftWithClipFilled } from './GiftWithClipFilled';
147
+ export { default as GroupFilled } from './GroupFilled';
148
+ export { default as GroupOutlined } from './GroupOutlined';
145
149
  export { default as GrowthGraphOutlined } from './GrowthGraphOutlined';
146
150
  export { default as HandCoinsFilled } from './HandCoinsFilled';
147
151
  export { default as HomeFilled } from './HomeFilled';
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M22 6.4021C22 4.4691 20.433 2.9021 18.5 2.9021H5.42692C3.53807 2.90209 2.00535 4.40686 2.00001 6.26652V6.44756H22V6.4021ZM2.00001 17.5607V8.44756H22L22 17.5607C22 19.4256 20.4673 20.9389 18.5731 20.9442H5.42692C4.51637 20.9442 3.64325 20.5874 3.0003 19.9526C2.35735 19.3178 1.99744 18.4572 2.00001 17.5607ZM15.7948 17.9515H16.9371C17.7623 17.9829 18.5643 17.6793 19.1555 17.1116C19.7467 16.544 20.0751 15.7622 20.0639 14.9492C20.0639 14.5544 19.7388 14.2344 19.3379 14.2344C18.9369 14.2344 18.6118 14.5544 18.6118 14.9492C18.6158 15.3784 18.4369 15.7897 18.1186 16.0831C17.8004 16.3765 17.3719 16.5252 16.9371 16.4932H15.7851C15.9862 16.2194 15.9619 15.8437 15.727 15.5973C15.4436 15.3186 14.9844 15.3186 14.7009 15.5973L13.5005 16.722C13.358 16.8584 13.2776 17.0457 13.2776 17.2414C13.2776 17.4371 13.358 17.6245 13.5005 17.7608L14.7203 18.8855C14.855 19.0072 15.031 19.0752 15.214 19.0761C15.416 19.0761 15.609 18.9932 15.7464 18.8474C15.9782 18.5986 15.9985 18.223 15.7948 17.9515ZM19.8412 12.8238L18.6408 13.9484C18.5056 14.0767 18.3252 14.1485 18.1374 14.1486C17.8678 14.1468 17.6221 13.9961 17.5015 13.7587C17.3809 13.5213 17.406 13.2374 17.5663 13.0239H16.4046C15.9698 12.9919 15.5413 13.1407 15.2231 13.4341C14.9048 13.7275 14.726 14.1387 14.7299 14.5679C14.7299 14.9627 14.4048 15.2828 14.0038 15.2828C13.6029 15.2828 13.2778 14.9627 13.2778 14.5679C13.2746 13.7599 13.6065 12.9856 14.1968 12.4243C14.7871 11.8629 15.5845 11.5631 16.4046 11.5943H17.5469C17.374 11.4036 17.3175 11.1366 17.3988 10.8938C17.4801 10.651 17.6867 10.4694 17.9409 10.4173C18.1951 10.3651 18.4582 10.4505 18.6311 10.6412L19.8412 11.7659C19.9837 11.9022 20.0642 12.0896 20.0642 12.2853C20.0642 12.481 19.9837 12.6683 19.8412 12.8047V12.8238ZM5.63636 15.5385C5.08408 15.5385 4.63636 15.9862 4.63636 16.5385C4.63636 17.0908 5.08408 17.5385 5.63636 17.5385H8.36364C8.91592 17.5385 9.36364 17.0908 9.36364 16.5385C9.36364 15.9862 8.91592 15.5385 8.36364 15.5385H5.63636Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M13.75 2H10.25C9.00736 2 8 3.00736 8 4.25V7.75C8 8.99264 9.00736 10 10.25 10H11.25V12.0986L9.15691 13.494C8.77161 13.1849 8.2824 13 7.75 13H4.25C3.00736 13 2 14.0074 2 15.25V18.75C2 19.9926 3.00736 21 4.25 21H7.75C8.34674 21 8.91903 20.7629 9.34099 20.341C9.76295 19.919 10 19.3467 10 18.75V15.25C10 15.0849 9.98223 14.924 9.94849 14.7691L12 13.4014L14.0515 14.7691C14.0178 14.924 14 15.0849 14 15.25V18.75C14 19.9926 15.0074 21 16.25 21H19.75C20.9926 21 22 19.9926 22 18.75V15.25C22 14.0074 20.9926 13 19.75 13H16.25C15.7176 13 15.2284 13.1849 14.8431 13.494L12.75 12.0986V10H13.75C14.9926 10 16 8.99264 16 7.75V4.25C16 3.00736 14.9926 2 13.75 2Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M20.5235 16.2059C20.3048 16.2059 20.0959 16.1148 19.9471 15.9544C19.6492 15.6389 19.6632 15.1417 19.9786 14.8436L20.0938 14.7388H18.2914C17.6872 14.6775 17.0861 14.8814 16.6438 15.2975C16.2015 15.7137 15.9615 16.3012 15.9858 16.908C15.9858 17.3421 15.6339 17.694 15.1999 17.694C14.7658 17.694 14.4139 17.3421 14.4139 16.908C14.4073 15.8899 14.8182 14.9135 15.5509 14.2065C16.2836 13.4995 17.2741 13.1238 18.2914 13.1668H20.1148L19.9995 13.062C19.7462 12.7608 19.7547 12.3187 20.0195 12.0274C20.2842 11.7362 20.7236 11.6857 21.0475 11.9093L22.609 13.3764C22.7632 13.5264 22.8503 13.7324 22.8503 13.9475C22.8503 14.1627 22.7632 14.3687 22.609 14.5187L21.058 15.9858C20.9155 16.1263 20.7236 16.2053 20.5235 16.2059ZM21.278 17.4425C21.278 17.0084 21.6299 16.6565 22.064 16.6565C22.2697 16.6593 22.4658 16.7436 22.6093 16.891C22.7528 17.0385 22.8318 17.2368 22.829 17.4425C22.8327 18.4597 22.4208 19.4343 21.6888 20.1406C20.9567 20.847 19.968 21.2237 18.9516 21.1837H17.1596L17.2748 21.2885C17.5107 21.5913 17.4934 22.0201 17.2339 22.3029C16.9745 22.5856 16.5488 22.6397 16.2269 22.4308L14.6654 20.9636C14.5111 20.8137 14.4241 20.6077 14.4241 20.3925C14.4241 20.1773 14.5111 19.9713 14.6654 19.8214L16.2164 18.3542C16.4083 18.1079 16.7278 17.9985 17.0303 18.0756C17.3329 18.1526 17.5612 18.4014 17.612 18.7095C17.6627 19.0176 17.5263 19.3265 17.2644 19.4965L17.1491 19.6118H18.9725C19.5767 19.673 20.1778 19.4691 20.6201 19.053C21.0623 18.6368 21.3024 18.0493 21.278 17.4425Z"
4
+ fill="currentColor" />
5
+ <path
6
+ d="M21 10V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V18C3 19.1046 3.89543 20 5 20H12.5M20.5 8H4M9.5 15H6.5"
7
+ stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
8
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M10.25 2H13.75C14.9926 2 16 3.00736 16 4.25V7.75C16 8.99264 14.9926 10 13.75 10H10.25C9.00736 10 8 8.99264 8 7.75V4.25C8 3.00736 9.00736 2 10.25 2ZM13.75 8.5C14.1642 8.5 14.5 8.16421 14.5 7.75V4.25C14.5 3.83579 14.1642 3.5 13.75 3.5H10.25C9.83804 3.50539 9.50539 3.83804 9.5 4.25V7.75C9.50539 8.16196 9.83804 8.49461 10.25 8.5H13.75Z"
4
+ fill="currentColor" />
5
+ <path d="M12 9V12.5L9 14.5" stroke="currentColor" stroke-width="1.5" />
6
+ <path d="M12 12.5L15 14.5" stroke="currentColor" stroke-width="1.5" />
7
+ <path fill-rule="evenodd" clip-rule="evenodd"
8
+ d="M16.25 13H19.75C20.9926 13 22 14.0074 22 15.25V18.75C22 19.9926 20.9926 21 19.75 21H16.25C15.0074 21 14 19.9926 14 18.75V15.25C14 14.0074 15.0074 13 16.25 13ZM19.75 19.5C20.1642 19.5 20.5 19.1642 20.5 18.75V15.25C20.5 14.8358 20.1642 14.5 19.75 14.5H16.25C15.838 14.5054 15.5054 14.838 15.5 15.25V18.75C15.5054 19.162 15.838 19.4946 16.25 19.5H19.75Z"
9
+ fill="currentColor" />
10
+ <path fill-rule="evenodd" clip-rule="evenodd"
11
+ d="M4.25 13H7.75C8.99264 13 10 14.0074 10 15.25V18.75C10 19.3467 9.76295 19.919 9.34099 20.341C8.91903 20.7629 8.34674 21 7.75 21H4.25C3.00736 21 2 19.9926 2 18.75V15.25C2 14.0074 3.00736 13 4.25 13ZM7.75 19.5C8.16421 19.5 8.5 19.1642 8.5 18.75V15.25C8.5 14.8358 8.16421 14.5 7.75 14.5H4.25C3.83804 14.5054 3.50539 14.838 3.5 15.25V18.75C3.50539 19.162 3.83804 19.4946 4.25 19.5H7.75Z"
12
+ fill="currentColor" />
13
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M22 6.4021C22 4.4691 20.433 2.9021 18.5 2.9021H5.42692C3.53807 2.90209 2.00535 4.40686 2.00001 6.26652V6.44756H22V6.4021ZM2.00001 17.5607V8.44756H22L22 17.5607C22 19.4256 20.4673 20.9389 18.5731 20.9442H5.42692C4.51637 20.9442 3.64325 20.5874 3.0003 19.9526C2.35735 19.3178 1.99744 18.4572 2.00001 17.5607ZM15.7948 17.9515H16.9371C17.7623 17.9829 18.5643 17.6793 19.1555 17.1116C19.7467 16.544 20.0751 15.7622 20.0639 14.9492C20.0639 14.5544 19.7388 14.2344 19.3379 14.2344C18.9369 14.2344 18.6118 14.5544 18.6118 14.9492C18.6158 15.3784 18.4369 15.7897 18.1186 16.0831C17.8004 16.3765 17.3719 16.5252 16.9371 16.4932H15.7851C15.9862 16.2194 15.9619 15.8437 15.727 15.5973C15.4436 15.3186 14.9844 15.3186 14.7009 15.5973L13.5005 16.722C13.358 16.8584 13.2776 17.0457 13.2776 17.2414C13.2776 17.4371 13.358 17.6245 13.5005 17.7608L14.7203 18.8855C14.855 19.0072 15.031 19.0752 15.214 19.0761C15.416 19.0761 15.609 18.9932 15.7464 18.8474C15.9782 18.5986 15.9985 18.223 15.7948 17.9515ZM19.8412 12.8238L18.6408 13.9484C18.5056 14.0767 18.3252 14.1485 18.1374 14.1486C17.8678 14.1468 17.6221 13.9961 17.5015 13.7587C17.3809 13.5213 17.406 13.2374 17.5663 13.0239H16.4046C15.9698 12.9919 15.5413 13.1407 15.2231 13.4341C14.9048 13.7275 14.726 14.1387 14.7299 14.5679C14.7299 14.9627 14.4048 15.2828 14.0038 15.2828C13.6029 15.2828 13.2778 14.9627 13.2778 14.5679C13.2746 13.7599 13.6065 12.9856 14.1968 12.4243C14.7871 11.8629 15.5845 11.5631 16.4046 11.5943H17.5469C17.374 11.4036 17.3175 11.1366 17.3988 10.8938C17.4801 10.651 17.6867 10.4694 17.9409 10.4173C18.1951 10.3651 18.4582 10.4505 18.6311 10.6412L19.8412 11.7659C19.9837 11.9022 20.0642 12.0896 20.0642 12.2853C20.0642 12.481 19.9837 12.6683 19.8412 12.8047V12.8238ZM5.63636 15.5385C5.08408 15.5385 4.63636 15.9862 4.63636 16.5385C4.63636 17.0908 5.08408 17.5385 5.63636 17.5385H8.36364C8.91592 17.5385 9.36364 17.0908 9.36364 16.5385C9.36364 15.9862 8.91592 15.5385 8.36364 15.5385H5.63636Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M20.5235 16.2059C20.3048 16.2059 20.0959 16.1148 19.9471 15.9544C19.6492 15.6389 19.6632 15.1417 19.9786 14.8436L20.0938 14.7388H18.2914C17.6872 14.6775 17.0861 14.8814 16.6438 15.2975C16.2015 15.7137 15.9615 16.3012 15.9858 16.908C15.9858 17.3421 15.6339 17.694 15.1999 17.694C14.7658 17.694 14.4139 17.3421 14.4139 16.908C14.4073 15.8899 14.8182 14.9135 15.5509 14.2065C16.2836 13.4995 17.2741 13.1238 18.2914 13.1668H20.1148L19.9995 13.062C19.7462 12.7608 19.7547 12.3187 20.0195 12.0274C20.2842 11.7362 20.7236 11.6857 21.0475 11.9093L22.609 13.3764C22.7632 13.5264 22.8503 13.7324 22.8503 13.9475C22.8503 14.1627 22.7632 14.3687 22.609 14.5187L21.058 15.9858C20.9155 16.1263 20.7236 16.2053 20.5235 16.2059ZM21.278 17.4425C21.278 17.0084 21.6299 16.6565 22.064 16.6565C22.2697 16.6593 22.4658 16.7436 22.6093 16.891C22.7528 17.0385 22.8318 17.2368 22.829 17.4425C22.8327 18.4597 22.4208 19.4343 21.6888 20.1406C20.9567 20.847 19.968 21.2237 18.9516 21.1837H17.1596L17.2748 21.2885C17.5107 21.5913 17.4934 22.0201 17.2339 22.3029C16.9745 22.5856 16.5488 22.6397 16.2269 22.4308L14.6654 20.9636C14.5111 20.8137 14.4241 20.6077 14.4241 20.3925C14.4241 20.1773 14.5111 19.9713 14.6654 19.8214L16.2164 18.3542C16.4083 18.1079 16.7278 17.9985 17.0303 18.0756C17.3329 18.1526 17.5612 18.4014 17.612 18.7095C17.6627 19.0176 17.5263 19.3265 17.2644 19.4965L17.1491 19.6118H18.9725C19.5767 19.673 20.1778 19.4691 20.6201 19.053C21.0623 18.6368 21.3024 18.0493 21.278 17.4425Z"
4
+ fill="currentColor" />
5
+ <path
6
+ d="M21 10V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V18C3 19.1046 3.89543 20 5 20H12.5M20.5 8H4M9.5 15H6.5"
7
+ stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
8
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M13.75 2H10.25C9.00736 2 8 3.00736 8 4.25V7.75C8 8.99264 9.00736 10 10.25 10H11.25V12.0986L9.15691 13.494C8.77161 13.1849 8.2824 13 7.75 13H4.25C3.00736 13 2 14.0074 2 15.25V18.75C2 19.9926 3.00736 21 4.25 21H7.75C8.34674 21 8.91903 20.7629 9.34099 20.341C9.76295 19.919 10 19.3467 10 18.75V15.25C10 15.0849 9.98223 14.924 9.94849 14.7691L12 13.4014L14.0515 14.7691C14.0178 14.924 14 15.0849 14 15.25V18.75C14 19.9926 15.0074 21 16.25 21H19.75C20.9926 21 22 19.9926 22 18.75V15.25C22 14.0074 20.9926 13 19.75 13H16.25C15.7176 13 15.2284 13.1849 14.8431 13.494L12.75 12.0986V10H13.75C14.9926 10 16 8.99264 16 7.75V4.25C16 3.00736 14.9926 2 13.75 2Z"
4
+ fill="currentColor" />
5
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M10.25 2H13.75C14.9926 2 16 3.00736 16 4.25V7.75C16 8.99264 14.9926 10 13.75 10H10.25C9.00736 10 8 8.99264 8 7.75V4.25C8 3.00736 9.00736 2 10.25 2ZM13.75 8.5C14.1642 8.5 14.5 8.16421 14.5 7.75V4.25C14.5 3.83579 14.1642 3.5 13.75 3.5H10.25C9.83804 3.50539 9.50539 3.83804 9.5 4.25V7.75C9.50539 8.16196 9.83804 8.49461 10.25 8.5H13.75Z"
4
+ fill="currentColor" />
5
+ <path d="M12 9V12.5L9 14.5" stroke="currentColor" stroke-width="1.5" />
6
+ <path d="M12 12.5L15 14.5" stroke="currentColor" stroke-width="1.5" />
7
+ <path fill-rule="evenodd" clip-rule="evenodd"
8
+ d="M16.25 13H19.75C20.9926 13 22 14.0074 22 15.25V18.75C22 19.9926 20.9926 21 19.75 21H16.25C15.0074 21 14 19.9926 14 18.75V15.25C14 14.0074 15.0074 13 16.25 13ZM19.75 19.5C20.1642 19.5 20.5 19.1642 20.5 18.75V15.25C20.5 14.8358 20.1642 14.5 19.75 14.5H16.25C15.838 14.5054 15.5054 14.838 15.5 15.25V18.75C15.5054 19.162 15.838 19.4946 16.25 19.5H19.75Z"
9
+ fill="currentColor" />
10
+ <path fill-rule="evenodd" clip-rule="evenodd"
11
+ d="M4.25 13H7.75C8.99264 13 10 14.0074 10 15.25V18.75C10 19.3467 9.76295 19.919 9.34099 20.341C8.91903 20.7629 8.34674 21 7.75 21H4.25C3.00736 21 2 19.9926 2 18.75V15.25C2 14.0074 3.00736 13 4.25 13ZM7.75 19.5C8.16421 19.5 8.5 19.1642 8.5 18.75V15.25C8.5 14.8358 8.16421 14.5 7.75 14.5H4.25C3.83804 14.5054 3.50539 14.838 3.5 15.25V18.75C3.50539 19.162 3.83804 19.4946 4.25 19.5H7.75Z"
12
+ fill="currentColor" />
13
+ </svg>