a-icons 1.0.68 → 1.0.69

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,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function ImageFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace ImageFilled {
4
+ var displayName: string;
5
+ }
6
+ export default ImageFilled;
@@ -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
+
6
+ for (var p in s) {
7
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
8
+ }
9
+ }
10
+
11
+ return t;
12
+ };
13
+
14
+ return __assign.apply(this, arguments);
15
+ };
16
+
17
+ import * as React from 'react';
18
+ import Icon from 'a-base-icon/lib/icon';
19
+
20
+ function ImageFilled(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ fill: "none",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement("path", {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M14.23 2H10a8 8 0 00-8 8v4.24a8 8 0 008 8h4.23a8 8 0 008-8V10a8 8 0 00-8-8zM8.12 6.12a2 2 0 110 4 2 2 0 010-4zm7.39 14a7.26 7.26 0 004.72-6.78l-.03-1.72c0-.41-.08-1.18-.08-1.18h-1.63a10 10 0 00-8.91 5.52 6.72 6.72 0 00-4.46-1.71H3.91a6 6 0 003.24 5.56 5.11 5.11 0 002.4.6h4.17a5.21 5.21 0 001.79-.29z",
30
+ fill: "currentColor"
31
+ }));
32
+ };
33
+
34
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
35
+ component: IconNode
36
+ }));
37
+ }
38
+
39
+ ImageFilled.displayName = 'ImageFilled';
40
+ export default ImageFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function ImageOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace ImageOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default ImageOutlined;
@@ -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
+
6
+ for (var p in s) {
7
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
8
+ }
9
+ }
10
+
11
+ return t;
12
+ };
13
+
14
+ return __assign.apply(this, arguments);
15
+ };
16
+
17
+ import * as React from 'react';
18
+ import Icon from 'a-base-icon/lib/icon';
19
+
20
+ function ImageOutlined(componentProps) {
21
+ var IconNode = function IconNode(props) {
22
+ return /*#__PURE__*/React.createElement("svg", __assign({
23
+ viewBox: "0 0 24 24",
24
+ fill: "none",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement("path", {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M14.24 2H10a8 8 0 00-8 8v4.24a8 8 0 008 8h4.24a8 8 0 008-8V10a8 8 0 00-8-8zM10 3.5h4.24a6.5 6.5 0 016.43 5.62h-1.55a11.76 11.76 0 00-10.14 5.82 7.42 7.42 0 00-4.63-1.61H3.5V10A6.51 6.51 0 0110 3.5zM4.35 14.83h-.82a6.5 6.5 0 003.87 5.36 11.64 11.64 0 01.89-3.88 6 6 0 00-3.94-1.48zm9.89 5.91H10a5.998 5.998 0 01-1.12-.11A10.26 10.26 0 0119.12 10.6h1.62v3.64a6.51 6.51 0 01-6.5 6.5zM8.12 10.08a2 2 0 100-4 2 2 0 000 4z",
30
+ fill: "currentColor"
31
+ }));
32
+ };
33
+
34
+ return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
35
+ component: IconNode
36
+ }));
37
+ }
38
+
39
+ ImageOutlined.displayName = 'ImageOutlined';
40
+ export default ImageOutlined;
package/es/index.d.ts CHANGED
@@ -83,6 +83,8 @@ export { default as HomeOutlined } from './HomeOutlined';
83
83
  export { default as IbFilled } from './IbFilled';
84
84
  export { default as ImacFilled } from './ImacFilled';
85
85
  export { default as ImacOutlined } from './ImacOutlined';
86
+ export { default as ImageFilled } from './ImageFilled';
87
+ export { default as ImageOutlined } from './ImageOutlined';
86
88
  export { default as KeyFilled } from './KeyFilled';
87
89
  export { default as LayerFilled } from './LayerFilled';
88
90
  export { default as LayerOutlined } from './LayerOutlined';
package/es/index.js CHANGED
@@ -83,6 +83,8 @@ export { default as HomeOutlined } from './HomeOutlined';
83
83
  export { default as IbFilled } from './IbFilled';
