a-icons 1.0.30 → 1.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/BoxFilled.d.ts +6 -0
- package/es/BoxFilled.js +40 -0
- package/es/BoxOutlined.d.ts +6 -0
- package/es/BoxOutlined.js +43 -0
- package/es/BusinessCardOutlined.d.ts +6 -0
- package/es/{BusinessCardOutline.js → BusinessCardOutlined.js} +3 -3
- package/es/ChevronRightOutlined.d.ts +6 -0
- package/es/ChevronRightOutlined.js +37 -0
- package/es/CirclePlusFilled.d.ts +6 -0
- package/es/CirclePlusFilled.js +38 -0
- package/es/DashboardFilled.d.ts +6 -0
- package/es/DashboardFilled.js +44 -0
- package/es/DashboardOutlined.d.ts +6 -0
- package/es/DashboardOutlined.js +44 -0
- package/es/EditSimpleOutlined.js +1 -3
- package/es/ImacFilled.d.ts +6 -0
- package/es/ImacFilled.js +40 -0
- package/es/ImacOutlined.d.ts +6 -0
- package/es/ImacOutlined.js +39 -0
- package/es/ImpassabilityFilled.d.ts +6 -0
- package/es/ImpassabilityFilled.js +37 -0
- package/es/LayerFilled.js +7 -6
- package/es/ShapeFilled.d.ts +6 -0
- package/es/ShapeFilled.js +40 -0
- package/es/ShapeOutlined.d.ts +6 -0
- package/es/ShapeOutlined.js +40 -0
- package/es/ShopkeeperFilled.d.ts +6 -0
- package/es/ShopkeeperFilled.js +46 -0
- package/es/ShopkeeperOutlined.d.ts +6 -0
- package/es/ShopkeeperOutlined.js +45 -0
- package/es/UpgradeFilled.d.ts +6 -0
- package/es/UpgradeFilled.js +37 -0
- package/es/index.d.ts +15 -1
- package/es/index.js +15 -1
- package/lib/BoxFilled.d.ts +6 -0
- package/lib/BoxFilled.js +87 -0
- package/lib/BoxOutlined.d.ts +6 -0
- package/lib/BoxOutlined.js +90 -0
- package/lib/BusinessCardOutlined.d.ts +6 -0
- package/lib/{BusinessCardOutline.js → BusinessCardOutlined.js} +3 -3
- package/lib/ChevronRightOutlined.d.ts +6 -0
- package/lib/ChevronRightOutlined.js +84 -0
- package/lib/CirclePlusFilled.d.ts +6 -0
- package/lib/CirclePlusFilled.js +85 -0
- package/lib/DashboardFilled.d.ts +6 -0
- package/lib/DashboardFilled.js +91 -0
- package/lib/DashboardOutlined.d.ts +6 -0
- package/lib/DashboardOutlined.js +91 -0
- package/lib/EditSimpleOutlined.js +1 -3
- package/lib/ImacFilled.d.ts +6 -0
- package/lib/ImacFilled.js +87 -0
- package/lib/ImacOutlined.d.ts +6 -0
- package/lib/ImacOutlined.js +86 -0
- package/lib/ImpassabilityFilled.d.ts +6 -0
- package/lib/ImpassabilityFilled.js +84 -0
- package/lib/LayerFilled.js +7 -6
- package/lib/ShapeFilled.d.ts +6 -0
- package/lib/ShapeFilled.js +87 -0
- package/lib/ShapeOutlined.d.ts +6 -0
- package/lib/ShapeOutlined.js +87 -0
- package/lib/ShopkeeperFilled.d.ts +6 -0
- package/lib/ShopkeeperFilled.js +93 -0
- package/lib/ShopkeeperOutlined.d.ts +6 -0
- package/lib/ShopkeeperOutlined.js +92 -0
- package/lib/UpgradeFilled.d.ts +6 -0
- package/lib/UpgradeFilled.js +84 -0
- package/lib/index.d.ts +15 -1
- package/lib/index.js +129 -3
- package/package.json +2 -2
- package/src/BoxFilled.tsx +20 -0
- package/src/BoxOutlined.tsx +24 -0
- package/src/{BusinessCardOutline.tsx → BusinessCardOutlined.tsx} +3 -3
- package/src/ChevronRightOutlined.tsx +18 -0
- package/src/CirclePlusFilled.tsx +18 -0
- package/src/DashboardFilled.tsx +26 -0
- package/src/DashboardOutlined.tsx +26 -0
- package/src/EditSimpleOutlined.tsx +1 -3
- package/src/ImacFilled.tsx +20 -0
- package/src/ImacOutlined.tsx +20 -0
- package/src/ImpassabilityFilled.tsx +18 -0
- package/src/LayerFilled.tsx +4 -4
- package/src/ShapeFilled.tsx +20 -0
- package/src/ShapeOutlined.tsx +20 -0
- package/src/ShopkeeperFilled.tsx +28 -0
- package/src/ShopkeeperOutlined.tsx +26 -0
- package/src/UpgradeFilled.tsx +18 -0
- package/src/index.tsx +15 -1
- package/svgs/filled/Impassability-filled.svg +5 -0
- package/svgs/filled/box-filled.svg +5 -0
- package/svgs/filled/circle-plus-filled.svg +3 -0
- package/svgs/filled/dashboard-filled.svg +8 -0
- package/svgs/filled/home-filled.svg +1 -1
- package/svgs/filled/imac-filled.svg +3 -0
- package/svgs/filled/layer-filled.svg +4 -10
- package/svgs/filled/shape-filled.svg +4 -0
- package/svgs/filled/shopkeeper-Filled.svg +10 -0
- package/svgs/filled/upgrade-filled.svg +5 -0
- package/svgs/outlined/box-outlined.svg +4 -0
- package/svgs/outlined/{business-card-outline.svg → business-card-outlined.svg} +0 -0
- package/svgs/outlined/chevron-right-outlined.svg +5 -0
- package/svgs/outlined/dashboard-outlined.svg +8 -0
- package/svgs/outlined/edit-simple-outlined.svg +2 -2
- package/svgs/outlined/imac-outlined.svg +4 -0
- package/svgs/outlined/shape-outlined.svg +4 -0
- package/svgs/outlined/shopkeeper-outlined.svg +4 -0
- package/tmpAllSvgs/Impassability-filled.svg +5 -0
- package/tmpAllSvgs/box-filled.svg +5 -0
- package/tmpAllSvgs/box-outlined.svg +4 -0
- package/tmpAllSvgs/{business-card-outline.svg → business-card-outlined.svg} +0 -0
- package/tmpAllSvgs/chevron-right-outlined.svg +5 -0
- package/tmpAllSvgs/circle-plus-filled.svg +3 -0
- package/tmpAllSvgs/dashboard-filled.svg +8 -0
- package/tmpAllSvgs/dashboard-outlined.svg +8 -0
- package/tmpAllSvgs/edit-simple-outlined.svg +2 -2
- package/tmpAllSvgs/home-filled.svg +1 -1
- package/tmpAllSvgs/imac-filled.svg +3 -0
- package/tmpAllSvgs/imac-outlined.svg +4 -0
- package/tmpAllSvgs/layer-filled.svg +4 -10
- package/tmpAllSvgs/shape-filled.svg +4 -0
- package/tmpAllSvgs/shape-outlined.svg +4 -0
- package/tmpAllSvgs/shopkeeper-Filled.svg +10 -0
- package/tmpAllSvgs/shopkeeper-outlined.svg +4 -0
- package/tmpAllSvgs/upgrade-filled.svg +5 -0
- package/es/BusinessCardOutline.d.ts +0 -6
- package/lib/BusinessCardOutline.d.ts +0 -6
package/es/BoxFilled.js
ADDED
|
@@ -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 BoxFilled(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
fill: "none",
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M13.46 2.81l6 3.33A3 3 0 0121 8.77v6.46a3 3 0 01-1.54 2.63l-6 3.33a3 3 0 01-2.92 0l-6-3.33A3 3 0 013 15.23V8.77a3 3 0 011.54-2.63l6-3.33a3 3 0 012.92 0zm-.23 9.06l4.23-2.35h-.04a.75.75 0 00.21-1 .76.76 0 00-1-.3l-4.22 2.35a1 1 0 01-.9 0L7.29 8.22a.76.76 0 00-1 .3.75.75 0 00.29 1l4.27 2.35a2.2 2.2 0 00.51.21v4.42a.7.7 0 001.39 0v-4.43a2.45 2.45 0 00.48-.2z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
35
|
+
component: IconNode
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
BoxFilled.displayName = 'BoxFilled';
|
|
40
|
+
export default BoxFilled;
|
|
@@ -0,0 +1,43 @@
|
|
|
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 BoxOutlined(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
|
+
fill: "currentColor",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
clipRule: "evenodd",
|
|
30
|
+
d: "M13.46 2.81l6 3.33A3 3 0 0121 8.77v6.46a3 3 0 01-1.54 2.63l-6 3.33a3 3 0 01-2.92 0l-6-3.33A3 3 0 013 15.23V8.77a3 3 0 011.54-2.63l6-3.33a3 3 0 012.92 0zm5.23 13.74a1.53 1.53 0 00.77-1.32V8.77a1.53 1.53 0 00-.77-1.32l-6-3.33a1.5 1.5 0 00-1.46 0l-6 3.33a1.53 1.53 0 00-.77 1.32v6.46a1.53 1.53 0 00.77 1.32l6 3.33a1.5 1.5 0 001.46 0l6-3.33z"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fill: "currentColor",
|
|
33
|
+
d: "M16.68 8.2l-4.23 2.35a.9.9 0 01-.9 0L7.32 8.2a.75.75 0 10-.73 1.31l4.23 2.35c.14.075.288.135.44.18v4.46a.75.75 0 001.5 0V12c.146-.04.287-.097.42-.17l4.23-2.35a.75.75 0 00-.73-1.31v.03z"
|
|
34
|
+
}));
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
38
|
+
component: IconNode
|
|
39
|
+
}));
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
BoxOutlined.displayName = 'BoxOutlined';
|
|
43
|
+
export default BoxOutlined;
|
|
@@ -17,7 +17,7 @@ var __assign = this && this.__assign || function () {
|
|
|
17
17
|
import * as React from 'react';
|
|
18
18
|
import Icon from 'a-base-icon/lib/Icon';
|
|
19
19
|
|
|
20
|
-
function
|
|
20
|
+
function BusinessCardOutlined(componentProps) {
|
|
21
21
|
var IconNode = function IconNode(props) {
|
|
22
22
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
23
|
viewBox: "0 0 24 24",
|
|
@@ -49,5 +49,5 @@ function BusinessCardOutline(componentProps) {
|
|
|
49
49
|
}));
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
|
|
53
|
-
export default
|
|
52
|
+
BusinessCardOutlined.displayName = 'BusinessCardOutlined';
|
|
53
|
+
export default BusinessCardOutlined;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
|
|
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 ChevronRightOutlined(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M8 20.75c.2 0 .39-.078.53-.22l8-8a.75.75 0 000-1.06l-8-8a.75.75 0 00-1.06 1.06L14.94 12l-7.47 7.47A.75.75 0 008 20.75z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
32
|
+
component: IconNode
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
ChevronRightOutlined.displayName = 'ChevronRightOutlined';
|
|
37
|
+
export default ChevronRightOutlined;
|
|
@@ -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
|
+
|
|
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 CirclePlusFilled(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
|
+
d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11H7v2h4v4h2v-4h4v-2h-4V7h-2v4z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
CirclePlusFilled.displayName = 'CirclePlusFilled';
|
|
38
|
+
export default CirclePlusFilled;
|
|
@@ -0,0 +1,44 @@
|
|
|
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 DashboardFilled(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M11.003 4.062c.548-.068.997.386.997.938v6a1 1 0 001 1h6c.552 0 1.006.45.938.997a8 8 0 11-8.935-8.935z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
d: "M20.7 10A6.7 6.7 0 0014 3.3a.7.7 0 00-.7.7v6a.7.7 0 00.7.7h6a.7.7 0 00.7-.7z",
|
|
34
|
+
fill: "currentColor"
|
|
35
|
+
}));
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
39
|
+
component: IconNode
|
|
40
|
+
}));
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
DashboardFilled.displayName = 'DashboardFilled';
|
|
44
|
+
export default DashboardFilled;
|
|
@@ -0,0 +1,44 @@
|
|
|
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 DashboardOutlined(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M12 13.4a1.4 1.4 0 01-1.4-1.4V5.55a6.6 6.6 0 107.85 7.85H12zm-.997-9.338c.548-.068.997.386.997.938v7h7c.552 0 1.006.45.938.997a8 8 0 11-8.935-8.935z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
d: "M20.19 7.436c.337.813.51 1.684.51 2.564a.7.7 0 01-.7.7h-6a.7.7 0 01-.7-.7V4a.7.7 0 01.7-.7 6.7 6.7 0 016.19 4.136zM19.253 9.3A5.3 5.3 0 0014.7 4.746V9.3h4.553z",
|
|
34
|
+
fill: "currentColor"
|
|
35
|
+
}));
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
39
|
+
component: IconNode
|
|
40
|
+
}));
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
DashboardOutlined.displayName = 'DashboardOutlined';
|
|
44
|
+
export default DashboardOutlined;
|
package/es/EditSimpleOutlined.js
CHANGED
|
@@ -25,9 +25,7 @@ function EditSimpleOutlined(componentProps) {
|
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg"
|
|
26
26
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
d: "M13.706 5H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-5.52M12 12l7-7",
|
|
28
|
-
|
|
29
|
-
strokeWidth: 1.4,
|
|
30
|
-
strokeLinecap: "round"
|
|
28
|
+
fill: "currentColor"
|
|
31
29
|
}));
|
|
32
30
|
};
|
|
33
31
|
|
package/es/ImacFilled.js
ADDED
|
@@ -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 ImacFilled(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
|
+
fill: "currentColor",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
clipRule: "evenodd",
|
|
30
|
+
d: "M18.5 4h-13a3.15 3.15 0 00-3 3.27v5.46a3.15 3.15 0 003 3.27h3.76a12 12 0 01-.48 1.88l-.34.94A.86.86 0 009.15 20h5.71a.85.85 0 00.7-1.18l-.33-.94c-.22-.61-.38-1.24-.48-1.88h3.75a3.15 3.15 0 003-3.27V7.27a3.15 3.15 0 00-3-3.27zm-7.07 10.08a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM5 12.47h14v.03a.75.75 0 000-1.5H5a.75.75 0 100 1.47z"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
35
|
+
component: IconNode
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
ImacFilled.displayName = 'ImacFilled';
|
|
40
|
+
export default ImacFilled;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 ImacOutlined(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M18.5 4.42h-13a3.15 3.15 0 00-3 3.27v5.46a3.15 3.15 0 003 3.27h3.74a11.998 11.998 0 01-.46 1.88l-.34.94a.86.86 0 00.71 1.18h5.7a.86.86 0 00.71-1.18l-.34-.94a12.004 12.004 0 01-.46-1.88h3.74a3.15 3.15 0 003-3.27V7.69a3.15 3.15 0 00-3-3.27zm-8.35 14.5v-.12c.217-.612.384-1.24.5-1.88h2.62c.12.638.288 1.266.5 1.88v.12h-3.62zm8.35-4a1.66 1.66 0 001.5-1.77V7.69a1.66 1.66 0 00-1.5-1.77h-13A1.66 1.66 0 004 7.69v5.46a1.66 1.66 0 001.5 1.77h13z"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
34
|
+
component: IconNode
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
ImacOutlined.displayName = 'ImacOutlined';
|
|
39
|
+
export default ImacOutlined;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
|
|
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 ImpassabilityFilled(componentProps) {
|
|
21
|
+
var IconNode = function IconNode(props) {
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM7 11v2h10v-2H7z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
32
|
+
component: IconNode
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
ImpassabilityFilled.displayName = 'ImpassabilityFilled';
|
|
37
|
+
export default ImpassabilityFilled;
|
package/es/LayerFilled.js
CHANGED
|
@@ -21,16 +21,17 @@ function LayerFilled(componentProps) {
|
|
|
21
21
|
var IconNode = function IconNode(props) {
|
|
22
22
|
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
23
23
|
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none",
|
|
24
25
|
xmlns: "http://www.w3.org/2000/svg"
|
|
25
26
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
d: "M2.35 9.55l7.92 4a3 3 0 002.55 0l8.79-4a1 1 0 000-1.75l-8.79-4a3 3 0 00-2.55.05l-7.92 4a1 1 0 000 1.7z"
|
|
28
29
|
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "M21.29 12l-8.85 3.69a2 2 0 01-1.71 0L2.89 12a.76.76 0 00-1 .37.75.75 0 00.37 1L10.08 17a3.56 3.56 0 001.56.36c.483 0 .96-.101 1.4-.3l8.82-3.67a.751.751 0 00-.57-1.39z"
|
|
31
32
|
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
-
|
|
33
|
-
|
|
33
|
+
fill: "currentColor",
|
|
34
|
+
d: "M21.29 15.08l-8.85 3.69a2 2 0 01-1.71 0l-7.84-3.68a.754.754 0 00-.63 1.37l7.82 3.62a3.57 3.57 0 001.56.37 3.4 3.4 0 001.4-.31l8.82-3.67a.75.75 0 10-.57-1.39z"
|
|
34
35
|
}));
|
|
35
36
|
};
|
|
36
37
|
|
|
@@ -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 ShapeFilled(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
|
+
fill: "currentColor",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
clipRule: "evenodd",
|
|
30
|
+
d: "M15.44 3.69v-.17c0-.84-.681-1.52-1.52-1.52H9.38c-.84 0-1.52.68-1.52 1.52v.14A4.21 4.21 0 004 7.88v10.64a4.22 4.22 0 004.23 4.22h6.85a4.22 4.22 0 004.23-4.22V7.88a4.22 4.22 0 00-3.87-4.19zm-6.062-.17h4.56v1.19h-4.56V3.52zm2.323 5.62h-3.12a.75.75 0 000 1.5h3.12a.75.75 0 000-1.5zm2.19 7.55h-5.31a.75.75 0 010-1.5h5.31a.75.75 0 010 1.5zm-5.31-2.93h6.14a.75.75 0 000-1.5h-6.14a.75.75 0 000 1.5z"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
35
|
+
component: IconNode
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
ShapeFilled.displayName = 'ShapeFilled';
|
|
40
|
+
export default ShapeFilled;
|
|
@@ -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 ShapeOutlined(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
|
+
fill: "currentColor",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
clipRule: "evenodd",
|
|
30
|
+
d: "M14.27 2a1.52 1.52 0 011.52 1.44A4.74 4.74 0 0120 8.09v10.09a4.76 4.76 0 01-4.75 4.75h-6.5A4.76 4.76 0 014 18.18V8.09a4.74 4.74 0 014.21-4.65A1.53 1.53 0 019.73 2h4.54zm.02 1.44H9.73v1.19h4.56V3.44zm4.21 14.74a3.26 3.26 0 01-3.25 3.26h-6.5a3.26 3.26 0 01-3.25-3.26V8.09a3.25 3.25 0 012.73-3.2 1.51 1.51 0 001.5 1.26h4.54a1.51 1.51 0 001.5-1.26 3.25 3.25 0 012.73 3.2v10.09zm-6.45-7.22H8.93a.75.75 0 010-1.5h3.12a.75.75 0 010 1.5zm-3.12 1.61h6.14a.75.75 0 010 1.5H8.93a.75.75 0 010-1.5zm5.3 2.93h-5.3a.75.75 0 000 1.5h5.3a.75.75 0 000-1.5z"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
35
|
+
component: IconNode
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
ShapeOutlined.displayName = 'ShapeOutlined';
|
|
40
|
+
export default ShapeOutlined;
|
|
@@ -0,0 +1,46 @@
|
|
|
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 ShopkeeperFilled(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
|
+
fill: "currentColor",
|
|
28
|
+
d: "M10.91 13.42l.16-.76a2.19 2.19 0 012.12-1.81h4.41a2.19 2.19 0 012.12 1.81l.16 1.06M15.5 10A2.5 2.5 0 0113 7.5V6.1c0-1.16.94-2.1 2.1-2.1h.8c1.16 0 2.1.94 2.1 2.1v1.4a2.5 2.5 0 01-2.5 2.5z"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
d: "M4 13h16a2 2 0 012 2v3a2 2 0 01-2 2H4a2 2 0 01-2-2v-3a2 2 0 012-2zm1 4.25h14a.75.75 0 000-1.5H5a.75.75 0 000 1.5z"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fill: "currentColor",
|
|
36
|
+
d: "M6.53 9.3l-1.3-.56A2 2 0 002.54 11l.19 2.16a2.1 2.1 0 002 2h2.16a2.25 2.25 0 001.69-3.41l-.67-1.22A2.92 2.92 0 006.53 9.3z"
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
41
|
+
component: IconNode
|
|
42
|
+
}));
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
ShopkeeperFilled.displayName = 'ShopkeeperFilled';
|
|
46
|
+
export default ShopkeeperFilled;
|