84
84
  export { default as ImacFilled } from './ImacFilled';
85
85
  export { default as ImacOutlined } from './ImacOutlined';
86
+ export { default as ImageFilled } from './ImageFilled';
87
+ export { default as ImageOutlined } from './ImageOutlined';
86
88
  export { default as KeyFilled } from './KeyFilled';
87
89
  export { default as LayerFilled } from './LayerFilled';
88
90
  export { default as LayerOutlined } from './LayerOutlined';
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function ImageFilled(componentProps: IconProps): JSX.Element;
3
+ declare namespace ImageFilled {
4
+ var displayName: string;
5
+ }
6
+ export default ImageFilled;
@@ -0,0 +1,93 @@
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
+
8
+ for (var p in s) {
9
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
+ }
11
+ }
12
+
13
+ return t;
14
+ };
15
+
16
+ return __assign.apply(this, arguments);
17
+ };
18
+
19
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ var desc = Object.getOwnPropertyDescriptor(m, k);
22
+
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return m[k];
28
+ }
29
+ };
30
+ }
31
+
32
+ Object.defineProperty(o, k2, desc);
33
+ } : function (o, m, k, k2) {
34
+ if (k2 === undefined) k2 = k;
35
+ o[k2] = m[k];
36
+ });
37
+
38
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
39
+ Object.defineProperty(o, "default", {
40
+ enumerable: true,
41
+ value: v
42
+ });
43
+ } : function (o, v) {
44
+ o["default"] = v;
45
+ });
46
+
47
+ var __importStar = this && this.__importStar || function (mod) {
48
+ if (mod && mod.__esModule) return mod;
49
+ var result = {};
50
+ if (mod != null) for (var k in mod) {
51
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
52
+ }
53
+
54
+ __setModuleDefault(result, mod);
55
+
56
+ return result;
57
+ };
58
+
59
+ var __importDefault = this && this.__importDefault || function (mod) {
60
+ return mod && mod.__esModule ? mod : {
61
+ "default": mod
62
+ };
63
+ };
64
+
65
+ Object.defineProperty(exports, "__esModule", {
66
+ value: true
67
+ });
68
+
69
+ var React = __importStar(require("react"));
70
+
71
+ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
72
+
73
+ function ImageFilled(componentProps) {
74
+ var IconNode = function IconNode(props) {
75
+ return React.createElement("svg", __assign({
76
+ viewBox: "0 0 24 24",
77
+ fill: "none",
78
+ xmlns: "http://www.w3.org/2000/svg"
79
+ }, props), React.createElement("path", {
80
+ fillRule: "evenodd",
81
+ clipRule: "evenodd",
82
+ d: "M14.23 2H10a8 8 0 00-8 8v4.24a8 8 0 008 8h4.23a8 8 0 008-8V10a8 8 0 00-8-8zM8.12 6.12a2 2 0 110 4 2 2 0 010-4zm7.39 14a7.26 7.26 0 004.72-6.78l-.03-1.72c0-.41-.08-1.18-.08-1.18h-1.63a10 10 0 00-8.91 5.52 6.72 6.72 0 00-4.46-1.71H3.91a6 6 0 003.24 5.56 5.11 5.11 0 002.4.6h4.17a5.21 5.21 0 001.79-.29z",
83
+ fill: "currentColor"
84
+ }));
85
+ };
86
+
87
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
88
+ component: IconNode
89
+ }));
90
+ }
91
+
92
+ ImageFilled.displayName = 'ImageFilled';
93
+ exports["default"] = ImageFilled;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from 'a-base-icon/lib/icon';
2
+ declare function ImageOutlined(componentProps: IconProps): JSX.Element;
3
+ declare namespace ImageOutlined {
4
+ var displayName: string;
5
+ }
6
+ export default ImageOutlined;
@@ -0,0 +1,93 @@
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
+
8
+ for (var p in s) {
9
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
+ }
11
+ }
12
+
13
+ return t;
14
+ };
15
+
16
+ return __assign.apply(this, arguments);
17
+ };
18
+
19
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ var desc = Object.getOwnPropertyDescriptor(m, k);
22
+
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return m[k];
28
+ }
29
+ };
30
+ }
31
+
32
+ Object.defineProperty(o, k2, desc);
33
+ } : function (o, m, k, k2) {
34
+ if (k2 === undefined) k2 = k;
35
+ o[k2] = m[k];
36
+ });
37
+
38
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
39
+ Object.defineProperty(o, "default", {
40
+ enumerable: true,
41
+ value: v
42
+ });
43
+ } : function (o, v) {
44
+ o["default"] = v;
45
+ });
46
+
47
+ var __importStar = this && this.__importStar || function (mod) {
48
+ if (mod && mod.__esModule) return mod;
49
+ var result = {};
50
+ if (mod != null) for (var k in mod) {
51
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
52
+ }
53
+
54
+ __setModuleDefault(result, mod);
55
+
56
+ return result;
57
+ };
58
+
59
+ var __importDefault = this && this.__importDefault || function (mod) {
60
+ return mod && mod.__esModule ? mod : {
61
+ "default": mod
62
+ };
63
+ };
64
+
65
+ Object.defineProperty(exports, "__esModule", {
66
+ value: true
67
+ });
68
+
69
+ var React = __importStar(require("react"));
70
+
71
+ var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
72
+
73
+ function ImageOutlined(componentProps) {
74
+ var IconNode = function IconNode(props) {
75
+ return React.createElement("svg", __assign({
76
+ viewBox: "0 0 24 24",
77
+ fill: "none",
78
+ xmlns: "http://www.w3.org/2000/svg"
79
+ }, props), React.createElement("path", {
80
+ fillRule: "evenodd",
81
+ clipRule: "evenodd",
82
+ d: "M14.24 2H10a8 8 0 00-8 8v4.24a8 8 0 008 8h4.24a8 8 0 008-8V10a8 8 0 00-8-8zM10 3.5h4.24a6.5 6.5 0 016.43 5.62h-1.55a11.76 11.76 0 00-10.14 5.82 7.42 7.42 0 00-4.63-1.61H3.5V10A6.51 6.51 0 0110 3.5zM4.35 14.83h-.82a6.5 6.5 0 003.87 5.36 11.64 11.64 0 01.89-3.88 6 6 0 00-3.94-1.48zm9.89 5.91H10a5.998 5.998 0 01-1.12-.11A10.26 10.26 0 0119.12 10.6h1.62v3.64a6.51 6.51 0 01-6.5 6.5zM8.12 10.08a2 2 0 100-4 2 2 0 000 4z",
83
+ fill: "currentColor"
84
+ }));
85
+ };
86
+
87
+ return React.createElement(icon_1["default"], __assign({}, componentProps, {
88
+ component: IconNode
89
+ }));
90
+ }
91
+
92
+ ImageOutlined.displayName = 'ImageOutlined';
93
+ exports["default"] = ImageOutlined;
package/lib/index.d.ts CHANGED
@@ -83,6 +83,8 @@ export { default as HomeOutlined } from './HomeOutlined';
83
83
  export { default as IbFilled } from './IbFilled';
84
84
  export { default as ImacFilled } from './ImacFilled';
85
85
  export { default as ImacOutlined } from './ImacOutlined';
86
+ export { default as ImageFilled } from './ImageFilled';
87
+ export { default as ImageOutlined } from './ImageOutlined';
86
88
  export { default as KeyFilled } from './KeyFilled';
87
89
  export { default as LayerFilled } from './LayerFilled';
88
90
  export { default as LayerOutlined } from './LayerOutlined';
package/lib/index.js CHANGED
@@ -10,9 +10,9 @@ Object.defineProperty(exports, "__esModule", {
10
10
  value: true
11
11
  });
12
12
  exports.CreditCardFilled = exports.CopyFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.CirclePlusFilled = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.ChainOutlined = exports.ChainFilled = 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.BankCardFilled = exports.AtOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddFilled = exports.ImpassabilityFilled = void 0;
13
- exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinksOutlined = exports.LineUpOutlined = exports.LineUpFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.KeyFilled = exports.ImacOutlined = exports.ImacFilled = exports.IbFilled = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsFilled = exports.GarbageCanOutlined = exports.FunnelOutlined = exports.FunnelFilled = exports.FormOutlined = exports.FolderAddOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFilled = exports.FileDownloadLineOutlined = exports.EyeOutlined = exports.EyeFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = exports.DownloadOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DocumentOutlined = exports.DocumentFilled = exports.DashboardOutlined = exports.DashboardFilled = exports.CreditCardOutlined = void 0;
14
- exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentOutlined = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RetryRefreshFilled = exports.RefreshOutlined = exports.RefreshFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PhoneOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = void 0;
15
- exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareFilled = void 0;
13
+ exports.LockFilled = exports.LockEllipsisFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinksOutlined = exports.LineUpOutlined = exports.LineUpFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.KeyFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = exports.ImacFilled = exports.IbFilled = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsFilled = exports.GarbageCanOutlined = exports.FunnelOutlined = exports.FunnelFilled = exports.FormOutlined = exports.FolderAddOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFilled = exports.FileDownloadLineOutlined = exports.EyeOutlined = exports.EyeFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = exports.DownloadOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DocumentOutlined = exports.DocumentFilled = exports.DashboardOutlined = exports.DashboardFilled = exports.CreditCardOutlined = void 0;
14
+ exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentOutlined = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RetryRefreshFilled = exports.RefreshOutlined = exports.RefreshFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PhoneOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = void 0;
15
+ exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = void 0;
16
16
 
17
17
  var ImpassabilityFilled_1 = require("./ImpassabilityFilled");
18
18
 
@@ -779,6 +779,24 @@ Object.defineProperty(exports, "ImacOutlined", {
779
779
  }
780
780
  });
781
781
 
782
+ var ImageFilled_1 = require("./ImageFilled");
783
+
784
+ Object.defineProperty(exports, "ImageFilled", {
785
+ enumerable: true,
786
+ get: function get() {
787
+ return __importDefault(ImageFilled_1)["default"];
788
+ }
789
+ });
790
+
791
+ var ImageOutlined_1 = require("./ImageOutlined");
792
+
793
+ Object.defineProperty(exports, "ImageOutlined", {
794
+ enumerable: true,
795
+ get: function get() {
796
+ return __importDefault(ImageOutlined_1)["default"];
797
+ }
798
+ });
799
+
782
800
  var KeyFilled_1 = require("./KeyFilled");
783
801
 
784
802
  Object.defineProperty(exports, "KeyFilled", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-icons",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
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": "e36725ca5c8c21d40947df03def022ab392c7555"
25
+ "gitHead": "1e1d4d0029d45eddf5a3092ec206e95f9460ad89"
26
26
  }
@@ -16,14 +16,7 @@ function CameraOutlined(componentProps: IconProps) {
16
16
  d="M7.716 12.19a4.21 4.21 0 118.42 0 4.21 4.21 0 01-8.42 0zm1.579 0a2.632 2.632 0 105.263 0 2.632 2.632 0 00-5.263 0z"
17
17
  fill="currentColor"
18
18
  />
19
- <rect
20
- x={16.137}
21
- y={6.916}
22
- width={2.105}
23
- height={2.116}
24
- rx={0.5}
25
- fill="currentColor"
26
- />
19
+ <rect x={16.137} y={6.916} width={2.105} height={2.116} rx={0.5} fill="currentColor" />
27
20
  </svg>
28
21
  );
29
22
 
@@ -7,14 +7,7 @@ function CategoryFilled(componentProps: IconProps) {
7
7
  <rect x={2.33} y={2} width={8.67} height={6.67} rx={2.25} fill="currentColor" />
8
8
  <rect x={13.67} y={2} width={8} height={11.33} rx={2.25} fill="currentColor" />
9
9
  <rect x={13.67} y={16} width={8} height={6} rx={2.25} fill="currentColor" />
10
- <rect
11
- x={2.33}
12
- y={11.33}
13
- width={8.67}
14
- height={10.67}
15
- rx={2.25}
16
- fill="currentColor"
17
- />
10
+ <rect x={2.33} y={11.33} width={8.67} height={10.67} rx={2.25} fill="currentColor" />
18
11
  </svg>
19
12
  );
20
13
 
@@ -8,10 +8,7 @@ function CoinOverlapLockFilled(componentProps: IconProps) {
8
8
  d="M11.674 3.277c-1.759-.225-3.428-.127-4.713.244-.641.185-1.224.448-1.674.804-.455.36-.812.846-.89 1.458l-.072.562c.445.438.956.82 1.547 1.126 1.272.66 3.066 1.193 5.08 1.451 2.012.258 3.883.194 5.28-.123a6.405 6.405 0 001.78-.7l.073-.562c.078-.612-.145-1.173-.494-1.635-.346-.458-.843-.86-1.417-1.2-1.15-.683-2.74-1.199-4.5-1.425zM3.795 10.48l.3-2.334c.328.244.683.468 1.068.668 1.471.762 3.45 1.337 5.595 1.612 2.146.274 4.205.218 5.821-.15a7.854 7.854 0 001.203-.376l-.3 2.334a6.405 6.405 0 01-1.78.7c-1.397.317-3.268.38-5.28.123-2.014-.258-3.808-.792-5.08-1.451a6.405 6.405 0 01-1.547-1.126zM3.564 12.28l-.13 1.02c-.079.613.144 1.174.493 1.636.346.458.843.86 1.417 1.2 1.15.683 2.74 1.2 4.5 1.425 1.76.225 3.428.127 4.713-.244.642-.185 1.224-.448 1.674-.804.455-.36.812-.846.89-1.458l.131-1.02c-.38.153-.78.28-1.203.376-1.616.367-3.675.424-5.82.15-2.146-.276-4.124-.85-5.596-1.613-.385-.2-.74-.424-1.069-.668z"
9
9
  fill="currentColor"
10
10
  />
11
- <path
12
- d="M21.644 17.313a5.313 5.313 0 11-10.626 0 5.313 5.313 0 0110.626 0z"
13
- fill="inherit"
14
- />
11
+ <path d="M21.644 17.313a5.313 5.313 0 11-10.626 0 5.313 5.313 0 0110.626 0z" fill="inherit" />
15
12
  <path
16
13
  d="M18.046 15.968l-.33.084-.171-.665a1.538 1.538 0 00-1.88-1.116 1.539 1.539 0 00-1.11 1.882l.17.665-.331.085a.343.343 0 00-.246.415l.682 2.664a.343.343 0 00.415.246l3.652-.935a.344.344 0 00.25-.416l-.682-2.665a.344.344 0 00-.42-.244zm-.83.212l-1.992.51-.17-.665a1.032 1.032 0 01.74-1.254 1.032 1.032 0 011.251.744l.17.665z"
17
14
  fill="currentColor"
@@ -11,10 +11,7 @@ function FilterOutlined(componentProps: IconProps) {
11
11
  d="M5.68 13.1H3.77a.75.75 0 010-1.5h1.91a2.23 2.23 0 110 1.5zm2.09-.02a.73.73 0 100-1.46.73.73 0 000 1.46zM15.49 7.17a2.23 2.23 0 01-2 1.36v-.07a2.23 2.23 0 112.15-2.79.5.5 0 01.13 0h3.95a.75.75 0 010 1.5h-4a.93.93 0 01-.23 0zm-1.266-.943a.73.73 0 00-.734-.697v.04a.73.73 0 00-.72.78.73.73 0 001.454-.123z"
12
12
  fill="currentColor"
13
13
  />
14
- <path
15
- d="M9.77 17.81h-6a.77.77 0 100 1.54h6a.75.75 0 000-1.5v-.04z"
16
- fill="currentColor"
17
- />
14
+ <path d="M9.77 17.81h-6a.77.77 0 100 1.54h6a.75.75 0 000-1.5v-.04z" fill="currentColor" />
18
15
  <path
19
16
  fillRule="evenodd"
20
17
  clipRule="evenodd"
@@ -0,0 +1,20 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function ImageFilled(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="M14.23 2H10a8 8 0 00-8 8v4.24a8 8 0 008 8h4.23a8 8 0 008-8V10a8 8 0 00-8-8zM8.12 6.12a2 2 0 110 4 2 2 0 010-4zm7.39 14a7.26 7.26 0 004.72-6.78l-.03-1.72c0-.41-.08-1.18-.08-1.18h-1.63a10 10 0 00-8.91 5.52 6.72 6.72 0 00-4.46-1.71H3.91a6 6 0 003.24 5.56 5.11 5.11 0 002.4.6h4.17a5.21 5.21 0 001.79-.29z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ );
15
+
16
+ return <Icon {...componentProps} component={IconNode} />;
17
+ }
18
+
19
+ ImageFilled.displayName = 'ImageFilled';
20
+ export default ImageFilled;
@@ -0,0 +1,20 @@
1
+ import * as React from 'react';
2
+ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
+
4
+ function ImageOutlined(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="M14.24 2H10a8 8 0 00-8 8v4.24a8 8 0 008 8h4.24a8 8 0 008-8V10a8 8 0 00-8-8zM10 3.5h4.24a6.5 6.5 0 016.43 5.62h-1.55a11.76 11.76 0 00-10.14 5.82 7.42 7.42 0 00-4.63-1.61H3.5V10A6.51 6.51 0 0110 3.5zM4.35 14.83h-.82a6.5 6.5 0 003.87 5.36 11.64 11.64 0 01.89-3.88 6 6 0 00-3.94-1.48zm9.89 5.91H10a5.998 5.998 0 01-1.12-.11A10.26 10.26 0 0119.12 10.6h1.62v3.64a6.51 6.51 0 01-6.5 6.5zM8.12 10.08a2 2 0 100-4 2 2 0 000 4z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ );
15
+
16
+ return <Icon {...componentProps} component={IconNode} />;
17
+ }
18
+
19
+ ImageOutlined.displayName = 'ImageOutlined';
20
+ export default ImageOutlined;
@@ -8,13 +8,7 @@ function PeopleLockFilled(componentProps: IconProps) {
8
8
  d="M2.967 14.42c-.913 1.276.145 2.834 1.705 2.998l10.33 1.086c1.56.164 2.918-1.14 2.29-2.578a8.272 8.272 0 00-6.724-4.928 8.272 8.272 0 00-7.601 3.422z"
9
9
  fill="currentColor"
10
10
  />
11
- <circle
12
- cx={11.561}
13
- cy={6.001}
14
- transform="rotate(6 11.56 6)"
15
- fill="currentColor"
16
- r={3.969}
17
- />
11
+ <circle cx={11.561} cy={6.001} transform="rotate(6 11.56 6)" fill="currentColor" r={3.969} />
18
12
  <circle cx={16.287} cy={17.313} fill="inherit" r={5.313} />
19
13
  <path
20
14
  d="M18.002 15.966l-.33.084-.171-.665a1.538 1.538 0 00-1.88-1.116 1.539 1.539 0 00-1.11 1.882l.17.665-.33.085a.343.343 0 00-.247.415l.683 2.664a.343.343 0 00.415.246l3.651-.935a.344.344 0 00.25-.417l-.682-2.663a.344.344 0 00-.42-.245zm-.83.212l-1.991.51-.17-.665a1.032 1.032 0 01.739-1.254 1.032 1.032 0 011.251.744l.17.665z"
@@ -14,10 +14,7 @@ function SearchDocumentFilled(componentProps: IconProps) {
14
14
  d="M14.07 10.24h4.78a.5.5 0 01.5.5v6.92a4 4 0 01-4 4H8.46a4 4 0 01-4-4V6.5a4 4 0 014-4h2.67a.51.51 0 01.5.5v4.78a2.45 2.45 0 002.44 2.46zm-5.22 8.04a2.87 2.87 0 001.51.44l.04-.05a2.84 2.84 0 10-2.84-2.84c.002.461.119.915.34 1.32a.996.996 0 00-.13.09l-1.06 1.1a.75.75 0 00.54 1.27.7.7 0 00.54-.23l1.06-1.1z"
15
15
  fill="currentColor"
16
16
  />
17
- <path
18
- d="M10.36 14.53a1.35 1.35 0 10-.02 2.7 1.35 1.35 0 00.02-2.7z"
19
- fill="currentColor"
20
- />
17
+ <path d="M10.36 14.53a1.35 1.35 0 10-.02 2.7 1.35 1.35 0 00.02-2.7z" fill="currentColor" />
21
18
  </svg>
22
19
  );
23
20
 
@@ -3,12 +3,7 @@ import Icon, { IconProps } from 'a-base-icon/lib/icon';
3
3
 
4
4
  function StampFilled(componentProps: IconProps) {
5
5
  const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
- <svg
7
- viewBox="0 0 24 24"
8
- fill="currentColor"
9
- xmlns="http://www.w3.org/2000/svg"
10
- {...props}
11
- >
6
+ <svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" {...props}>
12
7
  <rect x={4} y={13} width={16} height={5} rx={2} />
13
8
  <path d="M10 10h4v4h-4z" />
14
9
  <circle cx={12} cy={7} r={4} />
@@ -4,10 +4,7 @@ import Icon, { IconProps } from 'a-base-icon/lib/icon';
4
4
  function WalletFilled(componentProps: IconProps) {
5
5
  const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
6
  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
7
- <path
8
- d="M18.314 11.22a.676.676 0 100 1.351H22V11.2h-.105l-3.58.02z"
9
- fill="currentColor"
10
- />
7
+ <path d="M18.314 11.22a.676.676 0 100 1.351H22V11.2h-.105l-3.58.02z" fill="currentColor" />
11
8
  <path
12
9
  d="M21.895 14.381h-3.58a2.486 2.486 0 010-4.971H22v-1.6A3.81 3.81 0 0018.19 4H5.81A3.81 3.81 0 002 7.81v8.171a3.81 3.81 0 003.81 3.81h12.38A3.81 3.81 0 0022 15.98v-1.62l-.105.02z"
13
10
  fill="currentColor"
package/src/index.tsx CHANGED
@@ -83,6 +83,8 @@ export { default as HomeOutlined } from './HomeOutlined';
83
83
  export { default as IbFilled } from './IbFilled';
84
84
  export { default as ImacFilled } from './ImacFilled';
85
85
  export { default as ImacOutlined } from './ImacOutlined';
86
+ export { default as ImageFilled } from './ImageFilled';
87
+ export { default as ImageOutlined } from './ImageOutlined';
86
88
  export { default as KeyFilled } from './KeyFilled';
87
89
  export { default as LayerFilled } from './LayerFilled';
88
90
  export { default as LayerOutlined } from './LayerOutlined';
@@ -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="M14.23 2H10C5.58172 2 2 5.58172 2 10V14.24C2 18.6583 5.58172 22.24 10 22.24H14.23C18.6483 22.24 22.23 18.6583 22.23 14.24V10C22.23 5.58172 18.6483 2 14.23 2ZM8.12 6.12C9.22457 6.12 10.12 7.01543 10.12 8.12C10.12 9.22457 9.22457 10.12 8.12 10.12C7.01543 10.12 6.12 9.22457 6.12 8.12C6.12 7.01543 7.01543 6.12 8.12 6.12ZM15.51 20.12C18.3411 19.0627 20.2212 16.3621 20.23 13.34L20.2 11.62C20.2 11.21 20.12 10.44 20.12 10.44H18.49C14.7164 10.4515 11.2706 12.5862 9.58 15.96C8.35291 14.863 6.76591 14.2546 5.12 14.25H3.91C3.82074 16.5747 5.08341 18.7415 7.15 19.81C7.88878 20.2036 8.71293 20.4096 9.55 20.41H13.72C14.329 20.4187 14.9349 20.3206 15.51 20.12Z"
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="M14.24 2H10C5.58172 2 2 5.58172 2 10V14.24C2 18.6583 5.58172 22.24 10 22.24H14.24C18.6583 22.24 22.24 18.6583 22.24 14.24V10C22.24 7.87827 21.3971 5.84344 19.8969 4.34315C18.3966 2.84285 16.3617 2 14.24 2ZM10 3.5H14.24C17.4859 3.50507 20.2306 5.90396 20.67 9.12H19.12C14.9468 9.1234 11.0879 11.3382 8.98 14.94C7.66362 13.8943 6.03116 13.3267 4.35 13.33H3.5V10C3.50551 6.41243 6.41243 3.50551 10 3.5ZM4.35 14.83H3.53C3.74723 17.1883 5.22988 19.2418 7.4 20.19C7.47167 18.8552 7.77274 17.5426 8.29 16.31C7.19845 15.3571 5.79895 14.8314 4.35 14.83ZM14.24 20.74H10C9.62404 20.7385 9.24906 20.7017 8.88 20.63C9.00486 15.0613 13.55 10.6095 19.12 10.6H20.74V14.24C20.7345 17.8276 17.8276 20.7345 14.24 20.74ZM8.12 10.08C9.22457 10.08 10.12 9.18457 10.12 8.08C10.12 6.97543 9.22457 6.08 8.12 6.08C7.01543 6.08 6.12 6.97543 6.12 8.08C6.12 9.18457 7.01543 10.08 8.12 10.08Z"
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="M14.23 2H10C5.58172 2 2 5.58172 2 10V14.24C2 18.6583 5.58172 22.24 10 22.24H14.23C18.6483 22.24 22.23 18.6583 22.23 14.24V10C22.23 5.58172 18.6483 2 14.23 2ZM8.12 6.12C9.22457 6.12 10.12 7.01543 10.12 8.12C10.12 9.22457 9.22457 10.12 8.12 10.12C7.01543 10.12 6.12 9.22457 6.12 8.12C6.12 7.01543 7.01543 6.12 8.12 6.12ZM15.51 20.12C18.3411 19.0627 20.2212 16.3621 20.23 13.34L20.2 11.62C20.2 11.21 20.12 10.44 20.12 10.44H18.49C14.7164 10.4515 11.2706 12.5862 9.58 15.96C8.35291 14.863 6.76591 14.2546 5.12 14.25H3.91C3.82074 16.5747 5.08341 18.7415 7.15 19.81C7.88878 20.2036 8.71293 20.4096 9.55 20.41H13.72C14.329 20.4187 14.9349 20.3206 15.51 20.12Z"
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="M14.24 2H10C5.58172 2 2 5.58172 2 10V14.24C2 18.6583 5.58172 22.24 10 22.24H14.24C18.6583 22.24 22.24 18.6583 22.24 14.24V10C22.24 7.87827 21.3971 5.84344 19.8969 4.34315C18.3966 2.84285 16.3617 2 14.24 2ZM10 3.5H14.24C17.4859 3.50507 20.2306 5.90396 20.67 9.12H19.12C14.9468 9.1234 11.0879 11.3382 8.98 14.94C7.66362 13.8943 6.03116 13.3267 4.35 13.33H3.5V10C3.50551 6.41243 6.41243 3.50551 10 3.5ZM4.35 14.83H3.53C3.74723 17.1883 5.22988 19.2418 7.4 20.19C7.47167 18.8552 7.77274 17.5426 8.29 16.31C7.19845 15.3571 5.79895 14.8314 4.35 14.83ZM14.24 20.74H10C9.62404 20.7385 9.24906 20.7017 8.88 20.63C9.00486 15.0613 13.55 10.6095 19.12 10.6H20.74V14.24C20.7345 17.8276 17.8276 20.7345 14.24 20.74ZM8.12 10.08C9.22457 10.08 10.12 9.18457 10.12 8.08C10.12 6.97543 9.22457 6.08 8.12 6.08C7.01543 6.08 6.12 6.97543 6.12 8.08C6.12 9.18457 7.01543 10.08 8.12 10.08Z"
4
+ fill="currentColor" />
5
+ </svg>